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

help-circle

  • I don’t know how seriously to take this kind of discussion sometimes. I can rationalize that a person can do awful things to people in a fictional setting and it’s not a commentary of who they are as a person. On the other hand I cannot escape the feeling that I am replying to a genuine sadistic monster, based on everything you just said in this post. Forget all of that. Unnecessary commentary when there’s a point I want to make.

    There’s a crucial difference in video games vs more free-form varieties like TTRPGs: You’re on The Rails. Video game RPGs are almost always on the rails. There’s no real sandbox game anywhere. Like there are good attempts, but at the end of the day, any game has programmed expectations for your inputs and what it can output. Video games can’t possibly fathom how deeply evil you could actually get. It would be a developmental and technological nightmare to try programming in all of your awful choices and how they could spiral the narrative. They have to do their best within the limitations of how much could possibly fit in a game. And I’m assuming the game companies also have to take into account the ratings system, and PR. Even if you could play the game any way you want, good AND bad choices, you’re going to get odd looks from people if they know the game allows you to sexually abuse NPCs, or enslave people through extortion. You know what I’m getting at? The real limitation isn’t the technology, even though that’s already a big one. Even in virtual, completely fictional settings, being allowed to play that shit out is wholly monstrous. And I can’t imagine the toll it would take on designers who would be tasked to write it.

    So if you really want all of that and accept the risks, make your own CRPG where you can go all out on Evil. Being critical of developers and designers for not being willing to go as far as your twisted mind can go in a video game is a wild take. Go play in an evil TTRPG campaign if you want to get those kicks. It’s way easier.


  • I’d say for myself it’s a tit for tat situation.

    If the company I hypothetically pirate from is a total prick, mistreats their employees, donates a part of the money they earned from my purchase to lobby to my government to reduce the rights of minorities, I won’t give a single fuck. I may even just never touch their product out of spite.

    Are they inoffensive and fairly neutral? I likely won’t pirate if I have the means to buy it.

    Are they basically ConcernedApe? I will follow them to the ends of the earth showering them with praise and riches. Never pirate and would actively shame those who do


  • I approve of this expanded answer. I may have been too ELI5 in my post.

    If the OP has read this far, I’m not telling you to use docker, but you could consider it if you want to store all of your services and their configurations in a backup somewhere on your network so if you have to set up a new raspberry pi for any reason, now it’s a simple sequence of docker commands (or one docker-compose command) to get back up and running. You won’t need to remember how to reinstall all of the dependencies.


  • BellyPurpledGerbil@sh.itjust.workstoSelfhosted@lemmy.worldWhat's the deal with Docker?
    link
    fedilink
    English
    arrow-up
    40
    arrow-down
    2
    ·
    edit-2
    4 months ago

    It’s virtual machines but faster, more configurable with a considerably larger set of automation, and it consumes less computer resources than a traditional VM. Additionally, in software development it helps solve a problem summarized as “works on my machine.” A lot of traditional server creation and management relied on systems that need to be set up perfectly identical every deployment to prevent dumb defects based on whose machine was used to write it on. With Docker, it’s stupid easy to copy the automated configuration from “my machine” to “your machine.” Now everyone, including the production systems, are running from “my machine.” That’s kind of a big deal, even if it could be done in other ways naturally on Linux operating systems. They don’t have the ease of use or the same shareability.

    What you’re doing is perfectly expected. That’s a great way of getting around using Docker. You aren’t forced into using it. It’s just easier for most people


  • The term AI being used by corporations isn’t some protected and explicit categorization. Any software company alive today, selling what they call AI, isn’t being honest about it. It’s a marketing gimmick. The same shit we fall for all the time. “Grass fed” meat products aren’t actually 100% grass fed at all. “Healthy: Fat Free!” foods just replace the fat with sugar and/or corn syrup. Women’s dress sizes are universally inconsistent across all clothing brands in existence.

    If you trust a corporation to tell you that their product is exactly what they market it as, you’re only gullible. It’s forgivable. But calling something AI when it’s clearly not, as if the term is so broad it can apply to any old if-else chain of logic, is proof that their marketing worked exactly as intended.