God, I hate .env files
Summary
The Hacker News thread discusses the drawbacks of using .env files for configuration, contrasting them with regular config files and highlighting issues when environment variables are missing or undefined. It also touches on alternatives like direnv and broader best practices for managing secrets and environment configuration in development and deployment.