Live data from Hacker News

New Mac Mini

apple.com

191–200 of 424 posts

Re: New Mac Mini

#192
post #7

disappointed to see them still selling these with 8gb RAM. More than a dozen chrome tabs and a few discord servers has been enough to crash/significantly slow down my m1 mac mini edit: the ad says up to 24/32GB of ram, but seems like 8gb/16gb models are the only ones available for pre-order at the moment.

I run an M1 mini with 16GB with 10 discord servers and hundreds of Safari tabs. Chrome is the hog here.

Re: New Mac Mini

#194
post #7

disappointed to see them still selling these with 8gb RAM. More than a dozen chrome tabs and a few discord servers has been enough to crash/significantly slow down my m1 mac mini edit: the ad says up to 24/32GB of ram, but seems like 8gb/16gb models are the only ones available for pre-order at the moment.

You have to pick the higher CPU variant apparently.

Re: New Mac Mini

#195

Earlier quoted context omitted.

> On the other hand, maybe there should be pushback against shitty inefficient software? How would that work? You whine on an online forum over how bloated a software is, and in the process opt to be deprived of it's usage? Or would you continue to complain about bloated software while using it? Because none of those scenarios offer a compelling reason for the software maintainers to rearchitect their whole applicati…

Way fucking cheaper than 40. Closer to $16 unless you really need DDR5. Even then, it's still around $29/8gb if buying 32gb or more. The issue is that Apple is integrating the RAM in the SoC. Personally, I'm not really a fan of "smart-phonification" of my desktop computers. I get that the mini is in a bit of a weird spot, since it's still got fairly challenging size constraints, but still... not my cup of tea.

Intel minis have upgradeable memory and their internals took up way more space compared to the (old) m1 mac mini at least.

Re: New Mac Mini

#196

Earlier quoted context omitted.

> More than a dozen chrome tabs and a few discord servers has been enough to crash/significantly slow down my m1 Mac mini On the other hand, maybe there should be pushback against shitty inefficient software? I remember a decade ago being able to have a dozen browser tabs and instant messaging clients on 4GB of RAM just fine, and neither the web nor instant messaging experience has changed significantly enough to war…

Actually, my M1 never uses the 16gb (8 at most), even though I have several IDEs running (also browser of course). I'm not sure what generate such memory consumption for some users.

Full stack software development (background servers, database, redis, often under Docker).

Re: New Mac Mini

#197

Earlier quoted context omitted.

Can you define "sweet spot" in this case? Usually I see that term used when the thing being considered is a pricey upgrade, and you need to strike a compromise between price and performance. In this case, we're talking about an extra 8GB of memory, which would add perhaps $10 in cost to the bill of materials for the machine (or maybe less in sufficient volume). Given that Apple is also overcharging by at least 3x cur…

Majority of users are just going to be using web, email and photos. There is simply no need for more than 8GB for those use cases.

my personal machine is an 8GB M1 Air. I don't usually do dev work on it, but always have dozens of Safari tabs, often a bunch of Chrome tabs, a bajillion Slacks, and other apps. And I'll do light dev work on it, mostly for personal things. I even play the occasional game.

In other words, I think I'm well beyond what you're even describing. And while I do wish I had bought the one with more RAM, but usually I don't notice it. The swapping is that good.

Re: New Mac Mini

#198

I can't use my M1 mini with non-retina monitor because of how blurry it is. They stopped providing font anti-aliasing (default on Windows) few years ago in MacOS to make retina displays more relevant.

Does this fix your issue? When I use my wife's Air on my Dell non-retina monitor, I can either have crisp but tiny text, or big and blurry. This utility perfectly solves it for me. https://github.com/waydabber/BetterDisplay

Re: New Mac Mini

#200

Earlier quoted context omitted.

> More than a dozen chrome tabs and a few discord servers has been enough to crash/significantly slow down my m1 Mac mini On the other hand, maybe there should be pushback against shitty inefficient software? I remember a decade ago being able to have a dozen browser tabs and instant messaging clients on 4GB of RAM just fine, and neither the web nor instant messaging experience has changed significantly enough to war…

Get ready for AR apps written in react native. The reason we have shitty inefficient software is because Apple, Google, and Microsoft haven't standardized on a performant cross platform framework other than the browser. Don't blame people writing software for not wanting to waste their lives translating the same logic to 3 different platforms and then maintaining 3x the code for the rest of their lives.

Electron itself is not really that bad though. Sure there is not insignificant overhead but you can still make fairly resource efficient apps with it if you actually want to (and you can use Tauri if you want to go even further).

Also Slack, Discord etc. are not really using React Native (but rather normal web react if they are not using another framework). You don't really need Chromium for React Native which significantly reduces memory footpring (in fact a react native app can be close to indistinguishable from a "normal" native app in most ways). You can probably reduce React Native overhead to not much more than 100-200MB compared to purely native apps which seems reasonable.

Post reply on HN