site banner

Culture War Roundup for the week of August 3, 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.

2
Jump in the discussion.

No email address required.

Using a passphrase ("13th word", or 19th or 25th etc) in addition to the shitty random number would have kept them safe, right?

The cryptocurrency is protected by a random number - it is a property of the crypto algorithm (not the wallet) that anyone who knows this number can steal it.

You can store the number en clair on a hardware wallet, so anyone with the wallet can spend the crypto (and someone who steals the wallet has stolen the crypto), or you can store the random number encrypted on the wallet (so you need the wallet and the key to spend the crypto). The passphrase is the key used to (symmetrically) encrypt the random number.

But if the underlying random number that goes into the crypto algorithm is not random and someone manages to guess it, then no amount of secrecy protecting your copy of the number will stop the guesser stealing your crypto.

You seem to have misunderstood what a passphrase is. The passphrase is not the PIN used on the hardware wallet to do transfers. The passphrase is an extra, optional part of the address key.

My technical expertise is limited for BTC, and non-existent for other cryptos - but wouldn't you need a separate passphrase for every key in the wallet to do that?

Best practice for BTC is to use each address and associated keys once only, which would make that impractical for a working wallet and pretty annoying for a cold storage wallet - you would need to memorise a new passphrase after each deposit or withdrawal.

Using a passphrase ("13th word", or 19th or 25th etc) in addition to the shitty random number would have kept them safe, right?

I don't know, but I was thinking of something similar. If (1) in addition to your lengthy crypto passkey consisting of a long random number, you also need to enter a simple one word password; and (2) you get only one try every 5 minutes, it seems like it would be far harder for people to steal your money.

It's a similar principle at work with ATM cards. A thief needs both the card itself and a simple 4 or 5 digit code. Neither of these is an insurmountable barrier, but combining them makes it exponentially harder to get into the person's bank account.

Anyway, I'm not an expert on computer security so I wouldn't be surprised if there were something important I were missing. But that's how it seems to me as a layman: That it's preferable to condition access to the account on two reasonably challenging obstacles as opposed to one obstacle which you believe to be super-duper challenging.

That's been possible for a long time. Choosing a pass phrase is optional when setting up these hardware wallets

But... Reportedly, even someone who had chosen a pass phrase for their buggy Coldcard got their account emptied. Hmm. Maybe the hackers ran some simple brute forcing on the accounts they couldn't get straight into?

That's been possible for a long time. Choosing a pass phrase is optional when setting up these hardware wallets

That's good to hear.

But... Reportedly, even someone who had chosen a pass phrase for their buggy Coldcard got their account emptied. Hmm. Maybe the hackers ran some simple brute forcing on the accounts they couldn't get straight into?

I have very little knowledge about computer security in general or this situation in particular, but it seems to me that the solution is to have a delay on password attempts. e.g. if you get your password wrong, you have to wait a minute to try again. After the second failed attempt, you have to wait 5 minutes. After that, 10 minutes. After that, an hour. It seems to me that this would make brute force attacks extremely time consuming.

Also, after a couple failed pass phrase attempts, the account holder could be texted and emailed so that he has an opportunity to lock down his account.