<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
    <title>Wil's Blog</title>
    <link>https://blog.wilsworld.net</link>
    <description>a blog mostly about software engineering</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 04 May 2026 12:37:13 +0000</lastBuildDate>
    <atom:link href="https://blog.wilsworld.net/rss.xml" rel="self" type="application/rss+xml" />
    <item>
        <title>Turning the Filesystem into a Database</title>
        <link>https://blog.wilsworld.net/posts/2025_11_11-Turning_the_Filesystem_into_a_Database.html</link>
        <guid>https://blog.wilsworld.net/posts/2025_11_11-Turning_the_Filesystem_into_a_Database.html</guid>
        <pubDate>Tue, 11 Nov 2025 00:00:00 +0000</pubDate>
        <description>Explaining a scheme for implementing useful multi-process ACID abstractions on top of a standard filesystem.</description>
    </item>
    <item>
        <title>Exponentially Smoothed FPS Counters</title>
        <link>https://blog.wilsworld.net/posts/2026_04_25-Exponentially_Smoothed_FPS_Counters.html</link>
        <guid>https://blog.wilsworld.net/posts/2026_04_25-Exponentially_Smoothed_FPS_Counters.html</guid>
        <pubDate>Sat, 25 Apr 2026 00:00:00 +0000</pubDate>
        <description>Exploring how to apply an interesting numerical technique with constant time and space complexity to FPS counters.</description>
    </item>
</channel>
</rss>
