Hacker News new | ask | show | jobs
by BobbyTables2 843 days ago
We’ve already come full circle.

Nobody uninstalls packages from a Docker container…

With immutable designs, we’re just reinstalling the whole OS on each update…just a bit more efficiently thanks to cheap storage.

2 comments

Slight tangent:

Back in the primordial olden days, people used to patch binaries. These days, we just compile them from scratch, when we want to make a change.

So it's not too surprising that people apply the same approach to the whole OS installation.

Mutation is hard to get right!

With ephemeral NixOS, I'm reinstalling the whole OS (sort of) on every boot!