this post was submitted on 22 Apr 2026
1421 points (99.5% liked)

Technology

84569 readers
3632 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] stickyprimer@lemmy.world 1 points 2 weeks ago (1 children)

But then how could anyone use it? If it’s to download and run at home, you can get away with it. But in many of these cases they’re saying open source it so volunteer group XYZ can host a server and keep the game alive. Wouldn’t group XYZ be vulnerable to copyright action?

[–] Axolotl_cpp@feddit.it 1 points 2 weeks ago (1 children)

The artwork and music is usually on the client side (and if it's not, the programmers need to get good lmao) so it's really not a problem

But in many of these cases they’re saying open source it so volunteer group XYZ can host a server and keep the game alive

open source refers to a computer program in which the source code is available to the general public for usage, modification from its original design, and publication of their version (fork) back to the community
(copied 1:1 from wikipedia, i was too lazy to write it myself)

So no, open source don't mean that a specific group keeps the server game alive by hosting a server but that the server code is aviable to the public to do whatever they want;

Another solution is making the code Source-available (like some companies already do: eg Mojang) or just distributing a copy of the server for people to use, without being open sourc

[–] stickyprimer@lemmy.world 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I know what open source means.

A group that wants to host that game server is eventually going to need to fix it, or adapt it to new software / hardware if we expect it to be able to run in perpetuity. They will need to be able to modify that source code to do so.

So the game publisher can’t just publish one final compiled package “for people to use.” The software has to be able to be maintained, not just used. And if we expect the software to survive over time, it will need a community not just one group. Open source is the only thing that would allow the game publisher to walk away from it, but allow the software to live on.

[–] Axolotl_cpp@feddit.it 1 points 2 weeks ago

I'd prefer an open source solution too, but tbh, there are other (more lazy) ways for the publisher, like sharing the APIs specifications so the people can make their own server, i hope that the EU will take the open source approach tho