RSSAmplifier

Blog

mlugg.co.uk

mlugg's personal blog

mlugg.co.ukRSS feed ↗2 posts

Latest posts

Inside Zig's Incremental Compilation

As a member of the Zig core team, one of the most impactful projects I’ve been involved with is the implementation of incremental compilation into the Zig compiler. This feature allows the compiler to detect which individual functions and declarations have changed since a project was last built, recompile only that code, and directly patch the resulting bytes into the output binary, making the…

Rewritten in Zine

Hi! I’ve just reworked my blog. Previously it was using a years-old SSG-but-not-really thing based on shell scripts, which was kind of annoying to work with. I’ve now rewritten it now using Zine , which was really nice. Oh, also, there’s now an RSS feed if you want it. The rewrite is mainly triggered by a blog post I’ve been working on: I’ve written enough that I’m hoping to soon do the impossible…