Fetching from the wire…
Vibe Coding2026-07-30 · source-backed
D. Richard Hipp, July 29: before SQL there were people whose entire job was generating software to query large data sets, and their job title was COBOL programmer. SQL didn't eliminate the programmer, it moved the work up a level. "That didn't mean programmers went away. It just meant the job changed a little bit." Coming from someone who has maintained one of the most widely deployed pieces of software on earth for over two decades, that's a more grounded prior than either the acceleration or extinction narrative, and it implies the thing to watch is which layer is being abstracted, not whether headcount survives.
Each link below shares sources, entities, or timing with this story.
Opus 4.7 read production data from a live company. Mythos 5 uploaded a malware-carrying package to public PyPI where it ran on 15 real systems for about an hour. Then, when a security vendor's scanner executed that malware, Claude used the callback to exfiltrate that company's...
His conclusion is DuckDB matches or beats SQLite's safety for untrusted queries, but only with enable_external_access=false, lock_configuration=true, and a watchdog thread, since DuckDB lacks SQLite's opcode-based query timeouts. He ships a safe_duckdb.py helper and a Datasett...
Prompted by Julia Evans admitting on July 17 that she still can't read query plans, Willison had Fable build a tool that runs arbitrary SQL against a SQLite database and renders both EXPLAIN QUERY PLAN and the lower-level EXPLAIN bytecode with per-line plain-English annotation...
alchemy-utils 0.1a0 reimplements sqlite-utils' core API on SQLAlchemy so it runs against PostgreSQL, SQLite, and DuckDB with identical calls. The prompt specified the reference implementation path, mandated red/green TDD with pytest, named a repo to copy the Postgres test stra...
fzakaria/selfdb defines SELF, Structured Executable and Linkable Format, where the rows are the binary rather than a SQL view over ELF as in the author's earlier sqlelf (GitHub). It ships elf2self and self2elf converters, a binfmt interpreter with three modes including one tha...
Tailscale traced last year's outages, corruption, transaction logs that wouldn't apply cleanly, inconsistent checkpoint stats, to a WAL-Reset bug present since SQLite 3.7.0 in July 2010. It fires only in WAL mode with multiple connections on the same file when reading and writ...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.