Posts
Page 43 of 66
-
Traefik: Docker Routing with Labels
Master Traefik's label-based routing in Docker: entrypoints, routers, middlewares, TLS, and the mental model that makes it all click.
7 min read -
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.
5 min read -
Docker BuildKit: Stop Waiting for Your Images to Build
Your CI rebuilds node_modules from scratch every build. BuildKit, Docker's default builder since 23.0, fixes it with cache mounts, parallel stages, real secrets.
· Updated:10 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 -
Piper vs Coqui: Text-to-Speech on Your Own Hardware (Because AWS Polly Charges Per Character Like It's 1999 SMS)
Piper vs Coqui TTS compared: speed, voice quality, Docker setup, and Home Assistant integration. Run offline neural TTS on your own hardware, no cloud fees.
· Updated:10 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.
· Updated:9 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.
5 min read -
Apache in 2026: It's Time to Move On
Apache still runs half the internet by default, not by choice. Here's why Nginx and Caddy have lapped it, and when to finally make the switch.
8 min read