Ask HN: Multi-Project Dev Setup
Some of the tools I use have version managers, which are mostly good, but you still end up restricted with some shared lib or other.
I have been using docker for a while, and it gets 90% of the way there, allowing me to easily spawn a complete environment for each project using docker-compose - but the actual development experience is left wanting. Complexities around attaching debuggers, laggy watchers, poor attached volume filesystem performance, slow build times, lack of access to my GPU, etc. There are ways around some of this, but its always time consuming to get set up - and then you get bitten by something else.
I am wondering if there is a better way to handle all this - where I can just 'check-out' an overlay or something that will give me a "native" per-project experience. I used btrfs snapshots for something similar a few years ago.
How does your development environment look? Any thoughts on tooling that can give me my dream setup?
0 comments
[ 1.4 ms ] story [ 9.4 ms ] threadNo comments yet.