Fastest Local Coding Model on a 32 GB 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 Mixture-of-Experts model with roughly 3B active parameters — hit 41 tok/s generation speed, compared to 14.2 tok/s for qwen2.5-coder:14b and 6.9 tok/s for the dense qwen2.5-coder:32b. The MoE architecture is doing something very different from dense 32B here, and the raw numbers … Read more

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