<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://ianguidry.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://ianguidry.com/" rel="alternate" type="text/html" /><updated>2026-09-27T06:59:53+00:00</updated><id>https://ianguidry.com/feed.xml</id><title type="html">Ian Guidry</title><subtitle>Cybersecurity analyst writing about threat detection, incident response, and defending real networks.</subtitle><author><name>Ian Guidry</name></author><entry><title type="html">Welcome to My Blog</title><link href="https://ianguidry.com/blog/2026/09/27/welcome-to-my-blog.html" rel="alternate" type="text/html" title="Welcome to My Blog" /><published>2026-09-27T00:00:00+00:00</published><updated>2026-09-27T00:00:00+00:00</updated><id>https://ianguidry.com/blog/2026/09/27/welcome-to-my-blog</id><content type="html" xml:base="https://ianguidry.com/blog/2026/09/27/welcome-to-my-blog.html"><![CDATA[<p>This is your first post. Every post is a Markdown file in the <code class="language-plaintext highlighter-rouge">_posts</code> folder, named like <code class="language-plaintext highlighter-rouge">YYYY-MM-DD-title.md</code>.</p>

<h2 id="writing-a-new-post">Writing a new post</h2>

<ol>
  <li>Copy this file and rename it with today’s date.</li>
  <li>Change the <code class="language-plaintext highlighter-rouge">title</code>, <code class="language-plaintext highlighter-rouge">description</code> and <code class="language-plaintext highlighter-rouge">tags</code> at the top.</li>
  <li>Write in Markdown underneath.</li>
  <li>Commit and push — GitHub Pages rebuilds the site in about a minute.</li>
</ol>

<h2 id="markdown-you-can-use">Markdown you can use</h2>

<p><strong>Bold</strong>, <em>italic</em>, <a href="https://github.com">links</a>, and code:</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nb">echo</span> <span class="s2">"hello from my blog"</span>
</code></pre></div></div>

<blockquote>
  <p>Blockquotes look like this.</p>
</blockquote>

<p>Delete this post whenever you’re ready.</p>]]></content><author><name>Ian Guidry</name></author><category term="blog" /><category term="intro" /><category term="meta" /><summary type="html"><![CDATA[The first post — what this site is and what's coming next.]]></summary></entry><entry><title type="html">A Sample Project Write-up</title><link href="https://ianguidry.com/projects/2026/09/20/a-sample-project-writeup.html" rel="alternate" type="text/html" title="A Sample Project Write-up" /><published>2026-09-20T00:00:00+00:00</published><updated>2026-09-20T00:00:00+00:00</updated><id>https://ianguidry.com/projects/2026/09/20/a-sample-project-writeup</id><content type="html" xml:base="https://ianguidry.com/projects/2026/09/20/a-sample-project-writeup.html"><![CDATA[<p>Use posts like this to document labs, projects, or things you’ve learned.</p>

<h2 id="the-problem">The problem</h2>

<p>Describe what you set out to do and why it mattered.</p>

<h2 id="the-approach">The approach</h2>

<table>
  <thead>
    <tr>
      <th>Step</th>
      <th>What I did</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>1</td>
      <td>Set up the environment</td>
    </tr>
    <tr>
      <td>2</td>
      <td>Built the thing</td>
    </tr>
    <tr>
      <td>3</td>
      <td>Tested and wrote it up</td>
    </tr>
  </tbody>
</table>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">def</span> <span class="nf">hello</span><span class="p">(</span><span class="n">name</span><span class="p">):</span>
    <span class="k">return</span> <span class="sa">f</span><span class="s">"Hello, </span><span class="si">{</span><span class="n">name</span><span class="si">}</span><span class="s">!"</span>
</code></pre></div></div>

<h2 id="what-i-learned">What I learned</h2>

<p>Wrap up with takeaways and what you’d do differently next time.</p>]]></content><author><name>Ian Guidry</name></author><category term="projects" /><category term="projects" /><category term="cloud" /><summary type="html"><![CDATA[An example of a longer technical post with headings, code and a table.]]></summary></entry></feed>