<?xml version="1.0" encoding="utf-8" standalone="yes"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Victor Kropp</title>
    <link>https://victor.kropp.name/blog/</link>
    <description>Recent content in Blog on Victor Kropp</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>&lt;a href=&#34;https://victor.kropp.name/disclaimer&#34;&gt;Disclaimer&lt;/a&gt;</copyright>
    <lastBuildDate>Sat, 14 Feb 2026 18:39:00 +0200</lastBuildDate>
    
	<atom:link href="https://victor.kropp.name/blog/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>UTF-8 Explained</title>
      <link>https://victor.kropp.name/blog/2026/utf-8-explained/</link>
      <pubDate>Sat, 14 Feb 2026 18:39:00 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/utf-8-explained/</guid>
      <description>&lt;p&gt;Awesome video explaining how UTF-8 works.
Beautifully narrated and easy to understand.&lt;/p&gt;
&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;
      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;eager&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube-nocookie.com/embed/vpSkBV5vydg?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;YouTube video&#34;&gt;&lt;/iframe&gt;
    &lt;/div&gt;

&lt;p&gt;It doesn&amp;rsquo;t dive deep into emojis but focuses more on text encoding.
Some facts, for example, about Hangul encoding were new to me.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Pesonal Apps</title>
      <link>https://victor.kropp.name/blog/2026/personal-apps/</link>
      <pubDate>Tue, 10 Feb 2026 17:16:13 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/personal-apps/</guid>
      <description>&lt;p&gt;Despite being silent about AI on this blog, I&amp;rsquo;ve been using it for a while now.
And not, it doesn&amp;rsquo;t write posts here instead of me.
But I do use it in programming.&lt;/p&gt;
&lt;p&gt;Many software engineers worry that AI is going to replace them.
To some extent it might be true, we&amp;rsquo;ve seen impressive results in the past few years.
Many models are now capable of generating basic applications, landing pages, or simple games.
But there will be a lot of demand for more complex applications, for critical thinking, and architectural decisions.&lt;/p&gt;
&lt;p&gt;However, if we take a look at it from a different perspective, AI also opens up a whole new world of possibilities for everyone.
Here&amp;rsquo;s an example.&lt;/p&gt;
&lt;h3 id=&#34;pinentry&#34;&gt;Pinentry&lt;/h3&gt;
&lt;p&gt;I&amp;rsquo;ve been &lt;a href=&#34;../../essential-git-setup/#commit-signing&#34;&gt;using a Yubikey for my GPG keys&lt;/a&gt; for a long time now.
But I never really liked the GnuPG&amp;rsquo;s &lt;code&gt;pinentry-mac&lt;/code&gt; password dialog used to unlock my key.
It is outdated.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2026/personal-apps/pinentry-mac.png&#34;
    alt=&#34;Original pinentry-mac from GnuPG&#34; width=&#34;657&#34; height=&#34;347&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;Original &lt;code&gt;pinentry-mac&lt;/code&gt; from GnuPG&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;It became even more apparent on macOS Tahoe with Liquid Glass.
But even before that, I couldn&amp;rsquo;t stand it and quickly hacked my own alternative.
I spent a few hours in total to make it work.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2026/personal-apps/pinpad.png&#34;
    alt=&#34;My handcrafted alternative from a few years ago&#34; width=&#34;506&#34; height=&#34;342&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;My handcrafted alternative from a few years ago&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;And then some more hours to update it to work with the latest macOS.
It worked great and I was happy with it.&lt;/p&gt;
&lt;h3 id=&#34;vibe-coding&#34;&gt;Vibe Coding&lt;/h3&gt;
&lt;p&gt;But today, I decided to task an AI agent to reimplement it.
I started with the following prompt on an empty directory:&lt;/p&gt;



&lt;blockquote&gt;
  &lt;p&gt;Create a macOS native popup that will implement Assuan protocol (at least partially) and act as replacement for &lt;code&gt;pinentry&lt;/code&gt; program.
It should follow Liquid Glass guidelines and present a simple and clean UI.&lt;/p&gt;

&lt;/blockquote&gt;
&lt;p&gt;And it came up with this while I was brewing a cup of tea.
Wow, just wow!&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2026/personal-apps/pinpin.png&#34;
    alt=&#34;What I got in a few prompts from AI&#34; width=&#34;560&#34; height=&#34;450&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;What I got in a few prompts from AI&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Well, it didn&amp;rsquo;t work perfectly from the very first try, but I needed to follow up just twice with a few minor tweaks.
Overall, it took me about &lt;em&gt;two&lt;/em&gt; minutes of active involvement (and 20 minutes in the background) to get it working.&lt;/p&gt;
&lt;p&gt;And AI also implemented the given task in many ways much better than I did.
For example, it has better organized I/O and tweaked the UI using properties I&amp;rsquo;ve never seen before.&lt;/p&gt;
&lt;h3 id=&#34;whats-next&#34;&gt;What&amp;rsquo;s next?&lt;/h3&gt;
&lt;p&gt;We are no longer limited by the current tools.
It is now absolutely possible to tailor an application to anyone&amp;rsquo;s needs.
It takes just a few minutes and a handful of AI tokens.&lt;/p&gt;
&lt;p&gt;I don&amp;rsquo;t think the profession of software engineer will ever be obsolete.
Instead, AI will enable us to create applications that we wouldn&amp;rsquo;t be able to make otherwise.&lt;/p&gt;
&lt;p&gt;Yes, I spent just a day hacking my own solution for a simple task.
But I have many more similar ideas, which I wasn&amp;rsquo;t able to implement yet because of time constraints and priorities.
And now I can!&lt;/p&gt;
&lt;p&gt;And I&amp;rsquo;m not alone.
Some are &lt;a href=&#34;https://blog.pragmaticengineer.com/i-replaced-a-120-year-micro-saas-in-20-minutes-with-llm-generated-code/&#34;&gt;replacing paid services&lt;/a&gt; spending the same 20 minutes.
Others creating &lt;a href=&#34;https://rselbach.com/your-sub-is-now-my-weekend-project&#34;&gt;an app that they always needed&lt;/a&gt;.
These are just two I stumbled upon last week.
And I&amp;rsquo;m sure there are and will be many more.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Site update</title>
      <link>https://victor.kropp.name/blog/2026/site-update/</link>
      <pubDate>Sun, 01 Feb 2026 19:29:20 +0100</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/site-update/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s been a while since I last &lt;a href=&#34;../../2024/my-private-garden&#34;&gt;posted a changelog&lt;/a&gt; for this website.
So it&amp;rsquo;s time to recap what have changed since then.&lt;/p&gt;
&lt;h3 id=&#34;browsers-to-remove-xslt-support&#34;&gt;Browsers to remove XSLT support&lt;/h3&gt;
&lt;p&gt;Two years ago I added a simple XSL transformation to prettify RSS feed as it is shown when opened by a direct link.
The support for this (massively outdated) technology is going to be removed soon.
Funny, that &lt;a href=&#34;https://developer.chrome.com/docs/web-platform/deprecating-xslt#rss_and_atom_feeds&#34;&gt;this specific use case&lt;/a&gt; is mentioned in the deprecation announcement.
Looks like, I&amp;rsquo;ll need to add a polyfill to fix that later.&lt;/p&gt;
&lt;h3 id=&#34;css-polishing&#34;&gt;CSS polishing&lt;/h3&gt;
&lt;p&gt;I keep polishing CSS without changing the looks.
I&amp;rsquo;ve cleaned up the narrow view shown on mobile.
But the biggest update is the addition of dark theme.&lt;/p&gt;
&lt;p&gt;Initially implemented with JavaScript and manually changing classes, now it uses modern &lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark&#34;&gt;&lt;code&gt;light-dark()&lt;/code&gt;&lt;/a&gt; CSS function and &lt;code&gt;color-scheme&lt;/code&gt; property.
Checkout this &lt;a href=&#34;https://pepelsbey.dev/articles/native-light-dark/&#34;&gt;awesome guide&lt;/a&gt; on how to properly use it.&lt;/p&gt;
&lt;h3 id=&#34;lists&#34;&gt;Lists&lt;/h3&gt;
&lt;p&gt;It appears, I like making lists.
Not To-Do lists, although them too, but lists of &lt;a href=&#34;https://victor.kropp.name/listen&#34;&gt;albums&lt;/a&gt; I listen, or &lt;a href=&#34;https://victor.kropp.name/series&#34;&gt;series&lt;/a&gt; I watch.
Or my up-to-date &lt;a href=&#34;https://victor.kropp.name/wishlist&#34;&gt;wishlist&lt;/a&gt; and &lt;a href=&#34;https://victor.kropp.name/bucketlist&#34;&gt;bucketlist&lt;/a&gt;.
All that in addition to long existing lists of &lt;a href=&#34;https://victor.kropp.name/books&#34;&gt;books&lt;/a&gt; I read and &lt;a href=&#34;https://victor.kropp.name/playroom&#34;&gt;videogames&lt;/a&gt; I played.&lt;/p&gt;
&lt;h3 id=&#34;social-archives&#34;&gt;Social archives&lt;/h3&gt;
&lt;p&gt;At the end of 2025 I downloaded my data from &lt;a href=&#34;../../2025/end-of-social-media&#34;&gt;Instagram&lt;/a&gt; and &lt;a href=&#34;../twitter-archive&#34;&gt;Twitter&lt;/a&gt; and vibe coded two static pages with all content I once posted there.&lt;/p&gt;
&lt;h3 id=&#34;load-speed&#34;&gt;Load speed&lt;/h3&gt;
&lt;p&gt;I stumbled upon an article &amp;ldquo;&lt;a href=&#34;https://endtimes.dev/why-your-website-should-be-under-14kb-in-size/&#34;&gt;Why your website should be under 14kB in size&lt;/a&gt;&amp;rdquo;
some time ago and decided to implement the advice, at least on my homepage.
So I removed all unused and auxiliary stuff, and now it hopefully loads a fraction of a second faster.&lt;/p&gt;
&lt;p&gt;Was it necessary?
Probably not.&lt;/p&gt;
&lt;p&gt;Was it fun to chase it down to 14kb?
Hell yeah.&lt;/p&gt;
&lt;p&gt;And since I already use a static site generator, why not take another small step to improve load times?&lt;/p&gt;
&lt;h3 id=&#34;transitions&#34;&gt;Transitions&lt;/h3&gt;
&lt;p&gt;More and more browsers are supporting &lt;a href=&#34;https://developer.mozilla.org/docs/Web/CSS/Reference/At-rules/@view-transition&#34;&gt;navigation transitions&lt;/a&gt; now, and I&amp;rsquo;ve enabled them too.
With all optimization efforts, pages now switch seamlessly, and I enjoy navigating on my site.&lt;/p&gt;
&lt;h3 id=&#34;thats-it&#34;&gt;That&amp;rsquo;s it&lt;/h3&gt;
&lt;p&gt;That&amp;rsquo;s all I could remember I&amp;rsquo;ve updated here recently.
Again, I&amp;rsquo;m CEO, Product Manager, Head of Design, and Lead Software Engineer for my homepage, so I can do whatever I want here.
And I enjoy it!&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Startup Camp</title>
      <link>https://victor.kropp.name/blog/2026/startupcamp/</link>
      <pubDate>Fri, 30 Jan 2026 10:28:59 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/startupcamp/</guid>
      <description>&lt;p&gt;Last week I took part in an internal Startup Camp.
The goal was to take an idea for a spin for a week, and prove if it is worth further investment or not.&lt;/p&gt;
&lt;p&gt;I didn&amp;rsquo;t have my own idea, so I joined an existing project.
We proudly called as co-founders, even in fact we were just learning basics.&lt;/p&gt;
&lt;h3 id=&#34;lessons-learned&#34;&gt;Lessons learned&lt;/h3&gt;
&lt;h4 id=&#34;idea-is-nothing-without-execution&#34;&gt;Idea is nothing without execution&lt;/h4&gt;
&lt;p&gt;I&amp;rsquo;ve heard it multiple times, but until you start doing something you might be blinded by the absolute awesomeness of your idea.
It is only when you start digging deeper you discover all its hidden sides, and may ultimately come to a conclusion that nobody needs it.&lt;/p&gt;
&lt;p&gt;It is necessary to believe in the idea, but it is sometimes as well important to let it go when everyone tells you it is not needed,
and research confirms it.&lt;/p&gt;
&lt;h4 id=&#34;you-can-talk-to-random-people-on-linkedin&#34;&gt;You can talk to random people on LinkedIn&lt;/h4&gt;
&lt;p&gt;During our research, we contacted 50+ people on LinkedIn each.
And some of they answered!
We did numerous interview just in few days, talking to former employees of competitor companies and potential and current users of similar software.
This helped us a lot to understand our problem understanding wasn&amp;rsquo;t aligned with the reality.&lt;/p&gt;
&lt;h4 id=&#34;we-dropped-the-idea-but-the-spirit-lives-on&#34;&gt;We dropped the idea, but the spirit lives on&lt;/h4&gt;
&lt;p&gt;We had an opportunity to continue working on the project if we could have proved it can be successful.
Nevertheless, it was also an important experience to &lt;em&gt;close&lt;/em&gt; the project before we invested too much into something that can&amp;rsquo;t be profitable.&lt;/p&gt;
&lt;h3 id=&#34;one-out-of-fifty&#34;&gt;One out of fifty&lt;/h3&gt;
&lt;p&gt;They say that only 1 out of 50 startups survives and is profitable.
Well, I need to try just 49 more times.&lt;/p&gt;



&lt;blockquote&gt;
  &lt;p&gt;This is ten percent luck&lt;br&gt;
Twenty percent skill&lt;br&gt;
Fifteen percent concentrated power of will&lt;br&gt;
Five percent pleasure&lt;br&gt;
Fifty percent pain&lt;br&gt;
And a hundred percent reason to remember the name&lt;/p&gt;
&lt;p&gt;&lt;cite&gt;&lt;strong&gt;Remember the name&lt;/strong&gt; by Fort Minor&lt;/cite&gt;&lt;/p&gt;

&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&#34;https://www.softwaredesign.ing/blog/doing-the-thing-is-doing-the-thing&#34;&gt;Just do it!&lt;/a&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Deprecation</title>
      <link>https://victor.kropp.name/blog/2026/deprecation/</link>
      <pubDate>Tue, 27 Jan 2026 17:12:11 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/deprecation/</guid>
      <description>&lt;p&gt;After I created my &lt;a href=&#34;../2026/twitter-archive&#34;&gt;Twitter archive&lt;/a&gt;, I started reviewing all my blog posts.
The goal was to replace Twitter embeds with pre-rendered tweets from the archive.
There were two reasons for that.&lt;/p&gt;
&lt;p&gt;First, it ensured the content will remain there even years after publication.
For example, my &lt;a href=&#34;../100-percent-code-coverage&#34;&gt;April Fools blog post&lt;/a&gt; from 2017 has lost most of its referenced content,
because it was deleted sometime in the past years.&lt;/p&gt;
&lt;p&gt;Second, Hugo &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#embedded&#34;&gt;shortcode&lt;/a&gt; I used for that is deprecated,
and it is required to rename it.
I didn&amp;rsquo;t want to do that.
Embedding tweets directly allowed me to work around this and also improve building speed albeit insignificantly.&lt;/p&gt;
&lt;p&gt;As a side effect of this activity, I also added some deprecation notes to old content which is irrelevant as of today.
I&amp;rsquo;ve irregularly writing here for around ten years, so there&amp;rsquo;s been some.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Book review: The Big Five for Life</title>
      <link>https://victor.kropp.name/blog/2026/bigfiveforlife/</link>
      <pubDate>Fri, 16 Jan 2026 16:59:00 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/bigfiveforlife/</guid>
      <description>&lt;figure class=&#34;right&#34;&gt;&lt;img src=&#34;https://victor.kropp.name/books/2026/TheBigFiveforLife.jpg&#34; width=&#34;169&#34; height=&#34;261&#34;&gt;
&lt;/figure&gt;

&lt;p&gt;Just finished &lt;del&gt;reading&lt;/del&gt; listening &amp;ldquo;The Big Five for Life&amp;rdquo; by &lt;em&gt;John Strelecky&lt;/em&gt; (narrated by the author)
and it is one of the most inspiring &lt;a href=&#34;https://victor.kropp.name/books&#34;&gt;books&lt;/a&gt; I&amp;rsquo;ve ever read.&lt;/p&gt;
&lt;p&gt;Set as a fictional story&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt; about a successful entrepreneur, it describes his way of leading his multiple companies.
But in fact, it goes much further, and focuses on universal life advices that would benefit everyone, not only company owners and leaders.&lt;/p&gt;
&lt;p&gt;Here are some easy to remember, but very impactful concepts from the book.&lt;/p&gt;
&lt;h5 id=&#34;museum-day&#34;&gt;Museum Day&lt;/h5&gt;
&lt;p&gt;Imagine that at the end of your life, a museum is built that displays every single day you lived.
Every action, conversation, and mood is presented there.
If you spent 20% of your life at a job you didn&amp;rsquo;t like, 20% of the museum will be dedicated to it.
And you&amp;rsquo;ll be guiding others thorough your personal exhibition for eternity.&lt;/p&gt;
&lt;p&gt;A &lt;strong&gt;Good Museum Day&lt;/strong&gt; is a day you would be proud to be displayed there.&lt;/p&gt;
&lt;h5 id=&#34;purpose-for-existing&#34;&gt;Purpose for Existing&lt;/h5&gt;
&lt;p&gt;Everyone has their &lt;strong&gt;PFE (Purpose for Existing)&lt;/strong&gt; – the main goal of their life.
Yours should align with the company you&amp;rsquo;re working on.
The book focuses on hiring, but this advice may be applied when you&amp;rsquo;re applying for a work too.&lt;/p&gt;
&lt;p&gt;The concept is also useful in private life just as well.
If your and your partner&amp;rsquo;s PFE differ significantly, it may be impossible for you to coexist in balance.&lt;/p&gt;
&lt;h5 id=&#34;big-five-for-life&#34;&gt;Big Five for Life&lt;/h5&gt;
&lt;p&gt;What are the five things you want to do, see, or experience before you die?
These are your Big Five for Life.&lt;/p&gt;
&lt;p&gt;You should always remember them and ask yourself every day, what have you done to be a step closer to them?&lt;/p&gt;
&lt;p&gt;After reading this book, I understood that I don&amp;rsquo;t exactly what is my PFE,
and what items from my &lt;a href=&#34;https://victor.kropp.name/bucketlist&#34;&gt;bucketlist&lt;/a&gt; I would call my Big Five for Life.
So, my resolution for 2026 is to figure this out.&lt;/p&gt;
&lt;p&gt;★★★★★ highly recommend&lt;/p&gt;
&lt;div class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34;&gt;
&lt;p&gt;Similar to &amp;ldquo;The Five Dysfunctions of a Team&amp;rdquo; by &lt;em&gt;Patrick Lencioni&lt;/em&gt;. And both have &lt;strong&gt;five&lt;/strong&gt; in their titles. A coincidence?&amp;#160;&lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
</description>
    </item>
    
    <item>
      <title>My Twitter Archive</title>
      <link>https://victor.kropp.name/blog/2026/twitter-archive/</link>
      <pubDate>Tue, 06 Jan 2026 17:44:10 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/twitter-archive/</guid>
      <description>&lt;p&gt;Few weeks ago I downloaded my complete &lt;a href=&#34;../../2025/end-of-social-media&#34;&gt;Instagram profile&lt;/a&gt; and &lt;a href=&#34;https://victor.kropp.name/instagram&#34;&gt;published an archive&lt;/a&gt; here, on my personal website.&lt;/p&gt;
&lt;p&gt;Next logical step was to do the same with Twitter, which was once my favorite social network.
I left it right after it was overtaken by a billionaire and renamed, but it hosts around 15 years of memories.
I don’t want to lose them, so I downloaded archive of my profile and (vibe-)coded a static page from it.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2026/twitter-archive/timelapse.gif&#34; width=&#34;480&#34; height=&#34;323&#34;&gt;
&lt;/figure&gt;

&lt;p&gt;With very little effort from my side I was able to get a 5Mb HTML file and somewhat 400Mb media.
With some additional effort from AI and &lt;code&gt;imagemagick&lt;/code&gt;/&lt;code&gt;ffmpeg&lt;/code&gt; I shrinked them down to 2Mb and 120Mb respectively, which I find acceptable.&lt;/p&gt;
&lt;p&gt;I enjoyed &lt;a href=&#34;https://victor.kropp.name/twitter&#34;&gt;glancing through the history&lt;/a&gt; and remembering some long forgotten interactions with beautiful people around the world.
I’ll miss them, but I’m out of social networks.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Homelab</title>
      <link>https://victor.kropp.name/blog/2026/homelab/</link>
      <pubDate>Sat, 03 Jan 2026 17:13:27 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2026/homelab/</guid>
      <description>


&lt;blockquote class=&#34;alert alert-warning&#34;&gt;
  &lt;header&gt;⚠️&lt;/header&gt;
  &lt;p&gt;Just a few days after I published this post, my CM3588 broke down and no longer boots.
I no longer recommend it to anyone
and I&amp;rsquo;ll publish a postmortem later.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Some 1½ year ago I started my homelab.&lt;/p&gt;
&lt;p&gt;I wanted to have a small local server to serve as &lt;abbr title=&#34;Network Attached Storage&#34;&gt;NAS&lt;/abbr&gt; and a server for private services.
I pay for iCloud and Google Drive for photos and documents storage, but I also want to have my backups locally and independently.
Also, my wife&amp;rsquo;s and mine&amp;rsquo;s Time Machine backups are already quite big and the bill for cloud services would be significant.&lt;/p&gt;
&lt;p&gt;The same for local services, which I want to run without dependency on network availability and without sharing too much private information.
These are for example, &lt;a href=&#34;https://docs.paperless-ngx.com/&#34;&gt;Paperless&lt;/a&gt; to store all sorts of documents,
or &lt;a href=&#34;https://github.com/tillsteinbach/CarConnectivity&#34;&gt;CarConnectivity&lt;/a&gt; to track various stats of my car.&lt;/p&gt;
&lt;h4 id=&#34;hardware&#34;&gt;Hardware&lt;/h4&gt;
&lt;p&gt;I chose &lt;a href=&#34;https://www.friendlyelec.com/index.php?route=product/product&amp;amp;product_id=294&#34;&gt;CM3588 NAS Kit&lt;/a&gt; to run my homelab for many reasons:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;It is not restricted to some proprietary vendor OS, I run Debian there with any software I want&lt;/li&gt;
&lt;li&gt;It runs on ARM, with passive cooling (no noise at all) and low energy consumption&lt;/li&gt;
&lt;li&gt;It supports up to 4 NVME SSD drives&lt;/li&gt;
&lt;li&gt;I could 3D print a case for it!&lt;/li&gt;
&lt;/ul&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2026/homelab/cm3588.jpg&#34;
    alt=&#34;My CM3588 based homelab in a 3D printed case&#34; width=&#34;450&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;My CM3588 based homelab in a 3D printed case&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;Four SSD drives might be an overkill, but I really wanted it to be fanless and quiet.
Increased disk access speed is not that important to me.
As for total storage volume, I don&amp;rsquo;t need much, so a few 2TB drives in RAID array are enough for me.&lt;/p&gt;
&lt;h4 id=&#34;ssd&#34;&gt;SSD&lt;/h4&gt;
&lt;p&gt;For price-performance ratio I initially chose &lt;strong&gt;Western Digital Blue SN580&lt;/strong&gt; SSDs.
However, I wouldn&amp;rsquo;t recommend them, as two of them crashed suddenly and, of course, at very inconvenient time.
Sandisk (which are owners of Western Digital now) replaced them without questions, respect to them.
But still, I needed to set up a lot of the things again.&lt;/p&gt;
&lt;p&gt;An important lesson learned was that my backups worked and I didn&amp;rsquo;t lose any unrecoverable data.&lt;/p&gt;
&lt;h4 id=&#34;software&#34;&gt;Software&lt;/h4&gt;
&lt;p&gt;As mentioned above, I run &lt;strong&gt;Paperless&lt;/strong&gt; on it, and I will write a separate blog post about it later.&lt;/p&gt;
&lt;p&gt;I also want to expand the number of self-hosted services this year with:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&#34;https://immich.app&#34;&gt;Immich&lt;/a&gt; for photos&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://pi-hole.net&#34;&gt;Pi-hole&lt;/a&gt; for ad blocking&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://syncthing.net&#34;&gt;Syncthing&lt;/a&gt; for easy file sync&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Do you know any other services worth trying?&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>2025 in Review</title>
      <link>https://victor.kropp.name/blog/2025/year-in-review/</link>
      <pubDate>Wed, 31 Dec 2025 12:56:59 +0100</pubDate>
      
      <guid>https://victor.kropp.name/blog/2025/year-in-review/</guid>
      <description>&lt;p&gt;Another year is over, and it is time to follow the annual tradition.&lt;/p&gt;
&lt;p&gt;I finished my previous review with a brief mention of year compass.
Although I haven’t opened it at all since then, it still influenced my life.
Some important things I wrote there were: spend more time with the family ✅, travel more ✅, say ‘no’ to new projects more often ❌.&lt;/p&gt;
&lt;p&gt;All in all, I had a lot of great moments this year, and this is how I remember 2025.&lt;/p&gt;
&lt;h3 id=&#34;personal&#34;&gt;Personal&lt;/h3&gt;
&lt;p&gt;In general, I’d rate this year as good on a personal level.
I’ve made some improvements here and there, but nothing to brag about.
My smart home and &lt;a href=&#34;../../2026/homelab&#34;&gt;homelab&lt;/a&gt; projects are doing great, and I still have plans to share more about them on this blog.&lt;/p&gt;
&lt;p&gt;There were sad moments too.
Our car has passed away at a solid age of fifteen years.
Rest in peace, &lt;a href=&#34;../ronnie&#34;&gt;Ronnie&lt;/a&gt;. We will always love you.&lt;/p&gt;
&lt;h3 id=&#34;work&#34;&gt;Work&lt;/h3&gt;
&lt;p&gt;My team worked tirelessly on two major releases this year: announcing Compose Multiplatform as stable on iOS, and beta on Web.
The &lt;a href=&#34;../kotlinconf&#34;&gt;trip to KotlinConf&lt;/a&gt; was again one of the highlights of the year.&lt;/p&gt;
&lt;p&gt;With a workshop, talks with colleagues, partners, and users, and the &lt;a href=&#34;https://kotlinconf.com/app&#34;&gt;official conference app&lt;/a&gt; rebuilt from the ground up, I was so busy before and during the conference, that I needed some time afterwards to realize how much we have achieved.&lt;/p&gt;
&lt;p&gt;I had much fewer business trips in 2025 compared to the previous year, however it still felt too much.
I value in-person collaboration a lot, but often all business questions are better resolved asynchronously, and the time together is better spent just hanging out.
And we had enough of it this year.&lt;/p&gt;
&lt;h3 id=&#34;electric-car&#34;&gt;Electric car&lt;/h3&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2025/year-in-review/id7.jpg&#34;
    alt=&#34;VW ID.7 Tourer. Image: Volkswagen&#34; width=&#34;1000&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;VW ID.7 Tourer. Image: Volkswagen&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;One of the biggest changes for my family this year was a new car and not just any new car, but an electric one.
I enjoy driving it whenever I can and am absolutely excited about the future of electric mobility.
I learned a lot about EVs this year, and can assure everyone that the infrastructure for them is already there, at least in Western Europe.
If you’re still weighing when would be a good time to get an EV, don’t wait, the time is now.&lt;/p&gt;
&lt;p&gt;It took me a while to choose one.
A major factor for me was to support a European, and even better a German, manufacturer.
Unsurprisingly, I decided for Volkswagen, who are together with their other brands are dominating European EV market.&lt;/p&gt;
&lt;p&gt;Just a side note: I still commute to the office by bike mostly.
And I cycled 1300 km almost exclusively between home and office this year.&lt;/p&gt;
&lt;h3 id=&#34;travel&#34;&gt;Travel&lt;/h3&gt;
&lt;p&gt;And while I traveled less for business, we made quite a few vacation travels.
Not at last because of the new spacious and very comfortable car.&lt;/p&gt;
&lt;p&gt;We’ve been to Italy (for the fourth straight year) and this time I bought a &lt;a href=&#34;https://bipandgo.com/en/&#34;&gt;transponder for toll roads&lt;/a&gt;.
What a great idea it was, it saved us at least few hours of traffic jams before the toll plazas during just this one trip.
Totally worth its money!&lt;/p&gt;
&lt;p&gt;Together with my son we visited Budapest for the Hungarian Grand Prix and witnessed Lando Norris’ win on his way to F1 World Championship triumph.&lt;/p&gt;
&lt;p&gt;And finally, we’ve traveled locally this time a lot, including a round trip through almost all Germany’s federal states.&lt;/p&gt;
&lt;h3 id=&#34;my-homepage-and-social-media&#34;&gt;My homepage and social media&lt;/h3&gt;
&lt;p&gt;This year I finally realized that I no longer want &lt;a href=&#34;../end-of-social-media&#34;&gt;any social media&lt;/a&gt;.
Instead, every time I had a spare minute, I improved some detail on my homepage, my very own place in the World Wide Web.
I keep saying it every year, but I’d like to write more about it, and post more to my blog as well.&lt;/p&gt;
&lt;p&gt;I had some failures too.
I started the year with “One emoji a day” and did well for a few months, but then somehow forgot about it and only remembered when it was too late.
I’m going to repeat the challenge in 2026.&lt;/p&gt;
&lt;h3 id=&#34;fitness-and-sport&#34;&gt;Fitness and sport&lt;/h3&gt;
&lt;p&gt;With all the stuff happening in both personal and work life I completely missed all sport events.
&lt;a href=&#34;https://www.wingsforlifeworldrun.com/en/locations/munich&#34;&gt;Wings for Life World Run&lt;/a&gt; was sold out faster than I expected,
so I missed it despite having a &lt;a href=&#34;../../2024/wings-for-life-world-run&#34;&gt;great time there in 2024&lt;/a&gt;.
I did not ride my road bike even once, and hiked less than I wanted too.
The obvious plan for next year is to fix this.&lt;/p&gt;
&lt;p&gt;Still, I got not one, but two &lt;a href=&#34;../july-challenge&#34;&gt;perfect&lt;/a&gt; &lt;a href=&#34;../november-challenge&#34;&gt;months&lt;/a&gt; on my Apple Watch, and completed all monthly challenges.
(And 23 out of last 24, I failed the previous December one because I got terribly sick and had not enough time to catch up)&lt;/p&gt;
&lt;p&gt;And this year I reduced my alcohol consumption to almost zero.
I can’t yet say I quit drinking completely, but I do it so rare and don’t miss it at all.&lt;/p&gt;
&lt;p&gt;I wasn’t as successful in avoiding sweets, I’ll take another attempt starting tomorrow.&lt;/p&gt;
&lt;h3 id=&#34;entertainment&#34;&gt;Entertainment&lt;/h3&gt;
&lt;h4 id=&#34;games&#34;&gt;Games&lt;/h4&gt;
&lt;p&gt;I didn’t have much time to play video games this year.
In fact, I played only four games in total: completed a &lt;a href=&#34;https://victor.kropp.name/playroom#platinum&#34;&gt;Platinum trophy&lt;/a&gt; in &lt;strong&gt;LEGO Horizon Adventures&lt;/strong&gt; and &lt;strong&gt;Spiderman 2&lt;/strong&gt;,
and finished &lt;strong&gt;Death Stranding 2: On the Beach&lt;/strong&gt;, with platinum trophy there still in progress.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2025/year-in-review/ds2.jpg&#34;
    alt=&#34;DEATH STRANDING 2: On the Beach&#34; width=&#34;1000&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;DEATH STRANDING 2: On the Beach&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;But my personal favorite was the co-op game &lt;strong&gt;Split Fiction&lt;/strong&gt; from the authors of &lt;em&gt;It Takes Two&lt;/em&gt;.
Together with my wife, we enjoyed their previous game, and their new creation did not disappoint.&lt;/p&gt;
&lt;p&gt;Overall gaming gave me what I wanted: a way to relax in the evening without much thinking.&lt;/p&gt;
&lt;h4 id=&#34;movies&#34;&gt;Movies&lt;/h4&gt;
&lt;p&gt;In the past years I went to the cinema only once a year, and 2025 continued the streak.
I haven’t had big hopes for the &lt;a href=&#34;https://www.themoviedb.org/movie/911430-f1&#34;&gt;F1 movie&lt;/a&gt;, but it was better than I thought.
Fast cars and some Easter eggs for long time fans is a good recipe for a summer blockbuster.&lt;/p&gt;
&lt;p&gt;Overall, there are less and less exciting movies I’d like to see, let alone go to a cinema for it.&lt;/p&gt;
&lt;h4 id=&#34;series&#34;&gt;Series&lt;/h4&gt;
&lt;p&gt;Last year we watched &lt;strong&gt;Silo&lt;/strong&gt; and &lt;strong&gt;Severance&lt;/strong&gt; and enjoyed their second seasons early this year.
We also finally binge-watched 4 seasons of the &lt;strong&gt;Stranger Things&lt;/strong&gt; and are ready for the epic finale.&lt;/p&gt;
&lt;p&gt;I appreciate authors going for a risk of producing of a new original story.
So, I also have high hopes for the new series from Vince Gilligan (of &lt;em&gt;Breaking Bad&lt;/em&gt; and &lt;em&gt;Better Call Saul&lt;/em&gt; fame) – &lt;strong&gt;Pluribus&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;But, yeah, it&amp;rsquo;s all mainstream.&lt;/p&gt;
&lt;h4 id=&#34;books&#34;&gt;Books&lt;/h4&gt;
&lt;p&gt;Absolutely unexpectedly I started listening to audiobooks a lot.
Three books last year were just the beginning.
This year I listened to nine full-size books, mostly during my commute.&lt;/p&gt;
&lt;p&gt;My favorite &lt;a href=&#34;https://victor.kropp.name/books&#34;&gt;book&lt;/a&gt; of the year was, for sure, the &lt;strong&gt;Project Hail Mary&lt;/strong&gt; by Andy Weir.
I finally get to read (yes, I read it, not listened) it after YouTube suggested me to watch a trailer for the upcoming movie.
I marked the trailer to watch later, and swallowed the book in under a week, which is a great result, given I didn’t have time for anything this year.
It was the same feeling as with &lt;strong&gt;The Martian&lt;/strong&gt; by the same author, who masterfully blends sci-fi and entertaining story.&lt;/p&gt;
&lt;h3 id=&#34;lego&#34;&gt;LEGO&lt;/h3&gt;
&lt;p&gt;We’ve got annual passes to the &lt;a href=&#34;https://legoland.de&#34;&gt;LEGOLAND Deutschland&lt;/a&gt; (just 1 hour by car from Munich) and visited it multiple times with kids this summer.
It could have been my dream as kid, and I’m happy I can share it with my children.&lt;/p&gt;
&lt;figure&gt;&lt;img src=&#34;https://victor.kropp.name/blog/2025/year-in-review/lego-mcl38.webp&#34;
    alt=&#34;McLaren MCL38 Image: LEGO&#34; width=&#34;800&#34;&gt;&lt;figcaption&gt;
      &lt;p&gt;McLaren MCL38 Image: &lt;a href=&#34;https://www.lego.com/de-de/product/f1-driver-with-mclaren-race-car-60442&#34;&gt;LEGO&lt;/a&gt;&lt;/p&gt;
    &lt;/figcaption&gt;
&lt;/figure&gt;

&lt;p&gt;2025 sets joined my LEGO McLaren collection just in time for the second consecutive Constructors’ World Championship.&lt;/p&gt;
&lt;p&gt;And I started a small personal project of building my apartment in &lt;a href=&#34;https://brickarchitect.com/scale/&#34;&gt;minifigure scale&lt;/a&gt;, but it is not finished yet.&lt;/p&gt;
&lt;h3 id=&#34;2026&#34;&gt;2026&lt;/h3&gt;
&lt;p&gt;The past year was great, eventful, exciting, and satisfying.
It was so intense that my energy level towards the end of December was permanently at zero.&lt;/p&gt;
&lt;p&gt;My wish for the next year for now is to keep all things as exciting and great as before, but tune down intensity a bit.
We’ve planned fewer family trips (but they will be no less scenic), I expect fewer releases of a smaller scale, but even more stability and quality at work.&lt;/p&gt;
&lt;p&gt;Overall, I’m looking confidently into the next 365 days and can’t wait to write the next review looking back at how great I spent these days.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>52 interesting things I learned in 2025</title>
      <link>https://victor.kropp.name/blog/2025/52-things-learned/</link>
      <pubDate>Tue, 23 Dec 2025 09:49:08 +0200</pubDate>
      
      <guid>https://victor.kropp.name/blog/2025/52-things-learned/</guid>
      <description>&lt;p&gt;Following &lt;a href=&#34;https://victor.kropp.name/blog/2024/52-things-learned&#34;&gt;last year&amp;rsquo;s tradition&lt;/a&gt;, here is a list of things I learned this year, one for each week.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://letstalkgeography.com/temperature-inversion/&#34;&gt;Temperature inversion&lt;/a&gt; is a phenomenon in which a layer of warmer air overlies cooler air.&lt;/li&gt;
&lt;li&gt;In the 1980s, a man with severe OCD shot himself in the head in an attempt to commit suicide. Instead of killing him, the &lt;a href=&#34;https://www.latimes.com/archives/la-xpm-1988-02-23-mn-44736-story.html&#34;&gt;bullet destroyed the part of his brain responsible for his OCD&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;In 2003, there were between 50 and 100 people in the US who still had &lt;a href=&#34;https://clicks.aweber.com/y/ct/?l=vMXvbn&amp;amp;m=iPl1y303V7McQMQ&amp;amp;b=S4Atvd6T8aszEAVUw4ftHQ&#34;&gt;nuclear-powered pacemakers&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;SQLite is in public domain, and open source, but is &lt;a href=&#34;https://avi.im/blag/2024/sqlite-facts/&#34;&gt;not open for contributions&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;A &lt;a href=&#34;https://www.titledrops.net/&#34;&gt;title drop&lt;/a&gt; is when a character in a movie says the title of the movie they&amp;rsquo;re in.&lt;/li&gt;
&lt;li&gt;Trains in Switzerland &lt;a href=&#34;https://www.reddit.com/r/softwaregore/comments/4s755a/trains_in_switzerland_must_not_have_exactly_256/&#34;&gt;must not have exactly 256 axles&lt;/a&gt;, or the signaling system gets confused.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Blue_Monday_(date)&#34;&gt;Blue Monday&lt;/a&gt; is the name given to a day in January (typically the third Monday of the month) to be the most depressing day of the year.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;git&lt;/code&gt; was able to &lt;a href=&#34;https://github.com/git/git/tree/e83c5163316f89bfbde7d9ab23ca2e25604af290&#34;&gt;track itself&lt;/a&gt; from day one.&lt;/li&gt;
&lt;li&gt;In 2023, &lt;a href=&#34;https://www.voronoiapp.com/pop-culture/Solo-stars-have-stolen-the-stage--literally-3843&#34;&gt;bands occupied just 4%&lt;/a&gt; of the music charts–compare to 41% in 1995.&lt;/li&gt;
&lt;li&gt;A &lt;a href=&#34;https://en.wikipedia.org/wiki/Score_bug&#34;&gt;score bug&lt;/a&gt; is a digital on-screen graphic which is displayed at either the top or lower third bottom of the television screen during a broadcast of a sporting event in order to display the current score and other statistics.&lt;/li&gt;
&lt;li&gt;The uninhabited &lt;a href=&#34;https://www.bbc.com/news/stories-42817859&#34;&gt;Pheasant island&lt;/a&gt; in the river Bidassoa that separates France and Spain switches countries every six months.&lt;/li&gt;
&lt;li&gt;In ancient Greek religion and mythology, the Moirai—often known in English as the Fates—were the personifications of destiny.&lt;/li&gt;
&lt;li&gt;There is a hidden feature to &lt;a href=&#34;https://www.macrumors.com/how-to/make-any-file-a-template-macos-tool/&#34;&gt;mark file as template&lt;/a&gt; in macOS.&lt;/li&gt;
&lt;li&gt;European Council maintains a &lt;a href=&#34;https://www.consilium.europa.eu/prado/en/search-by-document-country.html&#34;&gt;catalogue of ID, passport, driving license, and other legal specimens&lt;/a&gt; of many countries.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://en.m.wikipedia.org/wiki/Chinese_room&#34;&gt;Chinese room&lt;/a&gt; argument holds that a computer executing a program cannot have a mind, understanding, or consciousness, regardless of how intelligently or human-like the program may make the computer behave.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.imdb.com/title/tt0057831/trivia/?item=tr0671324&#34;&gt;Sirtaki&lt;/a&gt; is not a traditional Greek dance, it was created for the movie Zorba the Greek (1964).&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://en.m.wikipedia.org/wiki/Yes,_Virginia,_there_is_a_Santa_Claus&#34;&gt;Yes, Virginia, there is a Santa Claus.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bath foam prevents water from cooling, it keeps the water warm longer.&lt;/li&gt;
&lt;li&gt;How an &lt;a href=&#34;https://www.youtube.com/watch?v=hUhisi2FBuw&#34;&gt;aluminum can&lt;/a&gt; is produced.&lt;/li&gt;
&lt;li&gt;How a &lt;a href=&#34;https://www.youtube.com/watch?v=kU_gH36GG58&#34;&gt;plastic bottle&lt;/a&gt; is produced.&lt;/li&gt;
&lt;li&gt;You can get &lt;a href=&#34;https://udm14.com&#34;&gt;disenshittified Google search&lt;/a&gt; by adding &lt;code&gt;&amp;amp;udm=14&lt;/code&gt; to the search url.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://www.reddit.com/r/formula1/s/1RIdZj6Tsf&#34;&gt;backside of the Bahraini Half dinar&lt;/a&gt; features the Bahrain International Circuit.&lt;/li&gt;
&lt;li&gt;May 2nd is the &lt;a href=&#34;https://harrypotter.fandom.com/wiki/International_Harry_Potter_Day&#34;&gt;International Harry Potter Day&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Bosnian-gauge_railways&#34;&gt;Bosnian-gauge railways&lt;/a&gt; are widespread in Austria. This is a legacy of the Austria-Hungarian Empire.&lt;/li&gt;
&lt;li&gt;If you &lt;a href=&#34;https://www.youtube.com/watch?v=daro6K6mym8&#34;&gt;divide 1 by 998,001&lt;/a&gt; you get all three-digit numbers from 000 to 999 in order, except for 998.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://simpleflying.com/dutch-king-klm-pilot/&#34;&gt;King of the Netherlands has a commercial pilot license&lt;/a&gt; and (co-)pilots KLM flights regularly.&lt;/li&gt;
&lt;li&gt;A small Austrian village &lt;a href=&#34;https://www.serfaus-fiss-ladis.at/en/Villages-region/The-Serfaus-Underground&#34;&gt;Serfaus has a 1.3 km long underground&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;All maps in China must use &lt;a href=&#34;https://github.com/leifgehrmann/gcj02-distortion-map&#34;&gt;GCJ-02 datum&lt;/a&gt; which obfuscates coordinates by applying random shifts.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.macrumors.com/2025/07/11/apple-in-the-1990s/&#34;&gt;Apple produced video game console and digital cameras&lt;/a&gt; in 1990s.&lt;/li&gt;
&lt;li&gt;Palau’s capital &lt;a href=&#34;https://www.labrujulaverde.com/en/2025/01/ngerulmud-the-only-capital-in-the-world-without-inhabitants/&#34;&gt;Ngerulmud has no residents&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://www.tourismpanama.com/places-to-visit/panama-city/places-to-stay/cinta-costera/&#34;&gt;Cinta Coster&lt;/a&gt; (Coastal Beltway) is a bypass of historical part of the Panama City built right in the ocean.&lt;/li&gt;
&lt;li&gt;French word &lt;em&gt;vasistas&lt;/em&gt; originates from German &lt;em&gt;was ist das?&lt;/em&gt; Which is literally &lt;em&gt;What is that?&lt;/em&gt; and means &lt;em&gt;fortochka&lt;/em&gt; – a small ventilation window, which in turn is borrowed from Russian, which in yet another plot twist originates from German word &lt;em&gt;Pförtchen&lt;/em&gt; (small door).&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://www.reddit.com/r/etymology/comments/ad49t3/the_romanian_word_for_chainsaw_drujb%C4%83_comes_from/&#34;&gt;Romanian word for chainsaw&lt;/a&gt; (&amp;ldquo;drujbă&amp;rdquo;) comes from &amp;ldquo;Дру́жба&amp;rdquo; (Drúžba, meaning &amp;ldquo;friendship&amp;rdquo;), which is the name of a Russian trademark that heavily exported chainsaws to Romania during the Communist era.&lt;/li&gt;
&lt;li&gt;Estimated 3 millions mines were laid before the battle near El Alamein in the Second World War, most which remain there. The place is now called &lt;a href=&#34;https://en.wikipedia.org/wiki/Devil%27s_gardens&#34;&gt;Devil’s Garden&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;GMC made a motorhome that &lt;a href=&#34;https://www.thedrive.com/news/culture/gmc-made-a-motorhome-that-pumped-sewage-through-its-exhaust-on-purpose&#34;&gt;pumped sewage through its exhaust&lt;/a&gt; on purpose.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/List_of_oldest_companies&#34;&gt;15% of 5586 companies in the world older than 200 years are in Germany&lt;/a&gt;. Many of them are, unsurprisingly, breweries.&lt;/li&gt;
&lt;li&gt;Popular German children detective series &lt;a href=&#34;https://de.wikipedia.org/wiki/Die_drei_%3F%3F%3F&#34;&gt;&lt;em&gt;Die Drei ???&lt;/em&gt; is based on the American &lt;em&gt;The Three Investigators&lt;/em&gt; series&lt;/a&gt;, which I &lt;a href=&#34;https://victor.kropp.name/books#1992%E2%80%931996&#34;&gt;read&lt;/a&gt; when I was a teenager.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://en.wikipedia.org/wiki/Mudflat_hiking&#34;&gt;Mudflat hiking&lt;/a&gt; is hiking during low tides popular in northwest Germany and nearby countries.&lt;/li&gt;
&lt;li&gt;A &lt;a href=&#34;https://en.wikipedia.org/wiki/Gauntlet_track&#34;&gt;triple gauntlet track&lt;/a&gt; in Kaufungen, Germany.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.engineersneedart.com/blog/almostfired/almostfired.html&#34;&gt;Crayon color picker&lt;/a&gt; was added to Mac just for fun.&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://en.wikipedia.org/wiki/IKEA_effect&#34;&gt;IKEA effect&lt;/a&gt; is a cognitive bias in which consumers place a disproportionately high value on products they partially created.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.ikea.com/global/en/stories/our-roots/meatball-40-years-251024/&#34;&gt;IKEA meatballs&lt;/a&gt; were introduced 40 years ago.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.reddit.com/r/flying/comments/xciz2i/comment/io5g1ji/&#34;&gt;Airport runaways are numbered with regard to magnetic north&lt;/a&gt;, except in northern Canada, where they use true north due to their proximity to magnetic pole.&lt;/li&gt;
&lt;li&gt;Apple TV intro is &lt;a href=&#34;https://www.macrumors.com/2025/11/06/new-apple-tv-intro-made-with-practical-effects/&#34;&gt;made with practical effects&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;It is possible to run &lt;a href=&#34;https://blog.pimaker.at/texts/rvc1/&#34;&gt;Linux in a pixel shader&lt;/a&gt;. (Remember LLM in a font file from 2024?)&lt;/li&gt;
&lt;li&gt;The &lt;a href=&#34;https://www.britannica.com/place/Darien-Gap&#34;&gt;Darién Gap&lt;/a&gt; is a remote, roadless, and dangerous area of rainforest on the international border between Colombia and Panama.&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://apnews.com/article/us-mint-treasury-department-penny-end-production-86139df5644ef0885a9baf98e9677380&#34;&gt;US Mint ended production of pennies&lt;/a&gt; on Nov, 12. The previous discontinued US coin was half-cent in 1865.&lt;/li&gt;
&lt;li&gt;There is a &lt;a href=&#34;https://www.reddit.com/r/transit/s/ReyNPupC0p&#34;&gt;single track metro station&lt;/a&gt; on a double track line in Bangkok BTS. Apparently, it was a temporary solution 🤷🏻‍♂️&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.consilium.europa.eu/de/press/press-releases/2025/07/08/bulgaria-ready-to-use-the-euro-from-1-january-2026-council-takes-final-steps/&#34;&gt;Bulgaria joins Eurozone&lt;/a&gt; from 1 January 2026.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ßh&lt;/code&gt; &lt;a href=&#34;https://benjojo.co.uk/u/benjojo/h/h4N78m1PjXYsYfzkGV&#34;&gt;invokes&lt;/a&gt; &lt;code&gt;ssh&lt;/code&gt; on macOS.&lt;/li&gt;
&lt;li&gt;How &lt;a href=&#34;https://www.iankduncan.com/engineering/2025-12-01-punycode&#34;&gt;punycode&lt;/a&gt; works.&lt;/li&gt;
&lt;li&gt;Typefaces designed to help dyslexics have &lt;a href=&#34;https://adrianroselli.com/2015/03/typefaces-for-dyslexia.html&#34;&gt;no effect&lt;/a&gt;.&lt;/li&gt;
&lt;/ol&gt;
</description>
    </item>
    
  </channel>
</rss>
