site banner
5

This is the Quality Contributions Roundup. It showcases interesting and well-written comments and posts from the period covered. If you want to get an idea of what this community is about or how we want you to participate, look no further (except the rules maybe--those might be important too).

As a reminder, you can nominate Quality Contributions by hitting the report button and selecting the "Actually A Quality Contribution!" option. Additionally, links to all of the roundups can be found in the wiki of /r/theThread which can be found here. For a list of other great community content, see here.

These are mostly chronologically ordered, but I have in some cases tried to cluster comments by topic so if there is something you are looking for (or trying to avoid), this might be helpful.


Quality Contributions to the Main Motte

@naraburns:

@Dean:

@100ProofTollBooth:

Contributions for the week of August 25, 2025

@WandererintheWilderness:

Contributions for the week of September 1, 2025

@ZanarkandAbesFan:

@Dean:

@FiveHourMarathon:

@RandomRanger:

Contributions for the week of September 8, 2025

@Corvos:

@100ProofTollBooth:

@ArjinFerman:

@FiveHourMarathon:

@Southkraut:

@CrispyFriedBarnacles:

@vorpa-glavo:

@Testing123:

@problem_redditor:

Okay, Chuck. Another Fine Mess You've Gotten Us Into.

@NullHypothesis:

@oats_son:

@CrispyFriedBarnacles:

@jake:

@Iconochasm:

@MonkeyWithAMachinegun:

Contributions for the week of September 15, 2025

@JTarrou:

@kky:

@Dean:

Contributions for the week of September 22, 2025

@FCfromSSC:

@gattsuru:

@Tractatus:

@Zephyr:

Contributions for the week of September 29, 2025

@CrispyFriedBarnacles:

@BahRamYou:

@problem_redditor:

@Iconochasm:

@WhiningCoil:

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.

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

I've been pushing lately to fix up some of the giant outstanding code issues that made it hard to work on this. In no particular order, the codebase now has 70% code coverage and all routes with at least some coverage, Python has been updated to 3.13 (from 3.10), and all the packages have been updated, which probably fixes some security issues.

The last thing on this list was to get Postgres from Version 12 to Version 17. This, unfortunately, I screwed up a bit, thanks to a few dumb decisions and also discovering that one of my backup solutions was no longer working after I needed it. The end result is that we've lost some data; I'm not quite sure how much, but it should at least be under 24 hours.

Great apologies if anyone lost an effort-post.

The bad backup solution has been fixed, and better monitoring put in place so I'll know if that happens again; also, while I may literally never use this, I now have a better postgres update checklist that avoids this issue in, like, literally three separate ways, not counting the better backup validation.