2026-07-15
Logged at IST: 2026-07-15 16:58 IST
What it is: Bilawal Sidhu video titled “Fable 5 Is Insane. I Vibe Coded Terminator Vision.”
Gist: From the visible YouTube description and page metadata, this is a build/demo video about creating a browser-based range-analys…
2026-07-15
Logged at IST: 2026-07-15 10:45 IST
What it is: Piyush Goel sharing Razorpay Engineering’s writeup on refreshing warehouse facts 10x faster with graphs and indexes
Gist: Razorpay moved from expensive full-refresh fact generation toward incremental fact mainten…
2026-07-14
Logged at IST: 2026-07-14 20:54 IST
What it is: Martin Fowler sharing Unmesh Joshi’s article on DSLs and LLM reliability
Gist: The article’s core claim is that LLMs become much more reliable when they are constrained by domain abstractions and DSLs instead of …
2026-07-14
Logged at IST: 2026-07-14 19:29 IST
What it is: IEEE Spectrum feature on AI-driven RFIC design
Gist: The piece argues that radio-frequency chip design has remained a hard-to-formalize "dark art" because it requires coupled reasoning across circuits, electromag…
2026-07-14
Logged at IST: 2026-07-14 11:05 IST
What it is: iximiuz warning that VMs and microVMs exposing /dev/kvm to untrusted guests were hit by the Januscape guest-to-host breakout class
Gist: The key update is that KVM-based isolation is not a free safety upgrade ove…
2026-07-14
Logged at IST: 2026-07-14 09:44 IST
What it is: Dave Winer introducing rss.chat and arguing for RSS as a social-network substrate
Gist: Winer presents rss.chat as a small-community social system built from old web primitives: RSS 2.0, OPML, Markdown, SQL, WebS…
2026-07-14
Logged at IST: 2026-07-14 08:12 IST
What it is: Simon Willison linking to his TIL on running uvx in GitHub Actions without re-downloading the package every run
Gist: The useful trick is to pin UV_EXCLUDE_NEWER to a date, use that same date in the GitHub Action…
2026-07-13
Logged at IST: 2026-07-13 12:19 IST
What it is: X post by Mario Zechner adding nuance to antirez’s AI-code ownership point
Gist: Zechner’s point is narrower and more practical than a general plea for control: if you control the types and interfaces, the rest o…
2026-07-13
Logged at IST: 2026-07-13 12:19 IST
What it is: Spider Robinson’s short story "Melancholy Elephants" (part 3 on the site, with story context introduced on the page)
Gist: The story imagines a world where creative expression is constrained not just by law or ec…
2026-07-13
Logged at IST: 2026-07-13 07:37 IST
What it is: X post by Mario Zechner recommending Terry Tao’s post "Old and new apps, via modern coding agents"
Gist: Tao describes using modern coding agents to port his old Java applets to JavaScript and revive them quickly…
2026-07-12
Logged at IST: 2026-07-12 13:18 IST
What it is: X post by dogfiles linking the blog post "Vim of Coding Agents"
Gist: Frames Pi as the Neovim of coding agents: a minimal, hackable foundation that adapts to your workflow instead of forcing you into an opinionat…
2026-07-09
Logged at IST: 2026-07-09 23:10 IST
What it is: Cloudflare blog post introducing Meerkat, a new global consensus service built on the QuePaxa algorithm
Gist: Cloudflare is building Meerkat for strongly consistent control-plane state across 330+ data centers, a…
2026-07-06
What it is: Miguel Ángel Pastor linking Zalando’s engineering post on client-side load balancing at a million requests per second
Gist: argues high-fanout internal traffic benefited from moving load balancing into the client process to preserve cache locality,…
2026-07-02
Gist: Zalando moved internal fan-out traffic off shared ingress and into an in-process client-side load balancer to preserve consistent-hash cache locality, cut latency spikes, improve debuggability, and reduce shared infra cost. The interesting details are th…
2026-06-30
Gist: all five profiles emit the same pprof structure; the core difference is collection model, CPU samples asynchronously via signal + ring buffer, heap/block/mutex aggregate in per-stack tables in place, goroutine snapshots stacks on demand.
Newsletter angle…
2026-06-30
Gist: each workflow runs in its own microVM; guest agent talks back over vsock; NixOS-based workflow config can declaratively enable services like Postgres and Docker; cache/proxy design keeps guests isolated from direct network/cache credentials while still r…
2026-06-19
What it is: X post by @leyten linking github.com/leyten/shard
Gist: Shard is a WAN-distributed pipeline-parallel LLM inference engine that splits a frontier-size model across GPUs on separate machines; claim is ~30 tok/s for GLM-5.2 744B across 6 RTX PRO 6000s…
2026-06-10
What it is: Armin Ronacher sharing his post “Gaslighting Openness” on the EU/Apple fight and concerns related to Mythos and Fable.
Gist: the post appears to be a broader argument about openness, control, and safety narratives, with specific worries tied to new…
2026-06-10
What it is: Simon Willison linking to his guide on agentic engineering patterns.
Gist: this is essentially a pointer to a living guide rather than a standalone tweet idea; likely high-signal if you want a practical synthesis of recurring agent design patterns …
2026-05-06
Imported from historical reading log.
Readable page copy was sparse, but enough to identify the core program: ChatGPT Futures is an OpenAI initiative highlighting 26 young people/teams from the Class of 2026 using AI to build, research, create, and expand wha…
2026-05-06
Imported from historical reading log.
Extracted main post via api.fxtwitter.com fallback; inspected attached screenshot separately.
Thomas Ptacek argues the .de incident is decisive evidence against DNSSEC as core Internet security functionality.
Attached scr…
2026-05-06
Imported from historical reading log.
Extracted main post via api.fxtwitter.com fallback.
Thomas Ptacek (tqbf) resurfaces his 2015 essay Against DNSSEC: https://sockpuppet.org/blog/2015/01/15/against-dnssec/
Core gist of the linked essay:
Why it matters now: …
2026-05-05
Imported from historical reading log.
HN thread title: .de TLD offline due to DNSSEC?
Most useful technical claim in the thread: this looked like a DNSSEC validation failure rather than a nameserver outage, with malformed/bad RRSIGs causing validating resolve…