<?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>Posts on Think About IT</title>
    <link>https://thinkaboutit.tech/posts/</link>
    <description>Recent content in Posts on Think About IT</description>
    <image>
      <title>Think About IT</title>
      <url>https://thinkaboutit.tech/thinkaboutit_cover.webp</url>
      <link>https://thinkaboutit.tech/thinkaboutit_cover.webp</link>
    </image>
    <generator>Hugo -- 0.148.2</generator>
    <language>en</language>
    <lastBuildDate>Tue, 20 Jan 2026 20:14:00 +0200</lastBuildDate>
    <atom:link href="https://thinkaboutit.tech/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Groupping Quadlets</title>
      <link>https://thinkaboutit.tech/posts/2026-01-20-groupping-quadlets/</link>
      <pubDate>Tue, 20 Jan 2026 20:14:00 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2026-01-20-groupping-quadlets/</guid>
      <description>With compose we have got habbit to start and stop containers with one single
command. We can achieve the same with Pod but it has limitation. And this is
where systemd helps us out.</description>
    </item>
    <item>
      <title>Edit and Write Quadlets Easily</title>
      <link>https://thinkaboutit.tech/posts/2025-10-18-edit-and-write-quadlets-easily/</link>
      <pubDate>Sat, 18 Oct 2025 17:48:36 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-10-18-edit-and-write-quadlets-easily/</guid>
      <description>Quadlets, unlike compose files, are split into multiple files and follows
systemd syntax. I&amp;rsquo;ve made a language server that makes the edit and
navigation much easier.</description>
    </item>
    <item>
      <title>Casual Containers With Systemd and Quadlet</title>
      <link>https://thinkaboutit.tech/posts/2025-07-20-adhoc-containers-with-systemd-and-quadlet/</link>
      <pubDate>Sun, 20 Jul 2025 13:22:31 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-07-20-adhoc-containers-with-systemd-and-quadlet/</guid>
      <description>In this post, I explain how a Podman Quadlet can be used with systemd socket activation.</description>
    </item>
    <item>
      <title>Implement Nextcloud With Podman Quadlet</title>
      <link>https://thinkaboutit.tech/posts/2025-07-13-implement-nextcloud-with-podman-quadlet/</link>
      <pubDate>Sun, 13 Jul 2025 19:22:51 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-07-13-implement-nextcloud-with-podman-quadlet/</guid>
      <description>This post, I explain an implementation for Nextcloud using Podman  Quadlets.</description>
    </item>
    <item>
      <title>Integration Go and Python via gRPC for OpenAI Moderation</title>
      <link>https://thinkaboutit.tech/posts/2025-06-22-integration-go-and-python-via-grpc-for-openai-moderation/</link>
      <pubDate>Sun, 22 Jun 2025 20:13:41 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-06-22-integration-go-and-python-via-grpc-for-openai-moderation/</guid>
      <description>I made a demo with a simple chat server that has integration with OpenAI  moderation API.</description>
    </item>
    <item>
      <title>Why I Automate (Even When People Don’t Like It)</title>
      <link>https://thinkaboutit.tech/posts/2025-06-10-opinion-about-automation/</link>
      <pubDate>Tue, 10 Jun 2025 19:58:42 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-06-10-opinion-about-automation/</guid>
      <description>I have been working with automation on different platforms for 14 years. Today, I collected my ideas and views on this topic.</description>
    </item>
    <item>
      <title>Simple Plugin for Neovim - Integrate Hugo!</title>
      <link>https://thinkaboutit.tech/posts/2025-05-31-simple-plugin-for-neovim/</link>
      <pubDate>Sat, 31 May 2025 19:30:40 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-05-31-simple-plugin-for-neovim/</guid>
      <description>I had never written a Neovim plugin before, so I wanted to try it and see  how easy &amp;ndash; or painful &amp;ndash; it would be.</description>
    </item>
    <item>
      <title>Making Container Images Faster and Smaller: Practical Tips</title>
      <link>https://thinkaboutit.tech/posts/2025-05-26-some-tip-for-quicker-and-smaller-container-images/</link>
      <pubDate>Sun, 25 May 2025 20:55:47 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-05-26-some-tip-for-quicker-and-smaller-container-images/</guid>
      <description>In this post, I collected some tips and hints how to make quicker and/or  smaller builds during container image building.</description>
    </item>
    <item>
      <title>Why Unix Domain Socket is Good?</title>
      <link>https://thinkaboutit.tech/posts/2025-05-25-why-uds-is-good/</link>
      <pubDate>Sun, 25 May 2025 00:34:00 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-05-25-why-uds-is-good/</guid>
      <description>In this post, I introduce the concept of Unix Domain Socket. I also explain  when and why it can be useful.</description>
    </item>
    <item>
      <title>Is Go Error Handling Really Bloated?</title>
      <link>https://thinkaboutit.tech/posts/2025-05-24-is-go-error-handling-really-bloated/</link>
      <pubDate>Sat, 24 May 2025 10:19:29 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-05-24-is-go-error-handling-really-bloated/</guid>
      <description>Is Go error handling with a lot of &lt;code&gt;err&lt;/code&gt; and &lt;code&gt;nil&lt;/code&gt; really bloated or  just practical?</description>
    </item>
    <item>
      <title>Size Does Matter? Smaller Containers Are Better?</title>
      <link>https://thinkaboutit.tech/posts/2025-05-18-size-does-matter-smaller-are-better/</link>
      <pubDate>Sun, 18 May 2025 19:31:36 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-05-18-size-does-matter-smaller-are-better/</guid>
      <description>We all learnt that container images consist of layer but what does it  mean and how it does affect the size of the container?</description>
    </item>
    <item>
      <title>Beauty of tmux</title>
      <link>https://thinkaboutit.tech/posts/2025-05-02-beauty-of-tmux/</link>
      <pubDate>Fri, 02 May 2025 00:36:19 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-05-02-beauty-of-tmux/</guid>
      <description>In this article, I talk about tmux and how I did imporve my workflow by it</description>
    </item>
    <item>
      <title>Monitor Packages With Renovate in Containerfile</title>
      <link>https://thinkaboutit.tech/posts/2025-04-26-monitor-packages-with-renovate-in-containerfile/</link>
      <pubDate>Sat, 26 Apr 2025 00:50:07 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-04-26-monitor-packages-with-renovate-in-containerfile/</guid>
      <description>In this article I make regex managers for Renovate to monitor Debian packages and Github releases in Containerfile.</description>
    </item>
    <item>
      <title>Example for Cobra and Viper for Go</title>
      <link>https://thinkaboutit.tech/posts/2025-04-21-example-for-cobra-and-viper-for-go/</link>
      <pubDate>Mon, 21 Apr 2025 18:03:06 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-04-21-example-for-cobra-and-viper-for-go/</guid>
      <description>This article shows an example how to use Cobra and Vipera packages for a Go project.</description>
    </item>
    <item>
      <title>Monitor Quadlet With Renovate</title>
      <link>https://thinkaboutit.tech/posts/2025-04-11-monitor-quadlet-with-renovate/</link>
      <pubDate>Fri, 11 Apr 2025 23:50:46 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-04-11-monitor-quadlet-with-renovate/</guid>
      <description>In this article I give an idea how to monitor Quadlet files with Renovate</description>
    </item>
    <item>
      <title>Pagination With PostgreSQL</title>
      <link>https://thinkaboutit.tech/posts/2025-03-31-pagination-with-posthresql/</link>
      <pubDate>Mon, 31 Mar 2025 00:17:03 +0200</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-03-31-pagination-with-posthresql/</guid>
      <description>I have made some investigation about my pagination with PostgreSQL. I am not a DBA just like to test things and understand more.</description>
    </item>
    <item>
      <title>Gitea Generic Registry Automatic Update</title>
      <link>https://thinkaboutit.tech/posts/2025-03-24-gitea-generic-registry-automatic-update/</link>
      <pubDate>Mon, 24 Mar 2025 17:32:53 +0100</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-03-24-gitea-generic-registry-automatic-update/</guid>
      <description>In this article I write how do I upload files into Gitea Generic Registry</description>
    </item>
    <item>
      <title>Renovate With Podman Quadlet</title>
      <link>https://thinkaboutit.tech/posts/2025-03-14-renovate-with-podman-quadlet/</link>
      <pubDate>Fri, 14 Mar 2025 12:47:32 +0100</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-03-14-renovate-with-podman-quadlet/</guid>
      <description>In this post, I write about how I use renovate as Podman Quadlet with automatic schedule</description>
    </item>
    <item>
      <title>Configure 1password Connect With Quadlet</title>
      <link>https://thinkaboutit.tech/posts/2025-03-08-configure-1password-connect-with-quadlet/</link>
      <pubDate>Fri, 07 Mar 2025 23:15:29 +0100</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-03-08-configure-1password-connect-with-quadlet/</guid>
      <description>In this article I setup 1Password Connect with Podman Quadlet</description>
    </item>
    <item>
      <title>From Docker to Quadlet</title>
      <link>https://thinkaboutit.tech/posts/2025-03-03-from-docker-to-quadlet/</link>
      <pubDate>Mon, 03 Mar 2025 21:47:23 +0100</pubDate>
      <guid>https://thinkaboutit.tech/posts/2025-03-03-from-docker-to-quadlet/</guid>
      <description>Recently I have changed from Docker to Podman Quadlet. In this article I details why I have made this decision and how it has been done.</description>
    </item>
  </channel>
</rss>
