<?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://blog.cafl.sh/feed.xml" rel="self" type="application/atom+xml" /><link href="https://blog.cafl.sh/" rel="alternate" type="text/html" /><updated>2026-06-05T12:48:58+00:00</updated><id>https://blog.cafl.sh/feed.xml</id><title type="html">Cafl’s Blog</title><subtitle>Ramblings on software, hardware and the bits in-between.</subtitle><entry><title type="html">Liftoff!</title><link href="https://blog.cafl.sh/2026/06/05/liftoff" rel="alternate" type="text/html" title="Liftoff!" /><published>2026-06-05T00:00:00+00:00</published><updated>2026-06-05T00:00:00+00:00</updated><id>https://blog.cafl.sh/2026/06/05/liftoff</id><content type="html" xml:base="https://blog.cafl.sh/2026/06/05/liftoff"><![CDATA[<p>This is a test of a theme for the blog. The content will change, so for now here’s some pointles C code</p>

<div class="language-c highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">#include</span> <span class="cpf">&lt;stdio.h&gt;</span><span class="cp">
</span>
<span class="kt">int</span> <span class="nf">main</span><span class="p">(</span><span class="kt">int</span> <span class="n">argc</span><span class="p">,</span> <span class="kt">char</span> <span class="o">*</span><span class="n">argv</span><span class="p">[])</span> <span class="p">{</span>
  <span class="n">printf</span><span class="p">(</span><span class="s">"Hello World!</span><span class="se">\n</span><span class="s">"</span><span class="p">);</span>
  <span class="k">return</span> <span class="mi">0</span><span class="p">;</span>
<span class="p">}</span>

<span class="c1">// =&gt; prints 'Hello World!' to STDOUT.</span>
</code></pre></div></div>]]></content><author><name></name></author><category term="meta" /><summary type="html"><![CDATA[This is a test of a theme for the blog. The content will change, so for now here’s some pointles C code]]></summary></entry></feed>