Posts
Page 36 of 58
-
n8n vs Node-RED: Automate Everything Without Learning to Code (Much)
You're paying $20/month to Zapier to shuffle data between two services that are both free. There's a better way. n8n and Node-RED are two self-hosted automation tools that can replace the SaaS middlemen, and they'll both run happily on a $15 VPS or your home server.
8 min read -
Qdrant vs Weaviate vs Chroma: Vector DB Showdown
Every RAG tutorial says 'just use Chroma.' Then you hit production. Here's what Qdrant, Weaviate, and ChromaDB actually offer and when each one earns its place.
7 min read -
CUDA vs ROCm vs CPU: Running AI on Whatever GPU You've Got
Want to run AI locally but not sure if your GPU will cooperate? Whether you're rocking an NVIDIA card, an AMD GPU, or just a CPU and sheer determination, here's the honest breakdown of what works, what technically works, and what will make you question your life choices.
9 min read -
2FA for SSH and sudo via PAM
Adding TOTP to SSH and sudo takes 10 minutes and makes password spray attacks useless. Here's the setup that won't lock you out of your own server.
6 min read -
LangGraph vs CrewAI vs AutoGen: AI Agent Frameworks for Mere Mortals
Everyone's talking about AI agents like they'll solve world hunger by Tuesday. But which framework do you actually use? We compare LangGraph, CrewAI, and AutoGen, with working Python examples, brutal honesty, and a healthy dose of skepticism about your robot assistant booking flights to Reykjavik.
10 min read -
Systemd Timers vs Cron: Scheduling That Doesn't Suck
Cron has been scheduling your jobs since before you were born. Systemd timers do everything cron does, plus logging, dependencies, and missed-run recovery.
6 min read -
Whisper & Faster-Whisper: Self-Hosted Speech-to-Text That Actually Works
OpenAI Whisper is genuinely impressive speech-to-text, and you can run it entirely on your own hardware. Add Faster-Whisper into the mix and suddenly you've got transcription that's 4x quicker, uses less VRAM, and doesn't phone home to anyone. Here's how to set it all up without losing your mind.
9 min read -
Gitea vs Forgejo vs GitLab CE: Self-Hosted Git
GitLab CE does everything and wants all your RAM. Gitea and Forgejo run on a Raspberry Pi. Here's which self-hosted git platform actually fits your setup.
7 min read -
LiteLLM & vLLM: One API to Rule All Your Models
Your app calls OpenAI, your side project calls Anthropic, your homelab whispers to Ollama, and your codebase looks like a crime scene. LiteLLM and vLLM are the dynamic duo that puts a single sane API in front of every model you'll ever run, local or cloud.
7 min read -
Docker BuildKit: Stop Building Images the Slow Way
Cache mounts, secret mounts, parallel stages, BuildKit turns your Dockerfile from a slow linear disaster into something that actually respects your time.
6 min read -
LLM Fine-Tuning for Mortals: LoRA, QLoRA, and Your Gaming GPU
You don't need a server rack that doubles as a space heater to fine-tune an LLM. With LoRA and QLoRA, your gaming GPU can teach a language model new tricks, and we'll walk through the entire process without requiring a PhD or a second mortgage.
17 min read -
WireGuard vs OpenVPN 2026: It's Not Even Close
OpenVPN is the battle-tested workhorse. WireGuard is everything VPNs should have been from the start. In 2026, here's which one you should actually use.
6 min read