Uhm, 64K-PPC?
You mean the Moto 68K family?
;-)
You really going to be the guy/gal who picks on people for a tiny typo?
Uhm, 64K-PPC?
You mean the Moto 68K family?
;-)
It provides an opportunity for more bloat to slow the fast ARM chip down until it becomes unbearable. Apple macOS gets worse with every release. Right now Big Sur is a heap of trash so goodness knows what it’ll be like in five years time.
You don't know the history of operating systems very well.
Bloat usually refers to additional applications and extensions that load with an OS that aren't necessary.The base memory requirements of macOS (and even Windows) haven't changed in a decade and benchmarks show how new hardware and new APIs continue to making computing much faster every few years.
Bloat refers to what it is applied to. macOS now sells on machines that have 8GB minimum. Mavericks was the last OS version which could work on a hard disk. SSDs simply allowed larger and more complex crap which requires faster Macs to stand still. MacOS is trash nowadays.You don't know the history of operating systems very well.
Bloat usually refers to additional applications and extensions that load with an OS that aren't necessary.The base memory requirements of macOS (and even Windows) haven't changed in a decade and benchmarks show how new hardware and new APIs continue to making computing much faster every few years.
Bloat refers to what it is applied to. macOS now sells on machines that have 8GB minimum. Mavericks was the last OS version which could work on a hard disk. SSDs simply allowed larger and more complex crap which requires faster Macs to stand still. MacOS is trash nowadays.
Bloat refers to what it is applied to. macOS now sells on machines that have 8GB minimum. Mavericks was the last OS version which could work on a hard disk. SSDs simply allowed larger and more complex crap which requires faster Macs to stand still. MacOS is trash nowadays.
Seriously bad take.Bloat refers to what it is applied to. macOS now sells on machines that have 8GB minimum. Mavericks was the last OS version which could work on a hard disk. SSDs simply allowed larger and more complex crap which requires faster Macs to stand still. MacOS is trash nowadays.
I deal with point mutations every day, so - yes. Sorry.You really going to be the guy/gal who picks on people for a tiny typo?
Well that’s actually against forum rules, so you may want to tone it down.I deal with point mutations every day, so - yes. Sorry.
Hope you are kidding...Well that’s actually against forum rules, so you may want to tone it down.
Hope you are kidding...
Mojave was the last build that could run 32-bit apps before Apple ARM-twisted us into submission in subsequent releases. SL was the only version of MacOS to be more efficient on the same HW that its predecessor. It's clear why MacOS has gone downhill since Scott Forstall was run out of Cupertino.Mojave > Snow Leopard
Fight me.
Mojave was the last build that could run 32-bit apps before Apple ARM-twisted us into submission in subsequent releases. SL was the only version of MacOS to be more efficient on the same HW that its predecessor. It's clear why MacOS has gone downhill since Scott Forstall was run out of Cupertino.
I haven't really taken a hard look at Swift's async/await implementation yet but at least from a syntax point of view it doesn't seem particularly different than other language implementations. Is there something specific that makes it better?Another big factor is Swift. It's pretty much the only mainstream programming language today that focuses on cooperative resource usage rather than absolute single-application performance. Also, the new concurrency API they launched this year avoids thread explosion, instead trying to match what the system can do efficiently. These are all big things that aim to counteract the inefficient hardware resource of modern applications.
I haven't really taken a hard look at Swift's async/await implementation yet but at least from a syntax point of view it doesn't seem particularly different than other language implementations. Is there something specific that makes it better?
I thought Swift was just Objective C, but didn’t make your eyes bleed
Not at all. Swift is substantially different as a strongly typed language and a lot of static analysis for optimization. Until recently it was difficult to do dynamic programming because Swift is statically typed.I thought Swift was just Objective C, but didn’t make your eyes bleed
I thought it is just wrapping grand central dispatch. GCD is very good at managing available resources.It’s not the API itself (although I think that the Swift team did a tremendous job here - of course, they had years of experience pioneered by other languages to learn from), but the executor. If I understood their presentations correctly, the executor aims to minimize context switches and reduces the amount of spawned threads.
I thought it is just wrapping grand central dispatch. GCD is very good at managing available resources.
yeah keep thinking that. macOS Monterey beta is much better than the macOS Big Sur beta ever was.It provides an opportunity for more bloat to slow the fast ARM chip down until it becomes unbearable. Apple macOS gets worse with every release. Right now Big Sur is a heap of trash so goodness knows what it’ll be like in five years time.
“Hope you are kidding...
I thought Swift was just Objective C, but didn’t make your eyes bleed