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

help-circle



  • Eh. :P

    I mean sure it’s kind of a relic from the 90s, but so is the save icon. If you change it you’re breaking backwards compatibility with everything tangentially related to digital cameras prior to <current year>. A ‘photos’ folder might be more intuitive but then you run into the issue of “what about my language’s folder” instead of just everyone worldwide using DCIM.

    Sometimes its better long term for people to learn about a standard instead of for the standard to be more intuitive to newcomers. Sure you could just make a new standard but that’s its own problem.





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




  • Which is itself willful fear-mongering by just having passing familiarity with The Bible and simultaneously claiming it as their defining identity.

    The Mark of the Beast is specifically a thing on the forehead or hand. It’s not numbers on a can of beans. And that’s before you get into everything about old numerology and contemporary societies that Revelation was probably talking about.

    And the second beast required all people small and great, rich and poor, free and slave, to receive a mark on their right hand or on their forehead, so that no one could buy or sell unless he had the mark - the name of the beast or the number of its name.

    Somehow I doubt requiring a MAGA hat for purchase would get the same level of push back for example.


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





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