Ferreteria/v0.6/clade/Sys/FileSys/Aspect/Ident/spex/@notes/2026/06/02
Jump to navigation
Jump to search
| 2026/06/01 | 2026/06/02 | 2026/06/03 |
Thinking
I think what we want here is three pieces:
- 1. Something (currently
FSChain) to represent a path within a given context - 2. Something (currently
FSPiece) to represent each node (actual or hypothetical) along that path - 3. Something (currently
URL) to represent the context, which can generally be thought of as a filesystem -- such as:- local (file:// or no protocol)
- remote (sftp:// etc.)
- compressed
...wait, what happened to Proto?
- For some reason, I put it at the same level as
IdentandInOut... - ...when it is actually part of
spex, I think?
What I feel like I want to do (but is it wise?) is now five four clades:
FSChain⇒PathChainFSPiece⇒PathPieceProto⇒PathVenuefor the context of the PathChainURL⇒NodeURLfor the string which encodes the entire location
continued...