https://www.theregister.com/2026/04/22/meta_employee_surveillance_software/
@matt Hey, I started experimenting with making an open-source game written in C++ accessible using AccessKit, though admittedly I'm using AI to help.
Ran into an odd issue where when I press tab, there would be a 3-second lag between the keyboard focus moving in-game and NVDA or Narrator announcing the focus change.
The issue went away when I did a release instead of a debug build. Not sure if that's expected behaviour, at least not lag to this degree.
Found this to be a balanced take on AI. Good to know what we're giving up by delegating the act of writing code
https://tomwojcik.com/posts/2026-02-15/finding-the-right-amount-of-ai/
this is the kind of feature i would love to see built into browsers: https://hister.org/posts/how-i-cut-my-google-search-dependence-in-half/
useful local search, not chatbots.
So many developers have sent me that Anthropic skills/mastery case study that I realized I should ungate what I *already wrote* about this whole topic back in October: beginning principles to design workflows that work *with* your mind, not against it, & protect your problem-solving
https://www.fightforthehuman.com/cognitive-helmets-for-the-ai-bicycle-part-1/
inspired by CLAUDE.md, I’ve started putting markdown files named after coworkers into work code repos so I can remind them to stop doing shit to the codebase that annoys me
for some reason they’re all mad at me now, which means ill be adding commands to JEREMY.md for an attitude adjustment
Cloudflare just published a vibe coded blog post claiming they implemented Matrix on cloudflare workers. They didn't, their post and README is AI generated and the code doesn't do any of the core parts of matrix that make it secure and interoperable. Instead it's littered with 'TODO: Check authorisation' and similar
https://blog.cloudflare.com/serverless-matrix-homeserver-workers/