<?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[Rants | Today I Learned]]></title>
        <description><![CDATA[Read my rants about all sorts of things.]]></description>
        <link>https://todayilearned.au</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Tue, 05 May 2026 07:04:32 GMT</lastBuildDate>
        <atom:link href="https://todayilearned.au/rants/feed" rel="self" type="application/rss+xml"/>
        <pubDate>Tue, 05 May 2026 07:04:32 GMT</pubDate>
        <copyright><![CDATA[All rights unreserved 2026]]></copyright>
        <item>
            <title><![CDATA[AI Psychosis]]></title>
            <description><![CDATA[The death of thinking is taking us on a road to nowhere.]]></description>
            <link>https://todayilearned.au/rants/ai-psychosis</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/ai-psychosis</guid>
            <pubDate>Sat, 28 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Normalised Deviance]]></title>
            <description><![CDATA[What is normalised deviance, how does it apply to software development, and how can we avoid it?]]></description>
            <link>https://todayilearned.au/rants/normalised-deviance</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/normalised-deviance</guid>
            <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why are dates so hard?]]></title>
            <description><![CDATA[Why dates and timezones are so hard to work with, and a simple approach to reasoning about them]]></description>
            <link>https://todayilearned.au/rants/why-are-dates-so-hard</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/why-are-dates-so-hard</guid>
            <pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Rule of 3]]></title>
            <description><![CDATA[The rule of three and why DRY isn't always the best approach]]></description>
            <link>https://todayilearned.au/rants/rule-of-3</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/rule-of-3</guid>
            <pubDate>Sat, 21 Feb 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Connect Expo dev builds remotely]]></title>
            <description><![CDATA[How to connect your Expo development build to a local development server from a remote device]]></description>
            <link>https://todayilearned.au/rants/connect-expo-dev-builds-remotely</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/connect-expo-dev-builds-remotely</guid>
            <pubDate>Thu, 11 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Keyboard setup]]></title>
            <description><![CDATA[How to buy a custom keyboard in Australia]]></description>
            <link>https://todayilearned.au/rants/keyboard-setup</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/keyboard-setup</guid>
            <pubDate>Sat, 10 May 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[React Query with Server Actions]]></title>
            <description><![CDATA[Why Server Actions aren't the death of React Query]]></description>
            <link>https://todayilearned.au/rants/react-query-with-server-actions</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/react-query-with-server-actions</guid>
            <pubDate>Sun, 09 Mar 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[The best pull request template]]></title>
            <description><![CDATA[Create a pull request template that people will actually use]]></description>
            <link>https://todayilearned.au/rants/the-best-pull-request-template</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/the-best-pull-request-template</guid>
            <pubDate>Sat, 08 Mar 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Please use React Query!]]></title>
            <description><![CDATA[Learn how React Query can dramatically simplify your data fetching and state management]]></description>
            <link>https://todayilearned.au/rants/please-use-react-query</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/please-use-react-query</guid>
            <pubDate>Sun, 02 Mar 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to implement deep links with Expo Router]]></title>
            <description><![CDATA[Learn how to bypass the default Expo Router link handling and use branch deep links]]></description>
            <link>https://todayilearned.au/rants/how-to-implement-deep-links-with-expo-router</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/how-to-implement-deep-links-with-expo-router</guid>
            <pubDate>Wed, 19 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How much time the RBA rate cut will save you]]></title>
            <description><![CDATA[Learn how much quicker you can pay off your mortgage with the latest RBA rate cut.]]></description>
            <link>https://todayilearned.au/rants/how-much-time-the-rba-rate-cut-will-save-you</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/how-much-time-the-rba-rate-cut-will-save-you</guid>
            <pubDate>Tue, 18 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to test Next.js app router]]></title>
            <description><![CDATA[The best (and currently only) way to test Next.js app router]]></description>
            <link>https://todayilearned.au/rants/how-to-test-next-js-app-router</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/how-to-test-next-js-app-router</guid>
            <pubDate>Mon, 10 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Why AI (probably) won't take your job]]></title>
            <description><![CDATA[Why the world requires engineers and how to ensure you remain valuable]]></description>
            <link>https://todayilearned.au/rants/why-ai-wont-take-your-job</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/why-ai-wont-take-your-job</guid>
            <pubDate>Sun, 09 Feb 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Please don't validate my name]]></title>
            <description><![CDATA[Why you shouldn't validate names (or most things)]]></description>
            <link>https://todayilearned.au/rants/please-dont-validate-my-name</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/please-dont-validate-my-name</guid>
            <pubDate>Sun, 26 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to find and replace from the command line]]></title>
            <description><![CDATA[Use sed on OSX to find and replace text across multiple files]]></description>
            <link>https://todayilearned.au/rants/how-to-find-and-replace-from-the-command-line</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/how-to-find-and-replace-from-the-command-line</guid>
            <pubDate>Sat, 25 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Design System]]></title>
            <description><![CDATA[My design system]]></description>
            <link>https://todayilearned.au/rants/design-system</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/design-system</guid>
            <pubDate>Wed, 22 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Dotfiles]]></title>
            <description><![CDATA[My dotfiles setup; Neovim, Zsh, and more]]></description>
            <link>https://todayilearned.au/rants/dotfiles</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/dotfiles</guid>
            <pubDate>Tue, 21 Jan 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[How to tell the time Thai style]]></title>
            <description><![CDATA[Learn how to tell the time Thai style]]></description>
            <link>https://todayilearned.au/rants/how-to-tell-the-time-thai-style</link>
            <guid isPermaLink="true">https://todayilearned.au/rants/how-to-tell-the-time-thai-style</guid>
            <pubDate>Sun, 19 Jan 2025 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>