Writing
Posts
Things I've learned, built, or thought about. Most recent first.
agents
apple-silicon
axios
build
cloudflare
hugo
llama.cpp
local-llm
meta
mlx
qwen
react
react-query
tailwind
vite
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 every request, and what Q6_K actually buys …
llama.cppqwenapple-siliconagents
7 min
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.
mlxqwenapple-siliconagents
12 min
How I built this site (technical author cut)
The decisions behind a Hugo blog on Cloudflare Pages: static-first, dark by default, two content types, client-side search.
metahugotailwindcloudflare
4 min
React Query and parallel data fetching with cancellation
Using React Query v3 and axios to fetch 151 Pokemon in two dependent query stages with AbortController cancellation — what the code actually …
reactreact-queryaxiosvite
9 min