this post was submitted on 07 Jan 2025
50 points (89.1% liked)
Linux
48890 readers
945 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Watched the first video. Interesting.
Reminds me of when I realized some twenty years ago that hierarchical filesystems are just a convention and I was daydreaming about a dynamic database-like filesystem where files are stored with meta data in tags that could be addressed according to whatever your chain of association may be. I even conceptual a bridge of how common OS like Windows or Linux could connect and interface such a file system using the familiar system of slashes transparently for the user with all the benefits and none of additional complicated learning. Of course this was way beyond any technical scope of mine and I didn't bring it to attention beyond nerdy beer conversation.
Maybe I was on to something.
Thanks for watching what I shared and sharing own thoughts :)
Your idea makes me think of my vague understanding of plan9.
Check this out: https://en.wikipedia.org/wiki/Plan_9_from_Bell_Labs#Union_directories_and_namespaces
Do you imagine something like a mind map from obsidian where things are linked or unlinked by tags?
It's pretty distant now, but I did imagine it from a user perspective to be something like a folder structure except you can "tag along" as you go, so that you can find the files from your subjective chain of association rather than remembering how the project is set up. Say to reach the file;
Consequently, you could have all relevant files collected or filtered depending on how you set up your paths like searching a database rather than keep track of different data structures of different department needs and such.
So you could call it a mind map of sorts.
My entry level experiments were with just "tags" (the keywords) but I imagined a file system that would incorporate everything filesystem like permissions, creation/modification dates, and next gen like file history, integration with custom content parsing and version control systems and stuff that are partially reality today with COW filesystems.