Skip to content

Commit

Permalink
deploy: e788dc4
Browse files Browse the repository at this point in the history
  • Loading branch information
isotopp committed Jan 5, 2025
1 parent a46fbd3 commit 5b70a43
Show file tree
Hide file tree
Showing 171 changed files with 176 additions and 176 deletions.
2 changes: 1 addition & 1 deletion 2024/11/26/windows-abschalten.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h1 id="passwordless-ssh-for-admininstrators">
</h1>
<p>Und dann, damit alle, alles zerbricht:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-console" data-lang="console"><span class="line"><span class="cl"><span class="go">For non-English localized versions of the operating system, the script will need to be modified to reflect group names accordingly.
</span></span></span></code></pre></div><p>Mein Windows ist English, also geht es, aber die armen Würste, die Windows scripten mussen.</p>
</span></span></span></code></pre></div><p>Mein Windows ist English, also geht es, aber die armen Würste, die Windows scripten müssen.</p>
<p>Aber nein:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-console" data-lang="console"><span class="line"><span class="cl"><span class="gp">$</span><span class="nv">remotePowershell</span> <span class="o">=</span> <span class="s2">&#34;powershell Add-Content -Force -Path </span><span class="nv">$env</span><span class="s2">:ProgramData\ssh\administrators_authorized_keys -Value &#39;&#39;&#39;</span><span class="nv">$authorizedKey</span><span class="s2">&#39;&#39;&#39;;icacls.exe &#34;&#34;</span><span class="nv">$env</span><span class="s2">:ProgramData\ssh\administrators_authorized_keys&#34;&#34; /inheritance:r /grant &#34;&#34;*S-1-5-32-544:F&#34;&#34; /grant &#34;&#34;SYSTEM:F&#34;&#34;&#34;</span>
</span></span></code></pre></div><p>Und bei Microsoft wundern sich hochbezahlte Marketingmenschen wieso Linux die Welt erobert hat.</p>
Expand Down
2 changes: 1 addition & 1 deletion drafts/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/drafts/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/drafts/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Open Telemetry</title>
<link>https://blog.koehntopp.info/drafts/open-telemetry.html</link>
Expand Down
4 changes: 2 additions & 2 deletions feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Windows abschalten</title>
<link>https://blog.koehntopp.info/2024/11/26/windows-abschalten.html</link>
Expand Down Expand Up @@ -88,7 +88,7 @@ needs to be placed on the server into a text file called &lt;code&gt;administrat
&lt;/h1&gt;
&lt;p&gt;Und dann, damit alle, alles zerbricht:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-console&#34; data-lang=&#34;console&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;go&#34;&gt;For non-English localized versions of the operating system, the script will need to be modified to reflect group names accordingly.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Mein Windows ist English, also geht es, aber die armen Würste, die Windows scripten mussen.&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Mein Windows ist English, also geht es, aber die armen Würste, die Windows scripten müssen.&lt;/p&gt;
&lt;p&gt;Aber nein:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-console&#34; data-lang=&#34;console&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gp&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;remotePowershell&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;powershell Add-Content -Force -Path &lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$env&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;:ProgramData\ssh\administrators_authorized_keys -Value &amp;#39;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$authorizedKey&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#39;&amp;#39;&amp;#39;;icacls.exe &amp;#34;&amp;#34;&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$env&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;:ProgramData\ssh\administrators_authorized_keys&amp;#34;&amp;#34; /inheritance:r /grant &amp;#34;&amp;#34;*S-1-5-32-544:F&amp;#34;&amp;#34; /grant &amp;#34;&amp;#34;SYSTEM:F&amp;#34;&amp;#34;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Und bei Microsoft wundern sich hochbezahlte Marketingmenschen wieso Linux die Welt erobert hat.&lt;/p&gt;
Expand Down
2 changes: 1 addition & 1 deletion index.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions posts/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/posts/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/posts/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Windows abschalten</title>
<link>https://blog.koehntopp.info/2024/11/26/windows-abschalten.html</link>
Expand Down Expand Up @@ -88,7 +88,7 @@ needs to be placed on the server into a text file called &lt;code&gt;administrat
&lt;/h1&gt;
&lt;p&gt;Und dann, damit alle, alles zerbricht:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-console&#34; data-lang=&#34;console&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;go&#34;&gt;For non-English localized versions of the operating system, the script will need to be modified to reflect group names accordingly.
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Mein Windows ist English, also geht es, aber die armen Würste, die Windows scripten mussen.&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Mein Windows ist English, also geht es, aber die armen Würste, die Windows scripten müssen.&lt;/p&gt;
&lt;p&gt;Aber nein:&lt;/p&gt;
&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-console&#34; data-lang=&#34;console&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&lt;span class=&#34;gp&#34;&gt;$&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;remotePowershell&lt;/span&gt; &lt;span class=&#34;o&#34;&gt;=&lt;/span&gt; &lt;span class=&#34;s2&#34;&gt;&amp;#34;powershell Add-Content -Force -Path &lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$env&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;:ProgramData\ssh\administrators_authorized_keys -Value &amp;#39;&amp;#39;&amp;#39;&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$authorizedKey&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;&amp;#39;&amp;#39;&amp;#39;;icacls.exe &amp;#34;&amp;#34;&lt;/span&gt;&lt;span class=&#34;nv&#34;&gt;$env&lt;/span&gt;&lt;span class=&#34;s2&#34;&gt;:ProgramData\ssh\administrators_authorized_keys&amp;#34;&amp;#34; /inheritance:r /grant &amp;#34;&amp;#34;*S-1-5-32-544:F&amp;#34;&amp;#34; /grant &amp;#34;&amp;#34;SYSTEM:F&amp;#34;&amp;#34;&amp;#34;&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Und bei Microsoft wundern sich hochbezahlte Marketingmenschen wieso Linux die Welt erobert hat.&lt;/p&gt;
Expand Down
2 changes: 1 addition & 1 deletion tags/advertising/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/advertising/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/advertising/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Sell your users, or sell to your users</title>
<link>https://blog.koehntopp.info/2019/03/25/sell-to-users.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/ai/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/ai/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/ai/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Werk und AI</title>
<link>https://blog.koehntopp.info/2024/09/29/werk-und-ai.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/amsterdam/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/amsterdam/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/amsterdam/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>City of Amsterdam and Combustion Engines</title>
<link>https://blog.koehntopp.info/2023/05/11/city-of-amsterdam-and-combustion-engines.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/anderswo/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/anderswo/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/anderswo/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hunga Tonga</title>
<link>https://blog.koehntopp.info/2022/01/16/hunga-tonga.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/apple/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/apple/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/apple/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>No LLM for you, come back one year</title>
<link>https://blog.koehntopp.info/2024/06/22/no-llm-for-you-come-back-one-year.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/architektur/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/architektur/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/architektur/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>It&#39;s a Modulith</title>
<link>https://blog.koehntopp.info/2023/05/10/its-a-modulith.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/authentication/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/authentication/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/authentication/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Anonymität und Schizophrenie</title>
<link>https://blog.koehntopp.info/2005/06/08/anonymitaet-und-schizophrenie.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/bash/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/bash/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/bash/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Using Python to bash</title>
<link>https://blog.koehntopp.info/2021/01/05/using-python-to-bash.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/berlin/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/berlin/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/berlin/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Mit dem Schnuppel im Tierpark</title>
<link>https://blog.koehntopp.info/2012/07/22/mit-dem-schnuppel-im-tierpark.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/bike/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/bike/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/bike/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Haftungsfragen</title>
<link>https://blog.koehntopp.info/2023/09/16/haftungsfragen.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/bildung/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/bildung/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/bildung/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Was mein Kind in der Schule so macht</title>
<link>https://blog.koehntopp.info/2022/12/30/was-mein-kind-in-der-schule-so-macht.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/blockchain/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/blockchain/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/blockchain/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Hashes in Structures</title>
<link>https://blog.koehntopp.info/2018/03/04/hashes-in-structures.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/blog/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/blog/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/blog/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>This Blog is now Hugo powered</title>
<link>https://blog.koehntopp.info/2021/11/07/this-blog-is-now-hugo-powered.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/book/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/book/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/book/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fertig gelesen: Starter Villain</title>
<link>https://blog.koehntopp.info/2023/10/01/fertig-gelesen-starter-villain.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/c/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/c/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/c/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fertig gelesen: UNIX: A History and a Memoir</title>
<link>https://blog.koehntopp.info/2021/09/05/fertig-gelesen-unix-a-history-and-a-memoir.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/ccc/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/ccc/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/ccc/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>99% secure</title>
<link>https://blog.koehntopp.info/2021/10/02/99-secure.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/chat/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/chat/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/chat/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>The Matrix Trashfire</title>
<link>https://blog.koehntopp.info/2024/02/13/the-matrix-trashfire.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/climate/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/climate/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/climate/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Power (and Energy)</title>
<link>https://blog.koehntopp.info/2024/07/16/energy.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/cloud/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/cloud/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/cloud/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Cloud Cost vs. On-Premises Cost</title>
<link>https://blog.koehntopp.info/2024/09/30/cloud-cost-vs-on-premises-cost.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/cluster/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/cluster/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/cluster/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>HDFS - billig im Cluster speichern</title>
<link>https://blog.koehntopp.info/2012/06/11/hdfs-billig-im-cluster-speichern.html</link>
Expand Down
2 changes: 1 addition & 1 deletion tags/comic/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<webMaster>[email protected] (Kristian Köhntopp)</webMaster>


<lastBuildDate>Fri, 03 Jan 2025 17:13:25 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/comic/feed.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 05 Jan 2025 09:00:16 +0000</lastBuildDate><atom:link href="https://blog.koehntopp.info/tags/comic/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Fertig gelesen: Whatever happened to the world of tomorrow?</title>
<link>https://blog.koehntopp.info/2012/08/29/fertig-gelesen-whatever-happened-to-the-world-of-tomorrow.html</link>
Expand Down
Loading

0 comments on commit 5b70a43

Please sign in to comment.