<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/css" href="rss-style.css" ?>
<rss version="2.0">

<channel>
<title>dkolf.de</title>
<link>https://dkolf.de/</link>
<description>Articles on programming and technology on dkolf.de</description>

<item>
	<title>async-await in Lua</title>
	<guid>https://dkolf.de/lua-async-await</guid>
	<description>A short introduction to the async-await programming syntax for running asynchronous tasks and how it can be implemented in the Lua programming language.</description>
</item>

<item>
	<title>Identity Bars</title>
	<guid>https://dkolf.de/id-bars</guid>
	<description>&quot;Identity bars&quot; are my concept of a form of Identicon to reliably distinguish large numbers (hash values) in a visual way.</description>
</item>

<item>
	<title>Strong passwords with Diceware</title>
	<guid>https://dkolf.de/diceware</guid>
	<description>I recommend a variation of &quot;Diceware&quot; in order to create strong and memorable passwords.</description>
</item>

<item>
	<title>Simple web pages for Desktop and Mobile</title>
	<guid>https://dkolf.de/simple-webpages</guid>
	<description>I keep notes on what I have learned about the necessary minimum in order to have a web page that is well readable on both a mobile device and in a browser for a desktop computer.</description>
</item>

<item>
	<title>Software dependencies</title>
	<guid>https://dkolf.de/dependencies</guid>
	<description>Package managers like npm, cargo and LuaRocks have made it easy to include external code in projects. I advocate that we need to complement this improvement in the ease of use with additional measures to ensure supply chain security.</description>
</item>

<item>
	<title>Respectful websites</title>
	<guid>https://dkolf.de/respectful-websites</guid>
	<description>Money makes the world go round, and the web is a part of this world. However, many websites are in my opinion going too far: They are treating their readers primarily as a resource. This article is my wish list on how more respectful websites would behave.</description>
</item>

<item>
	<title>Diceware with touch input</title>
	<guid>https://dkolf.de/password-touch</guid>
	<description>I am presenting an approach for entering strong passwords using a touch screen.</description>
</item>

<item>
	<title>Features I overlooked in Git</title>
	<guid>https://dkolf.de/git-features</guid>
	<description>Some features of the Git version control system have escaped my attention until recently and maybe this list of three short topics can help others who missed the same documentation entries as I did.</description>
</item>

<item>
	<title>Preview: dkjson-2.9-beta.2</title>
	<guid>https://dkolf.de/dkjson-lua/#v2.9-beta.2</guid>
	<description>A preview for the next version of dkjson is available: 2.9-beta.2. It contains performance improvements for the pure-Lua decoder.</description>
</item>

<item>
	<title>Problems I have with Git</title>
	<guid>https://dkolf.de/git-problems</guid>
	<description>The Git version control system is helpful in many ways, but there are some issues where I still have friction in my work with Git.</description>
</item>

<item>
	<title>Static HTTP compression using htaccess</title>
	<guid>https://dkolf.de/gzip-htaccess</guid>
	<description>I was looking for a way to serve compressed documents on my web site. This article is my summary of what finally worked for me.</description>
</item>

</channel>

</rss>

