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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Found this video interesting and wonder if there are any alternatives within Linux systems

you are viewing a single comment's thread
view the rest of the comments
[–] whaleross@lemmy.world 14 points 1 day ago (10 children)

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.

[–] ocean@lemmy.selfhostcat.com 2 points 1 day ago (1 children)

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?

[–] whaleross@lemmy.world 2 points 1 day ago

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;

  • /project/year/keyword 1/keyword 2/file
  • /keyword 2/year/project/keyword 3/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.

load more comments (8 replies)