logoalt Hacker News

fidotrontoday at 2:25 PM2 repliesview on HN

Doing software development outside of strict containerization, at the very least, looks increasingly prone to disaster.

Yes, we can argue about the culture of package management (as some of us have with especially npm from day one), but it's done, and your colleagues or AI sidekicks cannot be trusted not to download whatever and try to build and run it. All you can do is limit the effective blast radius.


Replies

jonahxtoday at 2:51 PM

Proper and easy to use support for sandboxes at the OS level, or better yet capabilities, seems like the only long term solution.

Many things I run I want to limit to r/w a single dir, and to have to request permission to make network calls.

show 1 reply
jfklgkdkdnntoday at 2:42 PM

minimum-release-age

show 4 replies