DATE
TITLE
2026-07-09
Half of My Hybrid Search Was Silently Off
#ai
,
#agents
,
#rag
,
#retrieval
,
#context-engineering
,
#claude-code
,
#mcp
,
#rust
,
#local-first
2026-07-06
I Built a Harness to Build a Harness. One of Them Worked.
#ai
,
#agents
,
#claude-code
,
#context-engineering
,
#harness-engineering
,
#mcp
,
#rust
,
#local-first
2026-06-29
A Hammer Still Looking for Its Nail: Context Harness and the Team-Context Problem
#rust
,
#rag
,
#ai
,
#embeddings
,
#local-first
,
#mcp
,
#search
,
#wasm
2026-06-29
Databases in the Browser
#wasm
,
#sqlite
,
#duckdb
,
#surrealdb
,
#local-first
,
#browser
,
#search
2026-06-29
Static Can Be Dynamic: A Real Database in the Browser Instead of an SPA
#wasm
,
#databases
,
#static-site
,
#zola
,
#frontend
,
#browser
,
#local-first
2026-06-29
A SurrealDB in Every Tab: Dynamic App State from a Static Site, No SPA
#wasm
,
#surrealdb
,
#zola
,
#vite
,
#javascript
,
#local-first
,
#browser
2026-06-26
What Six Months of Baby Sleep Data Taught Me About Pandas (and Sleep)
#python
,
#pandas
,
#data-analysis
,
#data-viz
,
#statsmodels
,
#parenting
2026-06-26
Consoler Dark: A Terminal-Themed Zola Blog with Neofetch Logos and In-Browser SurrealDB
#zola
,
#sass
,
#wasm
,
#vite
,
#surrealdb
,
#theming
,
#neofetch
2026-06-26
Context Harness: a Local-First RAG Engine in Rust with Lua Extensions and an MCP Server
#rust
,
#rag
,
#ai
,
#mcp
,
#lua
,
#embeddings
,
#sqlite
,
#local-first
2026-06-26
Hexagonal Chess in Rust: Bevy, WASM, and Serverless WebRTC Multiplayer
#rust
,
#bevy
,
#wasm
,
#webrtc
,
#games
,
#p2p
,
#nix
2026-06-26
Nix Fleet, Part 3: Fleet-Wide Secrets with agenix
#nix
,
#nixos
,
#agenix
,
#age
,
#secrets
,
#security
,
#home-manager
2026-06-26
Nix Fleet, Part 4: Installing a Helios64 NAS from Bare Metal with nixos-anywhere and disko
#nix
,
#nixos
,
#disko
,
#nixos-anywhere
,
#zfs
,
#helios64
,
#arm
,
#nas
,
#homelab
2026-06-26
One Flake, Every Machine: a NixOS + macOS Fleet
#nix
,
#nixos
,
#nix-darwin
,
#home-manager
,
#flakes
,
#infrastructure
,
#macos
2026-06-26
Nix Fleet, Part 2: Remote Builders — Never Compile Linux on a Mac Again
#nix
,
#nixos
,
#remote-builders
,
#macos
,
#binfmt
,
#cross-compilation
,
#infrastructure
2026-06-26
How I Cut My Claude Code Token Usage by 90% with RTK
#claude-code
,
#ai
,
#agents
,
#cli
,
#tokens
,
#rust
,
#tooling
2026-06-26
Building a Second Brain for Engineers: an LLM Capture-and-Synthesis Pipeline
#ai
,
#agents
,
#knowledge-management
,
#second-brain
,
#claude-code
,
#systems-design
2026-06-26
Shipping Claude Skills with Nix: a Reproducible Agent Toolkit Across My Fleet
#nix
,
#claude-code
,
#ai
,
#agents
,
#skills
,
#home-manager
,
#reproducibility
2025-02-07
Reproducible, Secret-Safe AI Agents with Nix Flakes, agenix, and Magentic-One
#nix
,
#agents
,
#ai
,
#agenix
,
#chainlit
,
#magentic-one
,
#chromadb
2024-06-14
Mastering C with Effective C: Introduction to Makefiles
#make
,
#tutorial
,
#ai
,
#series
,
#learning
,
#c
2024-06-14
Mastering C: Building a Project with Nix Flakes
#tutorial
,
#ai
,
#series
,
#nix
,
#tutorial
,
#learning
,
#c
,
#mastering-c
2024-06-12
Drawing a Rotating Cube in C: A Beginner-Friendly Guide
#tutorial
,
#games
,
#c
,
#projects
,
#ai
2021-08-18
Graph Algorithms in Typescript: Breadth First Search (BFS)
#graph
,
#ts
,
#bfs
,
#algorithms