this post was submitted on 06 Mar 2024
3 points (100.0% liked)

Talks

74 readers
2 users here now

A community to share and discuss good (conference) talks in/about software industry.

Please try to listen to a significant chunk of the talks before engaging in discussion and try to avoid responding just to the title of the talk.

Rules

Credits

Icon base by Lorc under CC BY 3.0 with modifications to add a gradient

founded 11 months ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 5 points 11 months ago* (last edited 11 months ago)

Dev containers are amazing, even just for solo projects. They make maintenance a breeze, and don't pollute your coding rig with unneeded packages, or venv created by package managers.

EDIT: Here's a very simple VSCode dev container that I've spun up for a python project, if anyone wants another example of what they can look like:

https://github.com/wesker-albert/cibo/tree/master/.devcontainer

[โ€“] [email protected] -2 points 11 months ago

I prefer devbox and devenv. No need for containers, no mucking around with Dockerfiles, no editor/IDE specific stuff, a large repository of packages, and most importantly no control by microsoft.

CC BY-NC-SA 4.0