The File Filesystem (2021)
mgree.github.io
The File Filesystem (2021)
1–10 of 105 posts
Re: The File Filesystem (2021)
#2(This is a joke. I love the idea and execution.)
Re: The File Filesystem (2021)
#3Re: The File Filesystem (2021)
#4That said - good idea/approach; seems like an excellent way to cleanly extend the unix approach to structured file formats:)
Re: The File Filesystem (2021)
#5https://jvns.ca/blog/2023/12/04/mounting-git-commits-as-fold...
(previously: https://news.ycombinator.com/item?id=38527866 )
Re: The File Filesystem (2021)
#6It uses file system mechanics to model objects, meaning you can design object based solutions that support file system style navigation.
Re: The File Filesystem (2021)
#7I used it as a per-user database for a web-templating language for a giant web-site building tool.
Re: The File Filesystem (2021)
#8I 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:)
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)
#9I 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:)
Re: The File Filesystem (2021)
#10You 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 )