logoalt Hacker News

mieubrisseyesterday at 7:52 PM2 repliesview on HN

I've been wondering this too: for us, UUIDs are super opaque. But for an agent, two UUIDs are distinct as day and night. Is the best filesystem just blob storage S3 style with good indexes, and a bit of context on where everything lives?

One thing directories solve: they're great grouping mechanisms. "All the Q3 stuff lives in this directory"

I bet we move towards a world where files are just UUIDs, then directory structures get created on demand, like tags.


Replies

para_paroluyesterday at 7:59 PM

Filepath is just unique name that model can identify easily and understand grouping. Uuid solves nothing but requires another mapping from file to short description.

show 1 reply
JoeAltmaieryesterday at 8:47 PM

Or, have to "Q" attribute and ask the file store for "Q=3"

All good.