Hacker News new | ask | show | jobs
by ferd 833 days ago
...package managers to (un)install software. RedHat Linux had RPM since 1998 at least
1 comments

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.

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!