Tom Thorogood

@tmthrgd.at

I'm a mid-tier corporate nobody doing nothing for no one. ADL, AUS // tomthorogood.net

I know it’s not most folks‘ primary concern, but LLMs or not, I’m unimpressed by how soft these infrastructure services are. What do you mean HF had a Jinja2 template injection. And I’m still not over GitHub’s unsandboxed RCE. Geomys might need to self-host code/CI to avoid a weak link.

I have gone very far into the weeds in investigating every (I think) published mechanism for preventing authentication tokens from being stolen and how basically none of them has actually succeeded in a useful way: www.codon.org.uk/~mjg59/blog/...

Preventing token theft

When you log into a service you’re given an authentication token. Each further request to the site includes that token, allowing the server to figure out who you are and ensuring that you have access ...

codon.org.uk

There we go. US Gov tightens post-quantum cryptography transition deadlines for high-value systems to 2030 for key exchange and 2031 for signatures. Also, speeding up the CMVP (FIPS 140 validation) processes. That’s how you know the rush is real. The quantum computers are (potentially) coming.

Securing the Nation Against Advanced Cryptographic Attacks

By the authority vested in me as President by the Constitution and the laws of the United States of America, it is hereby ordered: Section 1.  Background

whitehouse.gov

i'm a software engineer and once got budget from my director to hire a writing instructor for the department. cost was peanuts to us (like $5k?) but the benefits were enormous. she wound up sending all the managers through it too. massive low hanging fruit for any eng director who wants it

There would have been responsible ways to write that rule, by the way. For example, by making it turn itself off after a few months if not updated. Palo Alto has no incentive not to harm the Internet or their customers though, because IDS/IPS are usually mandated.

super excited for the day AI will be able to take over the most tedious tasks of daily life such as making art, engaging with art, maintaining human relationships, etc., so that I can focus on my true passion: creating value for shareholders

listen hun if you can't handle the Washington Post editorial board at their the Texas gerrymander "freakout" is "not a threat to democracy" you don't deserve them at their "Virginia plunges America deeper into the gerrymandering abyss"

screenshot of WashPo editorial board August 20 2025 "The Texas Gerrymander freakout
What's happening in the Lone Star State is not a threat to democracy" screenshot of April 21 Wash PO editorial board: "Virginia plunges America deeper into the gerrymandering abyss
The redistricting scheme was always a power grab by Democrats. Voters went along with it."

It's April 2026, 1 year 8 months since FIPS 204. The IETF TLS WG is busy debating the concept of ML-DSA hybrids, and whether they should be composite, concatenated, or separate. The complexity of hybrid auth is, however, firmly denied. In the distance, sounds of a pure ML-DSA PKI being built.

Setting up SAML between an app and an identity provider should be two clicks. Instead, it's 20 manual steps of copying and pasting and clicking, as explained in a bespoke PDF for each app. With multiple failure modes that will lock you out. Huge failure of protocol design.

I have been saying for a while that given use of unsafe languages and terrible dep hygiene you’d think things would be much worse than they are. With better LLMs and more determined attackers like in the Trivy and Axios attacks, I’ve stopped saying that. Worse arrived slowly, then all at once.

🚨New preprint and our results are rather concerning.. We find the "boiling frog" equivalent of AI use. Using large-scale RCTs, we provide *casual* evidence that AI assistance reduces persistence and hurts independent performance. And these effects emerge after just 10–15 minutes of AI use! 1/

Bild

“Everyone from Walmart to your local bodega will need to maintain a presence in Fortnite to stay relevant” is so profoundly stupid I’m just glad I have the documentation to prove someone legitimately believed it.

Two papers came out last week that suggest classical asymmetric cryptography might indeed be broken by quantum computers in just a few years. That means we need to ship post-quantum crypto now, with the tools we have: ML-KEM and ML-DSA. I didn't think PQ auth was so urgent until recently.

A Cryptography Engineer’s Perspective on Quantum Computing Timelines

The risk that cryptographically-relevant quantum computers materialize within the next few years is now high enough to be dispositive, unfortunately.

words.filippo.io

On the topic of tokens, it is very wrong that a project on GitHub or NPM can insist on 2FA for people logging in, but then those same systems allow using these short easily stolen strings as 1FA methods with equivalent power. Recent attacks demonstrate the significant lateral movement this enables.