<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>RADIGAN</title>
    <link>https://radigan-site.pages.dev/</link>
    <description>Recent content on RADIGAN</description>
    <generator>Hugo</generator>
    <language>en-au</language>
    <lastBuildDate>Mon, 25 May 2026 00:00:00 +1000</lastBuildDate>
    <atom:link href="https://radigan-site.pages.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Markdown formatting test</title>
      <link>https://radigan-site.pages.dev/blog/markdown-test/</link>
      <pubDate>Mon, 25 May 2026 00:00:00 +1000</pubDate>
      <guid>https://radigan-site.pages.dev/blog/markdown-test/</guid>
      <description>&lt;h2 id=&#34;headings&#34;&gt;Headings&lt;/h2&gt;&#xA;&lt;h3 id=&#34;third-level-heading&#34;&gt;Third level heading&lt;/h3&gt;&#xA;&lt;h4 id=&#34;fourth-level-heading&#34;&gt;Fourth level heading&lt;/h4&gt;&#xA;&lt;h2 id=&#34;paragraphs-and-inline-formatting&#34;&gt;Paragraphs and inline formatting&lt;/h2&gt;&#xA;&lt;p&gt;This is a regular paragraph. It contains &lt;strong&gt;bold text&lt;/strong&gt;, &lt;em&gt;italic text&lt;/em&gt;, &lt;em&gt;&lt;strong&gt;bold italic text&lt;/strong&gt;&lt;/em&gt;, and &lt;code&gt;inline code&lt;/code&gt;. Here is a &lt;a href=&#34;https://example.org&#34;&gt;link to something&lt;/a&gt; in the middle of a sentence.&lt;/p&gt;&#xA;&lt;p&gt;This is a second paragraph to show spacing between paragraphs. It has &lt;del&gt;strikethrough text&lt;/del&gt; and also a longer passage to show how body text wraps across multiple lines when the viewport is narrow enough to force it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Thoughts on industrial HMI design</title>
      <link>https://radigan-site.pages.dev/blog/thoughts-on-hmi-design/</link>
      <pubDate>Wed, 20 May 2026 00:00:00 +1000</pubDate>
      <guid>https://radigan-site.pages.dev/blog/thoughts-on-hmi-design/</guid>
      <description>&lt;p&gt;I&amp;rsquo;ve been staring at HMI panels for years now and I have opinions. Most industrial touchscreen interfaces are bad in ways that are completely avoidable. Not bad because the hardware is limited — bad because nobody designing them has thought about the person standing in front of them at 2am during a fault condition.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-problem-with-most-panels&#34;&gt;The problem with most panels&lt;/h2&gt;&#xA;&lt;p&gt;The default approach seems to be: cram every possible reading onto one screen, use bright colours for everything, and make all the buttons the same size. The result is something that looks busy when things are fine and indistinguishable from normal when things are broken.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CNC controller retrofit</title>
      <link>https://radigan-site.pages.dev/projects/cnc-controller-retrofit/</link>
      <pubDate>Fri, 15 May 2026 00:00:00 +1000</pubDate>
      <guid>https://radigan-site.pages.dev/projects/cnc-controller-retrofit/</guid>
      <description>&lt;p&gt;Replaced the original Fanuc 0-M controller on a 1994 Takisawa lathe with a LinuxCNC setup running on a Mesa 7i76e. The old controller had been intermittently faulting on the Z-axis encoder for months and replacement boards are either unavailable or priced like they contain precious metals.&lt;/p&gt;&#xA;&lt;h2 id=&#34;background&#34;&gt;Background&lt;/h2&gt;&#xA;&lt;p&gt;The lathe itself is mechanically sound — ballscrews are tight, ways are in good shape, spindle bearings were replaced four years ago. The only weak point was the control electronics. Rather than hunting for NOS Fanuc boards or paying for a Fanuc-compatible retrofit kit (which is mostly what you&amp;rsquo;re paying for: Fanuc compatibility you don&amp;rsquo;t need), I went with LinuxCNC.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Reading list: embedded systems</title>
      <link>https://radigan-site.pages.dev/blog/reading-list-embedded-systems/</link>
      <pubDate>Sun, 10 May 2026 00:00:00 +1000</pubDate>
      <guid>https://radigan-site.pages.dev/blog/reading-list-embedded-systems/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>C compiler quirks I keep forgetting</title>
      <link>https://radigan-site.pages.dev/blog/c-compiler-quirks/</link>
      <pubDate>Tue, 28 Apr 2026 00:00:00 +1000</pubDate>
      <guid>https://radigan-site.pages.dev/blog/c-compiler-quirks/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Serial protocol analyzer</title>
      <link>https://radigan-site.pages.dev/projects/serial-protocol-analyzer/</link>
      <pubDate>Mon, 20 Apr 2026 00:00:00 +1000</pubDate>
      <guid>https://radigan-site.pages.dev/projects/serial-protocol-analyzer/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Site is live</title>
      <link>https://radigan-site.pages.dev/blog/site-is-live/</link>
      <pubDate>Wed, 15 Apr 2026 00:00:00 +1000</pubDate>
      <guid>https://radigan-site.pages.dev/blog/site-is-live/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Death Stranding and UI design</title>
      <link>https://radigan-site.pages.dev/blog/death-stranding-ui/</link>
      <pubDate>Wed, 01 Apr 2026 00:00:00 +1100</pubDate>
      <guid>https://radigan-site.pages.dev/blog/death-stranding-ui/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>LED matrix display driver</title>
      <link>https://radigan-site.pages.dev/projects/led-matrix-driver/</link>
      <pubDate>Wed, 25 Mar 2026 00:00:00 +1100</pubDate>
      <guid>https://radigan-site.pages.dev/projects/led-matrix-driver/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notes on PLC programming patterns</title>
      <link>https://radigan-site.pages.dev/blog/plc-programming-patterns/</link>
      <pubDate>Wed, 18 Mar 2026 00:00:00 +1100</pubDate>
      <guid>https://radigan-site.pages.dev/blog/plc-programming-patterns/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Weekend project: custom keyboard firmware</title>
      <link>https://radigan-site.pages.dev/blog/custom-keyboard-firmware/</link>
      <pubDate>Mon, 02 Mar 2026 00:00:00 +1100</pubDate>
      <guid>https://radigan-site.pages.dev/blog/custom-keyboard-firmware/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Custom mechanical keyboard</title>
      <link>https://radigan-site.pages.dev/projects/custom-mechanical-keyboard/</link>
      <pubDate>Sat, 28 Feb 2026 00:00:00 +1100</pubDate>
      <guid>https://radigan-site.pages.dev/projects/custom-mechanical-keyboard/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>First entry</title>
      <link>https://radigan-site.pages.dev/blog/first-entry/</link>
      <pubDate>Tue, 10 Feb 2026 00:00:00 +1100</pubDate>
      <guid>https://radigan-site.pages.dev/blog/first-entry/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Home automation sensor network</title>
      <link>https://radigan-site.pages.dev/projects/home-automation-sensors/</link>
      <pubDate>Thu, 15 Jan 2026 00:00:00 +1100</pubDate>
      <guid>https://radigan-site.pages.dev/projects/home-automation-sensors/</guid>
      <description>&lt;p&gt;Placeholder entry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>About</title>
      <link>https://radigan-site.pages.dev/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://radigan-site.pages.dev/about/</guid>
      <description>&lt;p&gt;Placeholder. You know what a bio is.&lt;/p&gt;&#xA;&lt;p&gt;lorem ipsum blah blah&lt;/p&gt;&#xA;&lt;p&gt;The matcha monday webring links could go here. I made a shortcode for them. Thats unavoidable JS though im afraid.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Contact</title>
      <link>https://radigan-site.pages.dev/contact/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://radigan-site.pages.dev/contact/</guid>
      <description>&lt;p&gt;These might be better folded in to another page or even placed on the bottom of the site layout. Making them a distinct page for now.&lt;/p&gt;&#xA;&lt;p&gt;The site is currently zero javascript for religious reasons but you could add a nice contact form with only a tiny bit of JS. Or even with no JS if you don&amp;rsquo;t mind leaving the page on submit.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href=&#34;mailto:radigan@example.com&#34;&gt;radigan@example.com&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;LinkedIn:&lt;/strong&gt; &lt;a href=&#34;https://linkedin.com/in/radigan&#34;&gt;linkedin.com/in/radigan&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href=&#34;https://github.com/radigan&#34;&gt;github.com/radigan&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>CV</title>
      <link>https://radigan-site.pages.dev/cv/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://radigan-site.pages.dev/cv/</guid>
      <description>&lt;p&gt;I dunno if you want a CV. I&amp;rsquo;m putting the kitchen sink on here so you can just delete as needed.&lt;/p&gt;&#xA;&lt;h2 id=&#34;experience&#34;&gt;Experience&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;YYYY — present&lt;/strong&gt; — Role, Organisation&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;YYYY — YYYY&lt;/strong&gt; — Role, Organisation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;education&#34;&gt;Education&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;YYYY&lt;/strong&gt; — Degree, Institution&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;skills&#34;&gt;Skills&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;C&lt;/li&gt;&#xA;&lt;li&gt;embedded systems&lt;/li&gt;&#xA;&lt;li&gt;etc&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Links</title>
      <link>https://radigan-site.pages.dev/links/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://radigan-site.pages.dev/links/</guid>
      <description>&lt;p&gt;I actually like link pages the most when I check out a personal site, seeing what people like to read or watch feels like it tells me more about them than their about page does.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://example.org&#34;&gt;Example link&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://example.org&#34;&gt;Another example&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Now</title>
      <link>https://radigan-site.pages.dev/now/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://radigan-site.pages.dev/now/</guid>
      <description>&lt;p&gt;A now page is supposed to be a quick look to get an idea of what you&amp;rsquo;re up to right now. Work, reading, learning, side projects, current location etc.&lt;/p&gt;&#xA;&lt;p&gt;I like now pages but up to you.&lt;/p&gt;&#xA;&lt;p&gt;See &lt;a href=&#34;https://nownownow.com/about&#34;&gt;nownownow.com&lt;/a&gt; for the convention.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
