<?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://giulioungaretti.me/feed.xml" rel="self" type="application/atom+xml" /><link href="https://giulioungaretti.me/" rel="alternate" type="text/html" /><updated>2026-04-28T07:52:39+00:00</updated><id>https://giulioungaretti.me/feed.xml</id><title type="html">Giulio’s Blog</title><subtitle>Thoughts on software, engineering, and building things</subtitle><author><name>giulio</name></author><entry><title type="html">Hello World</title><link href="https://giulioungaretti.me/2026/04/hello-world/" rel="alternate" type="text/html" title="Hello World" /><published>2026-04-25T00:00:00+00:00</published><updated>2026-04-25T00:00:00+00:00</updated><id>https://giulioungaretti.me/2026/04/hello-world</id><content type="html" xml:base="https://giulioungaretti.me/2026/04/hello-world/"><![CDATA[<p>This is the first post. Write your content here in plain Markdown.</p>

<h2 id="a-heading">A heading</h2>

<p>Some text with <strong>bold</strong> and <code class="language-plaintext highlighter-rouge">inline code</code>.</p>

<div class="language-python highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="k">print</span><span class="p">(</span><span class="s">"hello world"</span><span class="p">)</span>
</code></pre></div></div>

<p>That’s it. Push this file and it’s live.</p>]]></content><author><name>giulio</name></author><category term="meta" /><summary type="html"><![CDATA[First post — what this blog is about and what to expect.]]></summary></entry></feed>