Live data from Hacker News

Apple M5 chip

apple.com

881–890 of 1001 posts

Re: Apple M5 chip

#881
post #204

The big win would be a linux capable device. I don't have any interest in mac os x but the apple m parts always seem amazing. In theory this would be where qualcomm would come in and provide something but in practice they seem to be stuck in qualcomm land where only lawyers matter and actual users and developers can get stuffed.

Asahi linux is making great progress. The only thing they have left to make it a truly capable linux environment is USB-C external display support. Once that lands I plan to use my M-series mac as a Linux machine.

Re: Apple M5 chip

#883

Let's not pretend these are machines for hardcore computing jobs which belong on servers in terms of work/cost. Apples laptops are still amazing because we can do crazy amounts of work quickly without running out of battery. The edit, recompile, test loop is fast for programmers equipped with these expensive machines. And you can carry them everywhere without much risk of failure.

I don't think anyone is pretending that a Macbook Pro can compare to 8 H100 cards from Nvidia in terms of LLM training or for serving LLMs. But you can buy an awful many macbooks for the price of 8 H100 GPUs.

But if your workload belongs on 8 H100 GPUs then there isn't much point in trying to run it on a macbook. You'd be better served by renting them by the hour, or if you have a quarter million dollars you can always just purchase them outright.

The H100 is just an example, this is true for any workload that doesn't fit on a laptop.

Re: Apple M5 chip

#884

The M5 MacBook Pro still gets the Broadcom WiFi chip but the M5 iPad Pros get the N1 and C1X (Sweet). All in all, apple is doing some incredible things with hardware. Software teams at apple really need to get their act together. The M1 itself is so powerful that nobody really needs to upgrade that for most things most people do on their computers. Tahoe however makes my M1 Air feel sluggish doing the exact same task…

That's why I did not upgrade :) I upgraded VM and when I saw how slow it was, it was a no no for my M2...

Re: Apple M5 chip

#885

Earlier quoted context omitted.

Don't kidd yourself: Planned obsolescence is real. Apple has a higher duty to their shareholders than to their customers. Not hating on Apple, just stating the hard economic truth.

Nope, never been real, never will be real. Just conspiracy theories like all the others. PS The Earth isn’t flat. We did go to the Moon. Vaccines don’t cause autism.

Planed obsolescence is not a conspiracy. Apple specifically has been proven to sneakily add "silently slow down the hardware" to their updates. But there's examples of planned obsolescence abound.

Re: Apple M5 chip

#886

Earlier quoted context omitted.

I could be wrong about this but, if I had a guess, I'd say the 24GB M5 chips/systems exist due to binning. Apple is designing and manufacturing a chip/chipset/system with 32GB with integrated memory. During QA, parts that have one non-conformant 8GB internal module out of the four are reused in a cheaper (but still functional) 24GB product line rather than thrown away. Market segmentation also has its hand in how the…

The memory is not on-die, it’s separate (completely standard) memory chips, either DDR4 or DDR5 depending on which M-series CPU you’re looking at. So binning doesn’t really apply.

Seems like there's a misunderstanding on my part here.

Ah, the memory is integrated in the same package (the "chip" that gets soldered onto the motherboard) as the integrated CPU/GPU, and I had understood that correctly. However, I had incorrectly surmised that it was built into the same silicon die.

Thanks for the correction!

Lesson: TIL about the difference between System-In-a-Package (SIP) and System-On-a-Chip, and how I had misunderstood the Apple Silicon M series processors to be SoCs when they're SiPs.

Re: Apple M5 chip

#887

Earlier quoted context omitted.

I pretty much see the Macbook as some fancy toys with mediocre software. Maybe the kernel is solid but other software are very meh, even comparing to Windows. But I'm definitely biased as a Windows/Linux user, and my hobby is system programming so naturally a Linux box is more suitable. Biggest grief with MacOS software: - Finder is very mediocre comparing to even File explorer in Windows - Scrollbar and other UI iss…

> - Finder is very mediocre comparing to even File explorer in Windows It really is awful. Why the hell is there no key to delete a file? Where's the "cut" option for moving a file? Why is there no option for showing ALL folders (ie, /bin, /etc) without having to memorize some esoteric key combination? For fuck's sake, even my home directory is hidden by default. > - Scrollbar and other UI issues Disappearing scrollb…

> Where's the "cut" option for moving a file?

You don't cut, you move files, so copy and then choose the move option.

Re: Apple M5 chip

#888

The M5 MacBook Pro still gets the Broadcom WiFi chip but the M5 iPad Pros get the N1 and C1X (Sweet). All in all, apple is doing some incredible things with hardware. Software teams at apple really need to get their act together. The M1 itself is so powerful that nobody really needs to upgrade that for most things most people do on their computers. Tahoe however makes my M1 Air feel sluggish doing the exact same task…

I really wish apple sold the Mx to others like Lenovo. I would love to se a ThinkPad with an M5 running Linux.

There are very nice Thinkpads running on Snapdragon now. But no Linux is available…

Re: Apple M5 chip

#889

The M5 MacBook Pro still gets the Broadcom WiFi chip but the M5 iPad Pros get the N1 and C1X (Sweet). All in all, apple is doing some incredible things with hardware. Software teams at apple really need to get their act together. The M1 itself is so powerful that nobody really needs to upgrade that for most things most people do on their computers. Tahoe however makes my M1 Air feel sluggish doing the exact same task…

> Software teams at apple really need to get their act together.

WatchOS 26 has rendered my Apple Watch almost useless. It's gone from lasting a whole day including 2 cycling 'workouts' for my commute and the occasional lunch time run (or gym session before work) to now being at 40% battery by the time I make my mid-morning coffee and dead before I get home.

I don't use most of the 'smart' features anyway - I'm mostly using the fitness features - so I'll probably switch to a Garmin at some point.

Re: Apple M5 chip

#890

Earlier quoted context omitted.

It's probably due to the Electron bug[1]. A lot of common apps haven't patched up yet. I also have an M2 Pro with 32GB of memory. When I A/B test with Electron apps running vs without, the lag disappears when all the unpatched Electron apps are closed out. 1. https://avarayr.github.io/shamelectron/ Here's a script I got from somewhere that shows unpatched Electron apps on your system: Edit: HN nerfed the script. Foun…

> It's probably due to the Electron bug[1]. > When I A/B test with Electron apps running vs without, the lag disappears when all the unpatched Electron apps are closed out. Look, if userspace apps can break system functionality, to the level that simple mouse cursor is not responsive, it suggests that there is something fundamental broken in the OS. Yes, everyone should blame and shame Electron, but here the bug is f…

Apparently Electron was using a private API to tweak how window border shadows were rendered.[0] I leave it to you to decide how to assign blame.

[0] https://github.com/electron/electron/pull/48376

Post reply on HN