<?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.raspbella.xyz/feed.xml" rel="self" type="application/atom+xml" /><link href="https://blog.raspbella.xyz/" rel="alternate" type="text/html" /><updated>2026-02-11T15:00:56+00:00</updated><id>https://blog.raspbella.xyz/feed.xml</id><title type="html">RaspBella’s blog</title><subtitle>A place to yap about; Rubik&apos;s cubes, Trains, and Computer Science</subtitle><entry><title type="html">New Domain</title><link href="https://blog.raspbella.xyz/2026/02/11/new-domain.html" rel="alternate" type="text/html" title="New Domain" /><published>2026-02-11T12:00:00+00:00</published><updated>2026-02-11T12:00:00+00:00</updated><id>https://blog.raspbella.xyz/2026/02/11/new-domain</id><content type="html" xml:base="https://blog.raspbella.xyz/2026/02/11/new-domain.html"><![CDATA[<p>I bought my own domain today, raspbella.xyz :3!!!</p>]]></content><author><name></name></author><summary type="html"><![CDATA[I bought my own domain today, raspbella.xyz :3!!!]]></summary></entry><entry><title type="html">Hello Jekyll!</title><link href="https://blog.raspbella.xyz/2026/01/07/hello-jekyll.html" rel="alternate" type="text/html" title="Hello Jekyll!" /><published>2026-01-07T16:45:00+00:00</published><updated>2026-01-07T16:45:00+00:00</updated><id>https://blog.raspbella.xyz/2026/01/07/hello-jekyll</id><content type="html" xml:base="https://blog.raspbella.xyz/2026/01/07/hello-jekyll.html"><![CDATA[<figure class="highlight"><pre><code class="language-c" data-lang="c"><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">void</span><span class="p">)</span> <span class="p">{</span>
  <span class="kt">char</span> <span class="o">*</span><span class="n">name</span> <span class="o">=</span> <span class="s">"Jekyll"</span><span class="p">;</span>

  <span class="n">printf</span><span class="p">(</span><span class="s">"Hello %s!</span><span class="se">\n</span><span class="s">"</span><span class="p">,</span> <span class="n">name</span><span class="p">);</span>
<span class="p">}</span></code></pre></figure>

<p>I’m going to be posting whatever I feel like whenever :p</p>]]></content><author><name></name></author><summary type="html"><![CDATA[#include &lt;stdio.h&gt;]]></summary></entry></feed>