Remix.run Logo
jeffchuber 4 hours 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

JustFinishedBSG 8 minutes ago | parent | next [-]

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

andrewingram 3 hours ago | parent | prev [-]

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 2 hours ago | parent [-]

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