Home
Using an immutable desktop
- Details
- Category: Information Technology
- Hits: 1833
There seems to be a new trend in IT -- immutability. But what is it? Immutability is a security mechanism intended to assure the user (or engineer) that the system they built remains as it was built without the addition of any mailware or modified configurations caused by any nefarious actors. Think of it as installing your operating system on a CD. A bad actor cannot modify the files on the CD because they are read only. This is the same for the operating system partition. But how do you configure a system to be immutable? It is much easier than you think, but it does come with its limitations.
Testing Ubuntu 24.04 LTS Daily Builds
- Details
- Category: Information Technology
- Hits: 2405
One Way Forward: Finding a path to what comes after Unix
- Details
- Category: Information Technology
- Hits: 2586
I recently read a series of articles from Laim Proven of The Register that gives some fairly in-depth history of Unix and how software codebases become bloat over time. The information was fascinating and pretty remarkable for the implication that we should at times throw code away and start from scratch. When we don't, we retain old code for the sake of "backwards compatibility" that is never used or accessed and merely takes up space. Since storage has become so cheap, there is little to no incentive for software manufacturers (including operating system software) to streamline their code or remove items that are no longer necessary. This leads to code that is unmanageable and feature creep providing us with tons of useless features that nobody ever uses.
Head on over to The Register and read the articles. At this writing, there are currently three separate articles. They are collated at https://www.theregister.com/Tag/One%20Way%20Forward.