|
|
|
|
|
by angersock
4394 days ago
|
|
writing word processors and web browsers to win a pointless popularity contest Get off your high horse. Nobody will give two shits about your toy operating system if it consistently fails to be useful for day-to-day work. (Which is a shame, because P9 is quite cool.) |
|
the model of plan9 lends itself to a radically different way to interact with pretty much everything. For a plan9-esque web browser, each site - nay, each element of a page - could be virtual files in an fs graph, and as you access pages and content you pull down the local graph into regional cache, and other 9P enabled systems see in your visible overlay that cache set.
You end up with a distributed web without needing low level distributed meshnets replacing old IP tech, because 9P on top does all the work.
Or word processing, the working draft is its own virtual file system with some organization, and collaborative editing is just working on the same 9P Mount, and each hostname can identify the editor.
That might be what someone means by "wheres my web browser?" because plan9 is meant to be an experiment - if the successor to the http / html web comes from anywhere, the best replacement (but probably not the most popular) will come out of radical new ideas like what plan9 regularly tries.