this post was submitted on 22 Apr 2024
319 points (94.2% liked)

Programmer Humor

32692 readers
293 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] _hovi_ 6 points 8 months ago (1 children)

I'd assume virtual machines - as for why, just checking their program works on different systems I guess

[–] [email protected] 5 points 8 months ago (1 children)

according to the meme it's just compiling, no other build steps... suspicious

[–] MajinBlayze 2 points 8 months ago

Yeah, probably more boring than I assumed; podman with 1 apt based distro, one rpm based distro, and Nixos. Each doing an independent build and packaging in their respective builds systems.

I was hoping for some rube Goldberg's machine of compilation, but that's probably not the case.