<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Quietfield</title>
  <subtitle>Short notes on software, small tools, and the occasional quiet weekend.</subtitle>
  <link href="https://example.com/atom.xml" rel="self"/>
  <link href="https://example.com/"/>
  <id>https://example.com/</id>
  <updated>2026-06-08T09:00:00Z</updated>
  <author><name>Wen</name></author>

  <entry>
    <title>A weekend offline</title>
    <link href="https://example.com/posts/a-weekend-offline.html"/>
    <id>https://example.com/posts/a-weekend-offline.html</id>
    <updated>2026-06-08T09:00:00Z</updated>
    <summary>Two days somewhere with no signal, and what came back with me.</summary>
  </entry>

  <entry>
    <title>Winter reading</title>
    <link href="https://example.com/posts/winter-reading.html"/>
    <id>https://example.com/posts/winter-reading.html</id>
    <updated>2026-02-22T09:00:00Z</updated>
    <summary>A few books from this winter, and what stuck.</summary>
  </entry>

  <entry>
    <title>A tiny Go CLI for tidying screenshots</title>
    <link href="https://example.com/posts/tidying-screenshots-with-go.html"/>
    <id>https://example.com/posts/tidying-screenshots-with-go.html</id>
    <updated>2026-01-19T09:00:00Z</updated>
    <summary>Sixty lines of Go to keep my desktop from drowning in screenshots.</summary>
  </entry>

  <entry>
    <title>A backup routine I actually stick to</title>
    <link href="https://example.com/posts/a-backup-routine.html"/>
    <id>https://example.com/posts/a-backup-routine.html</id>
    <updated>2025-11-03T09:00:00Z</updated>
    <summary>A small, automatic backup setup that survives my own laziness.</summary>
  </entry>

  <entry>
    <title>Moving my notes to a static site</title>
    <link href="https://example.com/posts/moving-to-a-static-site.html"/>
    <id>https://example.com/posts/moving-to-a-static-site.html</id>
    <updated>2025-09-14T09:00:00Z</updated>
    <summary>Why I rebuilt this site as plain static files.</summary>
  </entry>
</feed>
