I built a forgetting curve for an agent with one user
What I learned, mostly: I overbuilt the clever part, and then kept it anyway. In Greek myth the dead drink from the Lethe before they cross into t
Curated development tutorials from top sources. Filter by language.
What I learned, mostly: I overbuilt the clever part, and then kept it anyway. In Greek myth the dead drink from the Lethe before they cross into t
Every README with a benchmark number in it has the same bug. The number was true once. I got tired of that on ferrumdeck, which is a Rust enforcement
When integrating third-party REST APIs or microservices in Rust, writing boilerplate struct definitions for complex JSON payloads is tedious. Most dev
A polynomial-opening proof can pass every pairing check and still fail to prove the statement you care about. I ran into that distinction while imple
Originally published at ai.bedvibe.studio. I built a real-time tracker in Rust — about two thousand lines — that reads a live ADS-B feed, keeps a Kal
When a coding agent changes a systems program, a source diff is only the beginning of the question. The more useful question is: what exact machine-f
Inside RustChain's Anti-Emulation Stack: Six Checks That Keep VM Farms Off the Network When most people think about crypto mining, they pic
Proteger datos que deben seguir siendo secretos dentro de diez años es un problema de hoy: un adversario puede capturar tu tráfico cifrado ahora y des
A Technical Comparison of Proof-of-Antiquity and Proof-of-Work The blockchain world has spent seventeen years arguing about consensus. Bitc
Shelley Fabares is an American actress and singer whose career has spanned several decades. She first became widely known as *Mary Stone* on the popul
TL;DR — The Admin flagship's employees screen is a live DataGrid: type in the search box, click a filter pill, sort a column, page through — and each
TL;DR — La pantalla de empleados del Admin flagship es un DataGrid en vivo: tipeás en el buscador, clickeás un pill de filtro, ordenás una columna, p
We were about to ship a performance write-up claiming three queries had gotten 2-4x slower. All three numbers were wrong, and the reason is one every
The input event does not arrive with a language tag. Press the same two physical keys on a Bulgarian phonetic keyboard and one interpretation is li;
I spend most of my day job writing backend services in Go, wiring up gRPC/Protobuf between microservices at a fintech company in Jakarta. Which means
I spent an afternoon fixing three bugs in an e-paper driver. None of them existed. The driver was epdsi, a no_std Rust framework I maintain for elect
You often need to run a 1995 DOS game or a legacy Windows 3.1 utility on a modern machine. Existing emulators work, but they can be heavy or lack the
When Satoshi Nakamoto designed Bitcoin's Proof-of-Work consensus, the goal was simple: one CPU, one vote. What actually happened was very different. A
Are you tired of being locked out of your accounts when you reset your phone? I was. I wanted a 2FA authenticator that would sync my codes seamlessly
A coding agent should not have to choose between opening files one at a time and dumping an entire repository into context. When building autonomous