<rss xmlns:source="http://source.scripting.com/" version="2.0">
  <channel>
    <title>Niels K.</title>
    <link>https://niels.kobschaetzki.net/</link>
    <description></description>
    
    <language>en</language>
    
    <lastBuildDate>Sun, 05 Jul 2026 11:37:37 +0200</lastBuildDate>
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/07/05/that-vacation-in-japan-that.html</link>
      <pubDate>Sun, 05 Jul 2026 11:37:37 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/07/05/that-vacation-in-japan-that.html</guid>
      <description>&lt;p&gt;That vacation in Japan that is coming up will cross off a lot of things from my bucket list 🤩&lt;/p&gt;
</description>
      <source:markdown>That vacation in Japan that is coming up will cross off a lot of things from my bucket list 🤩
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/07/04/ich-habe-jetzt-die-domain.html</link>
      <pubDate>Sat, 04 Jul 2026 07:46:16 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/07/04/ich-habe-jetzt-die-domain.html</guid>
      <description>&lt;p&gt;Ich habe jetzt die Domain rpg-nielsk.de (die ML meiner Rollenspielgruppe, die jetzt seit fast 30 Jahre besteht, wurde irgendwann mal rp-nielsk getauft&amp;hellip;aber das &amp;ldquo;g&amp;rdquo; fand ich in der Domain besser).&lt;/p&gt;
&lt;p&gt;Was mach ich jetzt damit? #ttrpg&lt;/p&gt;
</description>
      <source:markdown>Ich habe jetzt die Domain rpg-nielsk.de (die ML meiner Rollenspielgruppe, die jetzt seit fast 30 Jahre besteht, wurde irgendwann mal rp-nielsk getauft...aber das &#34;g&#34; fand ich in der Domain besser).

Was mach ich jetzt damit? #ttrpg
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/07/04/i-am-reading-apple-the.html</link>
      <pubDate>Sat, 04 Jul 2026 07:41:16 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/07/04/i-am-reading-apple-the.html</guid>
      <description>&lt;p&gt;I am reading &amp;ldquo;Apple: The first 50 years&amp;rdquo;. I knew that they innovated a lot,  but not that much. I hope they move a bit in another direction though with their new CEO.&lt;/p&gt;
&lt;p&gt;Even though Steve Jobs was against open systems.&lt;/p&gt;
</description>
      <source:markdown>I am reading &#34;Apple: The first 50 years&#34;. I knew that they innovated a lot,  but not that much. I hope they move a bit in another direction though with their new CEO.

Even though Steve Jobs was against open systems.
</source:markdown>
    </item>
    
    <item>
      <title>NFS-problems I didn’t expect at all</title>
      <link>https://niels.kobschaetzki.net/2026/07/03/nfsproblems-i-didnt-expect-at.html</link>
      <pubDate>Fri, 03 Jul 2026 22:19:36 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/07/03/nfsproblems-i-didnt-expect-at.html</guid>
      <description>&lt;p&gt;Stories from the engine room: I have a big configuration file which is part of a mail-setup and it is read on each mail delivery (MTA is exim and it is the file that contains all the domains the servers are responsible for). It lives in NFS and several servers use it.&lt;/p&gt;
&lt;p&gt;Two days ago I migrated that part of the NFS to a new NFS-setup that works differently than the old one. And because it is already in production I cannot change a lot in terms of NFS-server configuration. The rest works now fine for months.&lt;/p&gt;
&lt;p&gt;When I mounted the two small exports via the new storage I had problems with certain scripts because they use flock. Those scripts just hang. The big storage that runs for months now is using nolockd, so that part never came up. Since I couldn’t really configure the stuff for locks correctly because it would need a restart of the nfs-server, I switched to NFSv4.2 (the old one uses v3; the big storage part as well) because file locking works there differently. The scripts worked and everything was great.&lt;/p&gt;
&lt;p&gt;Yesterday suddenly the problem came up that the mail platform misbehaved. Huge numbers of newsletters and spam came in and everything went down to a crawl. I tried around and after implementing greylisting especially for mails from googleusercontent, things recovered.&lt;/p&gt;
&lt;p&gt;Today the problem came back and even harder. When I hit ctrl+t (FreeBSD - sends SIGINFO) on a hanging mail delivery I saw that it hang with [nfs]. But the NFS-servers were fine, no saturation, no massive IOPs, they were basically bored. So I attached truss to a hanging process and it hang when it ran the big configuration file from the beginning. I changed it now that configuration file is locally on each server and gets copied over via a cronjob if it changes. And suddenly all the problems went away.&lt;/p&gt;
&lt;p&gt;I have been rarely so happy to solve a problem. That thing was a beast and it had such a massive production impact. I have no idea how I should have figured that out before.&lt;/p&gt;
&lt;p&gt;Especially since I was focused only on the big storage parts and not the small ones which are barely noticeable. That was probably the last hurdle to bring the project to the finish line.&lt;/p&gt;
&lt;p&gt;I already had to migrate an LDAP as part of that project which didn’t perform in the new setup and the problem were too restrictive file limits in the new Linux-setup in contrast to the old FreeBSD-setup.&lt;/p&gt;
&lt;p&gt;Now I just have to migrate a couple of Terabyte of mailboxes (around three quarters are already migrated) and then I can clear servers which take up roughly 24 rack units (spread over several racks) and some ancient cabling. This project took ages…&lt;/p&gt;
</description>
      <source:markdown>Stories from the engine room: I have a big configuration file which is part of a mail-setup and it is read on each mail delivery (MTA is exim and it is the file that contains all the domains the servers are responsible for). It lives in NFS and several servers use it.

Two days ago I migrated that part of the NFS to a new NFS-setup that works differently than the old one. And because it is already in production I cannot change a lot in terms of NFS-server configuration. The rest works now fine for months.

When I mounted the two small exports via the new storage I had problems with certain scripts because they use flock. Those scripts just hang. The big storage that runs for months now is using nolockd, so that part never came up. Since I couldn’t really configure the stuff for locks correctly because it would need a restart of the nfs-server, I switched to NFSv4.2 (the old one uses v3; the big storage part as well) because file locking works there differently. The scripts worked and everything was great.

Yesterday suddenly the problem came up that the mail platform misbehaved. Huge numbers of newsletters and spam came in and everything went down to a crawl. I tried around and after implementing greylisting especially for mails from googleusercontent, things recovered.

Today the problem came back and even harder. When I hit ctrl+t (FreeBSD - sends SIGINFO) on a hanging mail delivery I saw that it hang with [nfs]. But the NFS-servers were fine, no saturation, no massive IOPs, they were basically bored. So I attached truss to a hanging process and it hang when it ran the big configuration file from the beginning. I changed it now that configuration file is locally on each server and gets copied over via a cronjob if it changes. And suddenly all the problems went away.

I have been rarely so happy to solve a problem. That thing was a beast and it had such a massive production impact. I have no idea how I should have figured that out before. 

Especially since I was focused only on the big storage parts and not the small ones which are barely noticeable. That was probably the last hurdle to bring the project to the finish line. 

I already had to migrate an LDAP as part of that project which didn’t perform in the new setup and the problem were too restrictive file limits in the new Linux-setup in contrast to the old FreeBSD-setup.

Now I just have to migrate a couple of Terabyte of mailboxes (around three quarters are already migrated) and then I can clear servers which take up roughly 24 rack units (spread over several racks) and some ancient cabling. This project took ages…
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/29/ich-kann-mit-dem-groteil.html</link>
      <pubDate>Mon, 29 Jun 2026 13:35:54 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/29/ich-kann-mit-dem-groteil.html</guid>
      <description>&lt;p&gt;Ich kann mit dem Großteil deutscher Comdey irgendwie nichts anfangen. Mir wurde am Wochenende die Show von Carolin Kebekus (Shesus) wärmstens empfohlen. Und ich muss Augen, dass ich die zu sehr großen Teilen einfach unlustig finde. 😕&lt;/p&gt;
</description>
      <source:markdown>Ich kann mit dem Großteil deutscher Comdey irgendwie nichts anfangen. Mir wurde am Wochenende die Show von Carolin Kebekus (Shesus) wärmstens empfohlen. Und ich muss Augen, dass ich die zu sehr großen Teilen einfach unlustig finde. 😕
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/28/ich-hab-hier-ein-zimmer.html</link>
      <pubDate>Sun, 28 Jun 2026 11:00:36 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/28/ich-hab-hier-ein-zimmer.html</guid>
      <description>&lt;p&gt;Ich hab hier ein Zimmer in dem ist es schön kühl - laut Thermometer sind es trotzdem 27 Grad…&lt;/p&gt;
</description>
      <source:markdown>Ich hab hier ein Zimmer in dem ist es schön kühl - laut Thermometer sind es trotzdem 27 Grad…
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/27/ich-habe-es-geschafft-normalerweise.html</link>
      <pubDate>Sat, 27 Jun 2026 18:17:53 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/27/ich-habe-es-geschafft-normalerweise.html</guid>
      <description>&lt;p&gt;Ich habe es geschafft. Normalerweise brauche ich für die Strecke 30 Minuten. Heute waren es 2 Stunden 12 Minuten. Danke Deutsche Bahn und S-Bahn Berlin. I❤️U&lt;/p&gt;
&lt;p&gt;Die letzte S-Bahn hatte keine Klimaanlage und man wurde ein wenig gekocht.&lt;/p&gt;
</description>
      <source:markdown>Ich habe es geschafft. Normalerweise brauche ich für die Strecke 30 Minuten. Heute waren es 2 Stunden 12 Minuten. Danke Deutsche Bahn und S-Bahn Berlin. I❤️U

Die letzte S-Bahn hatte keine Klimaanlage und man wurde ein wenig gekocht.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/27/eine-station-mit-der-sbahn.html</link>
      <pubDate>Sat, 27 Jun 2026 17:11:07 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/27/eine-station-mit-der-sbahn.html</guid>
      <description>&lt;p&gt;Eine Station mit der S-Bahn: alle aussteigen. Eine weitere Station und am Bahnhof. RE hat 30 Minuten Verspätung. Fährt eine Station: alle aussteigen.&lt;/p&gt;
&lt;p&gt;Ich habe noch eine Station RE und 3 Stationen S-Bahn vor mir. Ich bin gespannt…&lt;/p&gt;
</description>
      <source:markdown>Eine Station mit der S-Bahn: alle aussteigen. Eine weitere Station und am Bahnhof. RE hat 30 Minuten Verspätung. Fährt eine Station: alle aussteigen.

Ich habe noch eine Station RE und 3 Stationen S-Bahn vor mir. Ich bin gespannt…
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/27/die-deutsche-bahn-warnt-davor.html</link>
      <pubDate>Sat, 27 Jun 2026 16:36:17 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/27/die-deutsche-bahn-warnt-davor.html</guid>
      <description>&lt;p&gt;Die Deutsche Bahn warnt davor, dass man wegen des Extremwetters nur absolut notwendige Fahrten mit den öffentlichen Verkehrsmitteln oder den Regios machen soll…&lt;/p&gt;
&lt;p&gt;Es ist alles einfach nur spät und kaputt. Gnah. 😩&lt;/p&gt;
</description>
      <source:markdown>Die Deutsche Bahn warnt davor, dass man wegen des Extremwetters nur absolut notwendige Fahrten mit den öffentlichen Verkehrsmitteln oder den Regios machen soll…

Es ist alles einfach nur spät und kaputt. Gnah. 😩
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/26/today-i-will-try-syrinscape.html</link>
      <pubDate>Fri, 26 Jun 2026 18:47:32 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/26/today-i-will-try-syrinscape.html</guid>
      <description>&lt;p&gt;Today I will try Syrinscape in my monthly DnD-session. I wonder how it works out. #ttrpg&lt;/p&gt;
</description>
      <source:markdown>Today I will try Syrinscape in my monthly DnD-session. I wonder how it works out. #ttrpg
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/24/im-laufladen-und-bei-decathlon.html</link>
      <pubDate>Wed, 24 Jun 2026 19:37:17 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/24/im-laufladen-und-bei-decathlon.html</guid>
      <description>&lt;p&gt;Im Laufladen und bei Decathlon finde ich keine Ciele GOCaps. Aber bei Globetrotter???&lt;/p&gt;
&lt;p&gt;Wie auch immer, ich hab jetzt endlich eine zweite 🤩 #running&lt;/p&gt;
</description>
      <source:markdown>Im Laufladen und bei Decathlon finde ich keine Ciele GOCaps. Aber bei Globetrotter???

Wie auch immer, ich hab jetzt endlich eine zweite 🤩 #running
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/21/und-jetzt-die-jugendhacktabschluss-prsentation.html</link>
      <pubDate>Sun, 21 Jun 2026 14:04:36 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/21/und-jetzt-die-jugendhacktabschluss-prsentation.html</guid>
      <description>&lt;p&gt;Und jetzt die #jugendhackt-Abschluss Präsentation ansehen (&lt;a href=&#34;https://jugendhackt.org/live&#34;&gt;jugendhackt.org/live&lt;/a&gt; )&lt;/p&gt;
</description>
      <source:markdown>Und jetzt die #jugendhackt-Abschluss Präsentation ansehen ([jugendhackt.org/live](https://jugendhackt.org/live) )
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/21/why-should-i-identify-myself.html</link>
      <pubDate>Sun, 21 Jun 2026 08:39:03 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/21/why-should-i-identify-myself.html</guid>
      <description>&lt;p&gt;Why should I identify myself to a social network with my id card? And I bet if it would be interesting enough we would see bots/sock puppets/fake accounts with right propaganda anyways. One of the CEOs is a Web3-dude. Another one has „NATO &amp;amp; military systems expertise“. Yeah…right… #wsocial&lt;/p&gt;
</description>
      <source:markdown>Why should I identify myself to a social network with my id card? And I bet if it would be interesting enough we would see bots/sock puppets/fake accounts with right propaganda anyways. One of the CEOs is a Web3-dude. Another one has „NATO &amp; military systems expertise“. Yeah…right… #wsocial
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/20/there-should-be-a-second.html</link>
      <pubDate>Sat, 20 Jun 2026 23:38:16 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/20/there-should-be-a-second.html</guid>
      <description>&lt;p&gt;There should be a second season of #Cyberpunk Edgerunners that plays in the age of Red and is based around a group of nomads. That would be neat.&lt;/p&gt;
</description>
      <source:markdown>There should be a second season of #Cyberpunk Edgerunners that plays in the age of Red and is based around a group of nomads. That would be neat.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/20/i-am-finally-watching-cyberpunk.html</link>
      <pubDate>Sat, 20 Jun 2026 23:34:16 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/20/i-am-finally-watching-cyberpunk.html</guid>
      <description>&lt;p&gt;I am finally watching #Cyberpunk Edgerunners. The series is excellent. Now I want to play Cyberpunk Red and 2077. But no time for it and as long as the kids are awake I cannot play 2077. usually my kids stay longer up than I do these days 😩&lt;/p&gt;
</description>
      <source:markdown>I am finally watching #Cyberpunk Edgerunners. The series is excellent. Now I want to play Cyberpunk Red and 2077. But no time for it and as long as the kids are awake I cannot play 2077. usually my kids stay longer up than I do these days 😩
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/17/migrated-openldap-running-on-freebsd.html</link>
      <pubDate>Wed, 17 Jun 2026 16:11:23 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/17/migrated-openldap-running-on-freebsd.html</guid>
      <description>&lt;p&gt;Migrated #OpenLDAP 2.4 running on #FreeBSD to OpenLDAP 2.6 with lloadd on #Linux (Debian 13). So many problems since then. Today I identified an open file limit issue. Fixing that will hopefully finally solve those problems 😞&lt;/p&gt;
</description>
      <source:markdown>Migrated #OpenLDAP 2.4 running on #FreeBSD to OpenLDAP 2.6 with lloadd on #Linux (Debian 13). So many problems since then. Today I identified an open file limit issue. Fixing that will hopefully finally solve those problems 😞
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/15/ich-mag-nicht-aufstehenaber-irgendwer.html</link>
      <pubDate>Mon, 15 Jun 2026 05:45:01 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/15/ich-mag-nicht-aufstehenaber-irgendwer.html</guid>
      <description>&lt;p&gt;Ich mag nicht aufstehen…aber irgendwer muss ja den Kaffee kochen…&lt;/p&gt;
</description>
      <source:markdown>Ich mag nicht aufstehen…aber irgendwer muss ja den Kaffee kochen…
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/14/according-to-apple-the-first.html</link>
      <pubDate>Sun, 14 Jun 2026 21:37:36 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/14/according-to-apple-the-first.html</guid>
      <description>&lt;p&gt;According to “Apple: The first 50 years” by David Pogue, Big Brother in the 1984 ad didn’t mean IBM but represented the control of technology by the few. How ironic looking at Apple’s role today.&lt;/p&gt;
</description>
      <source:markdown>According to “Apple: The first 50 years” by David Pogue, Big Brother in the 1984 ad didn’t mean IBM but represented the control of technology by the few. How ironic looking at Apple’s role today.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/14/so-many-things-in-japan.html</link>
      <pubDate>Sun, 14 Jun 2026 08:56:23 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/14/so-many-things-in-japan.html</guid>
      <description>&lt;p&gt;So many things in #Japan need a reservation. We found now something which had open spots but for the reservation we had to enter a working phone number. The number of allowed digits is too short for international phone numbers though 🤦‍♂️&lt;/p&gt;
</description>
      <source:markdown>So many things in #Japan need a reservation. We found now something which had open spots but for the reservation we had to enter a working phone number. The number of allowed digits is too short for international phone numbers though 🤦‍♂️
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/13/why-isnt-there-a-chocobo.html</link>
      <pubDate>Sat, 13 Jun 2026 16:53:02 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/13/why-isnt-there-a-chocobo.html</guid>
      <description>&lt;p&gt;Why isn’t there a Chocobo feather item in Final Fantasy-games that gives you Haste for a short while? #ff #jrpg&lt;/p&gt;
</description>
      <source:markdown>Why isn’t there a Chocobo feather item in Final Fantasy-games that gives you Haste for a short while? #ff #jrpg
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/13/i-trained-now-weeks-for.html</link>
      <pubDate>Sat, 13 Jun 2026 15:51:21 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/13/i-trained-now-weeks-for.html</guid>
      <description>&lt;p&gt;I trained now 7 weeks for a new PB in 10k. And now the weather forecast tells me that on race day in a week it will be more than 30°C. So…that PB got now far more unrealistic 😞&lt;/p&gt;
&lt;p&gt;Maybe I do the Great 10k in October after all #berlin #running&lt;/p&gt;
</description>
      <source:markdown>I trained now 7 weeks for a new PB in 10k. And now the weather forecast tells me that on race day in a week it will be more than 30°C. So…that PB got now far more unrealistic 😞  

Maybe I do the Great 10k in October after all #berlin #running
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/11/ich-bin-so-mdeschon-wieder.html</link>
      <pubDate>Thu, 11 Jun 2026 12:30:15 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/11/ich-bin-so-mdeschon-wieder.html</guid>
      <description>&lt;p&gt;Ich bin so müde…schon wieder weniger als 6 Stunden, diesmal sogar weniger als 5 Stunden, Schlaf gehabt.&lt;/p&gt;
&lt;p&gt;Heute muss ich echt aufpassen was ich anfasse.&lt;/p&gt;
&lt;p&gt;Und endlich mal früh ins Bett gehen (da gab es in den letzten Tagen nicht steuerbare Gründe für)…&lt;/p&gt;
</description>
      <source:markdown>Ich bin so müde…schon wieder weniger als 6 Stunden, diesmal sogar weniger als 5 Stunden, Schlaf gehabt.

Heute muss ich echt aufpassen was ich anfasse.

Und endlich mal früh ins Bett gehen (da gab es in den letzten Tagen nicht steuerbare Gründe für)…
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/10/i-tried-to-get-tickets.html</link>
      <pubDate>Wed, 10 Jun 2026 04:36:16 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/10/i-tried-to-get-tickets.html</guid>
      <description>&lt;p&gt;I tried to get tickets for the Ghibli museum. Woke up at 2:50am (ticket sale started at 3am my time); had 10k people in queue before me and had to wait for more than an hour to be able to reserve tickets. None of the open slots worked to get 4 tickets. That just plain sucks.&lt;/p&gt;
</description>
      <source:markdown>I tried to get tickets for the Ghibli museum. Woke up at 2:50am (ticket sale started at 3am my time); had 10k people in queue before me and had to wait for more than an hour to be able to reserve tickets. None of the open slots worked to get 4 tickets. That just plain sucks.
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/05/i-am-close-to-finish.html</link>
      <pubDate>Fri, 05 Jun 2026 06:58:07 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/05/i-am-close-to-finish.html</guid>
      <description>&lt;p&gt;I am close to finish the final season of #Supernatural&lt;/p&gt;
&lt;p&gt;There is I’ve thing I still wonder about: dead humans go to Heaven or Hell, monsters to Purgatory, angels and demons to the Empty. But in Purgatory monsters can get killed - where do they go? Do they cease to exist?&lt;/p&gt;
</description>
      <source:markdown>I am close to finish the final season of #Supernatural 

There is I’ve thing I still wonder about: dead humans go to Heaven or Hell, monsters to Purgatory, angels and demons to the Empty. But in Purgatory monsters can get killed - where do they go? Do they cease to exist?
</source:markdown>
    </item>
    
    <item>
      <title></title>
      <link>https://niels.kobschaetzki.net/2026/06/04/cats-in-their-natural-environment.html</link>
      <pubDate>Thu, 04 Jun 2026 14:09:17 +0200</pubDate>
      
      <guid>http://nielsk.micro.blog/2026/06/04/cats-in-their-natural-environment.html</guid>
      <description>&lt;p&gt;Cats in their natural environment #catsofmastodon&lt;/p&gt;
&lt;img src=&#34;https://eu.uploads.micro.blog/1401/2026/c2c0e82f78.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;Two ginger cats are curled up together inside a cardboard box.&#34;&gt;
</description>
      <source:markdown>Cats in their natural environment #catsofmastodon

&lt;img src=&#34;https://eu.uploads.micro.blog/1401/2026/c2c0e82f78.jpg&#34; width=&#34;450&#34; height=&#34;600&#34; alt=&#34;Two ginger cats are curled up together inside a cardboard box.&#34;&gt;
</source:markdown>
    </item>
    
  </channel>
</rss>
