1347
No Microslop for me (media.piefed.social)
submitted 5 days ago* (last edited 5 days ago) by Ek-Hou-Van-Braai@piefed.social to c/programmer_humor@programming.dev
you are viewing a single comment's thread
view the rest of the comments
[-] Deconceptualist@leminal.space -2 points 5 days ago

Do all your work in a VM on your OS of choice?

[-] Mikina@programming.dev 2 points 4 days ago

Devcontainers are awesome once you set them up properly, no need to run a VM.

[-] Deconceptualist@leminal.space 1 points 4 days ago

What's awesome about them? I learned a bit of programming before containers were a thing but didn't keep up the skills, but I remember most of the concepts.

[-] Mikina@programming.dev 1 points 4 days ago

I mostly work in gamedev where they aren't that much feasible so I don't have much real experience working with them and I might be wrong but from when I looked into it a while back, it's basically just a docker container that you specify in a .devcontainer file (at least for VSCode, but other IDEs probably have something similar) and when you need to develop, compile or run your code, it runs it in the container. It also doesn't have to run locally on your machine, if you can run docker somewhere else (i.e on a more powerful shared server).

I can see several advantages (but I never really tested it in practice, so I'm mostly guessing) - containers are usually quick to start, you have the same and stable and replicable dev/build environment for all devs (since you just commit .devcontainers), so there aren't some hidden dependencies and "works on my machine" shouldn't happen too often. It also helps you keep your OS clean, so you don't end up with 5 versions of python, 3 JDKs and 20gb of random NPM packages installed in your OS after 5 years of development - which is the most important advantage for me.

[-] Deconceptualist@leminal.space 1 points 4 days ago

That makes a lot of sense, thanks.

load more comments (1 replies)
load more comments (1 replies)
this post was submitted on 15 Mar 2026
1347 points (93.4% liked)

Programmer Humor

30474 readers
2309 users here now

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.

Rules

founded 2 years ago
MODERATORS