Project · exploring · 28 August 2026

Reading a nation's group chat

Flashback is, by any modern standard, a badly built forum — dated, clunky, the kind of site a design critique would tear apart in the first five minutes. It’s also one of the strangest and most valuable datasets in the country. Something like 30,000 people are active on it at any given moment, spiking to 1–2% of the entire Swedish population during major news events, out of roughly 1.7 million registered accounts — call it one in ten Swedes who’ve ever bothered to make one. Whatever it lacks in production quality, it makes up for by being where an enormous, largely anonymous cross-section of the country actually says what it thinks, without the performance layer that comes with posting under your real name.

I’ve already built the boring, load-bearing part: a scraper that, given a thread URL, pulls every post into structured JSON — author, timestamp, content, ready for whatever analysis comes after. What I haven’t done is anything at scale, for reasons that are more interesting than “I didn’t get to it.” Scraping one thread is trivial. Scraping enough of the site to say something statistically real about how Swedes reason, argue, and shift opinion over time means either running the scraper indefinitely and accepting the rate-limiting fight that comes with it, or being much more deliberate about which threads and which time windows actually earn the compute — sampling a real cross-section of a message board, not just whatever’s easiest to reach.

The payoff, if the sampling problem gets solved, is a kind of aggregate sentiment instrument nobody else has: not a poll, where people know they’re being watched and answer accordingly, but the raw, argued-out version of what people believe when they think no one who matters is reading. Complaints that repeat across completely unrelated threads. Where consensus actually is versus where the loudest ten accounts just make it look that way. That’s worth analyzing on its own — and it’s also the honest starting point for a second, larger idea I keep coming back to: a modern Swedish discussion platform, built with none of Flashback’s technical debt. The obvious problem with that second idea is that Flashback’s real asset isn’t its software, it’s twenty years of people already being there — and no amount of better engineering buys you a network effect for free. So for now the scraper stays the actual project, and the platform stays a question I’m not pretending to have answered.