←back to thread

The File Filesystem (2021)

(mgree.github.io)
346 points wegwerff | 1 comments | | HN request time: 0.237s | source
Show context
isoprophlex ◴[] No.40214230[source]
For fuck's sake! Not everything needs to be a file!

(This is a joke. I love the idea and execution.)

replies(2): >>40215374 #>>40215419 #
vidarh ◴[] No.40215419[source]
Daniel Stenberg, of cURL fame, co-write an Amiga-editor called FrexxEd where the open buffers were exposed as files in the filesystem.

Meaning you could write any shell script to manipulate an open buffer (not that important as it also exposed all editor functionality both via IPC via Arexx and via FPL - a C-like scripting language), and that you could e.g. compile without saving (that was very helpful on a system where a lot of people might only even have a single floppy drive, and where being able to have the compiler in the drive and compile straight from the in-memory version in RAM so you didn't have to keep swapping floppies was highly useful (just remember to save before actually trying to run the program - no memory protection...)

replies(2): >>40215833 #>>40218676 #
1. fsckboy ◴[] No.40218676[source]
I want a webbrowser that does that, lets me shell-cd into each tab as a directory