<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>
        ytvwld.de    </title>
        <link href="https://www.ytvwld.de/blog/atom.xml" rel="self" />
    
        <link href="/"/>
    
        
    <updated>2026-04-04T14:13:08Z</updated>

    <id>https://www.ytvwld.de/blog/atom.xml/</id>

            <entry>
            <title type="html">the perfect PC setup</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/pc-setup.html"/>
            <updated>2025-05-12T09:04:00Z</updated>
            <published>2025-05-12T09:04:00Z</published>
            <id>https://www.ytvwld.de/blog/pc-setup.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="thoughts"
                        label="Thoughts" />
            
            <content type="html">
                &lt;p&gt;People sometimes[^1] ask me how they should setup their new laptop.
And since I&amp;#8217;m currently in this process myself, I figured it might make sense to
jot it&amp;nbsp;down.&lt;/p&gt;
&lt;p&gt;Keep in mind, that this is my opinion and certainly not the only&amp;nbsp;one.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">How (not) to netboot</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/netboot.html"/>
            <updated>2024-02-24T23:42:46Z</updated>
            <published>2024-02-24T23:42:46Z</published>
            <id>https://www.ytvwld.de/blog/netboot.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
            
            <content type="html">
                &lt;p&gt;Last month, I had a disk image that I wanted to boot on another&amp;nbsp;device.&lt;/p&gt;
&lt;p&gt;So, how does that&amp;nbsp;work?&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">BGGP23</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/bggp23.html"/>
            <updated>2023-11-04T13:42:42Z</updated>
            <published>2023-11-04T13:42:42Z</published>
            <id>https://www.ytvwld.de/blog/bggp23.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
            
            <content type="html">
                &lt;p&gt;While I think that &lt;a href=&#34;https://www.youtube.com/watch?v=1xI9eirMs90&#34;&gt;golf should be abolished&lt;/a&gt;,
I think binary golf is pretty neat.
So I participated in this year&amp;#8217;s &lt;a href=&#34;https://binary.golf/&#34;&gt;Binary Golf Grand Prix&lt;/a&gt;.
And I didn&amp;#8217;t&amp;nbsp;win.&lt;/p&gt;
&lt;p&gt;But at least you&amp;#8217;ll learn how to write a small &lt;span class=&#34;caps&#34;&gt;UEFI&lt;/span&gt; application in&amp;nbsp;Rust.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">towboot part 7</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/towboot7.html"/>
            <updated>2023-10-19T14:51:03Z</updated>
            <published>2023-10-19T14:51:03Z</published>
            <id>https://www.ytvwld.de/blog/towboot7.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="towboot"
                        label="Towboot" />
            
            <content type="html">
                &lt;p&gt;About two-and-a-half years ago, I released the first version of my bootloader,
towboot (see the &lt;a href=&#34;towboot1.html&#34;&gt;first post&lt;/a&gt; for how and why that happened).
It supports &lt;span class=&#34;caps&#34;&gt;UEFI&lt;/span&gt;-based x86 systems and Multiboot-comptible&amp;nbsp;kernels.&lt;/p&gt;
&lt;p&gt;But there isn&amp;#8217;t just a &lt;a href=&#34;https://www.gnu.org/software/grub/manual/multiboot/multiboot.html&#34;&gt;version 1&lt;/a&gt;
of Multiboot, there is also a &lt;a href=&#34;https://www.gnu.org/software/grub/manual/multiboot2/multiboot.html&#34;&gt;version 2&lt;/a&gt;.
It&amp;#8217;s not that much newer or that much better and there are still various
operating systems using Multiboot 1, but still, I thought that it would be nice
to add support for the newer version (and get &lt;span class=&#34;caps&#34;&gt;ECTS&lt;/span&gt;[^0] for&amp;nbsp;that).&lt;/p&gt;
&lt;p&gt;So, let&amp;#8217;s see how it&amp;nbsp;went.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">towboot part 6</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/towboot6.html"/>
            <updated>2023-06-23T18:51:41Z</updated>
            <published>2023-06-23T18:51:41Z</published>
            <id>https://www.ytvwld.de/blog/towboot6.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="towboot"
                        label="Towboot" />
            
            <content type="html">
                &lt;p&gt;You might remember that I wrote a bootloader (see the
&lt;a href=&#34;towboot1.html&#34;&gt;first post&lt;/a&gt; for, why). And you may also &lt;a href=&#34;towboot4.html&#34;&gt;remember&lt;/a&gt;&amp;nbsp;that&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;I didn&amp;#8217;t perform a test on bare&amp;nbsp;metal&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Well, now I did. And it didn&amp;#8217;t go too&amp;nbsp;well.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">towboot part 5</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/towboot5.html"/>
            <updated>2023-04-11T17:28:47Z</updated>
            <published>2023-04-11T17:28:47Z</published>
            <id>https://www.ytvwld.de/blog/towboot5.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="towboot"
                        label="Towboot" />
            
            <content type="html">
                &lt;p&gt;I wrote a bootloader (see the &lt;a href=&#34;towboot1.html&#34;&gt;first post&lt;/a&gt; for, why).
Let&amp;#8217;s see what has happenend and what is yet to&amp;nbsp;come.&lt;/p&gt;
&lt;h1&gt;Conclusion&lt;/h1&gt;
&lt;h2&gt;Summary&lt;/h2&gt;
&lt;p&gt;&lt;span class=&#34;caps&#34;&gt;UEFI&lt;/span&gt;-compatible firmwares thankfully provide abstractions that 
make writing bootloaders very straight-forward and high-level
in comparison to the legacy &lt;span class=&#34;caps&#34;&gt;BIOS&lt;/span&gt; &lt;span class=&#34;caps&#34;&gt;API&lt;/span&gt;.
&lt;code&gt;uefi-rs&lt;/code&gt; maps them nicely to Rust data structures and methods.
The Rust support for this environment is rather good,
although some not-so-frequently-used features are not (yet)
supported (see &lt;a href=&#34;towboot3.html&#34;&gt;a previous post&lt;/a&gt; for more&amp;nbsp;details).&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">towboot part 4</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/towboot4.html"/>
            <updated>2023-03-16T18:34:18Z</updated>
            <published>2023-03-16T18:34:18Z</published>
            <id>https://www.ytvwld.de/blog/towboot4.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="towboot"
                        label="Towboot" />
            
            <content type="html">
                &lt;p&gt;I&amp;#8217;m writing a bootloader (see the &lt;a href=&#34;towboot1.html&#34;&gt;first post&lt;/a&gt; for, why)
and now we&amp;#8217;ll see how we can check that it actually&amp;nbsp;works.&lt;/p&gt;
&lt;h2&gt;Evaluation&lt;/h2&gt;
&lt;p&gt;There are multiple ways to verify that a software works the way it&amp;nbsp;should.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">towboot part 3</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/towboot3.html"/>
            <updated>2023-03-10T19:51:03Z</updated>
            <published>2023-03-10T19:51:03Z</published>
            <id>https://www.ytvwld.de/blog/towboot3.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="towboot"
                        label="Towboot" />
            
            <content type="html">
                &lt;p&gt;I&amp;#8217;m writing a bootloader (see the &lt;a href=&#34;towboot1.html&#34;&gt;first post&lt;/a&gt; for, why)
and now you&amp;#8217;ll learn how it actually&amp;nbsp;works.&lt;/p&gt;
&lt;h2&gt;how (implementation and&amp;nbsp;usage)&lt;/h2&gt;            </content>
        </entry>
            <entry>
            <title type="html">towboot part 2</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/towboot2.html"/>
            <updated>2023-01-28T00:47:20Z</updated>
            <published>2023-01-28T00:47:20Z</published>
            <id>https://www.ytvwld.de/blog/towboot2.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="towboot"
                        label="Towboot" />
            
            <content type="html">
                &lt;p&gt;In the &lt;a href=&#34;towboot1.html&#34;&gt;last post&lt;/a&gt;, I explained my motivation for why I was
writing a bootloader in 2020. For the following parts,
you&amp;#8217;ll need to learn some stuff&amp;nbsp;first:&lt;/p&gt;
&lt;h2&gt;learning the basics&amp;nbsp;(background)&lt;/h2&gt;
&lt;p&gt;A bootloader is basically just glue between the firmware and the
kernel. The &lt;span class=&#34;caps&#34;&gt;UEFI&lt;/span&gt; &lt;span class=&#34;caps&#34;&gt;API&lt;/span&gt; is quite high-level and platform-agnostic, but the
Multiboot standard requires dealing with some x86 specifics,
which we&amp;#8217;ll see&amp;nbsp;shortly.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">towboot part 1</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/towboot1.html"/>
            <updated>2023-01-12T16:50:45Z</updated>
            <published>2023-01-12T16:50:45Z</published>
            <id>https://www.ytvwld.de/blog/towboot1.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="towboot"
                        label="Towboot" />
            
            <content type="html">
                &lt;p&gt;&lt;a href=&#34;https://is2020over.com/&#34;&gt;2020&lt;/a&gt; was a rough year for many people:
The world was on fire and there was this virus going on.
So I set out to write a&amp;nbsp;bootloader.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">meine unqualifizierte Meinung zur Corona-Warn-App</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/cwa.html"/>
            <updated>2020-06-17T14:36:45Z</updated>
            <published>2020-06-17T14:36:45Z</published>
            <id>https://www.ytvwld.de/blog/cwa.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
            
            <content type="html">
                &lt;p&gt;Ich habe in den letzten Tagen sehr viel Stuss in den sozialen Medien und in Blogposts über diese neue App gelesen – und da dachte ich mir: Das kannst du&amp;nbsp;auch.&lt;/p&gt;
&lt;p&gt;Solltet ihr die App benutzen?
Keine Ahnung, das müsst ihr selbst&amp;nbsp;entscheiden.&lt;/p&gt;
&lt;p&gt;Nutze ich die App?
&lt;strike&gt;Ich habe sie installiert, aber sie funktioniert bei mir leider nicht.&lt;/strike&gt; Ja.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">Ubuntu beta-testen</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/ubuntu-beta-testen.html"/>
            <updated>2020-03-29T12:43:41Z</updated>
            <published>2020-03-29T12:43:41Z</published>
            <id>https://www.ytvwld.de/blog/ubuntu-beta-testen.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
            
            <content type="html">
                &lt;p&gt;Bald erscheint Ubuntu 20.04 &amp;#8220;Focal Fossa&amp;#8221;.
Und ihr könnt dabei helfen Bugs zu finden, bevor das fertige Release da&amp;nbsp;ist.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">Virtueller Frühjahrsputz</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/virtueller-fruehjahrsputz.html"/>
            <updated>2020-03-27T15:24:53Z</updated>
            <published>2020-03-27T15:24:53Z</published>
            <id>https://www.ytvwld.de/blog/virtueller-fruehjahrsputz.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
            
            <content type="html">
                &lt;p&gt;Ich habe mehrere Geräte mit Debian-ähnlichen Linux-Distributionen.
Und ich hatte heute Lust, da mal ein bisschen aufzuräumen.
Und wo ich schonmal dabei bin, kann ich das auch gleich&amp;nbsp;aufschreiben.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">Recommendations</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/recommendations.html"/>
            <updated>2019-10-22T12:28:05Z</updated>
            <published>2019-10-22T12:28:05Z</published>
            <id>https://www.ytvwld.de/blog/recommendations.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
            
            <content type="html">
                &lt;p&gt;There are a few blog posts, Twitter threads and other stuff I usually recommend to people when talking about a specific topic.
I figured it would be nice to collect them all in one&amp;nbsp;place.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">MRMCD18</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/mrmcd18.html"/>
            <updated>2018-09-07T20:06:10Z</updated>
            <published>2018-09-07T20:06:10Z</published>
            <id>https://www.ytvwld.de/blog/mrmcd18.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="reisen"
                        label="Reisen" />
            
            <content type="html">
                &lt;p&gt;Ich bin zum ersten Mal &lt;del&gt;im Kino&lt;/del&gt; bei der &lt;span class=&#34;caps&#34;&gt;MRMCD&lt;/span&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Kommste rein, alles leer. Wo sind denn die ganzen Menschen?&amp;nbsp;#mrmcd18&lt;/p&gt;
&lt;p&gt;&amp;#8212; ich (&lt;a href=&#34;https://twitter.com/YtvwlD/status/1038111288889618432&#34;&gt;Twitter&lt;/a&gt;; &lt;a href=&#34;https://chaos.social/@ytvwld/100685577804853483&#34;&gt;chaos.social&lt;/a&gt;)&lt;/p&gt;
&lt;/blockquote&gt;            </content>
        </entry>
            <entry>
            <title type="html">GPN18</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/gpn18.html"/>
            <updated>2018-05-10T12:40:38Z</updated>
            <published>2018-05-10T12:40:38Z</published>
            <id>https://www.ytvwld.de/blog/gpn18.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="reisen"
                        label="Reisen" />
            
            <content type="html">
                &lt;p&gt;Ich werde auf der &lt;span class=&#34;caps&#34;&gt;GPN18&lt;/span&gt; in Karlsruhe sein (zum ersten&amp;nbsp;Mal!).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Gulaschprogrammiernacht klingt fast wie ein Kochmarathon für schlaflose&amp;nbsp;Informatikstudenten.&lt;/p&gt;
&lt;p&gt;&amp;#8212; &lt;a href=&#34;https://entropia.de/GPN18&#34;&gt;https://entropia.de/&lt;span class=&#34;caps&#34;&gt;GPN18&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;            </content>
        </entry>
            <entry>
            <title type="html">34C3</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/34c3.html"/>
            <updated>2017-12-27T10:59:23Z</updated>
            <published>2017-12-27T10:59:23Z</published>
            <id>https://www.ytvwld.de/blog/34c3.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="reisen"
                        label="Reisen" />
            
            <content type="html">
                &lt;p&gt;Ich war auf dem 34c3 in&amp;nbsp;Leipzig.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;/blog/33c3.html&#34;&gt;Letztes Jahr war ich um diese Jahreszeit in&amp;nbsp;Hamburg.&lt;/a&gt;&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">33C3</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/33c3.html"/>
            <updated>2016-12-26T23:06:40Z</updated>
            <published>2016-12-26T23:06:40Z</published>
            <id>https://www.ytvwld.de/blog/33c3.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="reisen"
                        label="Reisen" />
            
            <content type="html">
                &lt;p&gt;Ich bin auf dem&amp;nbsp;33c3.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;/blog/32c3.html&#34;&gt;Letztes Jahr war ich auch schon mal um diese Jahreszeit in&amp;nbsp;Hamburg.&lt;/a&gt;&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">HTTPS, HSTS und HPKP auf  einem Uberspace</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/uberspace-https-hsts-hpkp.html"/>
            <updated>2016-02-04T11:11:11Z</updated>
            <published>2016-02-04T11:11:11Z</published>
            <id>https://www.ytvwld.de/blog/uberspace-https-hsts-hpkp.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="projekte"
                        label="Projekte" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="homepage"
                        label="Homepage" />
            
            <content type="html">
                &lt;p&gt;Ich habe in letzter Zeit mal ein bisschen herum experimentiert, was Webseitenverschlüsselung&amp;nbsp;angeht.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">32C3</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/32c3.html"/>
            <updated>2015-12-27T23:29:58Z</updated>
            <published>2015-12-27T23:29:58Z</published>
            <id>https://www.ytvwld.de/blog/32c3.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="reisen"
                        label="Reisen" />
            
            <content type="html">
                &lt;p&gt;Menschen! Ganz viele Menschen! Schrecklich!
Und es ist bunt, laut und&amp;nbsp;blinkt!&lt;/p&gt;
&lt;p&gt;Was hat das jetzt alles mit &lt;a href=&#34;http://open.spotify.com/track/1vb6REmvWiCWFkj7zHR8QE&#34;&gt;Stadtaffen&lt;/a&gt; zu&amp;nbsp;tun?&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">ToDo</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/ToDo.html"/>
            <updated>2015-04-16T21:57:00Z</updated>
            <published>2015-04-16T21:57:00Z</published>
            <id>https://www.ytvwld.de/blog/ToDo.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="projekte"
                        label="Projekte" />
            
            <content type="html">
                &lt;p&gt;Ich habe was zu tun - ich brauche eine&amp;nbsp;ToDo-Liste!&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">Frühling und so.</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/Fruehling.html"/>
            <updated>2015-04-16T08:38:00Z</updated>
            <published>2015-04-16T08:38:00Z</published>
            <id>https://www.ytvwld.de/blog/Fruehling.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="gedanken"
                        label="Gedanken" />
            
            <content type="html">
                &lt;p&gt;Alles ist grün, die Pollen fliegen und ich habe schon lange nichts mehr&amp;nbsp;geschrieben.&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">LokoPizza</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/LokoPizza.html"/>
            <updated>2014-12-23T15:42:44Z</updated>
            <published>2014-12-23T15:42:44Z</published>
            <id>https://www.ytvwld.de/blog/LokoPizza.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="projekte"
                        label="Projekte" />
            
            <content type="html">
                &lt;p&gt;Puh! Jetzt wo ich zweimal richtig geschlafen habe, bin ich hoffentlich wach genug,
um drüber zu&amp;nbsp;schreiben:&lt;/p&gt;
&lt;p&gt;Ich habe zusammen mit &lt;a href=&#34;https://github.com/a1asd&#34;&gt;A1asd&lt;/a&gt; ein Spiel gemacht:
&lt;strong&gt;&lt;a href=&#34;https://github.com/YtvwlD/LokoPizza&#34;&gt;LokoPizza&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">YARFI ist da</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/YARFI-ist-da.html"/>
            <updated>2014-03-21T19:14:10Z</updated>
            <published>2014-03-21T19:14:10Z</published>
            <id>https://www.ytvwld.de/blog/YARFI-ist-da.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="projekte"
                        label="Projekte" />
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="software"
                        label="Software" />
            
            <content type="html">
                &lt;p&gt;Früher&amp;trade; - da war die Welt noch nicht so kompliziert!
Alle Linux-Distributionen benutzten &lt;a href=&#34;https://de.wikipedia.org/wiki/SysVinit&#34;&gt;SysVinit&lt;/a&gt;. Und alles war gut!
Na ja, und jetzt gibt es halt viele tolle andere Init-Systeme. Parallel.
Also, eigentlich nur noch eins, &lt;a href=&#34;http://www.markshuttleworth.com/archives/1316&#34;&gt;jetzt wo auch Ubuntu auf systemd setzten möchte bzw. muss&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Es geht eigentlich immer darum, den Start möglichst schnell hinzubekommen. Hier nicht! (Also&amp;nbsp;ersteinmal.)&lt;/p&gt;
&lt;p&gt;Ich präsentiere: **&lt;span class=&#34;caps&#34;&gt;YARFI&lt;/span&gt;** &lt;small&gt;(noch lange nicht fertig)&lt;/small&gt;&lt;/p&gt;            </content>
        </entry>
            <entry>
            <title type="html">Hallo Welt!</title>
            <author><name>Niklas</name></author>
            <link href="https://www.ytvwld.de/blog/Hallo-Welt.html"/>
            <updated>2014-01-04T21:08:43Z</updated>
            <published>2014-01-04T21:08:43Z</published>
            <id>https://www.ytvwld.de/blog/Hallo-Welt.html</id>
                        <category   scheme="https://www.ytvwld.de/blog/tags"
                        term="homepage"
                        label="Homepage" />
            
            <content type="html">
                &lt;p&gt;Dies ist der erste Eintrag.
Also sollte er wohl erzählen, was das Alles hier überhaupt sein soll und auch was es tatsächlich&amp;nbsp;ist.&lt;/p&gt;            </content>
        </entry>
    </feed>