Skip to main content
  1. Tags/

Developer-Tools

Zed and DeltaDB: Version Control Between Commits

Update Tools & SDKs · Jul 8, 2026 · 5 min read
I used to think the commit was the natural unit of software history. It is clean: a hash, a message, something CI can chew on and a reviewer can revert, cherry-pick, or blame. Then AI coding agents made the gap around the commit impossible to ignore.
Zed and DeltaDB: Version Control Between Commits

Dev Tunnels: Test Webhooks and Share Local Apps Without a Deploy

Update Tools & SDKs · Apr 4, 2026 · 3 min read
If you read the Cloudflare Tunnel post, you know the problem: localhost does not accept webhooks, OAuth providers reject http://localhost as a redirect URI, and showing a client a work-in-progress means a deploy. Cloudflare Tunnel solves it, but it wants a Cloudflare account and domain setup.
Dev Tunnels: Test Webhooks and Share Local Apps Without a Deploy