Category
Software
4 posts in Software.
SoftwareAugust 23, 2026The build was green. The app was lying.
Notes from taking Luma native on Expo SDK 57 — a class of bug that never surfaces as an error. Every install sharing one encryption key, a fresh phone booting to empty screens, and a whole subsystem quietly running on stubs.
SoftwareAugust 22, 2026The ledger doesn't round in your favour
TrackedWallet is a local-only personal finance app built on four rules — budgets read no price, a quote never appears without its age, an unvalued figure is named rather than zeroed, and a breach is the first thing on screen.
SoftwareJune 14, 2026PhotoAuctions — Where Great Photography Finds Its Collector
A first look at PhotoAuctions, a live auction platform that connects independent photographers with the collectors who actually want their work. Currently in development.
SoftwareMay 24, 2026Prediction Market Trading Bot: From Side Project to Automated System
A Python-powered algorithmic trading bot for prediction market venues like Polymarket and Kalshi, built with a FastAPI dashboard, real-time WebSocket updates, and a clean layered architecture that separates market data, strategy, risk, and execution. It supports both paper and live trading modes, logs every decision to a trade journal, and includes an AI advisor component — all deployable to a VPS with a single shell script.