Apple randomly closes bug reports unless you ”verify” the bug remains unfixed

Apple randomly closes bug reports unless you “verify” the bug remains unfixed Previous: App Store developers: suggest your small ideas for improvement Articles index Jeff Johnson (My apps, PayPal.Me, Mastodon) March 25 2026 Why do I file bug reports with Apple Feedback Assistant? I plead insanity. Or perhaps addiction. I seesaw between phases of abstinence […]

Updates to GitHub Copilot interaction data usage policy

updates-to-github-copilot-interaction-data-usage-policy

Updates to GitHub Copilot interaction data usage policy – The GitHub Blog From April 24 onward, interaction data—specifically inputs, outputs, code snippets, and associated context—from Copilot Free, Pro, and Pro+ users will be used to train and improve our AI models unless they opt out. March 25, 2026 | 3 minutes Today, we’re announcing an […]

90% of Claude-linked output going to GitHub repos w

Change initial game setup to always have exactly 1 correct can This improves the starting condition by ensuring players always begin with exactly one can in the correct position, making the initial game state more consistent. 🤖 Generated with Claude Code Co-Authored-By: Claude

ARC-AGI-3

arc-agi-3

What is ARC-AGI-3? ARC-AGI-3 is an interactive reasoning benchmark which challenges AI agents to explore novel environments, acquire goals on the fly, build adaptable world models, and learn continuously. A 100% score means AI agents can beat every game as efficiently as humans. Instead of solving static puzzles, agents must learn from experience inside each […]

A single-file C allocator with explicit heaps and tuning knobs

a-single-file-c-allocator-with-explicit-heaps-and-tuning-knobs

Spaces is a single-file C allocator for Linux x86-64. It works as a drop-in malloc replacement, but its distinctive feature is that it also gives you explicit heap regions: create a heap for a subsystem, cap its memory, inspect every live allocation, share it across processes, and destroy the entire region in one call. Use […]

The bee that everyone wants to save

the-bee-that-everyone-wants-to-save

22 Mar, 2026 My neighbour keeps bees.Fifty hives, all lined up neatly along the edge of his property. On warm spring days the air between our gardens hums with them. They work the plum blossom, the almond, the dandelions in the lawn. They are, by any measure, impressive. A beekeeper a little further down the […]

Matadisco – Decentralized Data Discovery

matadisco-–-decentralized-data-discovery

An open, decentralized network for data discovery. Publish metadata about any dataset to AT Protocol. Build community portals. Find what matters. Open data is only as useful as it is discoverable Petabytes of satellite imagery, climate models, and genomic sequences sit in public repositories — yet finding the right data means navigating dozens of siloed […]

Jury says Meta knowingly harmed children for profit, awarding landmark verdict

jury-says-meta-knowingly-harmed-children-for-profit,-awarding-landmark-verdict

A New Mexico jury determined Tuesday that Meta knowingly harmed children’s mental health and concealed what it knew about child sexual exploitation on its social media platforms, a verdict that signals a changing tide against tech companies and the government’s willingness to crack down. The landmark decision comes after a nearly seven-week trial, and as […]

A Eulogy for Vim

a-eulogy-for-vim

Vim is important to me. I’m using it to write the words you’re reading right now. In fact, almost every word I have ever committed to posterity, through this blog, in my code, all of the docs I’ve written, emails I’ve sent, and more, almost all of it has passed through Vim. My relationship with […]

Quantization from the Ground Up

quantization-from-the-ground-up

Qwen-3-Coder-Next is an 80 billion parameter model 159.4GB in size. That’s roughly how much RAM you would need to run it, and that’s before thinking about long context windows. This is not considered a big model. Rumors have it that frontier models have over 1 trillion parameters, which would require at least 2TB of RAM. […]