115
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 04 Nov 2023
115 points (100.0% liked)
chapotraphouse
13528 readers
943 users here now
Banned? DM Wmill to appeal.
No anti-nautilism posts. See: Eco-fascism Primer
Gossip posts go in c/gossip. Don't post low-hanging fruit here after it gets removed from c/gossip
founded 3 years ago
MODERATORS
BASED
Are you familiar with Plan 9 or the Plan 9 Filesystem Protocol (9P)? It's a simple protocol for representing system resources (any resources, remote or local) as a tree of files. The protocol itself doesn't do much but it can be a common language for all kinds of systems to talk to each other with. It can be very efficient and robust to represent resources as a tree of files and better than the alternative of bespoke protocols and abstractions for every resource. The Plan 9 system uses this abstraction everywhere and it results in a very tightly integrated system that can be more capable than other operating systems with a fraction of the code. And since almost all operations on the system are operations on abstract files it doesn't matter if the files are local or remote to the system :3
I thought you might be interested because web browsers partially arose as a result of the poor integration of systems like Unix or Windows with the internet. But Plan 9 was written from the start as a distributed operating system. I want to write a 9P fileserver for lemmy sometime. I hope this doesn't come across as too rant-like. I got no sleep lol
Plan 9 aesthetics are under appreciated. Would often imagine a communist society with plan 9 terminals everywhere when I went through that phase.