How bad would it hurt to keep it backwards-compatible?
They’ve technically kept macOS backwards compatible with 32-but apps since Snow leopard.
How bad would it hurt to keep it backwards-compatible?
Nope, it's still 32.I can't update Compressor, but is it finally 64 bit?
Since when is 128 right around the corner? 64 is a sweet spot in some ways because you usually don't need more than that for your floats and ints, whereas 32 was too small.Why even bother going to 64 at this point when 128 is right around the corner?
Apple’s stupidity never ceases to amaze.
Addressable memory isn't the only thing you need more bits for. Also, a 32-bit computer can have more than 4GiB of RAM. It's just that one process can only use 4GiB.The sheer ignorance in this comment is as amazing as “apple’s stupidity” is to you. 128 bit OS’s right around the corner? The number of bits refers 2 to the power of that many bits of addressable locations. That means the addressable locations is 4,294,967,296 for 32 bit processsors and over 18,446,744,073,709,551,616 for 64 bits. This in turn means the the most RAM we could have for a 32 bit computer is 4GB while for 64 bit, which is about 16 exabytes. It’s more than conceivable that we won’t have need for 128 bit environments for decades to come.
Some low-level things will always be bit-dependent. App devs, on the other hand, just have to hit "compile" to do 64... except when they rely on 32-bit-only libraries. Often the case with games. Argh.You mean MacOS has specific 32-bit code? Are they coding like in the 80s or what? Anybody who has been maintaining their code for the last two decades should have a bit-independent source tree as of now.
Numbers is absolute garbage. I like Pages and Keynote, but gosh.Its been here, Office 2016/Office 365 for Mac has been 64 bit since 2016.
If you are still on Office 2011, well, time to get out of the dark ages or switch to Pages/Numbers/Keynote... lololololololol
How bad would it hurt to keep it backwards-compatible?
Why even bother going to 64 at this point when 128 is right around the corner?
Apple’s stupidity never ceases to amaze.
So Microsoft will finally convert Office for Mac to 64 bit. Perhaps the performance will improve. One can hope.
download virtual box and run the old version of MacOS in a VM. Not that difficult to do these days.I still have a large amount of mission critical 32 bit apps that do not have replacement.
Guess it is time for me to stop buying new devices. Who knows. Maybe Apple will force all new devices to be synced with only the latest version of iTunes and macOS.
There’s no reason to do this, Apple, except if reason is your new arrogance to force the world into your will. As a developer, when we moved all our code from 32 to 64-bit, it became whatever-bit compatible (yes, even 128-bit or whatever), because we use C/C++ standard type sizes. We can safely build and run in both 32 and 64 bits now. So, unless you’re using bad code practices, keeping 32-bit compatibility is no effort for you.
This is even another bad point for you Apple. I’m sick I just cannot answer “no” to your endless and repetitive and boring nagging popups... first it was iOS, now it’s MacOS as well. I’m sick of having to answer “not now” and being asked next week again. In the past, Apple products were the ones that let you answer “no”, but now it’s always “yes, sir”, “your will sir”, “as you wish sir”, and I’m fed up with all this.
As a developer, being able to continue testing my code in 32 bit is a must (I build for 64 bit but I still build for 32 in order to check the quality and compatibility of my code). So I guess 10.13 is the last MacOS versión I’ll use.
[doublepost=1523509750][/doublepost]
You mean MacOS has specific 32-bit code? Are they coding like in the 80s or what? Anybody who has been maintaining their code for the last two decades should have a bit-independent source tree as of now.
Not gonna run well On a machine that has only 4GB of ram and poultry core i5 processor. Your setup needs an over-maxed-out Mac Pro that does not even exist to run smoothly.download virtual bix and run the old version of MacOS in a VM. Not that difficult to do these days.
Guess it is time for me to stop buying new devices. Who knows. Maybe Apple will force all new devices to be synced with only the latest version of iTunes and macOS.
Some low-level things will always be bit-dependent. App devs, on the other hand, just have to hit "compile" to do 64... except when they rely on 32-bit-only libraries.
Nope, it's still 32.
A 3D modellerWhat the hell do you program if anything at all?
The fact that Apple did this pop-up appear after a given date, rather than immediately after the update, says a lot about the kind of user-control strategy that currently rules Apple.I must ask... why is Apple hiding stuff behind timers? If my OS started behaving differently one day - when I hadn't installed any updates - then I'd wonder whether I had some form of malware (less likely on MacOS but still technically possible).
If Apple offered binary compatibility then those older apps would work. It's pretty terrible to not be backwardly compatible but Apple doesn't care about end users software investment.
Ok, the 4Gb of Ram isn't that great but to say that you need a maxed out Mac Pro (or similar machine) is just plain wrong.Not gonna run well On a machine that has only 4GB of ram and poultry core i5 processor. Your setup needs an over-maxed-out Mac Pro that does not even exist to run smoothly.
A 3D modeller
A 2D image+vectorial composer
A finite element mesher
A finite element solver
The whole source tree was started back in 1996, then with Silicon Graphics workstations (machines which I guess you never saw nor used, given your writing style). The whole source tree has been maintained from 1996 until nowadays, and it builds and runs in MacOS, Linux, Windows, as well as in any UNIX-like machine with little or no porting effort. I do care about 32 bit correctness even if I compile on 64 bit, because if your code only compiles for 64 bit, I'm sorry, but
"machines which I guess you never saw nor used, given your writing style", what is that supposed to mean?
Perhaps you should take a look at your own style (not really positive or contributing).
What the hell do you program if anything at all?
The sheer ignorance in this comment is as amazing as “apple’s stupidity” is to you. 128 bit OS’s right around the corner? The number of bits refers 2 to the power of that many bits of addressable locations. That means the addressable locations is 4,294,967,296 for 32 bit processsors and over 18,446,744,073,709,551,616 for 64 bits. This in turn means the the most RAM per process we could have for a 32 bit computer is 4GB while for 64 bit, which is about 16 exabytes. It’s more than conceivable that we won’t have need for 128 bit environments for decades to come.
EDIT: clarification about the maximum amount of RAM.
Hmm? All I'm saying is that it is bad (from development point of view) that Apple drops 32-bit, because it prevents us from checking 32-bit correctness in our code. How can that affirmation be non-positive or non-contributing?
If what you're saying is that you didn't understand what I meant by the sentence above, then let me explain it: If the single fact that a developer continues to build both in 32 bit and 64 bit in order to help maintain high quality standards in the source code is an affirmation that drives you into exclaiming this:
...then obviously you don't have a background in computing. That's what I meant when I said that you probably never saw nor used the machines I was mentioning.
It doesn’t matter if it’s 50 years. A consumer’s software investment is more important than anything else. The underlying OS is there to provide software services to a user’s chosen programs, not dictate how they should be run. By doing away with 32 bit support Apple is giving developers the finger.Why? The problem is not with Apple but with some of the developers not moving along in time. 64-bit has been around since 2008 (i believe) on the Mac, that's 10 years now, come on.
Oh, do you feel they are negative? When you describe a negative situation and you oppose it, you're being positive. If you shut down your facebook account (or, even better, never created one) you're not being negative, but positive... you're indeed being exemplary to your friends and colleagues. The same is true when you love the Mac and disagree with the current Apple strategies.I am talking about your choice of words highlighted in red. This is pure negative:
There’s no reason to do this, Apple, except if reason is your new arrogance to force the world into your will. As a developer, when we moved all our code from 32 to 64-bit, it became whatever-bit compatible (yes, even 128-bit or whatever), because we use C/C++ standard type sizes. We can safely build and run in both 32 and 64 bits now. So, unless you’re using bad code practices, keeping 32-bit compatibility is no effort for you.
This is even another bad point for you Apple. I’m sick I just cannot answer “no” to your endless and repetitive and boring nagging popups... first it was iOS, now it’s MacOS as well. I’m sick of having to answer “not now” and being asked next week again. In the past, Apple products were the ones that let you answer “no”, but now it’s always “yes, sir”, “your will sir”, “as you wish sir”, and I’m fed up with all this.
Saw this post and thought "what could I have that's so old it's 32 bit?"
Aha! Microsoft Office 2008 !
Just as well I used it's (32 bit) un-installer while I still could.
Good riddance.
The sheer ignorance in this comment is as amazing as “apple’s stupidity” is to you. 128 bit OS’s right around the corner? The number of bits refers 2 to the power of that many bits of addressable locations. That means the addressable locations is 4,294,967,296 for 32 bit processsors and over 18,446,744,073,709,551,616 for 64 bits. This in turn means the the most RAM per process we could have for a 32 bit computer is 4GB while for 64 bit, which is about 16 exabytes. It’s more than conceivable that we won’t have need for 128 bit environments for decades to come.
EDIT: clarification about the maximum amount of RAM.
The sheer ignorance in this comment is as amazing as “apple’s stupidity” is to you. 128 bit OS’s right around the corner? The number of bits refers 2 to the power of that many bits of addressable locations. That means the addressable locations is 4,294,967,296 for 32 bit processsors and over 18,446,744,073,709,551,616 for 64 bits. This in turn means the the most RAM per process we could have for a 32 bit computer is 4GB while for 64 bit, which is about 16 exabytes. It’s more than conceivable that we won’t have need for 128 bit environments for decades to come.
He? haven't seen a single 128-bit OS or possessor yet and probably never will. !