Earlier quoted context omitted.
Another anecdote: I have a M1 air and an m1 iMac both with 8GB and have never run into a problem. I think 8gb is still the sweet spot for casual users.
I doubt that. Almost every app out there uses at least 200MB of memory. I would say 16GB is a sweet for casual users. 32 a minimum for devs/tech people and 64 an optimum if you happen to be using a lot of k8s/docker stuff.
New Mac Mini
211–220 of 424 posts
Re: New Mac Mini
#212I 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.
Re: New Mac Mini
#213Earlier 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.
Aren't there legitimate technical reasons for including the RAM in the SoC such as better bandwidth?
Re: New Mac Mini
#214Kind of surprised to see a 10G Ethernet port as an option on these.
Re: New Mac Mini
#215Earlier quoted context omitted.
Oof - once you bump the base model to 16GB RAM and 1TB of storage it doubles the price Apparently Mini RAM hasn't been user upgradable since the 2014 model https://support.apple.com/en-us/HT205041#2020
On the plus side, with a desktop like this that isn't going to be moving frequently, there's really no compelling need to upgrade the internal storage. You could attach an external 1TB (or bigger!) NVMe SSD and you should be able to install macOS on that. You could just use the internal SSD as an extra storage drive. AFAIK, you're not required to use the internal SSD at all.
Re: New Mac Mini
#216Earlier quoted context omitted.
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 signif…
When I first started using react I loved it compared to what existed at the time, the ease of composing everything and the fact that it just used JS instead of a DSL for templating and it didn't mandate all these cargo-culted framework patterns.
But the warts are really starting to show up, writing React today with useEffect hooks everywhere reminds me of writing VHDL in college to simulate an automated train controller and now I'm reaching for things like XState to handle almost all state management (I have a feeling this complexity ends up appearing for all complex UI interactions though).
Also we are taking on a type system (which is good) but not seeing any of the performance benefits that could bring. Why is golang more than 100% faster than typescript? Both are statically typed languages but TS doesn't get any compiler optimizations because of the JS baggage.
That being said, I'll take JS with React + React Native if it means I can write apps once and ship to all three major platforms. It's exciting that ui frameworks like Tamagui allow for close to 90% code sharing.
Re: New Mac Mini
#217My first thought for this thing is to download Linux, Steam, and all the emulators you can and you've basically got a conveniently sized and priced home theater PC that can play any video game from 1990-2010 or so
Re: New Mac Mini
#218Earlier quoted context omitted.
And a whopping £200 to add an extra 8gb. Ouch.
This is the real problem. M2 is just using LPDDR5. The memory modules themselves don't appear to be anything special; it's just the memory interface bus that is different. Apple is charging multiple times the actual cost per GB, and they do the same thing for SSDs. The entry-level product is a decent value, but the upgrades are ridiculous.
Re: New Mac Mini
#219Re: New Mac Mini
#220I 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.