Live data from Hacker News

The File Filesystem (2021)

mgree.github.io

1–10 of 105 posts

Re: The File Filesystem (2021)

#6
If you're intrigued by this then Solvent-Configr might be of interest: https://aws.amazon.com/marketplace/pp/prodview-i3ym46leenag4

It uses file system mechanics to model objects, meaning you can design object based solutions that support file system style navigation.

Demo: https://youtu.be/XgTgubZQPHw

Re: The File Filesystem (2021)

#7
Ha. I did this back in 2003. It's surprisingly fast, and makes it simple to do granular locking.

I used it as a per-user database for a web-templating language for a giant web-site building tool.

Re: The File Filesystem (2021)

#8

I would gently suggest naming it filefs or something; ffs already means https://man.freebsd.org/cgi/man.cgi?ffs(7) That said - good idea/approach; seems like an excellent way to cleanly extend the unix approach to structured file formats:)

also https://en.wikipedia.org/wiki/Formatted_File_System

and https://en.wikipedia.org/wiki/Flash_file_system

and kind of https://en.wikipedia.org/wiki/Amiga_Fast_File_System

Four file systems named ffs; ffs is popular for file systems

Re: The File Filesystem (2021)

#9

I would gently suggest naming it filefs or something; ffs already means https://man.freebsd.org/cgi/man.cgi?ffs(7) That said - good idea/approach; seems like an excellent way to cleanly extend the unix approach to structured file formats:)

[deleted]

Re: The File Filesystem (2021)

#10

You can also mount your git commits as a filesystem: https://jvns.ca/blog/2023/12/04/mounting-git-commits-as-fold... (previously: https://news.ycombinator.com/item?id=38527866 )

All you need now is a giant pile of rules for which revisions to select and you have the unholy demon that is Rational ClearCase
Post reply on HN