Posts
All the articles I've posted.
-
LLM Quantization: Q4_K_M Isn't Always the Best Choice
Q4_K_M is the default, but it's not magic. When Q3, Q5, or Q6 makes sense. How to benchmark quantization tradeoffs on your hardware.
4 min read -
Docker BuildKit: Stop Waiting for Your Images to Build
Docker BuildKit is the default builder since Docker 23.0 — but most people aren't using it right. Here's how to actually speed up your builds.
9 min read -
Running Multiple Ollama Models Without Running Out of RAM
Ollama can load one model at a time on limited hardware. How to switch between models, use CPU offloading, and manage VRAM intelligently.
5 min read -
Pi-hole vs AdGuard Home: Block Ads for Every Device on Your Network
Pi-hole vs AdGuard Home: which DNS ad blocker wins? Compare setup, Docker installs, features, and which one actually belongs on your home network.
10 min read -
Piper vs Coqui: Text-to-Speech on Your Own Hardware (Because AWS Polly Charges Per Character Like It's 1999 SMS)
Run local TTS with Piper or Coqui on Linux, Docker, or Home Assistant. Fast, private, offline text-to-speech — no cloud fees, no data leaks, no surprises.
9 min read -
LangChain vs LlamaIndex: When Your AI Needs to Talk to Your Data
LangChain vs LlamaIndex compared for 2026: which AI framework wins for RAG, agents, and LLM orchestration? Real code, honest opinions, no fluff.
9 min read -
Terraform vs Pulumi: Infrastructure as Code Without the YAML Nightmares
Terraform vs Pulumi compared head-to-head: HCL state files and the plan/apply workflow against real programming languages. Includes OpenTofu and when to choose each for your IaC.
8 min read -
Bulk File Renaming on Linux: rename, vidir, fd
Master bulk file renaming on Linux with rename, vidir, fd, and mmv. The right tool for every scenario from regex rewrites to visual editing.
6 min read -
Nginx Proxy Manager for Normal Humans
Set up Nginx Proxy Manager in Docker, get SSL certs, proxy hosts, access lists, and TCP streams — without reading a 40-page nginx manual.
7 min read -
Context Window vs Token Limit: Not the Same Thing
What's the actual difference between context window and token limit? Why one model says 8K and another says 128K. A practical breakdown.
5 min read -
Disk Space Tools in 2026: Beyond du and df
du and df still work, but Rust-era tools like dust, duf, and fclones make disk triage faster and way less painful in 2026.
7 min read -
CI Pipeline Caching: Speed Up Every Build
Your CI job waits 4 minutes for npm install every run. One caching strategy cuts it to 15 seconds. Here's how.
4 min read