ANDRYO MARZUKI
2026.09.22
ppgrid: Fast Continent-Scale Raster Interpolation at Large Scaleppgrid turns tens of millions of point rows into a smooth, adaptive-resolution raster in seconds. A push-pull mipmap approximation of inverse distance weighting that stays flat as …
2026.07.15
qMLX: Dogfood Tales #1 - Multiplexing & Cache StabilityRipping the hot cache out of qMLX, splitting DeltaNet checkpoints so they restore from SSD, and using multiplexing to run concurrent Qwen 122b sessions on a single 96GB Mac Studio.
2026.07.10
qMLX: Maximising my AI psychosis by minmaxing my Mac StudioDS4 Flash looked promising on paper. In practice it was too slow for long contexts and unreliable for agentic coding. Here is why I switched to Qwen 3.5 122B and the three bugs I …
2026.07.01
junkyard.sh: Salvaging useful apps from the terrors of paywallsWhy I rebuilt 48 paywalled web tools to run free in your browser, with no account and no upload.
2026.06.19
Charted: a zero-dependency charting library (and an accidental agentic sidequest)Why I built charted, a zero-dependency Python library for beautiful SVG charts, and how a constraint I picked for fun turned out to be the perfect fit for agentic workflows.
2025.09.28
Performant Spatial Apps with PostGIS: 8 Years of Head‑BangingPractical strategies to make GIS apps fast: spatial indexing, ST_Subdivide, partitioning, vector tiles (MVT), caching, and React MapLibre layering with Django/PostGIS.