• 0 Posts
  • 36 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle

  • The Commonwealth Saga is so great.

    The portals / train system brings the vibes of the commonwealth up to something like the EU, but on a multi-planetary scale. You have to go through specific points to get planet to planet but the infrastructure is so built up that it’s mostly a travel time problem. It becomes an issue later on that the society has gotten kind of hidebound into a gradual expansion so they never really ‘needed’ FTL for exploration, and now they do.




  • You’d need to rollback the last 70 years of pensions being replaced by 401k plans and/or limit responsibility to the brokers. If you hire a licensed plumber that ends up flooding your neighbor’s place, the plumber is the one getting sued.

    It would probably also be good to restructure retirement incentives away from the stock market, but that’s not going to happen overnight either.


  • Google also accidentally deleted a random amount of user’s timeline data if you didn’t immediately catch it and restore from back up last March before the affected backups were overwritten. If you didn’t keep a close enough watch on your timeline to know that that happened, everything before ~Feb 2025 is gone now.

    Ask me how I know. Yes I kept up on permissions. Yes I had backups on. No I didn’t have a new device. I even have dozens of available gigabytes of paid storage on Google One.

    I’m sure it will only get more stable due to maps and timeline being revenue generators that encourage investment.







  • turmacar@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 months ago

    Building from source is always going to come with complications. That’s why most people don’t do it. A docker compose file that ‘just’ downloads the stable release from a repo and starts running is dramatically more simple than cross-referencing all your services to make sure there are no dependency conflicts.

    There’s an added layer of complexity under the hood to simplify the common use case.