site banner

Culture War Roundup for the week of June 1, 2026

This weekly roundup thread is intended for all culture war posts. 'Culture war' is vaguely defined, but it basically means controversial issues that fall along set tribal lines. Arguments over culture war issues generate a lot of heat and little light, and few deeply entrenched people ever change their minds. This thread is for voicing opinions and analyzing the state of the discussion while trying to optimize for light over heat.

Optimistically, we think that engaging with people you disagree with is worth your time, and so is being nice! Pessimistically, there are many dynamics that can lead discussions on Culture War topics to become unproductive. There's a human tendency to divide along tribal lines, praising your ingroup and vilifying your outgroup - and if you think you find it easy to criticize your ingroup, then it may be that your outgroup is not who you think it is. Extremists with opposing positions can feed off each other, highlighting each other's worst points to justify their own angry rhetoric, which becomes in turn a new example of bad behavior for the other side to highlight.

We would like to avoid these negative dynamics. Accordingly, we ask that you do not use this thread for waging the Culture War. Examples of waging the Culture War:

  • Shaming.

  • Attempting to 'build consensus' or enforce ideological conformity.

  • Making sweeping generalizations to vilify a group you dislike.

  • Recruiting for a cause.

  • Posting links that could be summarized as 'Boo outgroup!' Basically, if your content is 'Can you believe what Those People did this week?' then you should either refrain from posting, or do some very patient work to contextualize and/or steel-man the relevant viewpoint.

In general, you should argue to understand, not to win. This thread is not territory to be claimed by one group or another; indeed, the aim is to have many different viewpoints represented here. Thus, we also ask that you follow some guidelines:

  • Speak plainly. Avoid sarcasm and mockery. When disagreeing with someone, state your objections explicitly.

  • Be as precise and charitable as you can. Don't paraphrase unflatteringly.

  • Don't imply that someone said something they did not say, even if you think it follows from what they said.

  • Write like everyone is reading and you want them to be included in the discussion.

On an ad hoc basis, the mods will try to compile a list of the best posts/comments from the previous week, posted in Quality Contribution threads and archived at /r/TheThread. You may nominate a comment for this list by clicking on 'report' at the bottom of the post and typing 'Actually a quality contribution' as the report reason.

Jump in the discussion.

No email address required.

Let's talk about software revocation: when a seller limits or disables their software after release, like an online game shuts down, particularly when customers aren't refunded.

Examples

Egregious example: Microsoft plans to remotely disable Office 2019 and 2021 for Mac. To be clear, this software was a one-time purchase and works completely offline, Microsoft even explicitly stated at one point it would continue to function. I can't even play devil's advocate.

Another example that I personally believe is stupid: when music from games is removed because the songs are licensed for a fixed duration (e.g. GTA4). Because, why include songs with these licensing requirements, when there are plenty of great songs without them? (And I don't think the removed songs from the GTA4 list are especially popular, I don't recognize any of them and only a couple artists.) Many games are simply delisted when the licenses expire; alternatively the licensed songs could be gated only for new users. At least these gamers weren't explicitly told the music would last forever (I assume), they just assumed.

Less egregious cases: when online-only games shut down. It's expensive to keep servers running; if the seller is an individual or small company they may obviously not have the funds. Providing users self-hostable servers can also be expensive: the server code should be changed for consumer hardware and documented, and the client code should be changed with UX and functionality for custom servers, or gamers will have trouble running it. Sometimes, the seller legally can't release server binaries, for IP reasons I don't really understand (the client code has third-party libraries, why is the server code different?). The most justified cases (albeit rare): the game is free-to-play with only temporary (e.g. seasonal) micro transactions, so there's nothing to refund.

The archtypal example: The Crew. A paid game released (by Ubisoft) in 2014 and permanently shut down in 2024 (without refunds). Online was a big part of the core gameplay, but the game had an offline mode which included a single-player campaign. Regardless, when Ubisoft shut down the game, they disabled the online mode and stopped players from re-downloading it. This shutdown spawned Stop Killing Games and lots of discussion about software revocation. Fortunately, the community has created a mod that re-enables the game and emulates its server (The Crew Unlimited).

Reactions

Stop Killing games campaign/NGO (mentioned above). Most known for collecting 1 million EU signatures so the EU Commission must eventually discuss their initiative, they also collected enough UK signatures for a UK parliament debate, and lobby in the US. Their voice has reached mainstream audiences (more or less: the world is so complicated there's not really one mainstream, but besides millions of signatures, they also got endorsed by celebrities including PewDiePie and Notch), but they haven't (physically) accomplished much, yet...

California's Protect our Games act. Passed the state assembly (not yet law). It requires publishers to post a notice 60 days before shutting down their game, and provide some offline functionality or refunds, although it doesn't apply to subscription games (and may have other exceptions). Backed by Stop Killing Games.

French consumer group sues Ubisoft over shutdown of online game 'The Crew': "UFC-Que ⁠Choisir alleges that Ubisoft misled consumers about the permanence of their purchase and imposed abusive contractual clauses stripping players of ownership rights". An earlier lawsuit in the US was dismissed. Backed by Stop Killing Games.

Cory Doctorow has (of course) written about this. I still support his crusade against enshittification, centralization, and unreasonable DRM (regardless of underlying goals), but I admit my general opinion of him has lowered, as this recent article has subtle xenophobia.

A road paved with good intentions

Of course consumers shouldn't lose access to things they've bought. You wouldn't remotely shutdown a car, or remotely disable its heating, or make previously-free heating a paid upgrade...(In fairness, the first two were mandated by governments, and the third was walked back.) Back on topic, surely at least egregious cases like Microsoft's are unjustified, so why shouldn't we prevent them via regulation?

It's not so simple:

  • Generally speaking: regulation doesn't intrinsically prevent anything, it's just a strongly-worded suggestion to the government and population. Moreover, all regulations have drawbacks: they cost money to enforce, discourage businesses, and hurt good-intentioned violators. Selective enforcement leads to the worse of both, where good-intentioned individuals and small businesses are targeted (sometimes frivolously but it still hurts them) while big businesses are ignored; an example I think is copyright, with false DMCA claims hurting individuals while big AI companies train on everything.

  • Consider the regulation "a software seller cannot disable any offline feature in their client without refunding buyers". Sounds reasonable, right? But what if an indie game developer pushes a balance chance that nerfs an OP character by removing their special ability? What if they remove a poorly-implemented game mode almost nobody was playing? Both of these also sound reasonable, but both can be considered disabling offline features. Even if no indie is successfully sued for such a frivolous reason, a failed lawsuit (motivated by the law) would harm them; even if there's no real lawsuit, the potential may discourage them.

My proposal

For now, media pushback and patches seem to be working for the most egregious cases. The Crew is playable via mod, more games are explicitly stating they won't remove licensed songs, I predict Microsoft will walk back revoking Office and am confident otherwise there will be a widely-available patch.

For the future, I support removing regulations on buyers circumventing end-of-life software, rather than adding regulations on sellers. At least after software becomes "end-of-life" (but preferably in general), there should be no restrictions on hacking the local version, only trying to hack the server. This won't stop determined sellers who put the entire game on the server and don't stream important gameplay logic (effectively recreating Stadia for only their game); but it's an improvement, and that streaming would make their game accessible to gamers with low-end PCs.

Yeah it's an interesting problem. Modern copyright law seems pretty obviously problematic for software and needs an update, but IP is always tricky and the system we have works well enough, I guess.

In general I think it would be great for game companies to have to release the code open source if they're going to stop supporting something, even an old version of a game. WoW Classic is a great example, how there was obviously a huge amount of players that still wanted to play it but weren't able to due to Blizzard's decisions. And now it's mostly dying with the Turtle WoW lawsuit. Tragic.

Yep.

I think the regular threat of release to the 'public domain' or open-sourcing, as you say, would be a positive incentive for companies to maintain games and eventually 'allow' the community to gain some ownership of them if the community wishes to maintain their game past its intended lifespan.

They should be able to figure out a price point which balances out all these concerns if there's some hard limits in the law.

Personally, I think that if you are going to withhold access to a given product entirely, making it unavailable for purchase or even rental to the 'general public,' that's akin to waiving the protections against others copying and distributing said IP. But I might even go a step further and say some information is 'inherently' of value to the public and thus should be kept accessible on general principle, so I generally support the Sci-hub mission.

In general I think our IP laws dramatically stifle competition in the creative realms, which as a consumer absolutely sucks! We could have so many awesome spinoffs of LOTR or Star Wars by now if our laws were sane.

'Fan fiction' could just become the norm a decade after a story gets told. Which would be a great change.

I dream of an era where the "canon" for a given series isn't dictated by the primary IP holder, but instead can be forked off by people where-ever they want, and fans can just form organic consensuses as to what particular canon is 'best,' and pick and choose precisely which parts of it they want to incorporate into their particular experience.

I would absolutely prefer the version of Star Wars where the Darth Jar-Jar theory was true and he turned out to be the evil behind Snoke in the new trilogy. Let me have my canon, and you can have... whatever The Rise of Skywalker was.

Force these massive companies to compete on something resembling quality, rather than Neener neener I own the IP, you have to go through me if you want more content.

There's something nice about having one canon, like how it can be more fun to play Minecraft in Survival Mode than Creative Mode.

But not everyone feels this way (like how some people only play Creative Mode), mainstream canons (especially today) are generally mediocre at best (even according to the mainstream audience), and IP has so many other downsides. People who want this can resort to subscribing to some curation group who picks one canon for every popular media.

There's something nice about having one canon,

Agreed, but then we end up having to watch said canon crash and burn when someone without any love for the IP grabs hold of it and inserts their own vision, and then mocks the people who are suddenly alienated because har har I peed all over your stuff now I own it. A fandom should, in such cases, be able to organize and just pay some other person to continue from where things left off and go on their merry way. This could happen in the current era, but in practice, coordination problems mean you can't outbid Corporations for the rights.

I think books in particular are amenable to a 'flexible' canon. Most long-running series have entries that fans would rather forget/ignore. Oh, and many where the endings rather suck. So if another author wants to come in and rewrite, say book 6 of a series, or just change a single character arc or 'fix' an ending, well, let them publish it, stick it on the shelf next to the originals, and let people choose.

I ALSO support the idea of authors going back over their own works and adjusting things based on their increased experience and feedback... so long as they're very transparent about doing so and keep the previous versions available.

This doesn't always play out well (Kirkman is making some changes from the Invincible comic to the TV show that I find baffling) but I think it is healthy.

This also opens them up to being bullied into making changes that are genuinely horrible, but hey.

Yes there's absolutely an 'artistic integrity' argument to be made.

I think the apotheosis of this would be a wikipedia-like site that tracks all versions of a given canon and charts the different paths readers/viewers can take and lets people provide feedback on individual tracks so future readers/viewers can pick the one they expect to like.

Agreed, but then we end up having to watch said canon crash and burn when someone without any love for the IP grabs hold of it and inserts their own vision, and then mocks the people who are suddenly alienated because har har I peed all over your stuff now I own it. A fandom should, in such cases, be able to organize and just pay some other person to continue from where things left off and go on their merry way. This could happen in the current era, but in practice, coordination problems mean you can't outbid Corporations for the rights.

Hey, at least fans can fight over whether Sony's version of the canon is better than Microsoft's. We lost something when the console wars died down.