<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on Finn Nielsen</title>
    <link>/posts/</link>
    <description>Recent content in Posts on Finn Nielsen</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 19 May 2026 19:27:02 +0000</lastBuildDate>
    <atom:link href="/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Are LLMs a Dead-End</title>
      <link>/posts/2026-05-19-are-llms-a-dead-end/</link>
      <pubDate>Tue, 19 May 2026 19:27:02 +0000</pubDate>
      <guid>/posts/2026-05-19-are-llms-a-dead-end/</guid>
      <description>&lt;h2 id=&#34;intro&#34;&gt;Intro&lt;/h2&gt;&#xA;&lt;p&gt;In order to get some AI skills I&amp;rsquo;ve been playing around a little with setting up some local AI, I have an old computer with 32 GB RAM and an RTX 3090 (24 GB VRAM), so I can run some local models with ollama. Also gotten OpenCode to connect to it. Kinda curious how far I can get with that set up.&lt;/p&gt;&#xA;&lt;h2 id=&#34;and-then-i-had-a-thought---what-if-llms-are-a-dead-end&#34;&gt;And then I had a thought - What if LLMs are a dead end&lt;/h2&gt;&#xA;&lt;p&gt;I read and watch a lot of Science-Fiction, and a concept that is sometimes used is that of an ancient race that &amp;ldquo;evolved&amp;rdquo; into stagnation. An example would be one of my favorite book series - The Well of Souls - by Jack L. Chalker, where there are traces of an ancient race known as the Markovians all over the universe, and they evolved technologically so much that they stagnated and to avoid dying out had to start over and become other (completely new) races in the universe (don&amp;rsquo;t worry, should you decide to look up and read this series that little piece of knowledge won&amp;rsquo;t spoil the story for you).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Overriding Git&#39;s Tab-Completion in Bash</title>
      <link>/posts/2026-05-19-overriding-git-bash-completion/</link>
      <pubDate>Tue, 19 May 2026 17:27:02 +0000</pubDate>
      <guid>/posts/2026-05-19-overriding-git-bash-completion/</guid>
      <description>&lt;h2 id=&#34;only-suggest-local-branches-for-tab-completion&#34;&gt;Only suggest local branches for tab-completion&lt;/h2&gt;&#xA;&lt;p&gt;If you use git from the command line like I do, then you probably already know that you can define aliases in ~/.gitconfig like this:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-fallback&#34; data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;[alias]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#x9;co = checkout&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Or you can create the alias using the command line and make git itself write in ~/.gitconfig:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;$ git config --global alias.co &lt;span class=&#34;s2&#34;&gt;&amp;#34;checkout&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;With this alias you can type &amp;ldquo;git co&amp;rdquo; instead of &amp;ldquo;git checkout&amp;rdquo;, and tab-completion works with the alias as well.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redesigned website</title>
      <link>/posts/2026-05-10-redesigned-website/</link>
      <pubDate>Sun, 10 May 2026 00:00:00 +0000</pubDate>
      <guid>/posts/2026-05-10-redesigned-website/</guid>
      <description>&lt;h2 id=&#34;welcome-to-my-redesigned-website&#34;&gt;Welcome to my redesigned website.&lt;/h2&gt;&#xA;&lt;p&gt;I created my old website 8 years ago (in 2018) and while it was functional I just felt it was time for a change. I was never a frontend guy so for this new website I decided to use &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt;, which is a static site generator, so I can write content in markdown and focus on that. Hugo and a theme then takes care of generating all the HTML, CSS and Javascript.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
