3d ago · 6 min read · A surprising headline (with caveats) Last week a tweet from Jarred Sumner — Bun's creator — made the rounds claiming a Zig-to-Rust rewrite is passing 99.8% of the testsuite. I haven't been able to independently verify this through Bun's official rele...
Join discussion
3d ago · 6 min read · The 200MB "Hello World" I shipped my first cross-platform desktop app back in 2018. Markdown editor. Three buttons, a text area, syntax highlighting. The final installer was 187MB. Every time I open Activity Monitor during dev work, I see a handful o...
Join discussion
Apr 15 · 2 min read · A Straightforward Approach to De-Bloating the Toolchain Many infrastructure systems, like log processors, networking tools, embedded utilities, and build systems, still rely on legacy C utilities to r
Join discussion
Apr 15 · 2 min read · The Browser is a Sandbox. It’s Time to Break the Speed Limit. The modern web has problems with "framework fatigue" and V8 overhead. JavaScript has gone a long way, but it was never intended to be used
Join discussion
Apr 14 · 3 min read · Most ETL tools, log processors, and data pipelines now use Python. It has several libraries, a big ecosystem, and a syntax that is easy to understand. But if your parser has to handle gigabytes of str
Join discussion
Mar 20 · 5 min read · Originally published at Gothar Tech Part of our 2025 software architecture series. Beyond Framework Maximalism: HTMX, Hono, and WebAssembly in Production How Oxide uses HTMX, Hono, and WebAssembly to build a faster, clearer web architecture Teams r...
Join discussionMar 11 · 6 min read · Introduction Zig has long been celebrated as a “systems programming language with a single source of truth.” In recent years the community has rolled out a suite of major updates that tighten that promise, especially when it comes to type resolution ...
Join discussionDec 27, 2025 · 10 min read · Introduction Logging is one of the most critical yet underestimated parts of any software system. As applications scale, logs evolve from simple print statements into structured telemetry that powers debugging, monitoring, auditing, and incident resp...
Join discussion