Hacker News new | ask | show | jobs
by isostatic 3340 days ago
Patch a library and perhaps you end up breaking some programs that rely on that library.

The benefit of that goes away with containers anyway, you don't share libraries, every instance gets its own install.

1 comments

Could have sworn that _nix already had mechanisms for loading different lib versions side by side...