Remix.run Logo
SllX 2 hours ago

The iPad line makes a lot more sense when you’re just shopping and realize you’re just on a price ladder. Start from the bottom and climb up picking up features along the way until you reach the point where you’ve got what you want or you’re not willing to spend more money.

The Neo is either easy to recommend or rather easy to not recommend. It has a fixed 8GB of RAM. I think that’s too little for a modern Mac operating on the modern web. Others… disagree. Either way, it might entice some schools and school districts assuming they can volume discounts where 8GB is probably enough and it fills the spot in the Walmart part of the sales channel previously occupied by an 8GB RAM M1 MacBook Air Apple hadn’t sold itself in years.

dhosek 2 hours ago | parent [-]

From all the reviews, those of us who are skeptical of 8GB of RAM are very much wrong (I’m guessing it’s lingering PTSD from being stuck on underperforming systems with too little RAM that makes us buy much more RAM than we actually need). I’m inches away from buying a couple of these for my kids.

nessus42 8 minutes ago | parent | next [-]

I have an M2 MacBook Air with 8GB of RAM that I bought a couple of years ago. For browsing the web, listening to music, watching TV and movies, using Gmail, Google Sheets, Google Docs, etc., it's just fine.

OTOH, for my development Mac, I have 64GB of RAM. (Though 32GB would probably be fine.)

jrockway an hour ago | parent | prev | next [-]

Back in 2000 I got the M1 Air with 8G of RAM (needed the cheapest Mac to test some arm64 stuff) and that laptop served me very well. I never felt RAM-limited. I was always expecting to run out of memory during a big Bazel build or something, but never did.

It isn't the most powerful computer in the world but I never ran into any problems... so it's probably an OK compromise for most people, especially in the world where RAM is scarce because of AI datacenter buildouts.

seunosewa 31 minutes ago | parent | prev | next [-]

Large Java apps like Android Studio are not good at managing 8gb of RAM. Emulators are terrible as well. They don't play well with the swap feature.

thinkindie 20 minutes ago | parent [-]

I believe the Neo doesn't necessarily target Android Studio users as their primary segment.

mschuster91 an hour ago | parent | prev [-]

> I’m guessing it’s lingering PTSD from being stuck on underperforming systems with too little RAM that makes us buy much more RAM than we actually need

Mac devices have been able to get away with less RAM (and higher priced upgrades) for well over a decade. During the Intel era, they were the first ones to adopt SSDs as the default option while everyone else still installed spinning rust. That alone provides for way faster swap storage to conceal a relative "lack" of RAM.

And when they went for their own fully integrated stacks of soldered RAM and SSD? Then everything went off the rails - close proximity and no sockets means very low latency for both RAM and persistent storage on one side and on the other side it also allows for much higher bandwidth because of much cleaner signals - remember, even at "measly" hundreds of megahertz you're already in the territory requiring precise PCB design.

On top of that, macOS's scheduler seems to be much, much more efficient and outright better in constrained RAM (and CPU) settings to provide the feeling of "the system is still responding" than either Windows or Linux. The only setting where macOS goes into molasses is when you not just run out of RAM but of free disk space as well.