<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained RSS for /writing/. There is no generator, so adding a post means adding an <item>
  here at the TOP of the list and bumping <lastBuildDate>. See README.md.

  <pubDate> must be RFC 822 with a timezone — "Tue, 10 Feb 2026 00:00:00 GMT". Readers sort on it,
  and a malformed date silently drops the item in some clients. <guid isPermaLink="true"> is the
  post URL; never change one after publishing or every subscriber sees the post again as new.
-->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Citradox — writing</title>
    <link>https://citradox.com/writing/</link>
    <atom:link href="https://citradox.com/feed.xml" rel="self" type="application/rss+xml"/>
    <description>Build notes, opinions, and the parts of making software nobody puts in a trailer.</description>
    <language>en</language>
    <lastBuildDate>Tue, 10 Feb 2026 00:00:00 GMT</lastBuildDate>

    <item>
      <title>Counting is the hard part</title>
      <link>https://citradox.com/writing/counting-is-the-hard-part.html</link>
      <guid isPermaLink="true">https://citradox.com/writing/counting-is-the-hard-part.html</guid>
      <pubDate>Tue, 10 Feb 2026 00:00:00 GMT</pubDate>
      <description>Dealing cards is easy. Scoring a cribbage hand the way a person expects it to be scored is not.</description>
    </item>

  </channel>
</rss>
