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

help-circle



  • That’s an important issue, but if Democrats ever see power again, it’ll be important to focus on re-enfranchisement (RCV, instant runoff, or anything fairer than FPTP; NPVIC; national mail voting; mandatory voting), on judicial reform to undo the corruption and incompetence that has been packed there. Without those, keeping any gains will be impossible.

    Then, triaging existential threats is critical, which will mean fighting climate change, investing in public transport (trains), and breaking up trusts will have to be pursued simultaneously. Stopping any support for genocide needs to happen as soon as possible.

    There will be plenty more structural changes to fix beyond that: Protecting whistleblowers and protesters, improving FOIA, replacing norms with laws (Emoluments Clause enforcement, financial records disclosure, no insider trading for Congressmembers, &c), and all manner of civil rights protections and police reform.

    After all that, it’ll be time for the stuff I’ve been hoping for: nationalizing healthcare and Internet access, and copyright reform.












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