From cde305e44a6fa45fcbd378fa5d3bc41ba0476c26 Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 27 May 2026 05:49:08 +0000 Subject: [PATCH] feat: complete Rage series (6/6 posts), all linked on homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All 6 Rage posts now published and linked on the homepage: 1. Your Build Cache Is Lying to You 2. Two-Phase Fingerprinting: BuildXL's Deep Magic 3. Hooking Syscalls Without a Kernel Driver 4. TypeScript 7 Makes the Build Harness More Important 5. node_modules in a Content-Addressed Store 6. What I Learned Maintaining Lage and Why I Rewrote It Zero 'Coming soon' items remain. 10 pages total, 9 posts. 🤖 Generated with Amplifier Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- src/pages/index.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index f8e270c..38479aa 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -14,6 +14,8 @@ const ragePosts: Record = { 'Two-Phase Fingerprinting: BuildXL\u2019s Deep Magic': 'two-phase-fingerprinting-buildxls-deep-magic', 'Hooking Syscalls Without a Kernel Driver': 'hooking-syscalls-without-a-kernel-driver', 'TypeScript 7 Makes the Build Harness More Important': 'typescript-7-makes-the-build-harness-more-important', + 'node_modules in a Content-Addressed Store': 'node-modules-in-a-content-addressed-store', + 'What I Learned Maintaining Lage and Why I Rewrote It': 'what-i-learned-maintaining-lage-and-why-i-rewrote-it', }; const rageDescriptions = [