The Blog

// notes from the trenches of building software
Jul 05, 2026 · 6 min read

I built a private money app for my whole family

Folio is a desktop app that keeps all our family money in one place — stocks, funds, bank, deposits, documents and an AI helper. It's written in Rust with Tauri, runs fully on your own machine, and nothing leaves your computer. Screenshots and the full feature list inside.

#rust#tauri#privacy
Feb 25, 2024 · 4 min read

Problems with PubNub: A Deep Dive into Chat System Challenges

We set out to build one-to-one, group and community chat on top of PubNub — and hit wall after wall: silent channel-group failures, painful push-token registration, no pagination, and a 32KB payload ceiling. Here's what broke and why.

#chat#pubnub#tech