<?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://patrickhuembeli.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://patrickhuembeli.github.io/" rel="alternate" type="text/html" /><updated>2026-05-04T11:39:31+00:00</updated><id>https://patrickhuembeli.github.io/feed.xml</id><title type="html">Patrick Huembeli</title><subtitle>Patrick Huembeli — Founding Research Engineer at Noumenal Labs. Physical AI, probabilistic modelling, and physics.</subtitle><author><name>Patrick Huembeli</name></author><entry><title type="html">Hello World</title><link href="https://patrickhuembeli.github.io/blog/2026/03/18/hello-world/" rel="alternate" type="text/html" title="Hello World" /><published>2026-03-18T00:00:00+00:00</published><updated>2026-03-18T00:00:00+00:00</updated><id>https://patrickhuembeli.github.io/blog/2026/03/18/hello-world</id><content type="html" xml:base="https://patrickhuembeli.github.io/blog/2026/03/18/hello-world/"><![CDATA[<p>This is a sample blog post. You can delete it or edit it.</p>

<h2 id="how-to-write-a-new-post">How to write a new post</h2>

<p>Add a markdown file to <code class="language-plaintext highlighter-rouge">_posts/</code> with the naming convention:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>YYYY-MM-DD-title-of-post.md
</code></pre></div></div>

<p>Start each file with frontmatter:</p>

<div class="language-yaml highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nn">---</span>
<span class="na">layout</span><span class="pi">:</span> <span class="s">post</span>
<span class="na">title</span><span class="pi">:</span> <span class="s2">"</span><span class="s">Your</span><span class="nv"> </span><span class="s">Post</span><span class="nv"> </span><span class="s">Title"</span>
<span class="nn">---</span>
</code></pre></div></div>

<p>Then just write markdown.</p>

<h2 id="images">Images</h2>

<p>Drop images into <code class="language-plaintext highlighter-rouge">assets/blog/</code> and reference them like this:</p>

<div class="language-markdown highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">![</span><span class="nv">description</span><span class="p">](</span><span class="sx">/assets/blog/your-image.png</span><span class="p">)</span>
</code></pre></div></div>

<h2 id="latex-math">LaTeX math</h2>

<p>Inline math: $E = mc^2$</p>

<p>Display math:</p>

\[\mathcal{L}(\theta) = \sum_{i=1}^{N} \log p_\theta(x_i)\]

<p>A Boltzmann distribution:</p>

\[p(x) = \frac{1}{Z} e^{-\beta H(x)}\]]]></content><author><name>Patrick Huembeli</name></author><summary type="html"><![CDATA[This is a sample blog post. You can delete it or edit it.]]></summary></entry></feed>