top | item 47168203

(no title)

jeffchuber | 3 days ago

last weekend I vibe-coded a project called `openfs` that plugs into just-bash

https://github.com/jeffchuber/just-bash-openfs

it puts a bash interface in front of s3, filesystem (real and in-memory), postgres, and chroma.

still very much alpha - but curious what people think about it.

see an example app here: https://github.com/jeffchuber/openfs-incident-app

discuss

order

andrewingram|3 days ago

I did a slightly less ambitious prototype a few weeks ago where I created added lazy loading of GCS files into the just-bash file-systems, as well as lots of other on-demand files. Was a lot of fun.

jeffchuber|3 days ago

yeah (optional) caching is interesting to think about - incl write_through and write_back

JustFinishedBSG|3 days ago

What problem were you trying to solve ? ( not that you need to solve one. I’m just curious )