I always saw black mirror as explicitly a near-future satire of the present, not commentary on where humanity is headed. I think something like Children of Men would fill the british angle better.
A handful of Black Mirror episodes land on a more optimistic (or at least not entirely bleak) note, though "happy" might be overstating it for any of them. Bittersweet, maybe.
Eulogy and Hotel Reverie from the newest season are at 70-75%, and I think they both end on a similarly bittersweet note like San Junipero. The one with Miley Cyrus is at 65% and is about as happy an ending as Black Mirror episodes get.
Black Mirror likes to show us the most-important thing as a kind of punctuation or statement of message even when it's not what the episode has encouraged us to believe is the most important thing (see also: the focus of the camera in the very first episode during A Certain Event—we've been primed for a grand, disgusting spectacle, and the camera chooses to show us none of that, and instead shows us something much more disgusting: the faces of people watching it, which is the actual show, and the point of the "artist" in the episode).
San Junipero ends by showing us the entirety of what is actually happening, for-real, which is an automated computer-maintenance system keeping itself running. It's highlighting the unreality of the virtual world, I think suggesting that even the apparent experiences we've been watching aren't happening in any real sense.
What's really happening? 100% of what's really happening? As you see. A computer system maintaining itself, to keep electricity flowing through its various circuits. Doing what? Doesn't matter, could be endlessly calculating digits of pi, that'd be just as much a "real" experience as what you've been so invested in. This is all that's really going on.
Heidi is frustratingly consistent at hallucinating stuff. I've seen it in almost all of the dozen or so summaries I've had from medical people recently (surgeon, physio, consultant). A GP I know tried for a month and then was like 'it's not worth the risk exposure to me or my patients'.
I know at least one GP that has stopped using Heidi Health for transcription. He (and as I've noticed with transcriptions from my medical professionals) has noticed many errors, far too many to be comfortable. Things might improve, but not yet.
This is where I'm at as a GP. Every few months I give Heidi another try, but I haven't noticed any real improvement over the last two years. It spends lots of words on trivial nonsense and misses clinically significant points and sometimes entire issues. It takes far more time to review and fix the notes than it saves in typing. Presumably it will be good enough one day, but it's not there yet.
Git would just say untracked file. I couldn't add it. Finally chatgpt explained. Kosovo's airport code (PRN) is a reserved file/folder name on Windows (facepalm).
easiest one to get going with is to add the Playwright MCP. As a python dev you might have used it to do test automation? Anyway, it gives your tool eg Cursor, Claude Code access to the browser and automation using playwright. Meaning it can literally load a page to confirm its own change just had the desired effect.
The blender one is also fun as a starting point, if you do any 3d modelling (or even if you don't).
So what about flight searches where we have to query several 3rd party providers, and can take 45 seconds to get results from all of them (out of my control). I can dynamically update the page (and do) but a scraper would have to wait 20-45 seconds to get the 'cheapest' flight from my site. I can add async the queries and have the fastest pipes, but if the upstream providers take their time (they need to query their GDSs as well), there's not much you can do.
Oof, reminds me of the data pipelines I maintain that pull data from Salesforce. I've optimized the heck out of all of our internal database queries and they're blazing fast. Then my pipeline has to wait patiently for the SOQL response.
Basically a test of putting guard rails around format and content of a website and seeing how much I could automatically generate on a topic of interest to myself.
Biggest benefit I've seen with cursor is to write tests for everything. Far too mcuh content hallucination, or made up links at first, but once you put in some test guardrails you can minimise this.
reply