» curated · synthesized
Skip the noise.
Read the signal.
Curated tech news and synthesis for developers and technology professionals.
» Latest posts
48 postsHow Bun rewrote 535K lines from Zig to Rust with 64 AI agents
Bun's creator used 64 parallel Claude agents to rewrite 535,000 lines of Zig into Rust in two days. Key lessons for engineering teams.
Pre-Auth SQL Injection in WordPress Core via Batch API Desync
Array desync in WordPress's REST batch API enables pre-auth SQL injection (CVE-2026-63030/60137); details plus a fast bitmask extraction technique.
Review-Loop Engineering: Designing Real Human Oversight for Agent Loops
Why 'human in the loop' isn't real oversight for AI coding agents, and how review-loop engineering designs packets that expose gaps, not just green checks.
Fable 5 vs GPT-5.6 Sol on an NP-Hard Problem: Does /goal Help?
Claude Fable 5 and GPT-5.6 Sol tackle an NP-hard fiber-network problem, testing whether the /goal persistence feature actually improves results.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comCelly Brings 100% Conformant CEL to Native C#/.NET
Celly is a native, pure C# implementation of Google's CEL with 100% cel-spec conformance and near cel-go performance.
TP-Link Kasa cameras leaked home GPS via unauthenticated UDP for 6 years
TP-Link's Kasa EC71 camera exposed precise GPS coordinates via a 6-year-old unauthenticated protocol flaw, plus a fleet-wide RSA key and MD5 password storage.
Real-Time Audio Synthesis in C#: Inside the Sigilgraph DAW
How a C# engineer built Sigilgraph, an allocation-free, SIMD-powered real-time audio synthesis DAW, disproving myths about managed languages.
MoE Expert Streaming Runs a 120B-Parameter LLM on an Android Phone
An open-source Android app streams MoE experts from flash storage to run a 120B-parameter LLM on phone CPUs, with 30B models at usable speeds.
Study: 80% of Qubes OS Security Bulletins Trace to Xen, CPU
Analysis of 109 Qubes Security Bulletins shows 79.8% trace to Xen or CPU issues, not Qubes code, with disclosure rates plateauing since 2018.
DOOMQL: A Doom-like FPS Where SQL Renders Every Pixel
DOOMQL is a terminal-based Doom-like FPS where SQL queries handle all game logic and pixel rendering, with a live SQL audit tool included.