Browsing Tag
rust
167 posts
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…
I built a CLI snippet manager in Rust because I was tired of googling the same things
I have a habit. Every time I sit down to code I end up googling the same thing,…
I built a pixel-perfect, printer-independent report designer with Avalonia UI
I’ve released ACR Designer, a WYSIWYG report designer for the ACR (Across Report Renderer) engine. It focuses on…
I Put an LLM Inside the Linux Kernel Scheduler. Here’s What Happened.
A few weeks ago, I did something that probably shouldn’t work. I replaced the CPU scheduling algorithm in…