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

help-circle
  • I can see thinking the tragedy of the commons is capitalist propaganda if you think there is a hard line between people and corporations.

    The North Sea fishing industry didn’t collapse because too many of the proletariat wanted to do a lot of fishing, it collapsed because thousands of people organized into dozens of groups that systematically overstrained the ecosystem. Because those groups wanted to make more profit for a small group of hundreds of people. Everyone involved was acting in their rational best interest with no oversight or regulation guarding the big picture view and it caused everyone involved to destroy their livelihoods. Other than the ones at the top who’s livelihood is/was consolidating profit of course.

    The tragedy of the commons isn’t about how it’s an individual’s fault or responsibility. It’s about how larger groups need disinterested guardrails for long term higher quality of life.



  • “Real” lasers also show up sometimes in the old EU. They’re mostly explained away as outdated tech and “blasters are better” and that even the wimpy-est of force fields will stop them. There’s not nothing to that either. A laser you either need to hold it exactly on target for a measure of time or have a massive amount of cooling in the emitter. If you can just “send plasma” in that direction instead it solves those problems.

    “Slugthrowers”, i.e. ‘real guns’, also show up and “blasters are better” because the bolt is faster and doesn’t suffer as much from aerodynamic effects. But a lightsaber user is going to have problems if a bullet is now just molten instead of being reflected away.

    That’s leaning a lot into the older EU though which is much more a universe like 40k where tech just “is” and people maybe don’t understand the mechanics of how it works anymore.

    And of course it’s significantly much more about the rule of cool than real physics.




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




  • Knowledge is eventually gained, someone would have built practical devices relating to nuclear fission, whether that was a bomb or a reactor.

    Nazi Germany would not have done that in any time frame relevant to WWII. They specifically rejected aspects of atomic/quantum theory because they were tainted by “jewish science” which unknowingly set them back decades and sent them in the wrong direction. As much as they were obsessed with super weapons, they were very unscientific in their R&D.











  • turmacar@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    8
    ·
    5 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.