I just got one. I’m blown away by the speed as well. Chrome runs insanely fast! Alas, it’s not developer ready yet. Brew is a mess. Docker doesn’t work. PyCharm is WIP although can use x86 version. I was skeptical of the hype but this little laptop has made me realize how slow everything else is. Unfortunately, while the hardware has accelerated far beyond expectations, the software - specifically MacOS BigSur is a m…
> Stop changing the UI like you’re working at Hermès. It’s not fashion. Of course it is. Our phones are intimately close to us. Physically, cognitively, socially and even emotionally. They may be the most widely-owned intimately-connected object humans have ever invented outside religion. Our computers don't occupy as close of a niche. But they're in a similar space. I agree with your observation that the new OS feel…
Apple Silicon M1: Black Magic Fuckery
371–380 of 1001 posts
Re: Apple Silicon M1: Black Magic Fuckery
#372For those of us who just don't where MacOS is concerned, what are the prospects for Linux on an M1?
Probably not very good, but the recent Ryzen offerings are still pretty strong, as is the very newest Intel stuff. See for example the 4900HS & 4800U on this Anandtech chart comparing spec2017 vs. the M1: https://images.anandtech.com/graphs/graph16252/119365.png That's basically just sorted by power consumption. 4900HS is the most power used & fastest, followed by the ~22W M1 with all 8 cores loaded, then the 15W 480…
The truth is desktop Zen 3 is only decently ahead of certain multi core workloads at 10x or more the wattage, the rest is either very close or somehow behind. The mobile versions are already going to be week in comparison and it's going to be nothing but a travesty if the best hardware stays vendor locked to Apple only. Especially when the M2 (or whatever is next) rolls around as Apple has been on a steeper trajectory with in house silicon than Zen has been.
Re: Apple Silicon M1: Black Magic Fuckery
#373Earlier quoted context omitted.
Reference counting releases memory as soon as it gets dereferenced, while GC cleans up memory periodically, which means higher memory usage (more than what's actually in use at any moment).
with lots of tiny, short lived objects, reference counting can be hugely inefficient.
Re: Apple Silicon M1: Black Magic Fuckery
#374Re: Apple Silicon M1: Black Magic Fuckery
#375I'm curious about the Neural Engine cores. What software use this? Why would I want to buy a Neural Network coprocessor in my machine, instead of using that money for a better cpu/ram/ssd?
Re: Apple Silicon M1: Black Magic Fuckery
#376For those of us who just don't where MacOS is concerned, what are the prospects for Linux on an M1?
Maybe better to wait for good ARM chips on a PC. Now that there is a demand for it, I'm sure some ARM vendor will step up if not Qualcomm
Re: Apple Silicon M1: Black Magic Fuckery
#377Earlier quoted context omitted.
I’m not denying that Apple has better ARC performance. It’s that I don’t understand how an application would use less memory on ARM than x86. I’d expect the ARM code to run faster (as a result of being able to do atomic operations faster), but I don’t see how that translates to less memory usage
Read up on the performance overhead of GC across other languages. They’re messy and can lock up periodically. They take up significant ram and resources.
Re: Apple Silicon M1: Black Magic Fuckery
#378Re: Apple Silicon M1: Black Magic Fuckery
#379I just got one. I’m blown away by the speed as well. Chrome runs insanely fast! Alas, it’s not developer ready yet. Brew is a mess. Docker doesn’t work. PyCharm is WIP although can use x86 version. I was skeptical of the hype but this little laptop has made me realize how slow everything else is. Unfortunately, while the hardware has accelerated far beyond expectations, the software - specifically MacOS BigSur is a m…
Seems pretty obvious that some future Macs will have touch screens or larger iPads will run MacOS. I’d buy a Surface Studio style iMac in a heartbeat.
They say it's some fridge and microwave whatever excuse, but the real reason is money. The M1 chip itself lowers their costs by almost $3B.
Re: Apple Silicon M1: Black Magic Fuckery
#380Earlier quoted context omitted.
I'm surprised they're getting rid of long held keyboard shortcut conventions though. Previously, modal popup options (i.e. for saving docs) could be selected via Option-letter, i.e. "Save _a_ll" could be selected with Option-a. Their new popups which may or may not be prettier force you to either use the mouse or turn on "Use keyboard navigation to move focus between controls" globally and tab around. Neither of thes…
In Apple's defence, I've been exclusively a mac user (work and personal) for going-on eight years now and I had no idea about the Option-letter shortcut. I've always found keyboard nav within modal popups confusing. I consider myself lucky if hitting Space selects the primary button. Doesn't sound like the change is necessarily an improvement, though.