1014
You know who you are
(programming.dev)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Nope, Mac OS as a Docker container, it's a thing: https://hub.docker.com/r/sickcodes/docker-osx
Also you don't need a Linux VM to run docker containers on a Mac host btw
TIL, good to know!
The first layer in that docker container is actually KVM. So you run the container to run kvm, which then emulates osx.