<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://rolandeckert.com/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>rolandeckert.com - notes</title>
        <description>coding is poetry</description>
        <link>https://rolandeckert.com/</link>
        <lastBuildDate>Thu, 30 Apr 2026 13:26:27 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://rolandeckert.com/_media/wiki/dokuwiki.svg</url>
            <title>rolandeckert.com</title>
            <link>https://rolandeckert.com/</link>
        </image>
        <item>
            <title>Sorting Domain Names By TLD</title>
            <link>https://rolandeckert.com/notes/domainsort</link>
            <description>Sorting Domain Names By TLD

Suppose you have a list of domain names including subdomains, wouldn't it be nice to have those sorted by TLD first, followed by however deeply nested subdomain names?

If you happen to use PHP, things are simple (but not as short as in Perl, see link below):</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 24 Feb 2020 23:19:26 +0000</pubDate>
        </item>
        <item>
            <title>Sorting Images based on Exif data</title>
            <link>https://rolandeckert.com/notes/imagesort</link>
            <description>Sorting Images based on Exif data

Suppose you have a folder containing images taken by a digital camera over a period of time, wouldn't it be nice to sort these images into folders?

The script below copies folders from one folder to another, creating subfolders in the target folder with the name of YYYY-MM (2010-07).</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 24 Feb 2020 23:17:06 +0000</pubDate>
        </item>
        <item>
            <title>iPhone 4S: Convert Video to HTML5 for streaming</title>
            <link>https://rolandeckert.com/notes/iphonevideo</link>
            <description>iPhone 4S: Convert Video to HTML5 for streaming

Challenge

When presented with the task of showing an iPhone 4S video to someone under the following
circumstances:

	*  Video should be embedded on a website
	*  Recipient person does not have a Youtube or FB account</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Fri, 12 Oct 2018 06:44:26 +0000</pubDate>
        </item>
        <item>
            <title>MD5 and shorter hashing techniques</title>
            <link>https://rolandeckert.com/notes/md5</link>
            <description>MD5 and shorter hashing techniques

I had the need for creating a link in an e-mail which should have had an unique identifier appended to it.

I did not want to use a numeric ID as it would have been to easy to “play” with and thus possibly creating information leakage further down the line.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Sun, 10 Feb 2019 20:07:20 +0000</pubDate>
        </item>
        <item>
            <title>Recover files from lost+found</title>
            <link>https://rolandeckert.com/notes/recovery</link>
            <description>Recover files from lost+found

You know the feeling: you are beavering away with whatever it is what you're doing and suddenly, you are confronted with a hard disk failure in your file server. In a brave attempt to get the failing partition at least mountable again, you unmount it and let e2fsck do its magic:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 22 Oct 2018 15:12:26 +0000</pubDate>
        </item>
        <item>
            <title>Reading Smartcards with Gentoo Linux</title>
            <link>https://rolandeckert.com/notes/smartcard</link>
            <description>Reading Smartcards with Gentoo Linux

This page describes the steps necessary to read smartcards using Gentoo Linux.

Card Readers

There are USB and serial card readers. The discussed steps here are for serial card readers, the one used is Towitoko's CHIPDRIVE micro 100, which is fully supported. Also tested was the CHIPDRIVE micro 120.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 22 Oct 2018 15:18:04 +0000</pubDate>
        </item>
        <item>
            <title>Listen to Xfm London using Linux</title>
            <link>https://rolandeckert.com/notes/xfmlondon</link>
            <description>Listen to Xfm London using Linux

This article is heavily outdated and left here for nostalgic reasons only.

There is one radio station which I could listen to all day and that is Xfm London (&lt;http://www.xfm.co.uk/&gt;). That station and their music must be near the top of the things I miss the most since I don't live in the UK anymore.</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Tue, 20 Sep 2022 20:22:32 +0000</pubDate>
        </item>
    </channel>
</rss>
