Reading up on Deno
5 deep · digging since jan 26
- What I’m Finding About LLM Code Style and Token Costs - Jim Montgomery jimmont.com
Using native Web APIs instead of LLM-generated manual implementations reduces output token costs by 85-92% while eliminating entire categories of bugs.
- Node.js needs a virtual file system
A large PR adding a virtual file system to Node.js core, mostly written by Claude Code, divides commenters on AI's role and the feature's value.
- Deno Sandbox | Hacker News
Deno Sandbox launches microVMs that control network egress and protect API keys from exfiltration in LLM-generated code, then deploy directly to Deno Deploy.
- Make.ts | Hacker News
Matklad proposes saving ad-hoc shell commands into a persistent Make.ts file as a more reliable alternative to relying on shell history for reuse.
- LogTape
LogTape is a zero-dependency, library-first logging library for JavaScript runtimes that stays silent until the application opts in.