Remix.run Logo
elzbardico 7 hours ago

8Gb mac os runs great for the vast majority of people. You can even do some light development on it.

rbanffy 7 hours ago | parent | next [-]

I agree. 8GB is enough for simple development tasks. You’ll start to suffer if you have too many documents open in Chrome or start running middleware and other services on your laptop. For that I recommend at least 16GB and, in the case of Apple’s inexpandable memory, ideally more. Remember the laptop will keep working for a decade.

pants2 6 hours ago | parent | next [-]

Can't imagine what one needs more than 16GB for unless it's local LLMs. I regularly do front end dev while I'm editing 10-bit 4K60 footage in Da Vinci Resolve, runs smooth as butter.

cocoto 5 hours ago | parent | next [-]

Tons of programming tasks requires at least 32gb to be somewhat comfortable, think of having running databases, running tests in background, running simultaneously multiple docker images, virtual machines, have one or more code projects open in an IDE with LSP (whole code database needs to be in cache), one browser with 20 tabs, and maybe one or more heavy electron apps (Teams/Spotify). You really quickly reach 32gb when doing real development.

some-guy 5 hours ago | parent [-]

My work 64GB M1 Max Macbook Pro is consistently out of memory. (To be fair my $LARGE_ENTERPRISE_EMPLOYER reserves about half of it to very bad Big Brother daemons and applications I have no control over)

humanperhaps 6 hours ago | parent | prev | next [-]

While I agree with you, I think it's important to note that MacOS does swap to disk quite often, even on 16 GB. While it's rarely noticeable due to how fast the internal SSDs are, it still leads to some degree of SSD wear (and disk i/o usage) that could be avoided with additional RAM. I can't imagine this leading to drive failure considering how long the lifespans of SSDs are though.

amluto 3 hours ago | parent | prev | next [-]

Pretending your laptop is a screaming fast workstation and compiling C++ code on all cores can use quite a bit of RAM.

(I have a MacBook Pro that is only around 10% slower at this than an AMD workstation. The workstation has considerably higher TDP. I’m quite impressed.)

zadikian 3 hours ago | parent | prev | next [-]

VMs or huge builds can burn through that fast. Say 3 simultaneous Android emulators, or building Android itself

leephillips 4 hours ago | parent | prev [-]

Some people use computers to compute things. More memory is always useful.

cbm-vic-20 6 hours ago | parent | prev [-]

egacs: Eight Gigs And Constantly Swapping

bloomca 3 hours ago | parent | prev | next [-]

I have an M2 Macbook Air with 8GB and it struggles even without the light development part, and latest macOS made it all much worse. To be honest I am impressed how fast the experience degraded as there was a lot of headroom.

zadikian 4 hours ago | parent | prev | next [-]

Yes, I had a base 2015 MBP with 8GB RAM until recently. It was fine for light local dev: Node or Python backends + Postgres + a small Linux VM. And personal stuff like email/browsing.

Wasn't ok for heavy IDEs like Android Studio, but I barely used those. My actual use case was light.

evantbyrne 4 hours ago | parent | prev | next [-]

I used to be able to get by with just 8GB on a mac. But these days I have to run entire clusters locally

nateb2022 4 hours ago | parent [-]

Then you're not the intended market for the MacBook Neo.

evantbyrne 4 hours ago | parent [-]

Totally. 8GB is probably enough for most users. I wouldn't recommend anything less than 32GB for a development machine in 2026 that's all

a456463 5 hours ago | parent | prev | next [-]

lmao the koolaid in this thread is mind boggling. most of the development on mac unless everybody is doing iOS and Swift development with 3rd party web services / APIs, is going to involve brew/virtualization. currently running 29GB out of 32GB on M4 for work. This is just absolute unrealistic claim.

I also survey and manage development env for a 250 engineer tech org. 8GB is not going to fly

marricks 5 hours ago | parent [-]

Are you saying you and all your devs are doing light development work? That was the claim you're attempting to refute.

Light development for me is some node programs and a php server. If light development suddenly means 3 docker containers our world sucks IMO. People shouldn't need multiple operating systems to develop, that feels crazy wasteful.

slowjin 4 hours ago | parent [-]

Docker overhead is practically nothing, so running 3 docker containers should be well within the "light development" bracket.

marricks 39 minutes ago | parent [-]

What the heck is going on here, something cannot be light and use 20gb of memory.

Is LLM driving the RAM shortage or is it hacker news commenters convinced they can't run a single git client without 20gb to free memory.

I am a web dev doing what I'd consider light dev work and the biggest memory hog running for me right now is 2gb for Figma.

lowbloodsugar 7 hours ago | parent | prev [-]

Unless you do something unusual like open a web browser. The number of times I “fix” my wife’s computer by just closing some pages…