• 0 Posts
  • 145 Comments
Joined 11 months ago
cake
Cake day: October 15th, 2023

help-circle


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





  • Cars don’t scale.

    As soon as there is real traffic, cars become inefficient trains.

    If you’re somewhere that doesn’t have much traffic yet, it’ll seem fine, but that doesn’t always last.

    If you can make a bicycle work, that’s much healthier and cheaper to own and operate for all those people that can’t afford a car, or don’t want to be indentured to it. Cargo bikes even work fine for groceries, depending on your family size.






  • Months are the craziest, weirdest, stupidest measure humanity has used for this long. ISO8601 week dates make more sense, or even the French Revolutionary Calendar. Humans organize all of society by weeks, not by months. Compare last January to next January, or last February to next February for metrics. Do they have the same number of weekdays vs weekend days? Even if they do, do they happen at the same point in the month so you can compare the flow of the month? Now compare two weeks, and that’s apples to apples. Group by weeks instead of months and your irregular, bumpy graph smooths right out. We only hang on to Gregorian months out of inertia.