Sseaninseans-engineering-log.hashnode.dev·2d ago · 1 min readBuilding TokenTank: a local-first desktop HUD for AI coding-agent usageProblem AI coding-agent usage during real development sessions is hard to track. Constraints No official quota API. No scraping. No storing private coding content. Solution Local-first Windows deskt00
RLRoberto Lupiinrlupi.com·May 31 · 5 min readDeep Cuts Is Now Open SourceTwo days ago I wrote about building a music intelligence app in five days with two AI coding agents. That post described a working MVP — a private prototype called music-intelligence that could scan a20
HHyphenMinhyphen-m.hashnode.dev·May 31 · 3 min readSimple Snap Layout Overlay for Tauri v2Firstly, hello everyone who reads this. I made a little plugin for Tauri v2 to easily enable the Windows 11 snap layout overlay when running your app in decoration-free (borderless) mode. I wanted a s10
RLRoberto Lupiinrlupi.com·May 29 · 9 min readI Built a Music Intelligence App in Five Days with Two AI Coding AgentsFor the past few years I've been getting more serious about music production. Not just listening — actually producing. And one of the things producers do constantly is work with reference tracks: comm10
Hhiyokokoinhiyoyo.hashnode.dev·May 25 · 4 min readType-Driven Design in Rust — Patterns I Learned Building Real Desktop AppsRust's type system is the feature that keeps paying dividends. Every time I've invested in designing types well, the compiler caught bugs I'd have missed in runtime testing. Here are the patterns I ac10
EZEric Zimmermaninechozulu.hashnode.dev·May 6 · 3 min readHyperspanner: a sandbox for an LCARS skill, a modular tool pattern, and Tauri auto-updatesHyperspanner is a desktop developer utility suite in an LCARS-inspired chrome. The product is real, and people can install it, but the product was never the point. The point was three experiments runn00
BKBill Kunyihainbuildwithrust.com·May 3 · 29 min readTauri 2 IPC: How Rust and React Actually TalkPublished May 3, 2026 Just last week, somebody filed a bug against Tauri. Their app pointed a webview at an external URL via tauri::WebviewUrl::External, and invoke() started failing with "Origin head00
PPPiyush Pradhaninrecurse.hashnode.dev·Apr 29 · 5 min readHow I built on-device semantic search into a clipboard manager using ONNX and RustMost clipboard managers let you search your history by typing the exact text you copied. That's fine when you remember the exact string. It fails completely when you remember something like "that weir00
MHMubashar Hussaininblog.mubashar.dev·Apr 22 · 3 min readI got tired of the Cloudflare web dashboard lag, so I built a native desktop client in RustCloudflare is undoubtedly one of the best things to happen to the modern web. From Workers to R2 and the new D1 database, they are making serverless development incredibly powerful. But there’s one th10
IDInguva Devinblog.inguva.dev·Apr 12 · 7 min readI Built a Free macOS Task Manager in a Weekend Because I Was Tired of Paying for Todo AppsA full Google Calendar sync, native macOS app, built with Tauri + Rust + React — zero subscription fees, forever. The spark hit me when I opened Todoist and saw the paywall for Google Calendar sync. 00