<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Lilith&#39;s Personal Devlog</title>
    <link>https://blog.lilithana.codes/posts/</link>
    <description>Recent content in Posts on Lilith&#39;s Personal Devlog</description>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>©Lilith Isenberg 2026</copyright>
    <lastBuildDate>Sun, 22 Feb 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.lilithana.codes/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>CPUs Are Kitchens</title>
      <link>https://blog.lilithana.codes/posts/kitchens_are_cpus/</link>
      <pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://blog.lilithana.codes/posts/kitchens_are_cpus/</guid>
      <description>&lt;p&gt;No, really. They are. Allow me to elucidate.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-cpu&#34;&gt;The CPU&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Memory_hierarchy&#34;&gt;Memory hierarchy&lt;/a&gt; is the arrangement of the physical memory on a computer&amp;rsquo;s motherboard.&lt;/p&gt;&#xA;&lt;figure&gt;&#xA;    &lt;div style=&#34;color: #f8f8f2; display: inline-block; padding: 50px; border-radius: 8px; border: 2px solid #6272a4;&#34;&gt;&#xA;        &lt;img src=&#34;ComputerMemoryHierarchy.svg&#34; alt=&#34;Memory Hierarchy diagram showing the hiearchy of memory in a computer.&#34; style=&#34;display: block; max-width: 100%;&#34;&gt;&#xA;    &lt;/div&gt;&#xA;    &lt;figcaption style=&#34;text-align: center; padding: 10px 10px 20px&#34;&gt;Is this an unjust hierarchy?&lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;p&gt;We are mostly concerned with the upper 3 levels on that pyramid: RAM, Processor Caches, and Processor Registers. The CPU itself contains a &lt;a href=&#34;https://en.wikipedia.org/wiki/Control_unit&#34;&gt;Control Unit&lt;/a&gt; (CU), an Arithmetic Logic Unit (ALU), and those caches and registers. The CU orchestrates the flow of data into registers which the ALU operates on. The CU then directs that transformed data back into memory as needed. There&amp;rsquo;s more to everything the CU does, but this is a sufficient high-level view for this post.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
