tag
build
3 entries.
-
I Went Looking for CPU Tricks and Found a Quadratic Loop
The question was simple: how do we make publishing faster? My instincts fired off the usual list — better caching, tighter memory layout, maybe some CPU architecture tricks. Profile-guided…
-
AI in Your Content, at Build Time — Not in the Browser
There are two places you can put an AI call on a website: in the visitor's browser, or in your build. Almost everyone reaches for the first — a widget that calls an API on page load — and almost…
-
The Build Got Parallel — and the Caches Nobody Told You About
Here is a confession. Until this release, an SSG build did everything one thing at a time. Convert an image, then the next, then the next. On a text-only site you never notice — the whole thing is…