<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[Bailey Townsend's Blog]]></title>
        <description><![CDATA[Writings on what I am currently working on and interested in. Mostly covering embedded Rust and web development.]]></description>
        <link>https://baileytownsend.dev</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Tue, 12 Aug 2025 22:05:43 GMT</lastBuildDate>
        <atom:link href="https://baileytownsend.dev/feed.xml" rel="self" type="application/rss+xml"/>
        <item>
            <title><![CDATA[A blob in the bucket]]></title>
            <description><![CDATA[Learn how to setup your self hosted PDS to use an S3 object store for blob storage.]]></description>
            <link>https://baileytownsend.dev/articles/s3-blob-store</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/s3-blob-store</guid>
            <pubDate>Tue, 12 Aug 2025 22:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Host a PDS via a Cloudflare Tunnel]]></title>
            <description><![CDATA[Learn how to use a Cloudflare Tunnel to host your PDS on a local network.]]></description>
            <link>https://baileytownsend.dev/articles/host-a-pds-with-a-cloudflare-tunnel</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/host-a-pds-with-a-cloudflare-tunnel</guid>
            <pubDate>Tue, 29 Jul 2025 04:37:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[May's Recap]]></title>
            <description><![CDATA[A recap of what i've been up to in May]]></description>
            <link>https://baileytownsend.dev/articles/mays-recap</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/mays-recap</guid>
            <pubDate>Tue, 03 Jun 2025 01:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why I Write: An Excuse to Learn]]></title>
            <description><![CDATA[Why I write blog posts and continue to learn.]]></description>
            <link>https://baileytownsend.dev/articles/why-i-write</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/why-i-write</guid>
            <pubDate>Mon, 07 Apr 2025 02:45:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Rusty Statusphere: ATProtocol powered Rust website]]></title>
            <description><![CDATA[Want to get in on the fun with ATProtocol, but don't know where to start as a Rust developer?]]></description>
            <link>https://baileytownsend.dev/articles/rusty-statusphere</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/rusty-statusphere</guid>
            <pubDate>Sat, 05 Apr 2025 22:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Rust 🦀 on the 3DS]]></title>
            <description><![CDATA[Learn how to start building 3DS applications with Rust]]></description>
            <link>https://baileytownsend.dev/articles/rust-on-the-3ds</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/rust-on-the-3ds</guid>
            <pubDate>Mon, 31 Mar 2025 03:45:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting started with Poststation on the RP2350]]></title>
            <description><![CDATA[Use Rust 🦀 to build a small little display to show your computer resource usage]]></description>
            <link>https://baileytownsend.dev/articles/poststation-on-the-rp2350</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/poststation-on-the-rp2350</guid>
            <pubDate>Fri, 14 Feb 2025 22:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Getting started with Rust 🦀 on the 10¢ microcontroller]]></title>
            <description><![CDATA[Learn how to get started with writing Rust on the ch32v003]]></description>
            <link>https://baileytownsend.dev/articles/rust-on-the-10-cent-microcontroller</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/rust-on-the-10-cent-microcontroller</guid>
            <pubDate>Wed, 22 Jan 2025 03:30:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Missed Fundamentals In Web Development]]></title>
            <description><![CDATA[I talk about some of the basics I think are missed from learning web development with a full framework]]></description>
            <link>https://baileytownsend.dev/articles/missed-fundamentals</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/missed-fundamentals</guid>
            <pubDate>Fri, 03 Jan 2025 23:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Running a HTTP server on the Pico W with Rust 🦀]]></title>
            <description><![CDATA[Learn how to control your Pico W rust projects with HTTP requests and host simple web apps]]></description>
            <link>https://baileytownsend.dev/articles/pico-w-webserver-with-rust</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/pico-w-webserver-with-rust</guid>
            <pubDate>Tue, 03 Dec 2024 05:11:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Rust 🦀 on the RP2040]]></title>
            <description><![CDATA[Get stated with writing rust on the Raspberry Pico]]></description>
            <link>https://baileytownsend.dev/articles/getting-started-with-rust-an-rp2040</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/getting-started-with-rust-an-rp2040</guid>
            <pubDate>Thu, 28 Nov 2024 05:50:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[PicoSapien: Part 1 - Proof of Concept and Getting Started]]></title>
            <description><![CDATA[Controlling an early 2000s robot toy with a Raspberry Pi Pico and Rust]]></description>
            <link>https://baileytownsend.dev/articles/pico-sapien</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/pico-sapien</guid>
            <pubDate>Wed, 18 Sep 2024 03:42:50 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[I (mostly) wrote a website to host blog while sitting at the bar]]></title>
            <description><![CDATA[I think I have a lot to say. So finally wrote a website to host my blog, on my phone at the bar...]]></description>
            <link>https://baileytownsend.dev/articles/new-blog</link>
            <guid isPermaLink="true">https://baileytownsend.dev/articles/new-blog</guid>
            <pubDate>Mon, 12 Aug 2024 23:37:00 GMT</pubDate>
        </item>
    </channel>
</rss>