Deno 2.8.3 is out!
Deno.serve() is faster: we shipped a new HTTP/1.1 fast path, plus fixes for streaming bodies, header handling, and compression negotiation.
Also a big LSP cleanup, 170 fixes in total.
`deno desktop` is coming soon!
We let agents autonomously access production systems (Deno Deploy). None of the existing security tools in this space worked for us - our systems do things like tunneling postgres through k8s.
Open sourced the firewall we built for this (written in Go of all things!)
It has a similar API surface as Electron and Electrobun. We've built our custom embedding framework that works with webview and CEF. It's distributed seperately which allows Deno to stay lean.
github.com/littledivy/laufey
not sure yet if we're going to release it - but we have an experimental `deno desktop` subcommand that is essentially electron for deno.
the `deno compile` infrastructure helps a lot for this.
would you use it?
screenshots of a matrix app built with it
I’ve had this idea but never got around implementing it:
Build a API compatible pixel perfect SwiftUI WASM for running iOS previews in the browser.
Put this in a vibecoding platform where the LLM generates code and a real mac is needed only for final Xcode builds.
Deno 2.8.2 is released!
- Support for post-quantum crypto (ML-DSA ML-KEM) in WebCrypto
- `deno compile --bundle` for significantly smaller binaries
- More node:http perf improvements
- deno binary size reduced by 6%
- 200 fixes across Node compat, LSP and package management
I’ve had this idea but never got around implementing it:
Build a API compatible pixel perfect SwiftUI WASM for running iOS previews in the browser.
Put this in a vibecoding platform where the LLM generates code and a real mac is needed only for final Xcode builds.
Excited to share our most powerful new Claude Code feature: dynamic workflows!
Mention "workflow" in a prompt and Claude will dynamically create an orchestration plan that it strictly follows, allowing you to confidently trust that every stage happens in the right order even across 100s of agents.
I wrote a bit about my ClawPatrol setup for my agents on Tailscale: littledivy.com/clawpatrol
The firewall rules are very powerful since they are enforced at the network protocol level
Prevent prompt injection, DROP TABLES and do Human-in-the-loop without modifying the agent
Introducing Claw Patrol!
A security firewall for AI agents. It sits between your agents and production, parsing and gating HTTP, SQL, Kubernetes, and SSH on the wire.
Built from our experience giving ops agents production access without sharing credentials.
MIT licensed.
why: I am so tired of worrying about & spending lots of time fixing memory leaks and crashes and stability issues. it would be so nice if the language provided more powerful tools for preventing these things.
Wish they made it work with iPhone Mirroring. Apple hides the AX data unless you run VoiceOver.
Maybe some sort of hacky way to get it working?
github.com/littledivy/iphone…
Codex for (almost) everything.
It can now use apps on your Mac, connect to more of your tools, create images, learn from previous actions, remember how you like to work, and take on ongoing and repeatable tasks.