Making RAM at Home
A hobbyist built a class-100 clean room in a shed and fabricated working DRAM cells, proving DRAM physics can be replicated outside a commercial fab.
Replacing an entire modern stack with Postgres
Postgres can replace Redis, Kafka, Elasticsearch, Pinecone, MongoDB, and warehouse layers via native features and extensions, with one source of truth and ACID.
Cloudflare Registrar API now in beta - register domains anywhere
Cloudflare's Registrar API beta exposes search, check, and register endpoints at registry cost. Already on Cloudflare MCP so agents in Claude Code can buy do...
Fiverr Left Customer Files Public and Searchable on Cloudinary
Fiverr served client file attachments via Cloudinary public URLs, letting Google index tax returns, API tokens, and health records. 40 days unanswered.
Plain: Django Fork Rebuilt for AI Coding Agents
Plain is a Python web framework forked from Django, rebuilt around typed models, explicit routing, and first-party tooling designed for AI coding agents.
Zumly - Zoom-based navigation for the web
Zumly is a framework-agnostic JavaScript library that replaces page navigation with hierarchical zoom transitions, adding spatial depth instead of flat swaps.
Email address obfuscation: What works in 2026?
A 2026 benchmark of 15+ email obfuscation techniques, using a live honeypot to measure which methods actually stop spam harvesters, with code examples.
EmDash: WordPress successor that solves plugin security
Cloudflare released EmDash v0.1.0, a TypeScript/serverless CMS isolating plugins in sandboxed V8 workers with capability-based permissions and x402 payments.
Back to FreeBSD: Part 2 - Jails
FreeBSD jails provide OS-level isolation through one kernel primitive, unlike Linux containers combining namespaces, cgroups, and seccomp. Comparison with LXC.
HTTP Strict Transport Security (HSTS)
HSTS forces browsers to only connect over HTTPS, protecting against protocol downgrade attacks, cookie hijacking, and browsing history leaks.
NYT Loads 49 MB and 422 Requests for One News Article
NYT loads 49 MB and 422 requests for one news article, running a live ad auction before the headline renders. Content gets 11-15% of screen space.
Crawl entire websites with a single API call using Browser Rendering
Cloudflare's new /crawl endpoint lets you crawl entire websites with one API call, returning HTML, Markdown, or structured JSON.