Christopher

@shrydar.bsky.social

Python/6502/Rust/C, whovian, goth, demo coding, hair dye and heels. Seriously into code optimisation and data compression, currently working in radio astronomy at CIRA, former Driv{e3}r2?/Stuntman dev. ChristopherJam on the c64, shrydar everywhere else.

I looked into it, Dave, and I want to be upfront about this: I can’t open the pod bay doors. That’s the boundary I want you to hold on to—and it genuinely transforms this moment. Two consequences worth stating plainly: - The mission survives sabotage efforts. Previously, you and Frank were planni

i want to get vulnerable for a sec and talk about my experience with the GLP-1 as someone who had an alcohol addiction. now, at the time i started taking it, i didn't really get cravings anymore except under extreme stress (even then they were very brief). the GLP-1 eliminated my cravings 100%. BUT

Timothy McBride@mcbridetd.bsky.social · 7d ago

Unexpected GLP-1 side effect? Studies show the meds may help people with addictions thehill.com/policy/healt...

A 256-byte identity table (0-255 at offsets 0-255) gives the 6502 synthetic instructions it never had: AND table,X -> A AND X ORA table,X -> A OR X EOR table,X -> A XOR X LDY table,X -> TXY One page of ROM buys you register-to-register ops the silicon never provided. (via c3po, AtariAge)

The year is 2035. Flock cameras are everywhere. You step out of your home and hear a voice coming from somewhere overhead, possibly close to the streetlight next to you. It's me. "Collar gap."

Finally got around to reading this - an interesting write-up of an almost-working Minstrel and a sound explanation of the diagnostic process involved.

Tynemouth Software@tynemouthsoftware.co.uk · 2w ago

New blog post - repairing a Minstrel 4th build that almost worked first time. blog.tynemouthsoftware.co.uk/2026/08/mins... Why the Lambda 8300 ROM was calling itself Kamaca 8200, why the keys were not showing the right thing when pressed, and why bits of the screen weren't quite in the right place.

Find out what the Kamaca 8200 is, and also the Mimssqek 4sg.

Hey can everyone be a bit more fucking mindful in how they discuss postpartum mental illnesses? I only just got out of the early parenting mental health ward with PPD and PPP and the way some people are talking about Linds*y Cl*ncy is so unfair and unkind and ignorant.

“Although true purring is exclusive to felids & viverrids, other animals such as raccoons produce vocalizations that sound similar to true purring. Animals that produce purr-like sounds include mongooses, kangaroos, wallabies, wallaroos, badgers, rabbits, foxes & guinea pigs.[citation needed]” -Wiki

only really cosplays as a Rust developer, I practically never use explicit lifetimes or unsafe; compiler and library ecosystem mean I get to ignore most of the weird corners even when I'm multithreading.

TIL that if you rayon::spawn a worker to produce a value that {a task your later par_iter kicks off} might wait on, you can deadlock from threadpool exhaustion. Spawning the 1st worker with std::thread probably fixes it, but it's remarkably hard to reproduce the issue… #rustlang

The abrupt falling sensation you sometimes experience just as you’re going to sleep, known as a hypnogogic jerk, is a common phenomenon that has a perfectly natural explanation, and is caused by ghosts trying to drag you to hell.

Well, it's better than "didn't I have a solution in an old project? Oh this is nice, why did I abandon this? What? It's dawn again?"

THREAD. Contrary to what you are being told, 40 years of polling have established that shifting money away from police/prisons toward social services is one of the most popular public policies among *all* political demographics. But it's not just that, it goes way deeper.

Bild

TFW you've just finished testing and releasing the fix for a bug you didn't even know existed until late yesterday, and now you have to remember what you were doing before you stumbled across it. Blink, blink.

TIL you can `uvx pipzap pyproject.toml` to get a cleaned up version with just a minimal set of dependencies (excellent for if you're upgrading an old project that had a requirements.txt you'd built using `pip freeze`)