<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
  <title>sen.fish</title>
  <description>Changes I make to the site</description>
  <link>https://sen.fish</link>
  <lastBuildDate>
    Fri Jun 12 2026 00:01:50 GMT+0000
  </lastBuildDate>
  <ttl>60</ttl>

  <item>
    <title>Notes on Ran (1985) and King Lear</title>
    <link>https://sen.fish/blog/posts/notes-on-ran/</link>
    <guid isPermaLink="true">https://sen.fish/blog/notes-on-ran/</guid>
    <description>I saw Akira Kurosawa&apos;s Ran at the theater today. Even though I knew the film
      was an adaptation of King Lear, I was surprised in just how many ways the film lined up with
      the play beat for beat. My partner suggested that this might be a universal tendency
      (pitfall?) for cinematic adaptations of Shakespeare. Regardless, I got some interesting
      things out of the film from picking apart the differences.</description>
    <pubDate>Fri Jun 12 2026 00:01:50 GMT+0000</pubDate>
  </item>

  <item>
    <title>First blog post</title>
    <description>
       It&apos;s still a work in progress, but I&apos;ve finally got my weblog up—I have
        a pretty bad habit of letting perfect be the enemy of good. I&apos;m using the Astro
        static-site generator, which I haven&apos;t used before, so I&apos;m learning as I go. For
        the design of the blog, I&apos;ve taken a lot of inspiration from the websites at the Web
        Design Museum.
    </description>
    <link>https://sen.fish/blog/posts/first-post/</link>
    <guid>changelog-4</guid>
    <pubDate>
      Wed Jun 10 2026 01:52:00 GMT+0000
    </pubDate>
  </item>

  <item>
    <title>I updated the design of my library :3</title>
    <description>
      I got my tools out and ripped one of the wood assets from a screenshot of the old Apple Newsstand app and took some wallpaper and redid how my shelves look. It's all fully responsive/mobile friendly too! Check it out :) I'll publish my book reviews soon—after I figure out how I want those pages to look. 
    </description>
    <link>https://sen.fish/library/</link>
    <guid>changelog-1</guid>
    <pubDate>
      Thu Feb 13 2025 00:25:25 GMT+0000
    </pubDate>
  </item>

  <item>
    <title>Check out the new Digital Ad Archive!</title>
    <description>
      I've built an archive of more than 800 web banner ads from the late 1990s and early 2000s. You can sort the ads by source, advertiser, image resolution, subject and file type. These advertisements span the emergence of the early commercial internet and are a rich historical resource.
    </description>
    <link>https://ads.sen.fish/rss</link>
    <guid>changelog-3</guid>
    <pubDate>
      Sat Mar 01 2025 08:38:58 GMT+0000
    </pubDate>
    <style>
.post-box {
  background-image: url('https://sen.nekoweb.org/_assets%2Frss/rss-collage.png');
  background-size: cover;
}
.post-box p {
  margin: 0;
}
.post-box .post-box-inner {
  padding: 1rem;
  max-height: calc(200px - 2rem);
  overflow-y: hidden;
  background-color: white;
  opacity: 0;
  transition: opacity 0.3s;
}

.post-box .post-box-inner:hover {
  opacity: 1;
}
    </style>
  </item>
</channel>
</rss>