On paper, Dev Containers are great to define and share development environments easily. Actually using them is not that great: lack of reproducibility, integrating host files in containers, difference in implementations between various tools…| blog.crafteo.io
Get started with creating Flox environments.| flox.dev
While working on the service management feature of Flox I found myself wanting debugging tools that didn't exist, so I wrote my own. Let's talk about what it does, how it works, and where it's heading.| Tinkering