A Phlaming Phoenix

  • 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: June 19th, 2023

help-circle






  • At least part of this is the decentralized/complied nature of a FOSS operating system. You don’t get a command called grep because someone making design decisions about a complete system holistically decides that tool should be called grep. You get it because some random programmer in the world needed a way to find patterns in text so they wrote one and that guy called it grep and someone else saw utility in packaging that tool with an OS. It’s a patchwork, and things like this are a culture of sorts.






  • This would fundamentally break the Unix/Posix functionality of layering file systems. All containerization would break. You would lose the ability to map in one filesystem’s content within another’s. I don’t think the right way to get people used to Linux is to fundamentally break it.

    File managers - even the dogshit one you get with Gnome - already register external storage devices in a list that’s shown no matter where in the file system you are. Assigning a drive letter doesn’t clarify anything. What beginner/grandpa is even looking at the contents of the FS root?