<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Confused bit</title>
    <link>https://confusedbit.dev/</link>
    <description>Recent content on Confused bit</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Sat, 04 Mar 2023 12:23:49 +0100</lastBuildDate><atom:link href="https://confusedbit.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Simply explained: how does GPT work?</title>
      <link>https://confusedbit.dev/posts/how_does_gpt_work/</link>
      <pubDate>Sat, 04 Mar 2023 12:23:49 +0100</pubDate>
      
      <guid>https://confusedbit.dev/posts/how_does_gpt_work/</guid>
      <description>By now, you have probably heard of OpenAI&amp;rsquo;s ChatGPT, or any of the alternatives GPT-3, GPT-4, Microsoft&amp;rsquo;s Bing Chat, Facebook&amp;rsquo;s LLaMa or even Google&amp;rsquo;s Bard. They are artificial intelligence programs that can participate in a conversation. Impressively smart, they can easily be mistaken for humans, and are skilled in a variety of tasks, from writing a dissertation to the creation of a website.
How can a computer hold such a conversation?</description>
    </item>
    
    <item>
      <title>Simply explained: Where do programming languages come from?</title>
      <link>https://confusedbit.dev/posts/programming_languages/</link>
      <pubDate>Sun, 22 Jan 2023 12:23:49 +0100</pubDate>
      
      <guid>https://confusedbit.dev/posts/programming_languages/</guid>
      <description>Our lives are surrounded by computers, from the smartphones to the elevator controller, from the plane to the game consoles. They can do so many things, but how do we tell them what to do? This involves programming, and people writing the program in specific languages made to communicate with the computer. But where do these languages come from?
There&amp;rsquo;s C++, JavaScript, HTML&amp;hellip; Where do they come from? Programming languages are a way to express in text 1 how to perform a some tasks on a computer.</description>
    </item>
    
    <item>
      <title>Teaching the Rust Borrow Checker</title>
      <link>https://confusedbit.dev/posts/map_mut_iterator/</link>
      <pubDate>Thu, 19 Jan 2023 09:07:16 +0100</pubDate>
      
      <guid>https://confusedbit.dev/posts/map_mut_iterator/</guid>
      <description>Setup While I was doing the Advent of Code 2022, I stumbled upon a pattern that should be expressible in safe Rust, but is beyond the understanding of the borrow checker. Although its use cases are probably rather niche, I still found it potentially useful. Anyway, it&amp;rsquo;s a good exercise to understand more about the borrow checker, by seeing its limitations.
The problem in question was day 23. I&amp;rsquo;m going to greatly simplify the problem for the sake of the exercise:</description>
    </item>
    
    <item>
      <title>Birth of a new blog</title>
      <link>https://confusedbit.dev/posts/birth_of_a_new_blog/</link>
      <pubDate>Tue, 03 Jan 2023 17:24:47 +0100</pubDate>
      
      <guid>https://confusedbit.dev/posts/birth_of_a_new_blog/</guid>
      <description>What is the best programming language? Why is Vim better than Emacs? Tabs or spaces? Static or dynamic typing? The answer to all these questions and more on &amp;ldquo;Confused bit&amp;rdquo;.
This blog is a place to host and share my thoughts on software, crafting, and my experience with various projects. It may or may not be entirely devoid of non irrelevant content for the wrong audience. Confused? So am I. Welcome to a world where we don&amp;rsquo;t know what we&amp;rsquo;re doing, and we just hope our code doesn&amp;rsquo;t crash in prod.</description>
    </item>
    
    <item>
      <title></title>
      <link>https://confusedbit.dev/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://confusedbit.dev/about/</guid>
      <description>I&amp;rsquo;m, Valentin Tolmer, a software craftsman always in search of quality in the products I build. I&amp;rsquo;m the creator and maintainer of LLDAP, a super-simple and lightweight LDAP server for self-hosting.
I&amp;rsquo;m also a fan of teaching, and in this blog I explain some technical concepts in simple words.
If you like what I&amp;rsquo;m doing, feel free to buy me a cup of tea.</description>
    </item>
    
  </channel>
</rss>
