1234
submitted 1 week ago* (last edited 1 week ago) by sag@lemm.ee to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] pyre@lemmy.world 18 points 1 week ago
[-] brianary@startrek.website 10 points 1 week ago

There's a little historical baggage, but look at Windows: multiple letters for drives, and all of the paths can be modified, so you have to ask Windows where any important directory is physically mapped (like SystemRoot or Documents or Temp or Roaming AppData or many others), because it doesn't have this nice consistent structure like Linux. Linux presents a logical layer and manages the physical location automatically. Windows makes you do the logical lookup yourself, but doesn't enforce it, so inexperienced programmers make assumptions and put stuff where the path usually is.

That's part of why logging in to Windows over a slow connection can take forever if you have a bunch of Electron apps installed: they've mismapped their temp/cache directory under the Roaming AppData, so it gets synched at every login, often GiB of data, and they refuse to fix it.

[-] ByteOnBikes@slrpnk.net 6 points 1 week ago

I switched to Linux a few years ago and you are not wrong.

Windows is a nightmare with directory organization.

Saved games can go:

  • My Documents/
  • My Documents/Games
  • My Documents/My Games
  • /saved-games
[-] Grass@sh.itjust.works 7 points 1 week ago

I'm more used to seeing shit like: c:/users/username/appdata/local/developer/game/engine/data3/saves/profile0/epe90_cats90-slot203.nonstandardfileformat

[-] jcg@halubilo.social 5 points 1 week ago

And then their non standard file format turns out to just be a zip file or gzipped JSON data 😂

this post was submitted on 06 Sep 2024
1234 points (95.8% liked)

Linux

47290 readers
1056 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