<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>austad.dev</title>
		<link>https://austad.dev</link>
		<description>Short notes on Splunk, AI tooling and GitHub.</description>
		<language>en</language>
		<atom:link href="https://austad.dev/rss.xml" rel="self" type="application/rss+xml" />
		<item>
			<title>Finding the delta in Splunk</title>
			<link>https://austad.dev/notes/finding-the-delta-in-splunk</link>
			<guid isPermaLink="true">https://austad.dev/notes/finding-the-delta-in-splunk</guid>
			<pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
			<category>Splunk</category>
			<description>Comparing a value to its previous event is one of those things I look up every single time. `streamstats` does it in one line, and here is the version I keep in my snippets file.</description>
		</item>
		<item>
			<title>Make timestamps human readable</title>
			<link>https://austad.dev/notes/make-timestamps-human-readable</link>
			<guid isPermaLink="true">https://austad.dev/notes/make-timestamps-human-readable</guid>
			<pubDate>Tue, 28 Jul 2026 00:00:00 GMT</pubDate>
			<category>Splunk</category>
			<description>Epoch seconds are fine for machines. For a dashboard someone else has to read, format the field once at search time and never think about it again.</description>
		</item>
		<item>
			<title>Letting Claude read my repo before it writes</title>
			<link>https://austad.dev/notes/letting-claude-read-my-repo</link>
			<guid isPermaLink="true">https://austad.dev/notes/letting-claude-read-my-repo</guid>
			<pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate>
			<category>AI</category>
			<description>A short CLAUDE.md worth about ten prompts of pasted context — so the agent stops guessing at conventions it could just read.</description>
		</item>
		<item>
			<title>Practising scales with a click</title>
			<link>https://austad.dev/notes/practising-scales-with-a-click</link>
			<guid isPermaLink="true">https://austad.dev/notes/practising-scales-with-a-click</guid>
			<pubDate>Thu, 02 Jul 2026 00:00:00 GMT</pubDate>
			<category>Music</category>
			<description>Two months of metronome work condensed into one take — plus the practice log that made it stick.</description>
		</item>
		<item>
			<title>Actions cache that actually caches</title>
			<link>https://austad.dev/notes/actions-cache-that-actually-caches</link>
			<guid isPermaLink="true">https://austad.dev/notes/actions-cache-that-actually-caches</guid>
			<pubDate>Fri, 19 Jun 2026 00:00:00 GMT</pubDate>
			<category>GitHub</category>
			<description>The cache key was wrong, not the action. Here is the fix that took CI from six minutes to ninety seconds.</description>
		</item>
		<item>
			<title>Lookups vs. subsearches, finally</title>
			<link>https://austad.dev/notes/lookups-vs-subsearches</link>
			<guid isPermaLink="true">https://austad.dev/notes/lookups-vs-subsearches</guid>
			<pubDate>Fri, 05 Jun 2026 00:00:00 GMT</pubDate>
			<category>Splunk</category>
			<description>When each one is faster, with the row counts that decided it — so I stop reaching for a subsearch out of habit.</description>
		</item>
	</channel>
</rss>