<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>chrissx Media notices</title><description>upcoming changes and maintenance</description><link>https://chrissx.de/</link><item><title>New Minecraft font sources</title><link>https://chrissx.de/notices/2026/6/</link><guid isPermaLink="true">https://chrissx.de/notices/2026/6/</guid><pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We plan to &lt;a href=&quot;https://github.com/chrissxMedia/fonts.chrissx.de/pull/1&quot;&gt;update &lt;code&gt;fonts.chrissx.de&lt;/code&gt;&lt;/a&gt; after 2026-09-20. The pull request will add new font sources for Minecraft.&lt;/p&gt;
&lt;p&gt;The main new source is &lt;a href=&quot;https://www.minecraftplot.com/fonts&quot;&gt;Mojangles (also known as Minecraft Seven) from minecraftplot.com&lt;/a&gt;. It looks almost the same as the current font, but some glyph shapes differ slightly and more closely match those used in the game. It also contains even fewer glyphs.&lt;/p&gt;
&lt;div class=&quot;markdown-alert markdown-alert-note&quot; dir=&quot;auto&quot;&gt;
&lt;p class=&quot;markdown-alert-title&quot; dir=&quot;auto&quot;&gt;&lt;svg class=&quot;octicon&quot; viewBox=&quot;0 0 16 16&quot; width=&quot;16&quot; height=&quot;16&quot; aria-hidden=&quot;true&quot;&gt;&lt;path d=&quot;M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;NOTE&lt;/p&gt;
&lt;p&gt;Unfortunately, there is no &lt;code&gt;Minecraft Six&lt;/code&gt; font.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Compare both sources directly in your browser:&lt;/p&gt;
&lt;style&gt;
@font-face{font-family:McBefore;src:local(Minecraft),url(https://db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.eot?#iefix)format(embedded-opentype),url(https://db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.woff2)format(woff2),url(https://db.onlinewebfonts.com/t/6ab539c6fc2b21ff0b149b3d06d7f97c.ttf)format(truetype);font-display:swap}
@font-face{font-family:McAfter;src:local(Minecraft Seven v2),local(Minecraft Seven),local(Mojangles),url(https://www.minecraftplot.com/fonts/mojangles.otf)format(opentype);font-display:swap}
.mc-compare{display:flex;flex-wrap:wrap;gap:1em;margin:1em 0}
.mc-compare&gt;div{flex:1 1 18em;min-width:0;border:1px solid #888;border-radius:.5em;padding:.75em}
.mc-compare h5{font-family:var(--sans-serif);margin:.25em 0 .5em}
.mc-compare p{font-size:1.5em;overflow-wrap:anywhere;margin:0}
&lt;/style&gt;
&lt;div class=&quot;mc-compare&quot;&gt;
&lt;div style=&quot;font-family:McBefore,monospace&quot;&gt;
&lt;h5&gt;Old &lt;small&gt;(broken* in most browsers)&lt;/small&gt;&lt;/h5&gt;
&lt;p&gt;chrissx/Media, FuxGames.com;&lt;/p&gt;&lt;p&gt;0123456789&lt;/p&gt;
&lt;p&gt;!&quot;#$%&amp;#x26;&apos;()*+-/:;&amp;#x3C;=&gt;?@[\]^_`{|}~&lt;/p&gt;
&lt;p style=&quot;font-weight:bold&quot;&gt;the quick brown fox is bold&lt;/p&gt;
&lt;p&gt;&lt;i&gt;the quick brown fox is italic&lt;/i&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;div style=&quot;font-family:McAfter,monospace&quot;&gt;
&lt;h5&gt;New &lt;small&gt;(old sources removed so you&apos;re guaranteed to see the change)&lt;/small&gt;&lt;/h5&gt;
&lt;p&gt;chrissx/Media, FuxGames.com;&lt;/p&gt;&lt;p&gt;0123456789&lt;/p&gt;
&lt;p&gt;!&quot;#$%&amp;#x26;&apos;()*+-/:;&amp;#x3C;=&gt;?@[\]^_`{|}~&lt;/p&gt;
&lt;p&gt;&lt;b&gt;the quick brown fox is bold&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;the quick brown fox is italic&lt;/i&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;* The old files fail Chromium and Firefox’s &lt;a href=&quot;https://github.com/khaledhosny/ots&quot;&gt;OpenType Sanitizer (OTS)&lt;/a&gt;: their &lt;code&gt;cmap&lt;/code&gt; maps &lt;code&gt;U+FFFF&lt;/code&gt; to glyph id 110, but the font only contains glyphs 0-109, so OTS rejects the whole file (&lt;code&gt;Range glyph reference too high (110 &gt; 109)&lt;/code&gt;) and the &lt;code&gt;@font-face&lt;/code&gt; silently falls back. Safari has no such sanitizer and renders the old font fine, as do copies installed locally and referenced via &lt;code&gt;local()&lt;/code&gt;, which are used without re-validation.&lt;/p&gt;
&lt;p&gt;Browsers will first look for the locally installed fonts &lt;code&gt;Minecraft Seven v2&lt;/code&gt;, &lt;code&gt;Minecraft Seven&lt;/code&gt;, and &lt;code&gt;Mojangles&lt;/code&gt;, all of which are new additions, followed by &lt;code&gt;Minecraft&lt;/code&gt;. They will then try the new Mojangles OpenType file. The existing EOT, WOFF2, and TTF files will remain as fallback sources.&lt;/p&gt;
&lt;h4 id=&quot;licensing&quot;&gt;Licensing&lt;/h4&gt;
&lt;p&gt;The &lt;a href=&quot;https://www.onlinewebfonts.com/download/6ab539c6fc2b21ff0b149b3d06d7f97c&quot;&gt;old source&lt;/a&gt; is &lt;code&gt;Minecraft Regular 1.0&lt;/code&gt; by Pwnage_Block from 2011 and lists its license as CC BY-SA 3.0. The new source is &lt;code&gt;Mojangles Regular&lt;/code&gt; by olek molek from 2022 and is offered under the FontStruct Non-Commercial License. The licensing situation around the Minecraft font has always been uncertain, so anyone using it should check the original sources and their license terms.&lt;/p&gt;
&lt;p&gt;We’d really like to use &lt;a href=&quot;https://www.minecraft.net/etc.clientlibs/minecraftnet/clientlibs/clientlib-site/resources/fonts/Minecraft-Seven_v2.woff2&quot;&gt;the “official” source&lt;/a&gt; (links to woff2; woff, ttf, eot also available), but it doesn’t have CORS headers and redistributing the files would likely violate their &lt;a href=&quot;https://www.minecraft.net/en-us/usage-guidelines&quot;&gt;Usage Guidelines&lt;/a&gt;.&lt;/p&gt;
&lt;h4 id=&quot;character-coverage&quot;&gt;Character coverage&lt;/h4&gt;
&lt;p&gt;The new font contains only space, comma, period, digits, and ASCII letters. Compared with the old font, 44 code points are missing, including common punctuation and several Unicode characters, e.g. &lt;code&gt;!”#$%&amp;#x26;’()*+-/:;&amp;#x3C;=&gt;?@[\]^_`{|}~&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The old font files remaining in the &lt;code&gt;@font-face&lt;/code&gt; &lt;code&gt;src&lt;/code&gt; list do not provide per-character fallback. Missing characters will instead fall back to the next item in your &lt;code&gt;font-family&lt;/code&gt;. Unsupported characters may therefore be rendered in a different font.&lt;/p&gt;
&lt;h4 id=&quot;bold-and-italic-behavior&quot;&gt;Bold and italic behavior&lt;/h4&gt;
&lt;p&gt;Both the old and new files are Regular fonts. The new local source order can nevertheless resolve bold and italic contexts differently, either by finding locally installed variants or by causing the browser to synthesize a style. This can cause visual regressions, especially with headings.&lt;/p&gt;
&lt;p&gt;This is why &lt;code&gt;cmdesigns 0.1.9&lt;/code&gt; explicitly adds &lt;code&gt;font-weight: 400&lt;/code&gt; to the &lt;code&gt;CMText&lt;/code&gt; component. Consumers that use the Minecraft font should consider explicitly setting &lt;code&gt;font-weight&lt;/code&gt; to avoid surprises.&lt;/p&gt;</content:encoded></item><item><title>Deprecation and archival of the ludwig Docker image (pygopherd)</title><link>https://chrissx.de/notices/2026/5/</link><guid isPermaLink="true">https://chrissx.de/notices/2026/5/</guid><pubDate>Sun, 01 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;To focus our development efforts, we have archived the &lt;code&gt;chrissx/ludwig&lt;/code&gt; Docker image on 2026-03-27. A detailed migration guide has been added to &lt;a href=&quot;https://github.com/chrissxMedia/chrissx.de.conf.sh/blob/9e699bdcf4a68f242961005decd6263c1fd20d9c/ludwig/README.md#migrating&quot;&gt;its README&lt;/a&gt;.&lt;/p&gt;</content:encoded></item><item><title>Maintenance in Rosenhof</title><link>https://chrissx.de/notices/2026/4/</link><guid isPermaLink="true">https://chrissx.de/notices/2026/4/</guid><pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;For internal reasons, including but not limited to cleaning and battery replacement, we have performed maintenance at our site in Rosenhof. On 2026-02-15, &lt;a href=&quot;https://github.com/chrissxMedia/chrissx.de.conf.sh?tab=readme-ov-file#infrastructure&quot;&gt;all services hosted there&lt;/a&gt; (i.e. Email, Mumble and BUcKET) were unavailable between 22:00 and 22:35 (10:xx PM) UTC (23:00-23:35 CET). We expected this to take less time than it did, learnings have been made.&lt;/p&gt;</content:encoded></item><item><title>Removal of unused subdomains</title><link>https://chrissx.de/notices/2026/3/</link><guid isPermaLink="true">https://chrissx.de/notices/2026/3/</guid><pubDate>Sun, 01 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The following subdomains have not been used in years:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ftp.chrissx.de&lt;/li&gt;
&lt;li&gt;get.cpm.chrissx.de&lt;/li&gt;
&lt;li&gt;mc.chrissx.de&lt;/li&gt;
&lt;li&gt;pad.chrissx.de&lt;/li&gt;
&lt;li&gt;penis.chrissx.de&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Their DNS entries were removed on 2026-02-11.&lt;/p&gt;</content:encoded></item><item><title>Large-scale maintenance/migration</title><link>https://chrissx.de/notices/2026/2/</link><guid isPermaLink="true">https://chrissx.de/notices/2026/2/</guid><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;We have migrated all services previously running on our Nuremberg-based server &lt;code&gt;sophia&lt;/code&gt;, &lt;a href=&quot;https://github.com/chrissxMedia/chrissx.de.conf.sh?tab=readme-ov-file&quot;&gt;which includes most of what we operate&lt;/a&gt;, to the new server &lt;code&gt;ruby&lt;/code&gt;. We’re going to great lengths to make this switchover as smooth as possible, but there might be short periods of downtime or other disruptions, such as unexpected errors. Most of the migration has taken place on 2026-01-26 between 3:00 and 4:00 (AM) UTC (4:00-5:00 CET). A detailed timeline can be found below.&lt;/p&gt;
&lt;p&gt;The following list of chrissx Media websites and services are affected:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;chrissx.de&lt;/li&gt;
&lt;li&gt;fuxgames.com&lt;/li&gt;
&lt;li&gt;kinkcheck.top / bottom.kinkcheck.top&lt;/li&gt;
&lt;li&gt;fonts.chrissx.de&lt;/li&gt;
&lt;li&gt;lyrics.chrissx.de&lt;/li&gt;
&lt;li&gt;screwed.chrissx.de&lt;/li&gt;
&lt;li&gt;meme.chrissx.de&lt;/li&gt;
&lt;li&gt;erwin (please read the warning below) / erwin.chrissx.de&lt;/li&gt;
&lt;li&gt;gock.dev / pixel.chrissx.de&lt;/li&gt;
&lt;li&gt;elonisnwichser.de&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additionally, the following third party websites hosted by us are also affected:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;zerm.eu / zerm.link&lt;/li&gt;
&lt;li&gt;emilycatgirl.de&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;On 2026-02-22, &lt;code&gt;sophia&lt;/code&gt; was taken offline permanently. Please note that after this has taken place, no services will be available at &lt;code&gt;sophia.chrissx.de&lt;/code&gt; (or its associated IP addresses) anymore. Specifically, make sure that if you use &lt;code&gt;erwin&lt;/code&gt;, the correct URL is not &lt;code&gt;http://sophia.chrissx.de:8080/&lt;/code&gt;, but &lt;code&gt;http://erwin.chrissx.de:8080/&lt;/code&gt; or &lt;code&gt;https://erwin.chrissx.de/&lt;/code&gt;.&lt;/p&gt;
&lt;h4 id=&quot;detailed-timeline&quot;&gt;Detailed Timeline&lt;/h4&gt;
&lt;p&gt;We will carefully monitor for breakage after each step. All times are 24-hour UTC.&lt;/p&gt;
&lt;ul class=&quot;contains-task-list&quot;&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-01-25) &lt;code&gt;ruby&lt;/code&gt; setup, incl. complete testing&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-01-26 3:00) DNS switchover of underutilized domains: &lt;code&gt;chrisxeric.de&lt;/code&gt;, &lt;code&gt;cpm.chrissx.de&lt;/code&gt;, &lt;code&gt;elonisnwichser.de&lt;/code&gt;, &lt;code&gt;media.chrissx.de&lt;/code&gt;, &lt;code&gt;wiki.chrissx.de&lt;/code&gt;&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-01-26 3:15) DNS switchover of &lt;code&gt;erwin.chrissx.de&lt;/code&gt;&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-01-26 3:20) DNS switchover of &lt;code&gt;lyrics.chrissx.de&lt;/code&gt;, &lt;code&gt;meme.chrissx.de&lt;/code&gt;, &lt;code&gt;screwed.chrissx.de&lt;/code&gt;&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-01-26 3:30) DNS switchover of &lt;code&gt;zerm.link&lt;/code&gt;, &lt;code&gt;bottom.kinkcheck.top&lt;/code&gt;, &lt;code&gt;emilycatgirl.de&lt;/code&gt;&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-01-26 3:40) DNS switchover of all remaining domains&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; &lt;code&gt;sophia&lt;/code&gt; traffic decreases to an insignificant amount&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-01-29) Significant reduction of &lt;code&gt;sophia&lt;/code&gt;’s &lt;code&gt;nginx&lt;/code&gt; configuration&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-02-21) Migration of Discord bots&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-02-22) Final Shutdown of &lt;code&gt;sophia&lt;/code&gt;&lt;/li&gt;
&lt;li class=&quot;task-list-item&quot;&gt;&lt;input type=&quot;checkbox&quot; checked disabled&gt; (2026-02-23) &lt;a href=&quot;https://mastodon.online/@chrissx/116122167254278983&quot;&gt;A very cheesy farewell&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It has not been decided yet when the IP addresses assigned to &lt;code&gt;sophia&lt;/code&gt; will be given away. We will hold onto them until at least 2026-03-15 to mitigate any confusion arising from their reuse by a third party.&lt;/p&gt;
&lt;h4 id=&quot;semi-live-updates&quot;&gt;Semi-Live Updates&lt;/h4&gt;
&lt;p&gt;Times are given in 24-hour CET, unless noted otherwise.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;(2026-01-27 12:00) Yesterday &lt;code&gt;sophia&lt;/code&gt; already saw a &gt;80% reduction in traffic, despite the 4 hours before the migration. Today we’re seeing &amp;#x3C;5% of usual traffic, which is mostly bots, so everything can be shut down in the coming days.&lt;/li&gt;
&lt;li&gt;(2026-01-26 07:50) The issues have been resolved. &lt;code&gt;zerm.eu&lt;/code&gt; has been switched over and verified.&lt;/li&gt;
&lt;li&gt;(2026-01-26 05:02) successful switchover and verification completed: &lt;code&gt;chrissx.de&lt;/code&gt;, &lt;code&gt;fonts.chrissx.de&lt;/code&gt;, &lt;code&gt;gock.dev&lt;/code&gt;. The main part of the migration is done and this notice will be significantly reworked soon.&lt;/li&gt;
&lt;li&gt;(2026-01-26 05:00) &lt;code&gt;zerm.eu&lt;/code&gt; has been rolled back to &lt;code&gt;sophia&lt;/code&gt; because of broken Content-Type headers. This will be fixed soon&lt;/li&gt;
&lt;li&gt;(2026-01-26 04:52) successful switchover and verification completed: &lt;code&gt;fuxgames.com&lt;/code&gt;, &lt;code&gt;qa.chrissx.de&lt;/code&gt;, &lt;code&gt;porn.chrissx.de&lt;/code&gt;, &lt;code&gt;pixel.chrissx.de&lt;/code&gt;, &lt;code&gt;new.chrissx.de&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;(2026-01-26 04:43) successful switchover and verification completed: &lt;code&gt;bottom.kinkcheck.top&lt;/code&gt;, &lt;code&gt;kinkcheck.top&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;(2026-01-26 04:36) successful switchover and verification completed: &lt;code&gt;zerm.link&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;(2026-01-26 04:30) switchover and verification completed: &lt;code&gt;emilycatgirl.de&lt;/code&gt;. Chromium shows a security warning that we will investigate later (possible rollback)&lt;/li&gt;
&lt;li&gt;(2026-01-26 04:25) successful switchover and verification completed: &lt;code&gt;lyrics.chrissx.de&lt;/code&gt;, &lt;code&gt;meme.chrissx.de&lt;/code&gt;, &lt;code&gt;screwed.chrissx.de&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;(2026-01-26 04:14) successful switchover and verification completed: &lt;code&gt;erwin.chrissx.de&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;(2026-01-26 04:05) successful switchover and verification completed: &lt;code&gt;cpm.chrissx.de&lt;/code&gt;, &lt;code&gt;elonisnwichser.de&lt;/code&gt;, &lt;code&gt;media.chrissx.de&lt;/code&gt;, &lt;code&gt;wiki.chrissx.de&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;(2026-01-26 03:59) &lt;code&gt;chrisxeric.de&lt;/code&gt; has been fully verified to work while accessing it through &lt;code&gt;ruby&lt;/code&gt; (a test image is not available, which is expected)&lt;/li&gt;
&lt;li&gt;(2026-01-26 03:55) First switchover: not officially supported domain &lt;code&gt;chrisxeric.de&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;(2026-01-26 03:50) Coffee has been made, we are ready.&lt;/li&gt;
&lt;li&gt;(2026-01-25 21:45) All services are working correctly.&lt;/li&gt;
&lt;li&gt;(2026-01-25 12:15) All services are up-and-running. Testing will be conducted later today.&lt;/li&gt;
&lt;li&gt;(2026-01-25 10:45) After 4 test installations, we have arrived at a concise and stable setup. The new server &lt;code&gt;ruby&lt;/code&gt;, located in Falkenstein, will be set up during the next few hours.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Deprecation and removal of abandoned websites and Gopher protocol support</title><link>https://chrissx.de/notices/2026/1/</link><guid isPermaLink="true">https://chrissx.de/notices/2026/1/</guid><pubDate>Thu, 01 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;p&gt;The following websites have not been updated for five years, are partially broken and don’t serve any material purpose anymore:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/chrissxMedia/old.chrissx.de&quot;&gt;old.chrissx.de&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Ampless/ampless.chrissx.de&quot;&gt;ampless.chrissx.de&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/Amplus2/amplus.chrissx.de&quot;&gt;amplus.chrissx.de&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;To optimize our deployment processes going forward and reduce unnecessary resource consumption, these websites and their corresponding DNS entries have been removed on 2026-01-25. The code will remain available in the form of public archives on GitHub.&lt;/p&gt;
&lt;p&gt;For the same reasons, as well as focusing our development efforts, &lt;a href=&quot;https://github.com/chrissxMedia/chrissx.de-70&quot;&gt;the tech demo that we call our Gopher site&lt;/a&gt; was taken down on 2026-01-25. The archive will also remain public on GitHub.&lt;/p&gt;</content:encoded></item></channel></rss>