commit 820f29330ca73a031a9ebf09f0764738bd1c6ab8 parent 90a413f76ac2f2645191c077c7762b4bb7e9392b Author: neau <neau@web> Date: Wed, 22 Jun 2022 18:39:29 +0200 empty web commit Diffstat:
| A | Plan_9.mdwn | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/Plan_9.mdwn b/Plan_9.mdwn @@ -0,0 +1,11 @@ +**Plan 9** is a fully-featured, clean, compact and uniform operating system built as a successor to [[Unix]]. + +Plan 9 is not a product, it is an experimental investigation into a different way of computing. The developers started from several basic assumptions: that CPUs are very cheap but that we don't really know how to combine them effectively; that *good* networking is very important; that an intelligent user interface is a Right Decision; that existing systems are not the correct way to do things, and in particular that today's workstations are not the way to go. + +## Relevance with permacomputing + +The Plan 9 system is probably one of the fastest and most complete [[operating system]] for the [[Raspberry Pi]] devices. It comes bundled with all the [[software]] and [[documentation]] required to understand its inner workings. + +"An argument for simplicity and clarity." + +— Rob Pike