logoalt Hacker News

jmalickitoday at 3:39 PM3 repliesview on HN

Except for LLM inference speed, macs suck as a server and are pretty expensive, why wouldn't you get a Linux box?


Replies

8xehtoday at 7:22 PM

My Mac mini m1 is a fantastic home server.

Years ago I realized running a 100W PC all the time was REALLY expensive, so I switched to an old linux laptop at 30W (about $4/month). That helped, but I moved to the m1 mac specifically for the power efficiency. It does all the things my linux server did, and it does them at 6W (75¢/month).

I've found no competitor with similar performance that can run in such a low power footprint. M4 mini's are way better at power/performance, and I imagine their price is about to come way down since the M6 mini just got announced.

Software-wise, it's different, but mostly equivalent. Homebrew or macports has a similar software inventory to debian. And Apple's container framework is a welcome improvement over colima for running most container workloads.

show 1 reply
JohnBootytoday at 5:32 PM

Buying a Mac specifically for serving is misguided in nearly all use cases, but as an all-in-one solution they make sense. Personally I feel like the number of boxes I need to manage has an inverse correlation to my happiness.

Macs are totally “fine” for light server duty… as is just about any computer of the last decade+. The CPUs are beasts, the disks are screaming fast.

The operating system itself may not be ideal at serving but you can just run Docker/Orbstack if you need to do something especially Linux-y.

I’d put the question back on you — what are scenarios where an Apple Silicon Mac wouldn’t cut it as a light server for one person or a handful of people? About the only scenario that comes to mind is scenarios where you expect to utilize it so heavily that the fans are running for many hours a day. At some point those are either gonna wear out or just ingest so much dust that the machine runs hotter and needs a deep clean. But even that is largely mitigated by just pointing an external fan at it.

frollogastontoday at 4:16 PM

Because it's not exactly a server, more like a home PC / dev machine that I also remote into. Usually SSHing but sometimes VNC which is annoying in Linux. And the Mac mini is pretty fast. Yes a Linux box would win in terms of multicore CPU(?) or GPU if you need to run big batch processes, or a high-uptime service. My work is running those on cloud, not in my house.