Combating artificial intelligence with natural stupidity.
I bet this is done with inodes. Deleted files aren’t truely deleted until nothing has it open and its inode gets dropped. Like ARC for files.
You can also do interesting things like overwrite a “file” (as in a specific filesystem path) with new contents while keeping anything that already has the file open on the old contents by unlinking the old inode to the path and writing the new contents under a new inode. I believe mv does this. The kind of lesser known feature that probably strikes a good balance between preventing super annoying silent errors/corruption and causing them.


Probably people who thought they could make an app with AI, realised it’s not possible to make good software without actually learning how software is made, and never opened Cursor or whatever again.


Don’t know about “fun again” but definitely a lot less nervewracking and paranoia inducing.


deleted by creator


deleted by creator
I think it’s more an exercise in understanding the underlying concepts used by tools like Podman or Docker.