<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>bardenn's blog</title><link>https://bardenn.uk/</link><description>Recent content on bardenn's blog</description><language>en</language><managingEditor>bardennuk@gmail.com (Hussein Dennis)</managingEditor><webMaster>bardennuk@gmail.com (Hussein Dennis)</webMaster><copyright>© bardenn CC BY-SA 4.0</copyright><lastBuildDate>Sat, 15 Jun 2024 20:28:44 +0100</lastBuildDate><atom:link href="https://bardenn.uk/index.xml" rel="self" type="application/rss+xml"/><item><title>Rsstest</title><link>https://bardenn.uk/rsstest/</link><pubDate>Sat, 15 Jun 2024 20:28:44 +0100</pubDate><author>bardennuk@gmail.com (Hussein Dennis)</author><guid>https://bardenn.uk/rsstest/</guid><description>&lt;p&gt;yes&lt;/p&gt;</description><content:encoded>&lt;p>yes&lt;/p>
</content:encoded></item><item><title>Future Posts</title><link>https://bardenn.uk/futureposts/</link><pubDate>Sat, 15 Jun 2024 05:13:38 +0100</pubDate><author>bardennuk@gmail.com (Hussein Dennis)</author><guid>https://bardenn.uk/futureposts/</guid><description>&lt;p&gt;Below is a collection of blog post ideas, for me to note down (and for friends to bug me about)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Telemetry System writeup&lt;/li&gt;
&lt;li&gt;Ground station writeup&lt;/li&gt;
&lt;li&gt;SaudPass writeup (whenever this actually gets done)&lt;/li&gt;
&lt;li&gt;XV6 Post&lt;/li&gt;
&lt;li&gt;XV6 Shell writeup (yuh)&lt;/li&gt;
&lt;li&gt;NixOS pain post (kill it with hammers)&lt;/li&gt;
&lt;li&gt;Hugo editor, wysiwyg-style editor that runs client side, and pushes updates to git&lt;/li&gt;
&lt;/ul&gt;</description><content:encoded><![CDATA[<p>Below is a collection of blog post ideas, for me to note down (and for friends to bug me about)</p>
<ul>
<li>Telemetry System writeup</li>
<li>Ground station writeup</li>
<li>SaudPass writeup (whenever this actually gets done)</li>
<li>XV6 Post</li>
<li>XV6 Shell writeup (yuh)</li>
<li>NixOS pain post (kill it with hammers)</li>
<li>Hugo editor, wysiwyg-style editor that runs client side, and pushes updates to git</li>
</ul>
]]></content:encoded></item><item><title>first post indeed!</title><link>https://bardenn.uk/funny_newpost/</link><pubDate>Thu, 14 Mar 2024 00:00:00 +0000</pubDate><author>bardennuk@gmail.com (Hussein Dennis)</author><guid>https://bardenn.uk/funny_newpost/</guid><description>&lt;h1 id="hello"&gt;Hello!&lt;/h1&gt;
&lt;p&gt;this is my new post&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;this is a list&lt;/li&gt;
&lt;li&gt;lists are pretty cool&lt;/li&gt;
&lt;li&gt;man do I love lists&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;marquee&gt; meow :3 &lt;/marquee&gt;&lt;/p&gt;
&lt;p&gt;look here is a code block:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#cdd6f4;background-color:#1e1e2e;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-python" data-lang="python"&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c"&gt;1&lt;/span&gt;&lt;span&gt;&lt;span style="color:#cba6f7"&gt;def&lt;/span&gt; &lt;span style="color:#89b4fa"&gt;foo&lt;/span&gt;():
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c"&gt;2&lt;/span&gt;&lt;span&gt; &lt;span style="color:#cba6f7"&gt;return&lt;/span&gt; &lt;span style="color:#fab387"&gt;1&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c"&gt;3&lt;/span&gt;&lt;span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c"&gt;4&lt;/span&gt;&lt;span&gt;&lt;span style="color:#cba6f7"&gt;if&lt;/span&gt; &lt;span style="color:#f5e0dc"&gt;__name__&lt;/span&gt; &lt;span style="color:#89dceb;font-weight:bold"&gt;==&lt;/span&gt; &lt;span style="color:#a6e3a1"&gt;&amp;#34;__main__&amp;#34;&lt;/span&gt;:
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c"&gt;5&lt;/span&gt;&lt;span&gt; foo()
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;</description><content:encoded><![CDATA[<h1 id="hello">Hello!</h1>
<p>this is my new post</p>
<ul>
<li>this is a list</li>
<li>lists are pretty cool</li>
<li>man do I love lists</li>
</ul>
<p><marquee> meow                  :3 </marquee></p>
<p>look here is a code block:</p>
<div class="highlight"><pre tabindex="0" style="color:#cdd6f4;background-color:#1e1e2e;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"><code class="language-python" data-lang="python"><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c">1</span><span><span style="color:#cba6f7">def</span> <span style="color:#89b4fa">foo</span>():
</span></span><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c">2</span><span>    <span style="color:#cba6f7">return</span> <span style="color:#fab387">1</span>
</span></span><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c">3</span><span>
</span></span><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c">4</span><span><span style="color:#cba6f7">if</span> <span style="color:#f5e0dc">__name__</span> <span style="color:#89dceb;font-weight:bold">==</span> <span style="color:#a6e3a1">&#34;__main__&#34;</span>:
</span></span><span style="display:flex;"><span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c">5</span><span>    foo()
</span></span></code></pre></div>]]></content:encoded></item><item><title>init (this blog!)</title><link>https://bardenn.uk/post2/</link><pubDate>Wed, 14 Feb 2024 00:00:00 +0000</pubDate><author>bardennuk@gmail.com (Hussein Dennis)</author><guid>https://bardenn.uk/post2/</guid><description>&lt;p&gt;WIP&lt;/p&gt;
&lt;p&gt;&lt;em&gt;details of this blog to come soon!&lt;/em&gt;&lt;/p&gt;</description><content:encoded><![CDATA[<p>WIP</p>
<p><em>details of this blog to come soon!</em></p>
]]></content:encoded></item></channel></rss>