i'm working on this utility that'll maintain a database of links in-between things like filesystem paths, web pages, etc.
the idea is that it'll model connections between things i'm working on, notes about them, related projects, etc., like:
~/code/project -> ~/notes/vimwiki/project.wiki
~/code/some-project -> https://some.project
so i can be editing a file or browsing a directory and hit a hotkey to see the bigger picture of what's related.
@brennen Look up:
- content addressed storage
- DIDs
The human-readable factor gets tricky if you want the other useful technical factors. See Zooko's triangle:
@brennen Another option is a design like tahoe-lafs's, but that's probably overkill