<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>jkossen.nl: Blog posts in English</title>
	<link href="https://jkossen.nl/en/index.xml" rel="self"/>
	<updated>2026-08-31T00:00:00Z</updated>
	<author>
		<name>Jochem Kossen</name>
	</author>
	<id>https://jkossen.nl/en/</id>
	<entry>
		<title>Emacs</title>
		<link href="https://jkossen.nl/emacs/"/>
		<id>https://jkossen.nl/emacs/</id>
		<updated>2026-08-31T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;&#xA;While every now and then I try out other text editors, &lt;a href=&#34;https://www.gnu.org/software/emacs/&#34;&gt;GNU Emacs&lt;/a&gt; is where my home appears to be. This page marks the entrypoint of my collection of notes on it.&lt;/p&gt;&#xA;&lt;div id=&#34;outline-container-headline-1&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-1&#34;&gt;&#xA;Table of Contents&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-1&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-1&#34;&gt;Table of Contents&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-2&#34;&gt;init.el&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-3&#34;&gt;A couple of notes&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-4&#34;&gt;org-mode&lt;/a&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-5&#34;&gt;Prevent accidental deletions of folded text&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-6&#34;&gt;Some less desctructive options&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-7&#34;&gt;visual-line-mode&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;#headline-8&#34;&gt;mu4e&lt;/a&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/nav&gt;&#xA;&#xA;&lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div id=&#34;outline-container-headline-2&#34; class=&#34;outline-2&#34;&gt;&#xA;&lt;h2 id=&#34;headline-2&#34;&gt;&#xA;init.el&#xA;&lt;/h2&gt;&#xA;&lt;div id=&#34;outline-text-headline-2&#34; class=&#34;outline-text-2&#34;&gt;&#xA;&lt;p&gt;&#xA;I like to configure my &lt;code class=&#34;verbatim&#34;&gt;init.el&lt;/code&gt; with &lt;code&gt;use-package&lt;/code&gt;. It consists of a bunch of &lt;code&gt;use-package&lt;/code&gt; declarations such as the following:&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Notes on Podman and Quadlets</title>
		<link href="https://jkossen.nl/podman/"/>
		<id>https://jkossen.nl/podman/</id>
		<updated>2026-06-02T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;This post contains notes on and examples of my &lt;a href=&#34;https://podman.io&#34;&gt;Podman&lt;/a&gt; containers on &lt;a href=&#34;https://debian.org&#34;&gt;Debian&lt;/a&gt; setup.&lt;/p&gt;&#xA;&lt;h2 id=&#34;table-of-contents&#34;&gt;Table of Contents&lt;/h2&gt;&#xA;&lt;nav id=&#34;TableOfContents&#34;&gt;&#xA;  &lt;ul&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#table-of-contents&#34;&gt;Table of Contents&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#on-running-podman-containers-rootless&#34;&gt;On running Podman containers rootless&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#enable-lingering&#34;&gt;Enable lingering&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#enable-automatic-updates&#34;&gt;Enable automatic updates&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#manually-auto-updating&#34;&gt;&amp;ldquo;Manually&amp;rdquo; auto-updating&lt;/a&gt;&lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#reverse-proxy-container&#34;&gt;Reverse Proxy container&lt;/a&gt;&#xA;      &lt;ul&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#rproxycontainer&#34;&gt;rproxy.container&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#rproxy-datavolume&#34;&gt;rproxy-data.volume&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#podman-ipv6network&#34;&gt;podman-ipv6.network&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#note-1&#34;&gt;Note 1&lt;/a&gt;&lt;/li&gt;&#xA;        &lt;li&gt;&lt;a href=&#34;#note-2&#34;&gt;Note 2&lt;/a&gt;&lt;/li&gt;&#xA;      &lt;/ul&gt;&#xA;    &lt;/li&gt;&#xA;    &lt;li&gt;&lt;a href=&#34;#port-forwarding&#34;&gt;port forwarding&lt;/a&gt;&lt;/li&gt;&#xA;  &lt;/ul&gt;&#xA;&lt;/nav&gt;&#xA;&#xA;&lt;h2 id=&#34;on-running-podman-containers-rootless&#34;&gt;On running Podman containers rootless&lt;/h2&gt;&#xA;&lt;p&gt;I run a few containers for web services (http/https servers) behind another container which serves as a reverse proxy.&lt;/p&gt;&#xA;&lt;p&gt;All containers run &lt;strong&gt;rootless&lt;/strong&gt; under their own user account.&#xA;If I have a site, say, &lt;code&gt;jkossen.nl&lt;/code&gt;, it runs under the &lt;code&gt;jkossen-nl&lt;/code&gt; user account which has no privileges on the rest of the system.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Notes on the nvi text editor</title>
		<link href="https://jkossen.nl/nvi/"/>
		<id>https://jkossen.nl/nvi/</id>
		<updated>2026-06-02T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;Aside from &lt;a href=&#34;https://jkossen.nl/vim/&#34;&gt;Vim&lt;/a&gt;, I sometimes use &lt;code&gt;nvi&lt;/code&gt; as an even lighter-weight text&#xA;editor. Don&amp;rsquo;t underestimate it though, it comes with lots of functionality&#xA;built-in.&lt;/p&gt;&#xA;&lt;h2 id=&#34;a-few-tips-on-using-nvi&#34;&gt;A few tips on using nvi&lt;/h2&gt;&#xA;&lt;p&gt;nvi offers a lot of shortcuts for functionality to help you edit conveniently and fast.&#xA;Here are a few I use regularly:&lt;/p&gt;&#xA;&lt;table class=&#34;mono&#34;&gt;&#xA;&#x9;&lt;thead&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;th&gt;Key&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/th&gt;&lt;th&gt;Action&lt;/th&gt;&lt;/tr&gt;&#xA;&#x9;&lt;/thead&gt;&#xA;&#x9;&lt;tbody&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;{&lt;/td&gt;&lt;td&gt;Move cursor to before current paragraph&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;}&lt;/td&gt;&lt;td&gt;Move cursor to after current paragraph&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;[[&lt;/td&gt;&lt;td&gt;Move cursor to beginning of file&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;]]&lt;/td&gt;&lt;td&gt;Move cursor to end of file&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;/Fore&lt;/td&gt;&lt;td&gt;Move cursor to next occurrence of &#39;Fore&#39;&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;?Back&lt;/td&gt;&lt;td&gt;Move cursor to previous occurrence of &#39;Back&#39;&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;n&lt;/td&gt;&lt;td&gt;Move cursor to next match of previous search term&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;u&lt;/td&gt;&lt;td&gt;Undo. Then press . for multiple undo&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;:42&lt;/td&gt;&lt;td&gt;Move cursor to line 42&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;y4l&lt;/td&gt;&lt;td&gt;Yank (copy) the next 4 characters starting from the cursor&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;y4y&lt;/td&gt;&lt;td&gt;Yank (copy) 4 lines starting from the cursor&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;p&lt;/td&gt;&lt;td&gt;Paste yanked contents after current line&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;P&lt;/td&gt;&lt;td&gt;Paste yanked contents before current line&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&#x9;&lt;tr&gt;&lt;td&gt;.&lt;/td&gt;&lt;td&gt;Repeat last modification action (undo as well, so multiple undo!)&lt;/td&gt;&lt;/tr&gt;&#xA;&#x9;&lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;configuration&#34;&gt;Configuration&lt;/h2&gt;&#xA;&lt;p&gt;nvi uses a file called &lt;code&gt;.nexrc&lt;/code&gt; in your home folder.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Notes on the Vim text editor</title>
		<link href="https://jkossen.nl/vim/"/>
		<id>https://jkossen.nl/vim/</id>
		<updated>2026-06-02T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;In search of a calm editor with few distractions, I made a configuration for the &lt;a href=&#34;https://www.vim.org&#34;&gt;Vim&lt;/a&gt; (and &lt;a href=&#34;https://vim-classic.org&#34;&gt;Vim Classic&lt;/a&gt;) text editor.&#xA;While some don&amp;rsquo;t consider Vim to be an editor with low cognitive load, I humbly disagree with this.&#xA;Yes it has a learning curve, but it&amp;rsquo;s well documented, and you can learn basic functionality very quickly.&#xA;Also, the basic use of Vim does not change much, so everything you learn is knowledge you&amp;rsquo;ll be able to use for &lt;em&gt;decades&lt;/em&gt;.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Notes on my Laptop setup</title>
		<link href="https://jkossen.nl/laptop/"/>
		<id>https://jkossen.nl/laptop/</id>
		<updated>2026-06-01T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;I&amp;rsquo;ve been using a Lenovo T14 Gen 6 AMD laptop running &lt;a href=&#34;https://debian.org&#34;&gt;Debian&lt;/a&gt;&#xA;for a while now. This is where I collect notes on my setup. Some are specific&#xA;to this type, others are more generic.&lt;/p&gt;&#xA;&lt;h2 id=&#34;obligatory-fastfetch-output&#34;&gt;Obligatory fastfetch output&lt;/h2&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-txt&#34; data-lang=&#34;txt&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-1&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-1&#34;&gt; 1&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;        _,met$$$$$gg.          jochem@meridian&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-2&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-2&#34;&gt; 2&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;     ,g$$$$$$$$$$$$$$$P.       ---------------&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-3&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-3&#34;&gt; 3&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;   ,g$$P&amp;#34;&amp;#34;       &amp;#34;&amp;#34;&amp;#34;Y$$.&amp;#34;.     OS: Debian GNU/Linux forky/sid (forky) x86_64&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-4&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-4&#34;&gt; 4&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;  ,$$P&amp;#39;              `$$$.     Host: 21QJ005EMH (ThinkPad T14 Gen 6)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-5&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-5&#34;&gt; 5&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;&amp;#39;,$$P       ,ggs.     `$$b:    Kernel: Linux 7.0.9+deb14-amd64&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-6&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-6&#34;&gt; 6&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;`d$$&amp;#39;     ,$P&amp;#34;&amp;#39;   .    $$$     Uptime: 6 days, 1 hour, 44 mins&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-7&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-7&#34;&gt; 7&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; $$P      d$&amp;#39;     ,    $$P     Packages: 1884 (dpkg), 14 (flatpak)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-8&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-8&#34;&gt; 8&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; $$:      $$.   -    ,d$$&amp;#39;     Shell: bash 5.3.9&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-9&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-9&#34;&gt; 9&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; $$;      Y$b._   _,d$P&amp;#39;       Display (LEN403A): 1920x1200 @ 1.25x in 14&amp;#34;, 60 Hz [Built-in]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-10&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-10&#34;&gt;10&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; Y$$.    `.`&amp;#34;Y$$$$P&amp;#34;&amp;#39;          DE: GNOME 49.5&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-11&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-11&#34;&gt;11&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt; `$$b      &amp;#34;-.__               WM: Mutter (Wayland)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-12&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-12&#34;&gt;12&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;  `Y$$b                        WM Theme: Adwaita&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-13&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-13&#34;&gt;13&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;   `Y$$.                       Theme: Adwaita [GTK2/3/4]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-14&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-14&#34;&gt;14&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;     `$$b.                     Icons: Adwaita [GTK2/3/4]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-15&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-15&#34;&gt;15&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;       `Y$$b.                  Font: Noto Sans (10pt) [GTK2/3/4]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-16&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-16&#34;&gt;16&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;         `&amp;#34;Y$b._               Cursor: Adwaita (24px)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-17&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-17&#34;&gt;17&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;             `&amp;#34;&amp;#34;&amp;#34;&amp;#34;             Terminal: kitty 0.47.0&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-18&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-18&#34;&gt;18&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               Terminal Font: HackNF-Regular (14pt)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-19&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-19&#34;&gt;19&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               CPU: AMD Ryzen AI 7 PRO 350 (16) @ 5.09 GHz&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-20&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-20&#34;&gt;20&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               GPU: AMD Radeon 860M Graphics [Integrated]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-21&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-21&#34;&gt;21&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               Memory: 5.11 GiB / 27.05 GiB (19%)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-22&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-22&#34;&gt;22&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               Swap: 0 B / 32.00 GiB (0%)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-23&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-23&#34;&gt;23&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               Disk (/): 24.85 GiB / 720.92 GiB (3%) - btrfs&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-24&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-24&#34;&gt;24&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               Local IP (wlp194s0): 192.168.2.44/24&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-25&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-25&#34;&gt;25&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               Battery (5B11M90125): 90% [Discharging]&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;ln&#34; id=&#34;hl-0-26&#34;&gt;&lt;a class=&#34;lnlinks&#34; href=&#34;#hl-0-26&#34;&gt;26&lt;/a&gt;&lt;/span&gt;&lt;span class=&#34;cl&#34;&gt;                               Locale: en_US.UTF-8&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;t14-gen-6-specific-audio-quality-improvement&#34;&gt;T14 Gen 6 specific: audio quality improvement&lt;/h2&gt;&#xA;&lt;p&gt;Audio quality from the speakers sucks by default.&#xA;Thankfully, with some configuration, you can improve that big time.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>A few examples of and notes on Podman quadlets</title>
		<link href="https://jkossen.nl/quadlets/"/>
		<id>https://jkossen.nl/quadlets/</id>
		<updated>2026-02-26T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;As of 2026-06-02, I&amp;rsquo;ve merged the contents of this page into:&lt;/p&gt;&#xA;&lt;p&gt;=&amp;gt; &lt;a href=&#34;https://jkossen.nl/podman/&#34;&gt;Notes on Podman&lt;/a&gt;&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Simply Vim</title>
		<link href="https://jkossen.nl/vim-simply/"/>
		<id>https://jkossen.nl/vim-simply/</id>
		<updated>2025-09-13T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;As of 2026-06-02, I merged the contents of this page into:&lt;/p&gt;&#xA;&lt;p&gt;=&amp;gt; &lt;a href=&#34;https://jkossen.nl/vim/&#34;&gt;Notes on the Vim text editor&lt;/a&gt;&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>A simple JavaScript Lightbox without dependencies</title>
		<link href="https://jkossen.nl/photojs/"/>
		<id>https://jkossen.nl/photojs/</id>
		<updated>2024-02-19T00:00:00Z</updated>
		<summary type="html">A lightweight photo gallery and lightbox for your website</summary>
	</entry>
	<entry>
		<title>Web server setup with OpenBSD</title>
		<link href="https://jkossen.nl/obsd-server-setup/"/>
		<id>https://jkossen.nl/obsd-server-setup/</id>
		<updated>2023-06-20T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;As a hobby, I host my website on my own server. It’s currently running&#xA;the &lt;a href=&#34;https://openbsd.org&#34;&gt;OpenBSD&lt;/a&gt; operating system.  OpenBSD comes&#xA;with batteries included. Among other things, it comes with a web (http&#xA;/ https) server, a transparent proxy and load balancer, a mail (SMTP)&#xA;server, the OpenSSH shell server and a packet filter&#xA;(“firewall”). Everything you need to host your website yourself. All&#xA;nicely integrated. All for free.&lt;/p&gt;&#xA;&lt;p&gt;OpenBSD is very consistent, lightweight and probably the most secure&#xA;functional operating system available. Maintenance is a breeze, so&#xA;it’s great for serving purposes.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Imagine you are Jochem ... The Writer</title>
		<link href="https://jkossen.nl/jk02/"/>
		<id>https://jkossen.nl/jk02/</id>
		<updated>2023-06-12T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;Imagine you, being me.&lt;/p&gt;&#xA;&lt;p&gt;You have this vague sense of an idea.&lt;br&gt;&#xA;It has to get out.&lt;br&gt;&#xA;You feel you have to write it into a story.&lt;br&gt;&#xA;Or a book perhaps!&lt;br&gt;&#xA;You could just start.&lt;br&gt;&#xA;Typing one letter after another.&lt;br&gt;&#xA;But you want to do this right.&lt;br&gt;&#xA;You decide to immerse yourself in the art of writing.&lt;/p&gt;&#xA;&lt;p&gt;You read every book on writing you can find.&lt;br&gt;&#xA;But you only remember &lt;a href=&#34;https://www.amazon.com/Writing-10th-Anniversary-Memoir-Craft/dp/1439156816&#34;&gt;On Writing by Stephen King&lt;/a&gt;.&lt;br&gt;&#xA;In your defense, that&amp;rsquo;s a good one.&lt;br&gt;&#xA;One thing you learn is that you have to read a lot of books.&lt;br&gt;&#xA;So you read.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Long(er) Term Software</title>
		<link href="https://jkossen.nl/ltsoft/"/>
		<id>https://jkossen.nl/ltsoft/</id>
		<updated>2023-06-08T00:00:00Z</updated>
		<summary type="html">&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;&#xA;&lt;p&gt;Occasionally I think about the software I use.&#xA;Why do I get excited about running the latest and greatest?&#xA;I guess I’m not as immune to fancy marketing as I would like to be.&#xA;I might have found a cure, though.&lt;/p&gt;&#xA;&lt;h2 id=&#34;how-it-started&#34;&gt;How it started&lt;/h2&gt;&#xA;&lt;p&gt;Recently whenever I throw away plastic in our plastic bin (we do&#xA;separate waste!),&#xA;I’m shocked to see how much plastic we use.&#xA;It’s terrible and I am ashamed.&#xA;It encouraged me to find ways to use less plastic.&#xA;And reduce waste in general.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Productivity apps</title>
		<link href="https://jkossen.nl/prod-apps/"/>
		<id>https://jkossen.nl/prod-apps/</id>
		<updated>2023-05-08T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;An app for personal to-do’s.&lt;br&gt;&#xA;An app for work tasks.&lt;br&gt;&#xA;An app for work notes.&lt;br&gt;&#xA;An app for personal notes.&lt;br&gt;&#xA;An app for reminders.&lt;br&gt;&#xA;An app for calendar items.&lt;br&gt;&#xA;An app for text editing.&lt;/p&gt;&#xA;&lt;p&gt;I changed from Microsoft Todo to Todoist as well.&#xA;Each has half of my tasks.&lt;/p&gt;&#xA;&lt;p&gt;Where are those notes on the to-do item I should finish by tomorrow?&#xA;You know, the to-do item I’m unable to find.&#xA;I&amp;rsquo;m not sure whether it was for work, for personal or both.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>Learning Scheme</title>
		<link href="https://jkossen.nl/learning-scheme/"/>
		<id>https://jkossen.nl/learning-scheme/</id>
		<updated>2021-01-03T00:00:00Z</updated>
		<summary type="html">&lt;p&gt;At work, we talked our first-year students into participating in the&#xA;&lt;a href=&#34;https://adventofcode.com/&#34;&gt;Advent of Code 2020&lt;/a&gt;. It&amp;rsquo;s quite the challenge for them, but quite a&#xA;few had a lot of fun solving the puzzles together. They mostly utilize&#xA;&lt;a href=&#34;https://php.net&#34;&gt;PHP&lt;/a&gt; and JavaScript.&lt;/p&gt;&#xA;&lt;p&gt;As a fun project I thought I&amp;rsquo;d participate as well and use the&#xA;occasion to learn a different way of programming as an extra&#xA;challenge. Ever since rediscovering &lt;a href=&#34;https://www.gnu.org/software/emacs/&#34;&gt;Emacs&lt;/a&gt; I&amp;rsquo;ve been wanting to&#xA;understand &lt;a href=&#34;https://en.wikipedia.org/wiki/Emacs_Lisp&#34;&gt;elisp&lt;/a&gt; better. Up to now I just considered LISP to be an&#xA;annoying collection of parentheses containing bits of code. LISP code&#xA;looks a bit like it was written by aliens. After considering a few&#xA;options (Emacs with elisp, &lt;a href=&#34;https://lisp-lang.org/&#34;&gt;Common Lisp&lt;/a&gt;, &lt;a href=&#34;https://racket-lang.org/&#34;&gt;Racket&lt;/a&gt;, Scheme). I picked the&#xA;&lt;a href=&#34;https://www.gnu.org/software/guile/&#34;&gt;GNU Guile&lt;/a&gt; Scheme implementation.&lt;/p&gt;</summary>
	</entry>
	<entry>
		<title>File format considerations</title>
		<link href="https://jkossen.nl/file-formats/"/>
		<id>https://jkossen.nl/file-formats/</id>
		<updated>2020-11-22T00:00:00Z</updated>
		<summary type="html">&lt;h2 id=&#34;when-writing&#34;&gt;When writing&lt;/h2&gt;&#xA;&lt;p&gt;I just want to read what I have written.&lt;br&gt;&#xA;And write what I have not.&lt;br&gt;&#xA;In other words I only want to deal with the contents.&lt;/p&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t want to get distracted by &amp;hellip; features&lt;br&gt;&#xA;Such as markup.&lt;br&gt;&#xA;Or alignment.&lt;br&gt;&#xA;Or shapes.&lt;br&gt;&#xA;Or decoration.&lt;/p&gt;&#xA;&lt;p&gt;My files should be backed up easily.&#xA;To &amp;ldquo;the cloud&amp;rdquo; &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;.&#xA;Or to other computers.&lt;/p&gt;&#xA;&lt;p&gt;I want to edit on my computer.&lt;br&gt;&#xA;Not in &amp;ldquo;the cloud&amp;rdquo;.&lt;/p&gt;</summary>
	</entry>
</feed>
