The most frustrating thing to ever happen to the concepts in plan9 is the funhouse mirror distortions of them that have landed in the linux world. They look just enough like plan9 that people think they represent those ideas, and so they have no idea how powerful those ideas can actually be and don't even know that they don't know it.<p>We'll never have any of the things it really promised until we give up on POSIX, tbh.
One of the best gifts of Plan 9 was static linking: <a href="https://9p.io/wiki/plan9/why_static/index.html" rel="nofollow">https://9p.io/wiki/plan9/why_static/index.html</a><p>Hard drives are cheap, so space is not an argument anymore, for reasonable uses of disk space. And most uses are reasonable!<p>Ah, but you might say, if a shared library is compromised, it's easy to push a fix! But how to you think it got so widely compromised in the first place? Perhaps because it was a widely shared library? Sharing is a double-edged sword.<p>The impetus behind the virtual environments for scripting languages, like Python's venv and Ruby's RVM, is isolation from the base system. Untold developer hours have been lost in attempts to run software with different dependencies than the base system. It's a total mess.<p>We shouldn't expect an operating system to be a monolith that dictates the dependency versions for all the code that runs on it. Code should be deployed in sandboxes and it should be independent of the base system. When the code is removed, it should be like it was never there.
Unix with its "worse is better" simplicity steamrollered vastly more complex operating systems (Multics above all).<p>It even steamrollered its own successor. Plan 9 is brilliant, but Unix already served most people's needs so why change.<p>Mental game: If they had managed to quickly push the whole thing out as what is now called open source, while Unix was still proprietary, how would the world look now?
Is there a showcase of Plan9’s killer features?<p>For example there is this mandatory covid testing. So each department is handed an excel file and they log the tests. And there is another excel which summarizes those dept’s ones.<p>Can Plan9 be useful in such a situation?