logoalt Hacker News

gyomuyesterday at 2:43 PM4 repliesview on HN

If by basic you mean running a simple Python script then sure; but try running Xcode + iPhone simulator (a basic development workload by Apple standards) with 8GB of RAM on Tahoe, and get ready for a lot of waiting and stutter.


Replies

bee_rideryesterday at 3:12 PM

The relationship between coding ability and memory requirement is nonlinear, right? Just a short Python code and an ide? Probably fine. Some complex ide with all sorts of agentic stuff? Need more ram. True enlightenment? Vim even with some unnecessary extensions will run on megabytes.

internet2000yesterday at 3:23 PM

I do that on my 8GB M1 Air on Tahoe. It works fine?

show 1 reply
mcphageyesterday at 2:48 PM

> but try running Xcode + iPhone simulator (a basic development workload by Apple standards) with 8GB of RAM on Tahoe, and get ready for a lot of waiting and stutter

I don't think that's what this machine is designed for.

show 1 reply
Imustaskforhelpyesterday at 2:58 PM

Atleast on Linux, I have been able to do almost everything in 8gb without any concern but I have the macbook air which has 16 gb and this can also do everything pretty much.

So IMO in 8GB most types of coding is possible actually.

But regarding Xcode+Iphone simulator, I am not sure if that's possible tho. It's possible to run android simulator on Linux 8 GB with waydroid while being pretty smooth. So theoretically could be possible but I am not familiar with building with Xcode/Iphone simulator.