It’s amazing what a difference a little bit of time can make: Two years after kicking off what looked to be a long-shot campaign to push back on the practice of shutting down server-dependent videogames once they’re no longer profitable, Stop Killing Games founder Ross Scott and organizer Moritz Katzner appeared in front of the European Parliament to present their case—and it seemed to go very well.

Official Stream: https://multimedia.europarl.europa.eu/en/webstreaming/committee-on-internal-market-and-consumer-protection-ordinary-meeting-committee-on-legal-affairs-com_20260416-1100-COMMITTEE-IMCO-JURI-PETI

Digital Fairness Act: https://ec.europa.eu/info/law/better-regulation/have-your-say/initiatives/14622-Digital-Fairness-Act/F33096034_en

  • raspberriesareyummy@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

    I firmly disagree that this would be a good use case. Allowing this kind of container shenanigans would introduce more incompatibilities than it solves.

    • gian @lemmy.grys.it
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 hours ago

      I firmly disagree that this would be a good use case.

      Why ? Any technical reason beside your dislike for containers, in this specific scenario ?
      Remember that we are talking about software that probably is built with older version of the OS as target, using older version of tools and libraries. The source code could not be compilable anymore without a porting, which can be not that easy.

      Allowing this kind of container shenanigans would introduce more incompatibilities than it solves.

      It depends on your objective.
      If the goal is to be able to continue to play a game which require a server, having the publisher to release a container solve your problem, you just run it and you can continue to play the game, which if I am not wrong is the ultimate goal of all the Stop Killing Games initiative.

      If the publisher only give you the server binary (and all the dependencies) there is way to be sure that the next OS update does not break something, assuming you are able to run it in the first place.

      The source code you say ? Fine, when the copyright end, after 70 years, they will release it in the public domain, until then… good luck, laws are on their side.

      • raspberriesareyummy@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        Why ? Any technical reason beside your dislike for containers, in this specific scenario ?

        Because jailing a container is even harder than jailing an application. “But a container is already jailed” you’ll say - I don’t trust any jail that I can’t choose & configure myself.

        If the publisher only give you the server binary (and all the dependencies) there is way to be sure that the next OS update does not break something, assuming you are able to run it in the first place.

        The source code you say ? Fine, when the copyright end, after 70 years, they will release it in the public domain, until then… good luck, laws are on their side.

        How about: document the requirements for the execution environment (in industry this is called an interface definition document), based on which the gaming community can then generate their own container configs if they like, but no one has to run stuff in a container.