Browsing Tag
rust
174 posts
Reverse-engineering an MMO Aion 2’s network protocol to build a real-time DPS meter (Rust + Tauri)
Disclosure: this is a write-up about my own side project — a combat analytics tool for AION 2.…
We rewrote a Go service in Rust and our velocity tanked for a quarter.
For a full quarter, our feature velocity significantly dropped after we re-implemented a Go service using Rust. The…
Go To Do Rust
In this post, I want to go from step by step what it would look like building a…
From Zero to 10 Apps: My Multi-App Productivity System
All tests run on an 8-year-old MacBook Air (Intel). Over the past three years, I’ve built and released…
lopdf vs pdfium in Rust — What I Learned Building a PDF App
All tests run on an 8-year-old MacBook Air. All results from shipping 7 Mac apps as a solo…
A program is a tree — building a Verbose compiler in Verbose
Verbose is a small experimental language I’m building. Its compiler proves properties about your code — like termination…
SQLite in a Tauri v2 App — Simple, Reliable, Zero Regrets
All tests run on an 8-year-old MacBook Air. All results from shipping 7 Mac apps as a solo…
Wi-Fi ADB Lies to You: The Silent Disconnect Problem No One Talks About
All results from shipping Mac×Android tools as a solo developer. Tested across multiple Android versions including Android 16.…
This Rewrite Isnt the Constraint: How a 300ms Tail Latency Hunt Led to a New Event Pipeline
We were burning 400ms in p99 tail latency on a core event-processing path in Veltrix. The upstream teams…
How to make your AI Agent 111x cheaper and 2.5x faster at data aggregation
Google recently released an incredibly fast new model — Gemini 3.5 Flash. As someone building infrastructure for autonomous…