<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Pker.xyz</title>
    <link>https://pker.xyz</link>
    <description>Personal blog</description>
    <language>en-us</language>
    <atom:link href="https://pker.xyz/feed.xml" rel="self" type="application/rss+xml"/>

    <item>
      <title>Reverse Engineering Claude Code</title>
      <link>https://pker.xyz/posts/claude.html</link>
      <description>What happens when you run claude? We take apart the 223MB binary with standard Linux tools and go through the layers from ELF to agentic loop.</description>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/claude.html</guid>
    </item>

    <item>
      <title>Compendium: Adding eBPF for Kernel-Level Visibility</title>
      <link>https://pker.xyz/posts/compendium-ebpf.html</link>
      <description>Extending compendium with eBPF for scheduler latency and block I/O tracking. What the kernel does behind the scenes, and why ptrace can't see it.</description>
      <pubDate>Fri, 27 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/compendium-ebpf.html</guid>
    </item>

    <item>
      <title>Compendium: A Linux Syscall Tracer</title>
      <link>https://pker.xyz/posts/compendium.html</link>
      <description>A ptrace-based tracer, in rust, for linux, with nice and easy to interpret html reporting. The strace variant you've always wanted.</description>
      <pubDate>Mon, 09 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/compendium.html</guid>
    </item>

    <item>
      <title>Memory, Layouts, and Allocators</title>
      <link>https://pker.xyz/posts/allocators.html</link>
      <description>How memory works at the OS level, data layout effects on performance, and allocation strategies for different use cases.</description>
      <pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/allocators.html</guid>
    </item>

    <item>
      <title>Autom8: A Claude Orchestrator</title>
      <link>https://pker.xyz/posts/autom8.html</link>
      <description>A powerful and deterministic-when-possible orchestrator for Claude Code powered workflows.</description>
      <pubDate>Sat, 31 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/autom8.html</guid>
    </item>

    <item>
      <title>Performance Analysis and Improvements [part 2]</title>
      <link>https://pker.xyz/posts/perf2.html</link>
      <description>Round 2: in-depth analysis and next iteration.</description>
      <pubDate>Fri, 16 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/perf2.html</guid>
    </item>

    <item>
      <title>Performance Analysis and Improvements [part 1]</title>
      <link>https://pker.xyz/posts/perf1.html</link>
      <description>First round of changes, let's see how much faster we can get.</description>
      <pubDate>Sun, 11 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/perf1.html</guid>
    </item>

    <item>
      <title>Performance Analysis and Improvements [part 0]</title>
      <link>https://pker.xyz/posts/perf0.html</link>
      <description>Mental model, tools and steps I use as of early 2026 for optimizing code.</description>
      <pubDate>Sun, 11 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/perf0.html</guid>
    </item>

    <item>
      <title>Ergonomic State Machines Using Iterators</title>
      <link>https://pker.xyz/posts/stateMachine.html</link>
      <description>Ergonomic state machines that don't rely on type state.</description>
      <pubDate>Thu, 03 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/stateMachine.html</guid>
    </item>

    <item>
      <title>Delta Coding Techniques</title>
      <link>https://pker.xyz/posts/deltaCoding.html</link>
      <description>A delta encoding primer.</description>
      <pubDate>Sat, 09 Nov 2024 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/deltaCoding.html</guid>
    </item>

    <item>
      <title>Performance Aware Programming</title>
      <link>https://pker.xyz/posts/performanceAwareProgramming.html</link>
      <description>A language agnostic mental model for writing and designing programs.</description>
      <pubDate>Wed, 09 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/performanceAwareProgramming.html</guid>
    </item>

    <item>
      <title>Static Dispatch at Runtime via Sum Types</title>
      <link>https://pker.xyz/posts/enumDispatch.html</link>
      <description>An elegant alternative to dynamic dispatch, thanks to rust enum's.</description>
      <pubDate>Tue, 08 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://pker.xyz/posts/enumDispatch.html</guid>
    </item>

  </channel>
</rss>
