Hacker Newsnew | past | comments | ask | show | jobs | submit | sdsd's commentslogin

I've been using 8 GB on my M3 for years as a security engineer, doing pretty heavy development. I usually have like 15 Brave tabs open, several terminals, a game (PokeMMO) and a small DeepSeek model, lots of Claude Code instances running, Obsidian, and LadyBird, among other small things. I honestly have no idea what people do with all that RAM.

To provide my anecdata, my work MBP is 48GB and with nothing more than our dev environment, VSCode, Slack and Chrome it's at 34GB memory used. Modern NVMe drives make swapping to disk bearable (and it's the same on MacOS and Linux), but it is still swap and there will always be a performance penalty.

Sure I could survive with a 32GB machine but over the many years of life a laptop has, the extra cost seems negligible, and I would prefer to have slightly more RAM than I need rather than slightly less. With how bloated the web is becoming I wouldn't recommend an 8GB machine in 2026 to someone who intends to use it for the next decade. (I know people still using 2013 Macbooks with 16GB that are still fine for the kind of usage the Neo is aimed at.)


15 tabs? I manage multiple projects, one per window, and have about 15 to 30 tabs per window. So maybe 300 tabs.

If you like the core games I highly recommend PokeMMO. It's the first five games glued together into an MMO and it's free.

I wondered if this would be about PokeMMO, which I've recently started playing. Basically, they made a commercial Pokemon game by gluing the first five ROMS together, and they get around intellectual property by making players supply their own ROMs (which they assume you've acquired legally) for copyrighted assets.

It's incredibly fun. I'm pricklypears2 if anyone wants to play together. And if the devs read this, please add Mimikyu somehow I beg you <3


I was about to comment the same thing. Usually I don't call the function directly, but via the tty command in my shell scripts:

  if tty -s; then
    echo "Standard input is a TTY (interactive mode)."
  else
    echo "Standard input is not a TTY (e.g., piped or redirected)."
  fi
Now I wonder how _isatty_ itself detects whether a file descriptor is associated with a terminal!


Highly technically knowledgeable people are more influential in this sphere than the average consumer. If developers hate your device and love your competitor, that's a real problem.

It's not clear to me what the net outcome is.

I've mostly owned Android devices but for my family I've always recommended iOS devices because they are more locked down.


Open process manager to force an unresponsive program to close. This has been part of popular lexicon for decades. Eg from the song Death to Los Campesinos, "I'll be ctrl-alt-deleting your face with no reservations"


anthes.is, my favorite Unix blog


As a Guix lover and LLM tooling enthusiast, I complete agree. Administrating my system via Claude Code is so much easier. LLMs work better on a system that's hackable via text.


https://danbednarski.github.io/

Click the glyph and select mimikyu


That's a good suggestion to OP but as a user, I find it adds character and makes it feel human in an increasingly LLM-polished internet.


That's how I used to feel about spelling and grammar checkers. I was wrong. Maybe you are, too.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: