<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on My Blog</title>
    <link>https://thenlevy.github.io/posts/</link>
    <description>Recent content in Posts on My Blog</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Sun, 19 Apr 2026 19:00:00 +0200</lastBuildDate>
    <atom:link href="https://thenlevy.github.io/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>async_runtime Part II: Components of an asynchronous runtime</title>
      <link>https://thenlevy.github.io/posts/async_runtime_2/</link>
      <pubDate>Sun, 19 Apr 2026 19:00:00 +0200</pubDate>
      <guid>https://thenlevy.github.io/posts/async_runtime_2/</guid>
      <description>Building the core components of our asynchronous runtime (Executor and Reactor), and writing an asynchronous TCP server.</description>
    </item>
    <item>
      <title>async_runtime Part I: Introduction to asynchronous programming in Rust.</title>
      <link>https://thenlevy.github.io/posts/async_runtime_1/</link>
      <pubDate>Sun, 19 Apr 2026 11:15:00 +0200</pubDate>
      <guid>https://thenlevy.github.io/posts/async_runtime_1/</guid>
      <description>Introduction to asynchronous programming and the tasks that an asynchronous runtime must perform.</description>
    </item>
    <item>
      <title>`llm_runner` Part III: Parsing and evaluating GPT-2</title>
      <link>https://thenlevy.github.io/posts/llm_runner_3/</link>
      <pubDate>Sat, 11 Apr 2026 12:00:00 +0200</pubDate>
      <guid>https://thenlevy.github.io/posts/llm_runner_3/</guid>
      <description>Parsing and evaluating GPT-2 weights and running causal self-attention inference.</description>
    </item>
    <item>
      <title>`llm_runner` Part II: Loading Weights and performing MLM inference</title>
      <link>https://thenlevy.github.io/posts/llm_runner_2/</link>
      <pubDate>Fri, 10 Apr 2026 08:00:00 +0200</pubDate>
      <guid>https://thenlevy.github.io/posts/llm_runner_2/</guid>
      <description>Loading weights from the DistilBERT model and performing MLM inference in llm-runner.</description>
    </item>
    <item>
      <title>`llm_runner` Part I: Implementing an Encoder in Rust</title>
      <link>https://thenlevy.github.io/posts/llm_runner_1/</link>
      <pubDate>Tue, 07 Apr 2026 20:47:29 +0200</pubDate>
      <guid>https://thenlevy.github.io/posts/llm_runner_1/</guid>
      <description>Understanding how LLMs work by implementing an encoder in Rust.</description>
    </item>
  </channel>
</rss>
