<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
     xmlns:podcast="https://podcastindex.org/namespace/1.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Kernic Podcast (English)</title>
    <link>https://kernic.net/</link>
    <description>The Kernic Blog as Podcast - Technology, Life and Thoughts to Listen</description>
    <language>en</language>
    <copyright>Licensed under Creative Commons Attribution-ShareAlike 4.0 International</copyright>
    <lastBuildDate>Mon, 16 Mar 2026 10:34:11 +0000</lastBuildDate>
    <atom:link href="https://kernic.net/podcast.xml" rel="self" type="application/rss+xml"/><itunes:author>Kernic</itunes:author>
    <itunes:summary>The Kernic Blog as Podcast - Technology, Life and Thoughts to Listen</itunes:summary>
    <itunes:owner>
      <itunes:name>Kernic</itunes:name>
      <itunes:email>podcast@kernic.net</itunes:email>
    </itunes:owner>
    <itunes:image href="https://kernic.net/logo.png"/>
    <itunes:category text="Technology"/>
    <itunes:category text="Society &amp; Culture">
      <itunes:category text="Personal Journals"/>
    </itunes:category>
    <itunes:explicit>false</itunes:explicit>
    <itunes:type>episodic</itunes:type>
    <item>
      <title>Agentic Claude - my AI surprise</title>
      <link>https://kernic.net/agentic-claude-my-ai-surprise/</link>
      <pubDate>Mon, 16 Mar 2026 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/agentic-claude-my-ai-surprise/</guid>
      <description>I get nervous, when I think about the changes artificial intelligence will bring to human collaboration and society. The current state of Claude AI took me by surprise, when I tried it the first time, but also made me curious.</description><enclosure url="https://kernic.net/media/audio/agentic-claude-my-ai-surprise-en.mp3"
                 type="audio/mpeg" length="2398103"/><itunes:title>Agentic Claude - my AI surprise</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>I get nervous, when I think about the changes artificial intelligence will bring to human collaboration and society. The current state of Claude AI took me by surprise, when I tried it the first time, but also made me curious.</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h2 id="artificial-intelligence-is-a-useful-toy">Artificial intelligence is a useful toy</h2>
<p>Some years ago OpenAI released the first version of ChatGPT to the public. They made bold claims about their artificial intelligence and many people were impressed. For me, the product was quite handy and impressive from a technical perspective, but mostly a useful toy. Small coding tasks, text corrections or summaries of given information were most of the tasks I handed over. Whether it was ChatGPT, Google Gemini, Perplexity or Kagi assistant, the interaction with each of them was limited to an input field and attachments. More complex tasks I had to cut down into small chunks and then process them step by step. AI wasn&rsquo;t able to get the big picture of a project.</p>
<p>Don&rsquo;t get me wrong, even this was useful and made it possible for me to tackle projects, I would&rsquo;ve needed far more time otherwise. But this approach on AI wasn&rsquo;t intelligent at all. Just a big algorithm nobody was able to understand anymore, trained with most content of the world wide web, slicing a question in pieces and calculated word for word the mathematically most fitting response. The answer of an LLM is just the statistically most likely combination of words.</p>
<p>Considering, that correct facts and data are the majority of content in the WWW it works rather well, especially for commonplace stuff. But for unknown topics, current news and more complex contexts, this approach wasn&rsquo;t only useless, but even dangerous. LLMs don&rsquo;t know, if their response is correct. It&rsquo;s just the best response the LLM can give and it will give it, always. In the meantime, there are ways to stop them giving an answer just to answer. The confidence threshold needed for an answer to be valid was adjusted higher.</p>
<p>But even then I wasn&rsquo;t able to follow the hype around LLMs. I saw the potential, but I wasn&rsquo;t as enthusiastic about the state of AI until mid 2025 as many people were. And even today, I assume around 95% of people only use the simple LLMs in the browser, celebrating the progress and thinking this is artificial intelligence.</p>
<h2 id="claude-ai-shows-me-the-way">Claude AI shows me the way</h2>
<p>While these models and services were just a rock to hammer in nails for me - better than no tool - Claude AI has surprised me the last weeks. It&rsquo;s not a nail gun, but a solid hammer. A hammer that I use shockingly regularly and that supports my personal and work tasks a lot. I&rsquo;m not only more productive, I also can do stuff I couldn&rsquo;t do before.</p>
<p><img src="/media/claude-desktop-header.webp" alt=""></p>
<p>Complex coding projects? No problem. Claude isn&rsquo;t limited to edit just one file, it could work through whole project folders. Multi-level analysis? Easy. File sorting and modification? Claude can do this.</p>
<p>To be honest, I didn&rsquo;t expect how fast Claude Code and Claude desktop convinced me. The agentic approach, that allows for multi-level and multi-step actions, is my game-changer to make LLMs useful. This doesn&rsquo;t make them real artificial intelligences, but really helpful tools. Like an untrained assistant that does the monkey work that you always should verify. But in the end it saves more time than needed for verifying.</p>
<h2 id="actual-examples">Actual examples</h2>
<p>As Product Owner I have access to our code and I have a basic understanding of our code. But the ERP code is complex, nested, divided and full of dependencies. To understand an &ldquo;easy&rdquo; function in a workflow I have to crawl for hours through the code. Or I just let Claude Code crawl through it, connected with our ticket system Jira and knowledge base Confluence. In just a few minutes, Claude checked the code, stories and documentation, then created a Confluence page with the answers to my questions. With basic IT knowledge the answers can be understood, but there are also enough details to go into discussion with a real developer.</p>
<p>People who know Confluence will also know, that the built-in search is no masterpiece. Even with Rovo, the newly implemented AI assistant by Atlassian, the search results couldn&rsquo;t satisfy me. Claude, on the other hand, searches through Confluence, follows links to Jira and external sites and provides a great summary to topics. Not perfect, not without mistakes, but mostly solid and always reasonable and verifiable.</p>
<p><img src="/media/confluence-search.webp" alt=""></p>
<p>But also in private I use Claude Code a lot nowadays. I have implemented it as a sidebar in Obsidian. When you check my older blogposts you will find, that I had some troubles with nearly all notebook applications. My thinking is too fast and erratic to write more than some bullet points. So my notes were short, chaotic and therefore not helpful afterwards. But how would it be with a tool, that could take my chaos and convert it into structured, readable notes? Send &ldquo;Rework the structure and wording of this note&rdquo; to Claude and 30 seconds later I have a structured note that will be handy in future.</p>
<p>With this blogpost Claude has supported me too. Not for the writing itself, but for the structuring of the post. I write a note with the topics and ideas for a blogpost and let Claude bring structure to it. If you only knew how often I had to rewrite or rework blogposts in the past just because their structure was chaotic. Additionally I let Claude proofread my blogposts to improve spelling, syntax and forgotten words. But I typed this whole blogpost myself.</p>
<h2 id="hopes-and-worries">Hopes and worries</h2>
<p>My experiences with Claude in the last weeks were an emotional rollercoaster. On one hand I&rsquo;m extremely impressed by the capabilities and independence of it, especially with complex topics and tasks. On the other hand, this AI has reached a level that really could make some jobs redundant. Especially jobs that are based solely on data processing and presentation seem to be in danger. Consultation in the local electronics store may already be better done by AI than by a bored student. But also everything around research and summarisation. Why do I need a Controller who creates and updates reports into an Excel template? Let AI query and visualise the data itself. Always the newest numbers, always the numbers I need.</p>
<p>With creative jobs, I don&rsquo;t see a real problem. Current AI isn&rsquo;t creating anything and they don&rsquo;t understand anything. A good developer will be supported by agentic AI and most likely more efficient, but current AI will have troubles creating sustainable complex software. Also my work as Product Owner won&rsquo;t be taken away by AI, but it will take over the monkey work. At least for now.</p>
<p>But maybe we are soon at a point where brain work will be done fully by AI, just a small group of people will manage them and give them the tasks. What will be left over? Manual labour and fundamental science. For the first, I&rsquo;m too left-handed, for the latter, too dumb. We&rsquo;re living in thrilling times.</p>
]]></content:encoded>
      <category>Reviews</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Review of the ASUS ROG Xbox Ally X</title>
      <link>https://kernic.net/asus-rog-xbox-ally-x-review/</link>
      <pubDate>Wed, 04 Feb 2026 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/asus-rog-xbox-ally-x-review/</guid>
      <description>Geforce Now wasn&#39;t suitable for me when traveling, so I ordered an ASUS ROG Xbox Ally X as alternative. Is the device my solution for gaming, when I&#39;m not at home?</description><enclosure url="https://kernic.net/media/audio/asus-rog-xbox-ally-x-review-en.mp3"
                 type="audio/mpeg" length="3906077"/><itunes:title>Review of the ASUS ROG Xbox Ally X</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>Geforce Now wasn't suitable for me when traveling, so I ordered an ASUS ROG Xbox Ally X as alternative. Is the device my solution for gaming, when I'm not at home?</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:duration>00:10:50</itunes:duration>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<p>Some months ago I realized that GeForce Now doesn&rsquo;t work for me while traveling. If you are interested why, there already is a more detailed blog post here: <a href="https://kernic.net/asus-rog-ally-x-instead-of-geforce-now/">The ASUS ROG Xbox Ally X Instead of GeForce Now</a>. In that post I wasn&rsquo;t certain what device I would choose. But I had the chance to buy the <a href="https://rog.asus.com/de/gaming-handhelds/rog-ally/rog-xbox-ally-x-2025/">ASUS ROG Xbox Ally X</a> for a good price. In the meantime, I had enough time to test the device in depth.</p>
<h2 id="hardware--quality">Hardware &amp; quality</h2>
<p>But let&rsquo;s start with the specifications:</p>
<ul>
<li>Type: Handheld Gaming PC</li>
<li>Display: 7 inch IPS 144Hz FullHD (1920x1080 pixels) display with VRR (Variable Refresh Rate)</li>
<li>Processor: AMD Ryzen™ AI Z2 Extreme</li>
<li>RAM: 24GB LPDDR5X (soldered)</li>
<li>Hard disk: 1TB PCIe 4.0 SSD (M.2 2280, changeable)</li>
<li>Bluetooth 5.2, WiFi 6E</li>
<li>Operating system: Windows 11 with FSE (Full Screen Experience)</li>
</ul>
<p>But technical specifications aren&rsquo;t that meaningful in the end. The processor was developed specifically for use in gaming handhelds and can&rsquo;t be compared easily with desktop or notebook CPUs. But it has more power than its predecessor, for sure. However, it&rsquo;s more an evolution instead of a revolution. The 24 gigs of RAM seems to be plenty, and it is more than enough for FullHD, even when it has to be shared between CPU and GPU. The swappable solid state drive is nice, in my opinion. I haven&rsquo;t replaced the stock one yet, but for some, 1 terabyte won&rsquo;t be enough. But what got me curious the most beforehand was the modified Windows 11, which should be optimized for gaming handhelds by providing a new Full Screen Experience (FSE). Does it work?</p>
<p>The handling of the device is excellent for me. I&rsquo;ve read complaints about the ABXY buttons being too loud. I find them crisp and think they will become a bit quieter or more worn in over time. All other buttons and sticks work flawlessly for me. However, there is one flaw in the build quality. On the right grip, the housing doesn&rsquo;t fit perfectly; there is a minimal gap. Since you hold the grip firmly in your hand, the housing parts move and creak slightly. At this price, this shouldn&rsquo;t happen. But it doesn&rsquo;t affect either the functionality or the ergonomics.</p>
<p>One last point though: The device is perfectly balanced and doesn&rsquo;t tip in any direction, but the display is angled. When you place the device on its back, the display is tilted slightly backward. When I had the device in my hands, this was actually quite nice. But it still confuses me to this day, since you&rsquo;re used to a flat display from the Nintendo Switch and other portable consoles. I just need to get used to this.</p>
<h2 id="software-windows-11-with-fse">Software: Windows 11 with FSE</h2>
<p>The FSE is the first iteration from Microsoft to provide a user interface tailored for gaming handhelds. Instead of booting into the usual Windows 11 desktop, the ASUS ROG Xbox Ally X loads the FSE optimised for control with touch and controller input. Additionally, the lack of the desktop allows Microsoft to get rid of some background processes and with this free up resources for gaming.<br>
When starting the device, the FSE welcomes the user with a start page containing a lot of tiles showing the last played games at the top, but then mainly adverts to buy games in the Xbox Store or subscribe to the Xbox Game Pass. No surprise considering the name of the device, but for me the page is absolutely useless as I buy and own all my games on Steam. I also don&rsquo;t plan to change this in the future, as well as I don&rsquo;t plan to subscribe to the Game Pass. What puzzled me was that I couldn&rsquo;t switch to any other page like the library as my main page. Every time I pressed the Xbox button or closed a game, I got presented this for me useless homepage.<br>
With the menu on the left I can access the library. This shows all installed games, even from other sources like Steam and other launchers, at least when the launchers were installed over FSE. I&rsquo;ve not tested installing other launchers that can&rsquo;t be installed in FSE. But there is a big drawback, at least with FSE and Steam. FSE shows the Desktop shortcut icon on the games tile instead of a cover. This looks really ugly and you have to install the addon <a href="https://www.steamgriddb.com/">SteamGridDB</a> to change the look of the tiles.</p>
<p>Another annoyance that shows that Microsoft still has to go a long way are the update mechanisms. The plural is by choice, as there are multiple places where the user must do updates. In the FSE, ASUS ArmoryCrate, the Windows Store and Windows Update itself. For other games, you also have to monitor their launchers. This is a mess and needlessly complicated, especially as there are no consistent notifications about new updates. Here Microsoft and ASUS must find a way to improve this. Nobody likes to regularly check four or more places for new updates.</p>
<p>A great feature, on the other hand, is the game bar. It opens after a simple button press as a layer over the game and provides access to the most important settings. But also other tools are available there, like screenshot, screen capture or AI support for games. The AI support wasn&rsquo;t that great in my tests. Its tips were rather generic. Even with access to the game, there were no situational hints or help.</p>
<p>I got angry over the standby. Usually the device should go into sleep mode with a short press on the power button. Another press then should wake it up again and you can continue where you left off. The &ldquo;should&rdquo; in the sentence before is intentional. Most of the time it works, but sometimes it doesn&rsquo;t. Then the display goes off, but the device won&rsquo;t switch into standby and continues to drain power. In other cases it won&rsquo;t wake up again and you have to press the button multiple times to wake it up, or you have to force restart it as multiple presses don&rsquo;t help either. So you always have to save before putting it in standby.</p>
<p>On the other hand, the biggest advantage of Windows is that you don&rsquo;t have to worry whether your game runs. All games run on Windows.<br>
In total I would say that the system isn&rsquo;t finished. With games only on Steam, it isn&rsquo;t a satisfying experience. With some tinkering it is possible to switch to Steam Big Picture instead of Microsoft&rsquo;s FSE, but somehow the performance of the UI wasn&rsquo;t as smooth as I expected.</p>
<h2 id="software-steamos-as-an-alternative">Software: SteamOS as an Alternative</h2>
<p>As I use Linux on my private PC and macOS at work, I have no dependency on Windows. So I decided to give a Linux-based alternative a try. My first thought was Bazzite, which has an official port for the Xbox Ally X. But then I read the news that SteamOS 3.8 Beta also added support for the device, and I gave it a try. Installation was without any problems and I could even update to version 3.9 Beta.</p>
<p>The standby with SteamOS is completely different, it just works like I expect it to. Press the power button and the device goes into standby, press the button again and it wakes up in less than three seconds - exactly where you left off.<br>
But it&rsquo;s not a seamless experience. After installation you have to configure some stuff to get all functions and keys working, but when done, most stuff is running far better than on Windows. Just two exceptions at the moment: The RGB lights around the sticks can&rsquo;t be configured and you can&rsquo;t update the BIOS from SteamOS. The RGB lights are no drawback for me, I deactivated them after unboxing and do not intend to activate these annoying lights. And for the updates I had to create a Windows-to-go USB stick that I boot into once every month to do the updates. Not perfect and rather slow, but better than wasting space for a dual boot Windows.<br>
What will likely never be available are the AI functions like AI upscaling utilising the built-in NPU. These features are in development for Windows, but I don&rsquo;t expect them to be ported to Linux.</p>
<p>But overall I prefer the Linux experience over the Windows experience.</p>
<h2 id="gaming-experience--performance">Gaming experience &amp; performance</h2>
<p>The gaming experience itself is mostly the same on both systems. The performance depends on the game and on the system. It&rsquo;s no surprise that the device can&rsquo;t run the newest AAA games with maximum details in 1080p with 144 FPS. It&rsquo;s often necessary to adjust the game&rsquo;s settings and try out what works best. Maybe the performance is better when lowering details or even the resolution to 900p or lower. Cyberpunk 2077 for example I play in 1080p with Steam Deck preset and reach somewhere between 35-45 FPS reliably. At first, this was confusing for me as a PC gamer. Gaming below 60 FPS is possible? I assume thanks to VRR it feels surprisingly fluid and smooth.</p>
<p>While my PC&rsquo;s old CPU struggles to push out more than 40 FPS in Dune: Awakening, the Xbox Ally X is able to do 50-60 FPS, with FSR3 frame generation even 70-80 FPS. On lowest settings of course. Tony Hawk 1+2 on the other hand achieves 60 FPS plus with high settings, as well as Need for Speed Unbound. I even have the choice to lower the settings a bit and reduce the power limit of the console. This increases the battery life by a good amount. An extreme example is Hades that I can run in 1080p with maximum settings at 7 Watts. When lowering the settings, even 4 Watts is possible, extending the battery life to over 7 hours.</p>
<p>With Cyberpunk 2077 I have to crank up the power limit to 25 Watt to get stable 30 FPS plus. Going above up to 35 Watt showed no big increase in maximum FPS for me, just the 1% lows were better.<br>
And with some other games, it&rsquo;s clearly visible that they weren&rsquo;t developed for a small screen. In The Witcher 3 the text is really small and blurry. I can read it, but it&rsquo;s not the best experience.</p>
<h2 id="conclusion">Conclusion</h2>
<p>The ASUS ROG Xbox Ally X is a gaming device to its core, and it shows. But it does this great. The ergonomics are superb and superior to the Nintendo Switch. The performance is impressive for the size and I&rsquo;m totally happy with the screen. Another big plus for me is the flexibility with the operating system, so I could install and use Linux.</p>
<p>Competitive shooters aren&rsquo;t the games I would play or recommend on an Xbox Ally X. For singleplayer games, on the other hand, it&rsquo;s a great device and my chance to work off my Pile of Shame. It&rsquo;s fast to stow, fast to get out and anytime ready. No searching for an external controller, no searching for a place to put my notebook and mouse on, no searching for internet to stream the games. Just power on and play.</p>
<p>With a price tag of 899 Euros the ASUS ROG Xbox Ally X certainly is a luxury investment. For the same money I could buy a stronger gaming laptop or four years of GeForce Now. But these options won&rsquo;t be as easy and comfortable as the XAX. For me, the investment was worth it.</p>
]]></content:encoded>
      <category>Reviews</category>
      <category>gaming</category>
      <category>hardware</category>
      <category>review</category>
    </item>
    <item>
      <title>The ghost is gone</title>
      <link>https://kernic.net/the-ghost-is-gone/</link>
      <pubDate>Tue, 13 Jan 2026 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/the-ghost-is-gone/</guid>
      <description>Since 2022 this blog was operated with Ghost CMS. A modern system, but it has its flaws. I wasn&#39;t happy, and now I got rid of Ghost.</description><enclosure url="https://kernic.net/media/audio/the-ghost-is-gone-en.mp3"
                 type="audio/mpeg" length="1228843"/><itunes:title>The ghost is gone</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>Since 2022 this blog was operated with Ghost CMS. A modern system, but it has its flaws. I wasn't happy, and now I got rid of Ghost.</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h1 id="20260113_the-ghost-is-gone">20260113_the-ghost-is-gone</h1>
<p>At the end of 2022, I started this blog after freezing my old one. Back then I decided to use Ghost as a CMS.<br>
I also wrote a blog post explaining my decision: <a href="https://kernic.net/now-its-kernic/">Now It&rsquo;s Kernic</a>.</p>
<p>Three years later, my enthusiasm for Ghost CMS has mostly vanished. I still think it is a good CMS, but its focus doesn&rsquo;t fit my needs. The newsletter feature sounds nice, but my type of blog isn&rsquo;t made for newsletters. Also, the technical foundation may be modern, and even with Ghost being open source, it is aimed at providing hosted Ghost(Pro) services. For self-hosting, the system is unnecessarily complex.<br>
Until now I haven&rsquo;t been able to get the scheduling function working, and ActivityPub never worked.</p>
<p>So when I rented a new server on Black Friday with the goal of modernizing the systems, it was the perfect time to search for an alternative. The first alternative that came to mind was WordPress. With the change, I hoped to get two new features: ActivityPub and multiple languages. Both were possible with WordPress, and so I migrated my blog and pushed it live… for two days. Then I was so annoyed that I reactivated Ghost again and searched for a new plan.</p>
<p>You&rsquo;re now seeing the result. There are a lot of changes behind the scenes, but also for users.</p>
<p>The most obvious one is the design. It&rsquo;s simpler, no fancy features. Pure HTML, CSS, and a little JavaScript. But no external frameworks, fonts, or other resources. If there is no embedded content, your data isn&rsquo;t sent anywhere. This is achieved with several other changes. The newsletter is gone. I had four subscribers and below a 50% open rate. Three comments in three years didn&rsquo;t justify a comment system, so it&rsquo;s gone too. This site is now prebuilt with <a href="https://gohugo.io/">Hugo</a>, and the server just serves static files to you. Without any interactive elements, there is no need to store any information about you or in your browser. Cookies gone.</p>
<p>Some changes you might not notice immediately were implemented too. The main change certainly is that my blog is now multilingual. The main language is English, but every page and post is available in German too. On one hand, I increase my audience with this, but on the other hand, I want to improve my English. All previous blog posts are now available in English, not translated by me but by <a href="https://translate.kagi.com">Kagi Translate</a>.<br>
Additionally, I extended the machine-generated audio versions of my blog posts. With Ghost I had to generate the audio version by hand and upload it manually to the post. As I automated the publishing of blog posts now with Hugo and some Python scripts, I also added the automatic generation of audio versions for the posts-in both languages. And when it was already automated, I had audio versions made for all previously published blog posts too. But what is a blog with audio? Right, a podcast. So now there is also a podcast feed in addition to the normal RSS feed. Feel free to listen to my blog posts, even inside your podcast app, instead of reading them.</p>
<p>That was it for now. Any feedback? Hit me on <a href="https://troet.cafe/@kernic">Mastodon</a>.</p>
]]></content:encoded>
      <category>Blog</category>
      <category>personal</category>
      <category>blogging</category>
      <category>technical</category>
    </item>
    <item>
      <title>Addresses in Stargates</title>
      <link>https://kernic.net/addresses-in-stargates/</link>
      <pubDate>Thu, 11 Dec 2025 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/addresses-in-stargates/</guid>
      <description>Stargate is one of my favorite science fiction series. I loved the humorous and grounded approach. Space battles are secondary, the main method of travel is the namesake Stargates. But how do the addresses actually work?</description><enclosure url="https://kernic.net/media/audio/addresses-in-stargates-en.mp3"
                 type="audio/mpeg" length="496540"/><itunes:title>Addresses in Stargates</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>Stargate is one of my favorite science fiction series. I loved the humorous and grounded approach. Space battles are secondary, the main method of travel is the namesake Stargates. But how do the addresses actually work?</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h2 id="sudden-confusion">Sudden Confusion</h2>
<p>It was one of those evenings when I didn&rsquo;t fall asleep within 10 seconds. Instead, a question shot into my head:</p>
<blockquote>
<p>How does the Stargate address system actually work?</p>
</blockquote>
<p>I remembered that a Stargate address, at least within the Milky Way, consists of seven symbols. Six symbols for the destination, one for the point of origin. There are 36 symbols available.</p>
<p>Wait? If there are 36 symbols and one of them must be for the origin, how can there be more than 36 Stargates?</p>
<h2 id="false-assumption">False Assumption</h2>
<p>Without a solution to the problem, I fell asleep. The next morning, however, the problem was still running through my head and I started researching on the internet.</p>
<p>I quickly realized my mistake. I had assumed that the Stargates in the Milky Way are all identical. But apparently only 35 symbols are identical and the 36th symbol differs from gate to gate. Because it stands for the planet.</p>
<blockquote>
<p>This post is intentionally kept short. It captures a thought of mine without diving deep into the topic.<br>
What do you think of this type of post?</p>
</blockquote>
]]></content:encoded>
      <category>Multimedia</category>
      <category>scifi</category>
      <category>tech</category>
      <category>entertainment</category>
    </item>
    <item>
      <title>Music from Europe with Deezer</title>
      <link>https://kernic.net/music-from-europe-with-deezer/</link>
      <pubDate>Mon, 08 Dec 2025 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/music-from-europe-with-deezer/</guid>
      <description>I&#39;m not a music enthusiast. In my entire life, I haven&#39;t bought a single cassette, CD, or MP3. Fortunately, music streaming services exist today. For the past six months, we&#39;ve been testing Deezer instead of YouTube Music.</description><enclosure url="https://kernic.net/media/audio/music-from-europe-with-deezer-en.mp3"
                 type="audio/mpeg" length="1252729"/><itunes:title>Music from Europe with Deezer</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>I'm not a music enthusiast. In my entire life, I haven't bought a single cassette, CD, or MP3. Fortunately, music streaming services exist today. For the past six months, we've been testing Deezer instead of YouTube Music.</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h2 id="mega---make-europe-great-again">MEGA - Make Europe Great Again</h2>
<p>Motivated by the political situation in the USA, I reviewed my IT landscape and discovered more services from there than I&rsquo;d like. I made a quick decision to use services from the EU when possible. Here, not everything is perfect either, but it&rsquo;s significantly better than on the other side of the Atlantic.</p>
<p>But how do you find alternatives from Europe? It&rsquo;s not that difficult, as several people have had the same thought and so <a href="https://www.constantingraf.at/">Constantin Graf</a> has set up a website showing European alternatives:<br>
<a href="https://european-alternatives.eu/">https://european-alternatives.eu/</a></p>
<h2 id="taking-the-first-step">Taking the First Step</h2>
<p>Even though there are alternatives for almost everything, not everything can be migrated easily and quickly. But with music streaming, the providers are largely interchangeable. So far, I&rsquo;ve been using <a href="https://music.youtube.com/">YouTube Music</a>. This had two advantages for me:</p>
<ul>
<li>YouTube Music provides access to all audio content from YouTube. This means you also have access to many remixes and mashups that aren&rsquo;t available from other providers.</li>
<li>With YouTube Premium, not only is YouTube Music included, but YouTube also becomes ad-free.</li>
</ul>
<p>Nevertheless, <a href="https://www.youtube.com/">YouTube</a> is owned by <a href="https://abc.xyz/">Alphabet</a> (Google), part of one of the world&rsquo;s largest tech giants - headquartered in the USA. Additionally, the company has ingratiated itself with Donald Trump, putting profit over morals¹.</p>
<h2 id="selecting-an-alternative">Selecting an Alternative</h2>
<p>There are currently four alternatives: Spotify, Qobuz, Deezer, and Soundcloud. The title of this post already reveals my choice: Deezer. But why?</p>
<p>Soundcloud isn&rsquo;t a music streaming service in the way I&rsquo;m looking for. There&rsquo;s mainly user-uploaded music, major music labels aren&rsquo;t represented there. So many well-known artists I still want to listen to are missing.</p>
<p>Spotify is certainly the best-known music streaming service on the market and the pioneer. But Spotify is backed by many investors from the USA, the service still isn&rsquo;t financially sustainable², and doesn&rsquo;t pay artists well.</p>
<p>That leaves Qobuz and Deezer. Both services are from France. Qobuz focuses more on high-res music and has a smaller library, Deezer is more oriented toward Spotify but, unlike the market leader, also offers music in higher quality.</p>
<p>In the end, I chose Deezer, mainly because of the larger library and lower price.</p>
<h2 id="my-impression">My Impression</h2>
<p>Basically, music streaming services work quite similarly. There are personal and public playlists, you can search for artists, and there are recommendations. The Deezer app on iPhone works flawlessly, and the Windows application doesn&rsquo;t work at all. When I try to move the window, the application crashes silently. But I simply use the website, which works without problems.</p>
<p>The quiz function is entertaining for in-between. You can guess music titles with friends and see who knows more. Certainly not a main feature, but implemented amusingly. Deezer also offers audiobooks and podcasts. The former aren&rsquo;t as comfortable to listen to since there are no bookmarks. And I haven&rsquo;t been able to get excited about podcasts so far.</p>
<p>All in all, Deezer is solid. The music library leaves little to be desired, apart from the remixes. The apps are designed for music and do that well. Much is also available in high-res, and lyrics are integrated into the applications.</p>
<h2 id="sources">Sources</h2>
<p>¹ <a href="https://time.com/7218225/google-maps-gulf-of-america-search-impeach-trump-calendar-holidays/">https://time.com/7218225/google-maps-gulf-of-america-search-impeach-trump-calendar-holidays/</a><br>
² <a href="https://www.techloy.com/despite-adding-over-8-million-premium-subscribers-spotify-ended-q2-2025-at-a-loss/">https://www.techloy.com/despite-adding-over-8-million-premium-subscribers-spotify-ended-q2-2025-at-a-loss/</a></p>
]]></content:encoded>
      <category>Multimedia</category>
      <category>music</category>
      <category>streaming</category>
      <category>tech</category>
    </item>
    <item>
      <title>My Wishes for a Smartphone OS</title>
      <link>https://kernic.net/my-wishes-for-a-smartphone-os/</link>
      <pubDate>Wed, 22 Oct 2025 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/my-wishes-for-a-smartphone-os/</guid>
      <description>I&#39;ve been using smartphones before the term even existed. My first pocket computer was an HTC Diamond with Windows Mobile and stylus input. Not everything was perfect, but some things I still miss to this day.</description><enclosure url="https://kernic.net/media/audio/my-wishes-for-a-smartphone-os-en.mp3"
                 type="audio/mpeg" length="937473"/><itunes:title>My Wishes for a Smartphone OS</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>I've been using smartphones before the term even existed. My first pocket computer was an HTC Diamond with Windows Mobile and stylus input. Not everything was perfect, but some things I still miss to this day.</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<p>Since then, I&rsquo;ve had many smartphones in my hands and in use myself. Currently, I use an Apple device, but before that, I had Android devices. In between, there was a very brief excursion to <a href="https://de.wikipedia.org/wiki/WebOS">webOS</a> and of course <a href="https://de.wikipedia.org/wiki/Jolla#Sailfish_OS">Sailfish OS</a>. All systems had something going for them, and over the last 16 years, you notice how basic functions become established.</p>
<p>What was extremely innovative with pure gesture control on the Jolla smartphone with Sailfish OS or webOS is now standard. Sometimes still not implemented as well as in Sailfish OS, but intuitive enough. And if we&rsquo;re honest, the differences in look and feel between Android and iOS aren&rsquo;t that big anymore. iOS still has the edge for me, especially in terms of consistency, but the concepts are very similar.</p>
<p>And that&rsquo;s where the problem lies for me. Home screen with apps and widgets, a quick launch bar at the bottom, a status bar at the top. Pull down quick settings on the right, notifications on the left. On Android, maybe an app overview, that&rsquo;s it. But even after 16 years of smartphones, I don&rsquo;t feel like this concept suits me.</p>
<p>A few examples? I hardly ever use the app icons. I tap on the search, type in 1-3 letters, and select the app. At most, I open a few frequently used apps via the icon on the home screen. But that&rsquo;s only because I have notifications there. These are my second annoyance. Why are they hidden? I&rsquo;d prefer them as a list on the home screen itself.</p>
<p>Why? I manage my notifications very precisely. Which apps are even allowed to send me notifications? Which notifications should they send me? Sometimes even when. And then they&rsquo;re just hidden behind a swipe. But notifications are the reason I pull my smartphone out of my pocket. I want that exact information, that&rsquo;s why it&rsquo;s active. And then interact with it directly. Well, hidden&hellip; And unfortunately for me: out of sight, out of mind.</p>
<p>I&rsquo;m not entirely sure, but I think with Windows Mobile, you had notifications on the main screen. Well, there were hardly any apps that sent notifications back then. But emails, appointments, and messages were definitely visible right there. I miss that.</p>
]]></content:encoded>
      <category>Opinion</category>
      <category>mobile</category>
      <category>tech</category>
      <category>opinion</category>
    </item>
    <item>
      <title>Sometimes It's Just the Cable</title>
      <link>https://kernic.net/sometimes-its-just-the-cable/</link>
      <pubDate>Thu, 18 Sep 2025 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/sometimes-its-just-the-cable/</guid>
      <description>A few weeks ago, we put a new cabinet in the living room and rearranged some things. The router moved on top of the cabinet, so a bit higher and two meters further from the phone jack. Suddenly, the internet connection was unstable and would reconnect several times a day.</description><enclosure url="https://kernic.net/media/audio/sometimes-its-just-the-cable-en.mp3"
                 type="audio/mpeg" length="1011337"/><itunes:title>Sometimes It's Just the Cable</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>A few weeks ago, we put a new cabinet in the living room and rearranged some things. The router moved on top of the cabinet, so a bit higher and two meters further from the phone jack. Suddenly, the internet connection was unstable and would reconnect several times a day.</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h2 id="telekom-support-is-exemplary">Telekom support is exemplary</h2>
<p>At first, I didn&rsquo;t have time for troubleshooting. Although the reconnection happened more than ten times a day, it was so fast that we usually didn&rsquo;t notice it. But someone who did notice was Deutsche Telekom. Three days after the problems started, I received a text message. Deutsche Telekom had noticed that we were having a problem with our connection. They wanted to help us and said we should call the hotline.</p>
<p>To be honest, I was pleasantly surprised: Proactive communication with a customer who&rsquo;s having problems—where do you even find that anymore?
However, the timing was inconvenient: we were leaving for vacation three days later, and I didn&rsquo;t want to head to Italy with a half-finished troubleshooting session. So I ignored the text and spent the next three weeks lying on the beach.</p>
<h2 id="the-problem-didnt-magically-disappear">The problem didn&rsquo;t magically disappear</h2>
<p>Three weeks later, I was curious. Maybe it was an external issue that had been resolved? No, unfortunately, it wasn&rsquo;t. On the contrary, the problem had actually gotten worse and was now becoming annoying. I was getting kicked out of meetings while working from home, GeForce Now would get interrupted, VoIP calls would drop, and so on.</p>
<p>I had already mentally prepared myself for the call with Telekom. But first, I thought about what could be causing the problem. I quickly made the connection to moving the FRITZ!Box. The obvious assumption was that something went wrong during the move. First, I checked the router&rsquo;s temperatures. Maybe it wasn&rsquo;t getting enough air on top of the cabinet? No, that wasn&rsquo;t it.</p>
<p>But the cable from the phone jack to the router was now hanging in the air, instead of lying relaxed behind the TV stand. The router was five meters away from the phone jack—which was the maximum length of the cable.</p>
<h2 id="a-shot-in-the-dark-and-a-direct-hit">A shot in the dark, and a direct hit</h2>
<p>The cable is old and came with the router. My guess was that the cable&rsquo;s quality wasn&rsquo;t particularly high, and accordingly, it didn&rsquo;t react well to being stretched taut in the air.</p>
<p>So before I had a Telekom technician come over, I thought it was worth a try. I quickly ordered a longer cable on Amazon and made sure the quality was good. Instead of a cheap wire, I chose a cable made of pure copper. It was ten meters long, twice as long as before.</p>
<p>What can I say? The cable was delivered, I replaced the old one with the new one, and restarted the connection. There hasn&rsquo;t been a single disconnect since. Sometimes, it&rsquo;s just a cheap old cable. Even if they all look the same on the outside, a proper cable can make a significant difference. And it can save you a phone call with Deutsche Telekom.</p>
]]></content:encoded>
      <category>Tutorial</category>
      <category>tech</category>
      <category>troubleshooting</category>
      <category>hardware</category>
    </item>
    <item>
      <title>The ASUS ROG Xbox Ally X Instead of GeForce Now</title>
      <link>https://kernic.net/asus-rog-ally-x-instead-of-geforce-now/</link>
      <pubDate>Mon, 01 Sep 2025 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/asus-rog-ally-x-instead-of-geforce-now/</guid>
      <description>Unfortunately, GeForce Now doesn&#39;t fit my mobile lifestyle after all. The connection on the go is too poor and unstable. I&#39;m looking for a device that can run games locally. The new gaming handhelds are a good option, especially the ASUS Xbox ROG Ally X, right?</description><enclosure url="https://kernic.net/media/audio/asus-rog-ally-x-instead-of-geforce-now-en.mp3"
                 type="audio/mpeg" length="1795055"/><itunes:title>The ASUS ROG Xbox Ally X Instead of GeForce Now</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>Unfortunately, GeForce Now doesn't fit my mobile lifestyle after all. The connection on the go is too poor and unstable. I'm looking for a device that can run games locally. The new gaming handhelds are a good option, especially the ASUS Xbox ROG Ally X, right?</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h1 id="20250901_asus-rog-ally-x-instead-of-geforce-now">20250901_asus-rog-ally-x-instead-of-geforce-now</h1>
<h2 id="geforce-now-isnt-for-on-the-go-after-all">GeForce Now Isn&rsquo;t for On the Go After All</h2>
<p>I travel a lot. Every week, I spend more than ten hours on the train. Plus one evening at my parents&rsquo; place, away from my PC. Despite all that, I still want to be able to game when I&rsquo;m away from home.<br>
A few months ago, I considered getting a gaming laptop but decided against it. Instead, I opted for Nvidia&rsquo;s game streaming service, GeForce Now. It actually sounds like a fair deal. For a little over 20 euros a month, you can play many of your purchased games from anywhere in high quality—streaming makes it possible.</p>
<p>The &ldquo;actually&rdquo; has less to do with Nvidia and more to do with the internet itself. On the train, you have two options for getting online: via the mobile network or via Deutsche Bahn&rsquo;s Wi-Fi. The mobile network is significantly faster, but also much more volatile. I find it strange that there&rsquo;s practically no mobile reception, especially when entering and stopping at the Mannheim and Karlsruhe train stations.<br>
The Wi-Fi is more reliable and rarely has a complete dead spot. But it&rsquo;s nowhere near fast enough for GeForce Now.</p>
<p>But the internet isn&rsquo;t reliable in other places either. I&rsquo;m writing this post right now from a campsite in Southern Italy using my smartphone&rsquo;s hotspot. There&rsquo;s supposedly Wi-Fi here, but I haven&rsquo;t managed to connect to it in a week. And the two or three out of four bars of 5G are probably just marketing. Top speed: 7 Mbit/s with a ping of just under 95 ms. Often worse. That makes GeForce Now little to no fun at all.</p>
<h2 id="local-sunshine-instead-of-distant-clouds">Local Sunshine Instead of Distant Clouds</h2>
<p>The cloud experiment has failed, at least on the go. I also have to be honest, gaming on a MacBook, even with a mouse, just isn&rsquo;t that great. I could, which I haven&rsquo;t tried yet, bring a controller along. But then I still have to set up the laptop and connect to the internet. Plus, my games just don&rsquo;t work on macOS.</p>
<p>So the alternative is to have a device that can run games locally. I don&rsquo;t want to lug around another laptop, and it&rsquo;s not optimized for gaming anyway. So, a gaming handheld. The choices are devices with Windows and devices with SteamOS. The latter is based on Linux and is supposedly more optimized. Windows, on the other hand, is more flexible. I don&rsquo;t have a personal preference, especially since SteamOS or Bazzite can now be installed on many Windows devices.</p>
<p>Finding a device wasn&rsquo;t actually that hard, or so I thought at first. Valve, MSI, Lenovo, and ASUS are the major players in the market. The MSI Claw and Lenovo Legion are too big for me, the Steam Deck and Legion Go are too weak, which left only the ASUS ROG Ally X, and I was on the verge of buying it. Then it occurred to me that all these devices are almost a year old, and I started looking for announcements of new generations.</p>
<h2 id="microsoft-and-asus-are-collaborating">Microsoft and ASUS Are Collaborating</h2>
<p>Not much new on the market. MSI just released a new Claw with an Intel APU, and Lenovo announced a new one with a new AMD APU. But both are too big again. Valve is waiting and saying nothing at all. That leaves ASUS. And lo and behold: a new gaming handheld has been announced, with the new AMD AI Z2 Extreme. Not a revolution, but still 20–30% more performance for the same power consumption. It would be a shame not to wait for that, right?</p>
<p>I&rsquo;m not sure, but I&rsquo;m going to wait anyway. Why unsure? The new handheld from ASUS will be called the ASUS ROG Xbox Ally X and is the result of a collaboration with Microsoft. Xbox-style grips are supposed to make it more ergonomic, but also thicker. It will also get an Xbox interface, and the Windows on the device is optimized. That actually sounds good. Finally, an interface that fits a handheld, and more power for games. But how will it work with Steam? I haven&rsquo;t used the Xbox Store at all so far and don&rsquo;t plan to. I&rsquo;d also be interested to know if I could install SteamOS or Bazzite on it if I wanted to.</p>
<p>Then there&rsquo;s the price: €899.00 is announced or rumored. The price isn&rsquo;t quite certain yet. The ASUS ROG Ally X is currently available online for €729.00, which is 19% cheaper, and its price will surely drop again with the release of the new device. So the extra performance is directly reflected in the price. At least one-to-one. But as I said, I&rsquo;ll wait for the release, watch some reviews, and then I&rsquo;ll decide. But it will almost certainly be a device from ASUS.</p>
<p>In any case, I&rsquo;m looking forward to being able to game on the go, even when the internet isn&rsquo;t so fast or stable.</p>
]]></content:encoded>
      <category>Gaming</category>
      <category>gaming</category>
      <category>hardware</category>
      <category>review</category>
    </item>
    <item>
      <title>My Car: Something's Wrong with the Steering</title>
      <link>https://kernic.net/my-car-something-wrong-with-steering/</link>
      <pubDate>Sat, 23 Aug 2025 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/my-car-something-wrong-with-steering/</guid>
      <description>My BMW 118d is now 14 years old and has 450,000 km on the clock. So, a defect isn&#39;t surprising. The vague error message, however, is. Even the workshop couldn&#39;t make heads or tails of it.</description><enclosure url="https://kernic.net/media/audio/my-car-something-wrong-with-steering-en.mp3"
                 type="audio/mpeg" length="1436779"/><itunes:title>My Car: Something's Wrong with the Steering</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>My BMW 118d is now 14 years old and has 450,000 km on the clock. So, a defect isn't surprising. The vague error message, however, is. Even the workshop couldn't make heads or tails of it.</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h2 id="many-years-many-kilometers">Many Years, Many Kilometers</h2>
<p>My car is old and has been driven a lot. For me, a car has always been one thing above all: a utilitarian object for getting from A to B. So, I don&rsquo;t wash it every Saturday, and while a dent is annoying, it&rsquo;s just a side effect of using it. What&rsquo;s important is that the car is practical, reliable, low-maintenance, and durable.</p>
<p>For 14 years, my BMW 118d has largely met these criteria. It offers a bit less storage space than I would have liked, and it lacked a trailer hitch (and a €1200 retrofit was too expensive for us). But that&rsquo;s about it for the criticism. For almost 14 years, the vehicle has carried us over 450,000 kilometers around the world, mostly without any problems. Wear and tear parts, yes, but usually later than expected. Last year, the first major repair came due, costing nearly €1,000, which made us question if it was still worth it. But the defect wasn&rsquo;t unusual, and the car was otherwise in good condition, at least technically.</p>
<h2 id="something-with-the-steering-or-whatever">Something with the Steering, or Whatever</h2>
<p>Until four months ago, when the power steering suddenly failed. First sporadically, then permanently. Always with a smug &ldquo;ding&rdquo; and a generic steering wheel symbol on the display. Our trusted workshop took a look at the car and was somewhat at a loss. Yes, it&rsquo;s the power steering. But they couldn&rsquo;t tell if it was the servo motor or a control unit. Unfortunately, the diagnostic interface only showed a generic error message: problems with the power steering. They went to the trouble of checking all the contacts; they were fine. But is it the servo motor, the control unit for the servo motor, or one of the other four control units? The car simply wouldn&rsquo;t give up that information.</p>
<p>But regardless of whether it&rsquo;s the servo motor or the control unit, a repair including the spare part would cost at least €1,000, and that&rsquo;s if they replace the right part on the first try. Otherwise, double that. A heap of money for a vehicle with 450,000 km and 14 years under its belt.</p>
<h2 id="why-so-vague">Why So Vague?</h2>
<p>Fortunately, we can temporarily borrow my mother&rsquo;s car. Also a 1-series BMW of a similar age, but with &ldquo;only&rdquo; 50,000 km and it&rsquo;s a convertible. We&rsquo;re just realizing on our camping trip that a convertible is not for us. And surprise: on the highway near Naples, it goes &ldquo;ding&rdquo; and a steering wheel symbol appears. The error description? &ldquo;Something with the steering.&rdquo; And my mother&rsquo;s car even has a proper system with a display. Can&rsquo;t it be more specific? Especially since the steering was working completely normally. Okay, the error was gone after restarting the car, but still:</p>
<p>Why so vague?</p>
<p>My CPU can tell me the voltage, the current draw, the temperature, and who knows what else for every single core. If there&rsquo;s an error, I can see exactly where the deviation is. And the cars? There&rsquo;s an error somewhere in the steering and all related systems. But I&rsquo;m not telling you any more than that. Why not? Shouldn&rsquo;t it be quite simple to know which part is causing the error? The error is being generated, after all! And couldn&rsquo;t they just install a few more 2-cent sensors to detect problems earlier and report them more clearly? Servo motor needs more power to turn because it&rsquo;s not well-lubricated? You could surely read and display that if you wanted to.</p>
<p>But I suspect two reasons speak against this for the car manufacturers: first, it would save people trips to the workshop, and second, it would make it clear to everyone how the vehicle is built - and how well.</p>
<p>Well, there&rsquo;s nothing you can do. A new vehicle with even more technology and even less transparency. The lobby is doing its job well.</p>
]]></content:encoded>
      <category>Opinion</category>
      <category>personal</category>
      <category>automotive</category>
      <category>maintenance</category>
    </item>
    <item>
      <title>Cloud First? Not for Private Use</title>
      <link>https://kernic.net/cloud-first-not-for-private-use/</link>
      <pubDate>Sat, 19 Jul 2025 00:00:00 +0000</pubDate>
      <guid isPermaLink="true">https://kernic.net/cloud-first-not-for-private-use/</guid>
      <description>It&#39;s not just since Donald Trump became President of the USA that you should think carefully about whether you want to entrust your data to a cloud, which is usually operated by US companies. This is especially tempting for private use, as the maintenance effort is low. But so is the control.</description><enclosure url="https://kernic.net/media/audio/cloud-first-not-for-private-use-en.mp3"
                 type="audio/mpeg" length="2590603"/><itunes:title>Cloud First? Not for Private Use</itunes:title>
      <itunes:author>Kernic</itunes:author>
      <itunes:summary>It's not just since Donald Trump became President of the USA that you should think carefully about whether you want to entrust your data to a cloud, which is usually operated by US companies. This is especially tempting for private use, as the maintenance effort is low. But so is the control.</itunes:summary>
      <itunes:image href="https://kernic.net/logo.png"/>
      <itunes:explicit>false</itunes:explicit><content:encoded><![CDATA[<h2 id="what-is-the-cloud-anyway">What is the cloud, anyway?</h2>
<p>I define the cloud as services where you don&rsquo;t have fixed resources and systems, but rather the service is offered completely independently of any hardware. Dropbox was one of the first major cloud service providers, but so were Google with its office suite and Amazon AWS with dynamically scaling resources. The actual system is managed by the provider, and you can use exactly the service you&rsquo;ve subscribed to, whether it&rsquo;s storage space, office software, or computing power.</p>
<p>In contrast, there are self-hosted solutions. You can&rsquo;t quickly add resources, and the management of the entire system lies with the user. The technical expertise required here must be significantly greater, but the costs must also be considered. What performance do I need? Do I need it continuously, and if not, can I smooth out peaks and use weaker hardware instead? What software do I even use, and how do I secure it and the underlying system?</p>
<h2 id="advantages-of-the-cloud">Advantages of the Cloud</h2>
<p>You can see pretty quickly that for the end user, cloud solutions are very convenient. Download Dropbox or OneDrive, install it, log in, and select your folders. Just like that, your files are synchronized to the cloud and back again. Open Google Docs, log in, and start writing. It saves automatically, and nothing needs to be installed.</p>
<p>But even for professional users, it&rsquo;s tempting. Need to quickly set up a small homepage? Open AWS, book web resources, and the web server is ready to go in minutes. If the site becomes more popular than expected, you just add more power—if that doesn&rsquo;t happen automatically up to a set limit.</p>
<p>At work, I also see the advantages regularly, and I have a current example. Our OCR solution, which reads text from scanned documents, works well, but not as well as we&rsquo;d like. Thanks to the cloud, we now rent GPU power from a provider with absolute flexibility and can test whether GPU and AI can improve recognition. If it gets better, but more power would be useful? Just book more power. If there&rsquo;s no improvement? Then we just turn it off again.</p>
<h2 id="disadvantages-of-the-cloud">Disadvantages of the Cloud</h2>
<h3 id="for-providers">For Providers</h3>
<p>So, cloud services can be simple and flexible. But at the end of the day, there are still physical servers behind the cloud. The real difference is the software on them. This software has to be written and maintained. The servers have to be purchased and operated. However, the risk of utilization now lies with the provider. Since clouds are supposed to be flexible, a certain amount of overcapacity must be available to react to customer requests at short notice. If there&rsquo;s no demand, the provider pays for the capacity without generating revenue from it.</p>
<p>This is one of the reasons why mainly large and broadly positioned companies offer cloud services. Amazon itself needs a lot of power but is surely flexible in its internal allocation. They use unused capacity for their own purposes until someone needs it and pays for it. When capacity becomes free, it&rsquo;s used for internal calculations. Small companies don&rsquo;t have enough flexible tasks for such an approach.</p>
<h3 id="for-business-customers">For Business Customers</h3>
<p>In the previous paragraph, you can see that providers take on a certain risk. But they don&rsquo;t want to bear this risk alone and price it in accordingly. The management software and interfaces also have to be created and maintained. This is an additional expense that also has to be paid for. If you know your resource needs and software environment precisely, you don&rsquo;t need this flexibility and will probably be better off with a classic solution.</p>
<p>In recent years, this topic has also been seen in very black-and-white terms. Cloud-only or on-premise-only were the options. Meanwhile, many have realized that a hybrid operation is also possible. &ldquo;Cloud-first&rdquo; would be something like that. New projects are first implemented and evaluated in the cloud. If they work and their demand can be clearly determined, they can be moved to their own hardware. Or they remain in the cloud if you want to stay flexible. You decide on a case-by-case basis.</p>
<h3 id="for-private-customers">For Private Customers</h3>
<p>For private customers, the situation looks a bit different. Here, it&rsquo;s less about pure performance and more about services. Providers make the cloud extremely appealing through its ease of use. When you start up a new PC, you&rsquo;re immediately offered to back up your data to OneDrive. Backup your iPhone? Just use iCloud! Notes? Always synced with Notion, Evernote, and the like, and therefore always with you. Always with you and always with the provider. Many claim to encrypt the data, but you can hardly verify that. You trust that the provider will keep the data private while ensuring its security and availability.</p>
<p>Additionally, you are dependent on the provider. About 10 years ago, Evernote was the note-taking app on the market. Fast, lean, and with great features, thanks in part to native applications for every environment. However, maintaining these and keeping them at the same functional level was extremely difficult and costly for Evernote. So the company decided to build a universal web app instead, alienating many customers. The application was suddenly slow on all platforms, had fewer features, and plenty of bugs. The only problem was that migrating thousands of notes wasn&rsquo;t so easy.</p>
<p>Wunderlist was shut down and became Microsoft To-Do, Amazon Photos discontinued its service, Google killed its RSS reader and many other services, Sonos is releasing new software with fewer features, the cloud for a security camera is being shut down, making the device unusable, and so on and so forth. The list of discontinued or significantly changed services is long, and the options for users are limited. Usually, it&rsquo;s just accept it or switch.</p>
<h2 id="conclusion">Conclusion</h2>
<p>Would it be convenient if my personal files were automatically synced to OneDrive? Pictures from my iPhone go directly to iCloud? And my notes are available everywhere? Of course, it is.
But do you still have control over your data and services? Can you rely on these services? Unfortunately, no.</p>
<p>I myself use very few cloud services. For communication, I use Discord, iMessage, and WhatsApp. For Obsidian, I&rsquo;m currently using the official sync service. However, the data is still stored locally and is fully encrypted. The plugins were all a bit unstable. That&rsquo;s about it.</p>
<p>My data is on a local NAS with a RAID1 setup. Currently synchronized, so not as a backup. Some services run on my old laptop, while important services run on a rented server. It offers much more power than I need, but it runs 24/7 and has redundant connectivity. I still need a solution for backups. Hetzner seems to have good offers for storage here. Classic storage, not a &ldquo;cloud.&rdquo; There, I could back up my data incrementally and encrypted.</p>
<p>But you can see, clouds are simpler than self-managed solutions. Nevertheless, whenever possible, I don&rsquo;t rely on the cloud but on a solution that is under my control.</p>
]]></content:encoded>
      <category>Internet</category>
      <category>tech</category>
      <category>privacy</category>
      <category>opinion</category>
    </item>
  </channel>
</rss>
