Fastest Local Coding Model on a 32GB Mac Mini: qwen3-coder:30b vs qwen2.5-coder:32b vs qwen2.5-coder:14b

BLUF On my 32 GB Mac mini (Apple M2 Pro), qwen3-coder:30b — a 30B Mixture-of-Experts model with roughly 3B active parameters — hit 43.3 tok/s generation speed, well ahead of the dense qwen2.5-coder:32b at 6.6 tok/s and qwen2.5-coder:14b at 15.1 tok/s. If raw generation throughput is your priority on constrained hardware, the MoE architecture makes … Read more

What Actually Predicts Local LLM Speed on a 32 GB Mac (2026): I Benchmarked 7 Models

The short version: On a Mac mini (Apple M2 Pro, 32 GB), the fastest model I tested was also the biggest — Qwen3-Coder 30B, a Mixture-of-Experts model with only ~3B active parameters, ran at 42.8 tokens/sec, beating a plain 8B model. Total parameter count barely predicts speed on this hardware; active parameters do. And the much-hyped … Read more

5 Self-Hosted Analytics Tools You Can Actually Run on Your Own Server

self-hosted analytics tools

The Problem With Sending Your Traffic Data Somewhere Else GA4’s data sampling kicks in at surprisingly low traffic levels — and the threshold isn’t based on what would be statistically useful for you, it’s based on what’s computationally cheap for Google. A small e-commerce site running a conversion funnel report over a 90-day window will … Read more

Self-Hosted Analytics Without Google: Plausible, Umami, and Matomo on Your Own Hardware

self-hosted analytics

Why Self-Hosted Operators Stop Trusting Google Analytics GA4’s event model is the first thing that breaks trust. The old Universal Analytics had one job: tell you how many people read a page. GA4 replaced that with a flexible event schema that’s genuinely powerful for e-commerce funnels — and genuinely annoying if you just want a … Read more

Nagios + Grafana on Self-Hosted Hardware: A Real Monitoring Stack Without the Cloud Tax

self-hosted monitoring stack

The Problem: Flying Blind on Your Own Hardware The failure mode that actually bites self-hosted operators isn’t a dramatic crash with error messages everywhere — it’s a silent service exit at 2am that nobody notices until the automation pipeline produces zero output at 9am. A container stops responding, a cron job silently skips, a disk … Read more

5 Lightweight Self-Hosted Error Trackers That Actually Replace Sentry on Your Own Hardware

self-hosted error trackers

Why Sentry’s Hosted Version Becomes a Problem at Scale The free tier cap isn’t an inconvenience — it’s a trap. A mid-traffic side project running into a bad deploy can exhaust Sentry’s hosted event quota within the first hour of the incident. That’s the exact window where you need error visibility most, and instead you’re … Read more

Grafana + Prometheus on a Raspberry Pi: Build a Telemetry Dashboard That Actually Stays Up

Grafana + Prometheus Raspberry Pi Telemetry Dashboard

The Problem: Flying Blind on Low-Power Hardware The failure mode nobody warns you about with Raspberry Pi clusters: the service dies, you SSH in twenty minutes later, and dmesg shows the CPU was thermally throttling for two hours before the crash. No alert fired. Nothing logged the temperature climb. You were flying completely blind while … Read more