• 0 Posts
  • 9 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle




  • 100% on the “lots of missing 'how’s” point. You skipped the “ban lobbying” one, which is probably the second biggest “how” after the gerrymandering.

    Lobbying is not some official policy or process. Senators don’t have “lobbying hours.” Lobbying is basically just “being at lunches and parties that politicians are at.” Unless you’re proposing Congress not be allowed to go out in public and live as secluded monks, I don’t see how you “abolish” it…




  • The size of the code is mostly irrelevant if you’re not shipping it to clients over the network on every request. Short of truly gargantuan statically-linked binaries in compiled languages, anyway, and bundling isn’t really an applicable concept there. And similarly, the overhead of loading modules from the filesystem is a one-time cost that’s mostly irrelevant for server-side code that runs for days or weeks or years at a time.

    On the other hand, the complexity overhead of adding the additional bundling step is a major drag on development productivity, debuggability, etc.