Mac OS to Manjaro (part 1)

After 5 years of using Mac I will finally be going back to Linux 🙂

Leaving Mac

I’ve never been a real fan of Apple and there closed ecosystem, and I never really preferred Mac over Linux. But if the company provides you with a nice MacBook you can’t complain. Macs work fine for development as it is based on BSD and with tools such as brew and iTerm 2 you can almost get fooled into thinking you’re running Linux 😉

The biggest annoyance for me though, is that horrible window management on Mac. It is just terrible. Natively there is no way of splitting windows on your screen, no drag-able areas where you can force a window to split. Thank god we could still get some nice window management using Yabai. It lets me manage my windows the way I like them, and not the way Apple decides should be the correct way. Full-screen should ‘not’ create a new workspace for a single window which can’t have other windows above or below it. I need to manually resize my window to the entire screen to make use of all the space and keep other windows around. Terrible.

And there is also the ‘safety’ around installing or running downloaded file. Having to open the system settings > security and then allow a program from an ‘unknown developer’ is a pain. I get that its really useful for your typical end-user but as a developer I will be installing and uninstalling tools on the fly. There is no option to change this AFAIK.

Then there is ‘Finder’. Spotlight (not sure if it’s a ‘part’ of Finder) does its job extremely well. Only negative side is the CPU usage when indexing files but other then that I really loved using it. But the file browser itself has a horrible navigation. Clicking a directory instantly starts renaming it, there is no right mouse button > create a new director, half of the time you can’t seem to switch away from your home folder, sometimes you can order files on type or last accessed and sometimes you can’t. The most infuriating annoyance is that I cant simple start typing the first letters of a file or directory name.

As a developer I work a lot with Docker. Docker on Mac has had performance issues since the beginning. Docker normally uses the Linux Kernel to manager resources between containers, but Mac of course doesn’t have a Linux Kernel, which means that virtual machines are being used for the Docker implementations. Other issues are related to volume performance, the way volumes are mounted, and the underlying osxfs file system. The boot time for Docker Desktop to start running takes about 3 to 5 minutes.