Hacker News new | ask | show | jobs
by adam_arthur 1216 days ago
Look at PowerToys window manager vs any of the apps on Mac. Night and day difference. This is like table stakes for a modern OS in terms of UX, and even the paid offerings on the Mac side are quite a shadow of PowerToys (which is made by Microsoft itself, and free)

Windows Subsystem for Linux for native linux CLI. I've appreciated Mac being Unix-like, but the small differences end up being quite annoying. Much nicer to use an environment that's close to 1:1 with your servers

Personally I use a Mac for the hardware, and that's about it.

2 comments

> I've appreciated Mac being Unix-like

Mac is a Unix. Darwin is a BSD. It has its own PID1, launchctl, instead of systemd.

It's not* a Linux-like (Kernel ABI is different) but if you work with Macports, you can make your userspace a clone of Linux. There's very little that I can't get for Macports that is on Linux (not GUI stuff).

You can get plenty of the equivalent "native linux CLI". Macports for native, lima or minikube to run linux containers. Virtualbox et al for running linux VMs.

Wsl really did make Windows better developer platform than Mac. I'd still prefer straight up Linux, but that is not possible in all organizations.