<?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[Amayo Clinton — RSS Feed]]></title><description><![CDATA[Software engineer apprentice at Zone01 Kisumu. I write about Go, Linux, open source, and the decentralized web.]]></description><link>http://github.com/dylang/node-rss</link><generator>GatsbyJS</generator><lastBuildDate>Mon, 27 Jul 2026 09:53:24 GMT</lastBuildDate><item><title><![CDATA[When AI Gets It Wrong: The Hidden Security Risk of Hallucinations in Cybersecurity]]></title><description><![CDATA[Why trusting LLM output in security tooling without verification is a vulnerability in itself.]]></description><link>https://amayoclinton.dev/ai-hallucinations/</link><guid isPermaLink="false">https://amayoclinton.dev/ai-hallucinations/</guid><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Full article on DEV Community: &lt;a href=&quot;https://dev.to/amayo_clinton/when-ai-gets-it-wrong-the-hidden-security-risk-of-hallucinations-in-cybersecurity-2gel&quot;&gt;https://dev.to/amayo_clinton/when-ai-gets-it-wrong-the-hidden-security-risk-of-hallucinations-in-cybersecurity-2gel&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Linux Permissions, Actually Explained — Not Just Memorized]]></title><description><![CDATA[Understanding Linux file permissions from first principles, not just pattern matching.]]></description><link>https://amayoclinton.dev/linux-permissions/</link><guid isPermaLink="false">https://amayoclinton.dev/linux-permissions/</guid><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Full article on DEV Community: &lt;a href=&quot;https://dev.to/amayo_clinton/linux-permissions-actually-explained-not-just-memorized-33eb&quot;&gt;https://dev.to/amayo_clinton/linux-permissions-actually-explained-not-just-memorized-33eb&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[12 GitHub Actions Workflows That Will Quietly Save Your DevOps Team Hours Every Week]]></title><description><![CDATA[Practical GitHub Actions patterns that actually pull weight in production.]]></description><link>https://amayoclinton.dev/github-actions/</link><guid isPermaLink="false">https://amayoclinton.dev/github-actions/</guid><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Full article on DEV Community: &lt;a href=&quot;https://dev.to/amayo_clinton/12-github-actions-workflows-that-will-quietly-save-your-devops-team-hours-every-week-2j6d&quot;&gt;https://dev.to/amayo_clinton/12-github-actions-workflows-that-will-quietly-save-your-devops-team-hours-every-week-2j6d&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Nostr, Explained for Developers — A Deep Dive]]></title><description><![CDATA[A deep dive into the Nostr protocol — keys, events, relays, zaps, and how to start building on it.]]></description><link>https://amayoclinton.dev/nostr-explained/</link><guid isPermaLink="false">https://amayoclinton.dev/nostr-explained/</guid><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Full article on DEV Community: &lt;a href=&quot;https://dev.to/amayo_clinton/nostr-explained-for-developers-a-deep-dive-204n&quot;&gt;https://dev.to/amayo_clinton/nostr-explained-for-developers-a-deep-dive-204n&lt;/a&gt;&lt;/p&gt;</content:encoded></item><item><title><![CDATA[First Note]]></title><description><![CDATA[A short note.]]></description><link>https://amayoclinton.dev/example-note/</link><guid isPermaLink="false">https://amayoclinton.dev/example-note/</guid><pubDate>Sun, 01 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Notes are shorter than posts. No format required — just write.&lt;/p&gt;
&lt;p&gt;Replace this with your actual note when ready.&lt;/p&gt;</content:encoded></item><item><title><![CDATA[Your First Post Title]]></title><description><![CDATA[A one-sentence description of what this post is about.]]></description><link>https://amayoclinton.dev/example-post/</link><guid isPermaLink="false">https://amayoclinton.dev/example-post/</guid><pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;Your post content goes here. This is just a placeholder to confirm the site builds
and posts render correctly.&lt;/p&gt;
&lt;h2&gt;A heading&lt;/h2&gt;
&lt;p&gt;More content here. You can write in standard Markdown.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;List item one&lt;/li&gt;
&lt;li&gt;List item two&lt;/li&gt;
&lt;li&gt;List item three&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Code example&lt;/h2&gt;
&lt;p&gt;Here&apos;s an inline &lt;code class=&quot;language-text&quot;&gt;code&lt;/code&gt; snippet, and below is a code block:&lt;/p&gt;
&lt;div class=&quot;gatsby-highlight&quot; data-language=&quot;go&quot;&gt;&lt;pre class=&quot;language-go&quot;&gt;&lt;code class=&quot;language-go&quot;&gt;&lt;span class=&quot;token keyword&quot;&gt;package&lt;/span&gt; main

&lt;span class=&quot;token keyword&quot;&gt;import&lt;/span&gt; &lt;span class=&quot;token string&quot;&gt;&quot;fmt&quot;&lt;/span&gt;

&lt;span class=&quot;token keyword&quot;&gt;func&lt;/span&gt; &lt;span class=&quot;token function&quot;&gt;main&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;token punctuation&quot;&gt;{&lt;/span&gt;
    fmt&lt;span class=&quot;token punctuation&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;token function&quot;&gt;Println&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;token string&quot;&gt;&quot;Hello, world&quot;&lt;/span&gt;&lt;span class=&quot;token punctuation&quot;&gt;)&lt;/span&gt;
&lt;span class=&quot;token punctuation&quot;&gt;}&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Replace this content with your actual writing when you&apos;re ready.&lt;/p&gt;</content:encoded></item></channel></rss>