A complete self-hosted AI agent on your own box. Reachable from Telegram by text or voice, runs your servers, connects to your tools via MCP, updates itself nightly.
Fixing xterm-ghostty: unknown terminal type Over SSH
Why Ghostty’s xterm-ghostty terminfo breaks SSH into remote Linux servers, why ssh-terminfo makes it worse, and the two-step fix that makes the problem go away for good.
Why Postgres is the last database you’ll need ?
Postgres can handle cache, queues, full-text search, pub/sub and vector workloads out of the box.
The Userspace Tax Behind Protocols - QUIC(UDP) vs TCP
QUIC and TCP are not interchangeable.
How Does Your Database Store Millions of Records?
Every database write faces the same challenge: disks are 1,000x slower than memory. Your choice between B-Trees and LSM Trees can make your database 10x faster or 10x slower. Here’s how they actually work and when to use each.