it is the most QCC thing to find a camera body in the space that has the weight of a brick and says "Made in USSR" on the bottom
it is a Zenit TTL for anyone curious
https://en.wikipedia.org/wiki/Zenit_%28camera%29#Cameras_with_TTL-metering_and_M42_thread_mount
TIL that Docker on macOS runs inside a whole ass Linux VM which makes sense since Docker is a Linux thing
and performance of that is disgustingly slow because it is emulating x86 on a arm64 device
EDIT - the VM that Docker runs on macOS is now arm64 and has been for a few years, only time x86 needs to be used when a container needs it, then Rosetta is used to emulate x86
@wallhackio @packetcat how else are you going to run linux on mac
@wallhackio @packetcat in purroduction you should be using a linux host and then you’ll be avoiding the overhead where it matters, but if you wanna take advantage of the docker image on your mac, you’re just going to have to run linux somehow