Comment by prmph

10 hours ago

Usually the problem then is more fundamental.

Rust exists. If you insist on using (or need to use) languages with horrendous build architectures like C++, then you probably need a proper build server then anyways.

I don't have XCode on my Macbook and have resolved not to do iOS development any time soon (although ideally I'd have wanted to dabble in it sometimes), because I've accepted I don't want to run the rat race of always needing beefier and beefier machines to keep up with Apple's bad habit of bloating it up for each version up for no good reason.

I don't run local LLMs on my machine, since even with 100s of GB of RAM, I hear the performance you can expect is abysmal.

I think it is a good idea to put pressure on hardware and software vendors to make their products more efficient.

Rust has similar issues with memory usage during linking as C++.

I can use a build server when I want one, but that's not always appropriate. Local builds are useful.