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

help-circle

  • Yeah, it’s also ignoring that the issue with Apple’s “30% cut” isn’t that they take 30% of game sales. It’s that they’re forcing you to use their payment processing service to put an app on the store, and then they take a 30% cut out of that, even though third-party payment processing providers take much smaller cuts than that.

    Physical stores also took a 30% sales cut, because there’s value in getting people to see your product. It’s literally been the standard storefront cut for decades. Microsoft and Sony take the same cuts for their console sales/transactions.

    Valve does a lot more for companies than just put eyes on their games, too. They’re pushing for Linux-compatibility with Proton, they provide you with networking libraries and infrastructure for multiplayer servers if you use SteamWorks, Steam will optionally update your game’s SDL libraries so you have up-to-date controller bindings, etc. It’s not like they’re sitting there twiddling their thumbs and taking 30% of your money for nothing.

    I’d argue Microsoft and Sony do comparable work for devs on their platforms too.

    The whole argument against the 30% cut is so fucking dumb.




  • Only if you have the appropriate level of privacy settings enabled (and extensions installed) in your browser. Your IP address actually has very little to do with ID-ing you, since most trackers will use hundreds of different fingerprinting methods to create “shadow accounts” of you using things like your system information, screen resolution, installed locales, etc.

    This doesn’t mean a VPN doesn’t help, though. Just pointing-out that you probably won’t be asked if you’re a bot if you go on Google while logged-in to a Google account, regardless of whether your VPN is on or not.


  • Disclaimer: This is speculation, because I haven’t read the actual law (and I’m not Italian, so it’s not like I really have a reason to).

    I would assume that they will handle it like this:

    To be able to sell your VPN service in Italy, you’ll have to get accredited. Since you’re now taking Italian customers’ money, your company’s dealings in Italy fall under Italian law. They might be able to extradite you, depending on what country you operate from, but realistically most businesses don’t want to get involved in that kind of stuff, because even if you don’t get extradited, no one wants to be put in a situation where they need to actively avoid a country.

    This leaves free VPN services, right? Well, since ISP and “legal” VPNs need to conform to the new law, the Italian government could blacklist those VPNs’ websites (which all ISPs and legal VPNs are required by law to block within 30 minutes of them being added to the block list). So now, you’re in an awkward position as an Italian if you want to get a VPN that doesn’t follow those laws.

    I’m not sure at what extent this law goes, or how they handle people who are paying to circumvent it (because you might have bought a VPN before this), but they might simply require that banks refuse to process payments from VPN providers that refuse to get accredited.

    Obviously, they can’t really block this thing without going the Great Firewall route (and even that has ways of being bypassed), but that’s not really their goal here. Their goal is to establish a stranglehold on what the everyday citizen does. It’s to put a framework in place that allows them to quickly and efficiently block content they deem you shouldn’t be able to see. It’s a disgusting display of a government overreaching and censoring what their citizens’ have access to on the web.






  • micka190@lemmy.worldtoSelfhosted@lemmy.worldWhy docker
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 years ago

    I find it makes my life easier, personally, because I can set up and tear down environments I’m playing with easily.

    Same here. I self-host a bunch of dev tools for my personal toy projects, and I decided to migrate from Drone CI to Woodpecker CI this week. Didn’t have to worry about uninstalling anything, learning what commands I need to start/stop/restart Woodpecker properly, etc. I just commented-out my Drone CI/Runner services from my docker-compose file, added the Woodpecker stuff, pointed it to my Gitea variables and ran docker compose up -d.

    If my server ever crashes, I can just copy it over and start from scratch.