From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sun, 3 Jul 2011 16:44:23 -0400 To: 9fans@9fans.net Message-ID: <249b2a9106d6258a2484fa9b14ecea0b@ladd.quanstro.net> In-Reply-To: References: <201107022036.52943.dexen.devries@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] novel userspace paradigms introduced by plan 9 Topicbox-Message-UUID: f97d50ea-ead6-11e9-9d60-3106f5b1d025 On Sun Jul 3 13:58:49 EDT 2011, lyndon@orthanc.ca wrote: > > I think what I'd say is the most "novel userspace paradigm" in Plan 9 > > is its pervasive synthetic filesystems. You have FTP filesystems and > > so on with FUSE now, but writing something as flexible (technically) > > as Rio still requires something other than FUSE. But more importantly, > > since Plan 9 *started* with those synthetic filesystems they're used > > everywhere, whereas they're pretty uncommon in Linux etc. It would be > > nice if web browsers used a kind of webfs, and so on. > > Actually, what this discussion keep pointing out is the elegance of the > Plan9 authentication model vs. UNIX's superuser scheme. It's the lack > of a superuser that makes the whole namespace paradigm work in the first > place. why do you think that the lack of a super user make per-process namespaces work? - erik