this post was submitted on 02 Jul 2025
221 points (98.7% liked)

Buy European

6439 readers
557 users here now

Overview:

The community to discuss buying European goods and services.


Matrix Chat of this community


Rules:

  • Be kind to each other, and argue in good faith. No direct insults nor disrespectful and condescending comments.

  • Do not use this community to promote Nationalism/Euronationalism. This community is for discussing European products/services and news related to that. For other topics the following might be of interest:

  • Include a disclaimer at the bottom of the post if you're affiliated with the recommendation.

  • No russian suggestions.

Feddit.uk's instance rules apply:

  • No racism, sexism, homophobia, transphobia or xenophobia
  • No incitement of violence or promotion of violent ideologies
  • No harassment, dogpiling or doxxing of other users
  • Do not share intentionally false or misleading information
  • Do not spam or abuse network features.
  • Alt accounts are permitted, but all accounts must list each other in their bios.
  • No generative AI content

Useful Websites

Benefits of Buying Local:

local investment, job creation, innovation, increased competition, more redundancy.

European Instances

Lemmy:

Friendica:

Matrix:


Related Communities:

Buy Local:

Continents:

European:

Buying and Selling:

Boycott:

Countries:

Companies:

Stop Publisher Kill Switch in Games Practice:


Banner credits: BYTEAlliance


founded 5 months ago
MODERATORS
 

Please support the initiative of Stop Killing Games!

EU Petition

UK Petition

top 33 comments
sorted by: hot top controversial new old
[–] NigelFrobisher@aussie.zone 4 points 1 day ago

Microsoft promised that game servers could scale with demand using the power of the cloud, including scaling to zero when there were no players. Microsoft promised a lot of things.

[–] atro_city@fedia.io 31 points 2 days ago (1 children)

She sounds much more informed than PirateSoftware and is giving some actual insight into the development process. I'm not a dev, so I can't say if she actually is more informed, but PirateSoftware just makes arguments that don't make sense which makes me think he doesn't know what he's talking about. She keeps saying "the technical challenges are solvable" and it reminds me of the scene from "For All Mankind" where Dev says "Gentlemen, these are engineering problems. We are engineers! Let's get to it".

P.S Fuck PirateSoftware

[–] ImplyingImplications@lemmy.ca 3 points 2 days ago (2 children)

She doesn't give any actual examples though. She just says "I work in game dev and ensuring games still function when companies shut down their servers would be a technical challenge but it's possible." She also has less than 1,000 subscribers and this video is by far her most popular ever at 17,000 views and counting while her average view count is around 100.

[–] atro_city@fedia.io 21 points 2 days ago (1 children)

She also has less than 1,000 subscribers and this video is by far her most popular ever at 17,000 views and counting while her average view count is around 100.

So what? Does truth only come from those with large followings?

[–] Nilz@sopuli.xyz 1 points 1 day ago

Yeah because higher view and sub count means better credibility of course. According to some people maybe?

[–] delcaran@feddit.it 21 points 2 days ago (3 children)

Dev here. It's not a challenge.

  • you make one last patch to the game that enables the user to change the address of the servers required (for authentication or whatever).
  • you release the server for free.

This way you are not losing money (you are not making any either, but that's why we are here) and the users can install the game and the required components to run it.

The most "challenging" thing you must do, on the server or in the game, is eventually authorized everyone, but I can't see this as a challenge...

[–] unbanshee@lemmy.dbzer0.com 1 points 1 day ago

The challenge is convincing c-suite to greenlight the work.

[–] ImplyingImplications@lemmy.ca 6 points 2 days ago (2 children)

And if people bought a PlayStation game that uses Sony's PSN servers they're going to configure and run this how?

[–] habs@lemmy.sdf.org 2 points 1 day ago

PSN would presumably also have to comply and allow private servers. But even if PSN didn't cooperate, it would still be a big lap forward for preservation if devs at least released their server only for jailbroken consoles.

[–] atro_city@fedia.io 8 points 2 days ago

Just like WoW private servers do? Host their own PSN server.

[–] magic_lobster_party@fedia.io 4 points 2 days ago (2 children)

you release the server for free

That’s easier said than done. The server side software might rely on proprietary software. Releasing the server side software can be a legal licensing nightmare.

Also, the software might make many assumptions about the internal infrastructure setup. For example, it might assume that it has access to a hard coded S3 path. It’s actually a lot of effort to ensure a software can be run on anyone’s computer.

[–] atro_city@fedia.io 15 points 2 days ago (1 children)

I see you watched PirateSoftware's video. I encourage you to watch Ross's response.

TL;DW this isn't a proposal to make current games or already dead games left in a playable state. The proposal is not retroactive. It's about the future. In the future, when this law is present, software developers will have to sign licenses that allow them to leave the game in a playable state. That means, they will have to adapt. It was possible before and it can be possible again.

Also, read the FAQ

Q: Isn't what you're asking for impossible due to existing license agreements publishers have with other companies?

A: For existing video games, it's possible that some being sold cannot have an "end of life" plan as they were created with necessary software that the publisher doesn't have permission to redistribute. Games like these would need to be either retired or grandfathered in before new law went into effect. For the European Citizens' Initiative in particular, even if passed, its effects would not be retroactive. So while it may not be possible to prevent some existing games from being destroyed, if the law were to change, future games could be designed with "end of life" plans and stop this trend.

[–] magic_lobster_party@fedia.io 5 points 2 days ago (1 children)

I’m just reacting to the idea that ”releasing server side software for free” is trivial. It’s not. It requires deliberate effort from the engineers.

I’m speaking from experience maintaining server side software. I haven’t watched Pirate Software.

[–] atro_city@fedia.io 6 points 2 days ago (1 children)

That effort will have to be included in the development of a game. But can you explain what effort there would be? If you have a server .exe (or whatever) and have to release it. What has to be done? I'm assuming you're talking about a guide how to run it? Shouldn't that be part of the internal process already? New employees will also have to know how to run the server, right?

[–] magic_lobster_party@fedia.io 9 points 2 days ago (1 children)

Server side software is rarely ”just an exe”. It involves databases, cron jobs, message queuing, and other internal tooling or cloud infrastructure. All of these must be in place properly for the software to function.

[–] atro_city@fedia.io 1 points 2 days ago (1 children)

How is it tested locally? There must be a way, right? Developers can't just be releasing stuff willy nilly to the main system in order to test it, can they?

[–] magic_lobster_party@fedia.io 1 points 2 days ago (1 children)

They probably don’t test the entire server architecture locally. Maybe only a fragment of it, with the rest of the environment either mocked, or against a shared dev environment hosted in the cloud.

[–] atro_city@fedia.io 2 points 1 day ago

As a non-dev, I can't say if that's standard, but it doesn't sound like good practice. Regardless, just like the woman said, GDPR was thought to have mAssIVe cOsTs upon development and business, but in the end companies dealt with it. Companies with insufficient preparation or unwilling to plan to leave the game in a playable state, will have to factor in the costs of not complying.

This issue is about consumer rights and if you're for "what you buy is what you own", then being against rendering games unplayable after purchase should be logical.

[–] delcaran@feddit.it 7 points 2 days ago (1 children)

You are right, licensing could be an issue. But as others said this is not a retroactive law, so new software must be developed accounting for a "free" redistribution. Hardcoded paths are just bad practice.

Never said it's easy, but it's not that hard. At my job we are required to deploy the whole server infrastructure on-premise, so we only use software with MIT license or something that allows us to distribute to our clients without disclosing the source code. We've been doing this for the last 20-ish years, our software accepts easily hundred of thousands of connections and with Docker and similar tech the whole thing can run on standalone PC (with performance limitations of course).

It's not easy, but it's doable. And that it's all that is required by this proposal.

[–] magic_lobster_party@fedia.io 3 points 2 days ago (1 children)

I’ve been involved in creating an on-premise version of a cloud server. We decided the best approach was just to make it a separate thing with barebones functionality. Just ensuring the client side software could connect to this on-premise solution without crashing was hard work enough.

The thing is that making an on-premise product takes deliberate effort. It’s rarely ”just ship an exe file” (or even ”just ship a docker compose file”)

I believe if this is passed game studios will resort to the same approach my team did - just ship a barebones version of the server side software.

[–] delcaran@feddit.it 2 points 2 days ago (1 children)

And that's just what is needed, if the game works as it does while supported.

[–] magic_lobster_party@fedia.io 1 points 1 day ago (1 children)

Yes, but it’s still a major challenge.

I’m responding to the claim that ”It's not a challenge” and that the game developers can just ”release the server for free”. It might be doable, but not easy. Especially when there’s a lot of time pressure involved.

[–] delcaran@feddit.it 2 points 1 day ago

Maybe I made it sound too easy because I'm used to do it and I find more challenging to add security features for authentication or to use some licensed libraries 😅 that's a bias on my part.

Still I am not a good developer, and I have done it. Even the industry has done it, just look at all the downloadable servers on Steam, some of them even free. I expected it will not be difficult for experienced developers to comply.

[–] DmMacniel@feddit.org 19 points 2 days ago (2 children)

We are fecking close to 800k now, what is happening? Can Good for once actually happen in the current time?

[–] curbstickle@lemmy.dbzer0.com 5 points 2 days ago

I just took a peek and its over 800k, it appears to have some solid momentum now

If I could sign I would, hope this makes its way forward

[–] EldenLord@lemmy.world 5 points 2 days ago* (last edited 1 day ago) (1 children)

PewDiePie happened, as far as I‘m informed. Dude uses his influence for good things lately, just what linux and SKG needed.

EDIT: couldn‘t care less about downvotes, but the ones on this comment likely are astroturfing bots downvoting trigger words like “PewDiePie“

[–] Nythos@sh.itjust.works 2 points 1 day ago

Moist Critikal also made two videos on it - one about SKG and the other about PirateSoftware and SKG - both of which of are currently above 3 million views each

[–] latenightnoir@lemmy.blahaj.zone 8 points 2 days ago* (last edited 2 days ago) (1 children)

This should be of interest to anyone with any degree of involvement in software/digital content in general, as gaming has set off multiple predatory trends throughout the industry (see tiered subscription models, preorders, online-only, FOMO purchases, etc.)

Plus this thing has been happening for a while with digital content. I'm thinking here of music, as Amon Tobin, for example, has a couple of songs which cannot be obtained legally, or even streamed online, due to copyright shenanigans (if I'm not mistaken, Nissan holds the rights to Easy Muffin and Four Ton Mantis since around the mid-2000s, as they were used in a couple of commercials...).

[–] Damage@slrpnk.net 8 points 2 days ago

It's pretty much in line with right to repair and similar initiatives as well, everything that's sold should be made to maximize longevity and use, while the last ~50 years have seen a focus on making people spend as much as possible, with products that are made to be replaced as frequently as users will tolerate.

For the same reason we need regulate all the IoT crap that's been proliferating all over.

[–] KenOh@feddit.online 3 points 1 day ago (1 children)

Sick Helldivers salute in the thumbnail iO

[–] Sunshine@lemmy.ca 3 points 1 day ago

Defend the games from the anti-democratic forces 🫡

[–] witty_username@feddit.nl 5 points 2 days ago

Very well explained

[–] mEEGal@lemmy.world 2 points 2 days ago* (last edited 1 day ago)

let's push this to influent people in the tech space (LTT, GN, etc)!

we can win this ! 🦾🦾