• 0 Posts
  • 14 Comments
Joined 1 year ago
cake
Cake day: October 15th, 2023

help-circle

  • It probably should’ve been dolphins, just as a nod to H²G², but also because I’m not sure the scale of that Klingon BOP ever read as big enough for two whales to me.

    But, some possible suspects: whales (maybe they are superintelligent, pan-dimensional beings and the business with the krill and the singing is just a front), whale keepers or collectors (maybe they’ve stocked Earth with an important livestock that they want to protect from the apes, or see TNG S3E22 “The Most Toys”), whale descendants (see VOY S3E23 “Distant Origins”), or a species that has determined that loss of the whales indicates humanity has become irredeemable (or a corrupted timeline).








  • 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.