Browsing Tag
rust
170 posts
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…
Why Pure RNG is Broken- Building a “Card Deck” Lottery in Rust
“Pure RNG promises nothing. A shuffled deck promises everything – eventually.” When designing the reward system for active…
SearchWala: I Built a Blazing-Fast Meta-Search Engine in Rust That Queries 90+ Engines Simultaneously
Hey devs! I want to share a project I have been working on called SearchWala (Swift-Search-RS). What is…
Streaming Gemini API Responses in Rust + Tauri — Real-Time Token Display
If this is useful, a ❤️ helps others find it. All tests run on an 8-year-old MacBook Air.…
Rust vs Rue: Can This Claude-Built Language Challenge Rust’s Memory Safety Crown?
Introduction The systems programming world has long operated on a silent bargain: accept memory unsafety, or accept performance…