|
|
|
|
|
by hlandau
2580 days ago
|
|
Personally, Redox's use of URLs seemed like really bad design to me. It doesn't get simpler than the Unix path syntax. Having a scheme:// makes sense for URLs because you don't otherwise have any contextual information indicating how to access a resource. But this isn't the case for something like a virtual filesystem, where the total set of filesystems mounted under it - and their types - are all known to the system. There's no need for disk://foo when you can just have /dev/disk/foo. |
|
If that's not the case, I have found the scheme to be helpful to indicate what's going on.