LWN: Comments on "A filesystem from Plan 9 space" https://lwn.net/Articles/137439/ This is a special feed containing comments posted to the individual LWN article titled "A filesystem from Plan 9 space". en-us Fri, 10 Oct 2025 04:29:30 +0000 Fri, 10 Oct 2025 04:29:30 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Not ever an RFC, not even an internet draft https://lwn.net/Articles/167515/ https://lwn.net/Articles/167515/ nealmcb "There is a draft RFC available which describes this protocol in detail."<br> <p> Terminology is pretty important when it comes to IETF documents, and the word "Draft" can lead to confusion.<br> No, there is no Plan 9 RFC, it doesn't look like there will be one, and there certainly is not an RFC that has advanced to the "Draft Standard" phase. There is not even an "Internet Draft" any more, since it expired. And the Internet Draft that was submitted explicitely stated that<br> <p> "This document is an Internet-Draft and is NOT offered in accordance with Section 10 of RFC 2026, and the author does not provide the IETF with any rights other than to publish as an Internet-Draft."<br> <p> I've never seen anything like that - why publish an internet draft that states up front that you aren't playing by the rules and you don't want to procede?<br> Fri, 13 Jan 2006 16:46:38 +0000 REST for the web is a bit like that https://lwn.net/Articles/138728/ https://lwn.net/Articles/138728/ stfn The design philosophy shares something with the recently popular "REpresentational State Transfer" style of web services. They each chose one unifying metaphor and a minimal interface: either everything is a file and accessed through file system calls, or everything is a resource and accessed through HTTP methods on a URL.<br> <p> That might be a naive simplification* but other have observed the same:<br> <p> <a rel="nofollow" href="http://www.xent.com/pipermail/fork/2001-August/002801.html">http://www.xent.com/pipermail/fork/2001-August/002801.html</a><br> <a rel="nofollow" href="http://rest.blueoxen.net/cgi-bin/wiki.pl?RestArchitecturalStyle">http://rest.blueoxen.net/cgi-bin/wiki.pl?RestArchitectura...</a><br> <p> * It's only one aspect of the design and, on the other hand, there's all kinds of caching in the web and URIs if not URLs are meant to form a global namespace that all users share.<br> Mon, 06 Jun 2005 16:53:48 +0000