Personal notes & docs
Hey, I'm Don.
Cloud, infrastructure, and tech — captured so I can find it again. Posts are things I've learned; docs are references I keep coming back to.
Recent posts
All posts →Qwen 3.8 27B on llama.cpp: Q6_K GGUF on a 48GB M4 Pro
The GGUF route to the same model: the server flags that matter, a reasoning-effort flag that 500s …
Testing Qwen 3.8 27B with Rapid-MLX and Pi on Apple Silicon
Config gotchas wiring it into pi.dev, and what it costs per turn on a 48GB M4 Pro.
How I built this site (technical author cut)
The decisions behind a Hugo blog on Cloudflare Pages: static-first, dark by default, two content …
React Query and parallel data fetching with cancellation
Using React Query v3 and axios to fetch 151 Pokemon in two dependent query stages with …