<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>How To on saoe: The Nifty Oddity</title>
    <link>https://www.saoe.net/categories/how-to/</link>
    <description>Recent content in How To on saoe: The Nifty Oddity</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© 2013-2024 Sascha Offe</copyright>
    <lastBuildDate>Sun, 08 Mar 2026 09:50:05 +0100</lastBuildDate>
    <atom:link href="https://www.saoe.net/categories/how-to/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>C&#43;&#43; Diagnostics and Debugging Utilities</title>
      <link>https://www.saoe.net/blog/cpp-dnd/</link>
      <pubDate>Sun, 08 Mar 2026 09:50:05 +0100</pubDate>
      <guid>https://www.saoe.net/blog/cpp-dnd/</guid>
      <description>&lt;p&gt;Some tools and techniques for detecting, reporting and investigating errors and unexpected behavior in C++ code.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to set up GCC on Windows</title>
      <link>https://www.saoe.net/blog/how-to-set-up-gcc-on-windows/</link>
      <pubDate>Wed, 17 Dec 2025 21:58:58 +0100</pubDate>
      <guid>https://www.saoe.net/blog/how-to-set-up-gcc-on-windows/</guid>
      <description>&lt;p&gt;Here&amp;rsquo;s a short tutorial on how to set up the &lt;a href=&#34;https://gcc.gnu.org/&#34; target=&#34;_blank&#34;&gt;GNU Compiler Collection&lt;/a&gt; (GCC)&#xA;on Microsoft Windows via &lt;a href=&#34;https://www.msys2.org/&#34; target=&#34;_blank&#34;&gt;MSYS2&lt;/a&gt; (&lt;em&gt;Minimal SYStem 2&lt;/em&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notes on Pico-8</title>
      <link>https://www.saoe.net/blog/pico-8-notes/</link>
      <pubDate>Sat, 01 Nov 2025 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/pico-8-notes/</guid>
      <description>&lt;p&gt;After reading and hearing quite a bit about &lt;em&gt;Pico-8&lt;/em&gt; in the last weeks&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;, I dipped my toes into these waters one weekend (2025-10-18/19)&#xA;and made a few notes about it&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Working with XML</title>
      <link>https://www.saoe.net/blog/powershell-xml/</link>
      <pubDate>Sun, 26 Oct 2025 19:33:58 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-xml/</guid>
      <description>&lt;p&gt;A few tips and tricks for handling XML data with Powershell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Console Colors</title>
      <link>https://www.saoe.net/blog/powershell-console-colors/</link>
      <pubDate>Sun, 19 Oct 2025 17:46:34 +0200</pubDate>
      <guid>https://www.saoe.net/blog/powershell-console-colors/</guid>
      <description>&lt;p&gt;A brief reminder for the topic of Console Colors and Powershell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to set up a SSH key pair with PuTTY on Windows</title>
      <link>https://www.saoe.net/blog/how-to-set-up-ssh-putty-windows/</link>
      <pubDate>Sat, 05 Jul 2025 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/how-to-set-up-ssh-putty-windows/</guid>
      <description>&lt;p&gt;When these steps are done, you&amp;rsquo;ll only need to enter the passphrase of the SSH key(s) once when Windows boots,&#xA;instead of each time Git wants to communicate with the remote repository.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building SDL 3</title>
      <link>https://www.saoe.net/blog/building-sdl-3/</link>
      <pubDate>Thu, 12 Jun 2025 20:18:07 +0200</pubDate>
      <guid>https://www.saoe.net/blog/building-sdl-3/</guid>
      <description>&lt;p&gt;The &lt;strong&gt;&lt;a href=&#34;https://www.libsdl.org/&#34; target=&#34;_blank&#34;&gt;&lt;em&gt;Simple DirectMedia Layer&lt;/em&gt; (SDL)&lt;/a&gt;&lt;/strong&gt; recently released its&#xA;&lt;a href=&#34;https://discourse.libsdl.org/t/announcing-the-sdl-3-official-release/57149&#34; target=&#34;_blank&#34;&gt;version 3&lt;/a&gt;&#xA;(not as 3.0, and not as 3.1, but as 3.2, for some reason).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building wxWidgets</title>
      <link>https://www.saoe.net/blog/building-wxwidgets/</link>
      <pubDate>Thu, 12 Jun 2025 20:18:07 +0200</pubDate>
      <guid>https://www.saoe.net/blog/building-wxwidgets/</guid>
      <description>&lt;p&gt;A short guide on how to build &lt;a href=&#34;https://wxwidgets.org/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;wxWidgets&lt;/strong&gt;&lt;/a&gt; (the cross-platform GUI toolkit) from source&#xA;(the &lt;a href=&#34;https://wxwidgets.org/downloads/&#34; target=&#34;_blank&#34;&gt;recommended&lt;/a&gt; way), on Windows, by using CMake and Visual Studio.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use CMake</title>
      <link>https://www.saoe.net/blog/how-to-use-cmake/</link>
      <pubDate>Fri, 30 May 2025 17:45:28 +0200</pubDate>
      <guid>https://www.saoe.net/blog/how-to-use-cmake/</guid>
      <description>&lt;p&gt;This is just a reminder for some syntax/parameter details on how to invoke CMake (i.e. the actual &lt;em&gt;cmake&lt;/em&gt; program),&#xA;mainly from the CLI, to configure/generate/build a project &amp;ndash; it&amp;rsquo;s &lt;em&gt;not&lt;/em&gt; a tutorial on how to write a &lt;code&gt;CMakeLists.txt&lt;/code&gt; file!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Doxygen Cheatsheet</title>
      <link>https://www.saoe.net/blog/doxygen-cheatsheet/</link>
      <pubDate>Tue, 13 May 2025 14:55:12 +0200</pubDate>
      <guid>https://www.saoe.net/blog/doxygen-cheatsheet/</guid>
      <description>&lt;p&gt;This is my personal &lt;strong&gt;&lt;a href=&#34;https://www.doxygen.nl/&#34; target=&#34;_blank&#34;&gt;Doxygen&lt;/a&gt;&lt;/strong&gt; cheatsheet:&#xA;Its initial (and primary) purpose is to be a compact help on this topic for myself.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s &lt;em&gt;not&lt;/em&gt; meant as a general introduction or comprehensive reference for this tool,&#xA;but it &lt;em&gt;is&lt;/em&gt; meant to be a small knowledge base or collection of basics &amp;amp; &amp;ldquo;gotchas&amp;rdquo;, often-used commands, snippets, tips,&#xA;and instructions on how to do certain tasks.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Mozilla Firefox: Tips on usage</title>
      <link>https://www.saoe.net/blog/mozilla-firefox/</link>
      <pubDate>Mon, 12 May 2025 17:45:13 +0200</pubDate>
      <guid>https://www.saoe.net/blog/mozilla-firefox/</guid>
      <description>&lt;p&gt;These tips for using Mozilla Firefox were originally spread over multiple blog posts,&#xA;but they are rather short and also pretty old (so maybe not valid anymore),&#xA;that&amp;rsquo;s why I now collected them all on this single page&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Calling a Lua/C&#43;&#43; function from C&#43;&#43;/Lua code</title>
      <link>https://www.saoe.net/blog/cpp-and-lua-call-function/</link>
      <pubDate>Sat, 03 May 2025 19:40:00 +0200</pubDate>
      <guid>https://www.saoe.net/blog/cpp-and-lua-call-function/</guid>
      <description>&lt;p&gt;&lt;small&gt;(Part 3 of my little series on &amp;ldquo;Lua&amp;rdquo;)&lt;/small&gt;&lt;/p&gt;&#xA;&lt;p&gt;Another post in my series on how to use C++ with Lua; this time it&amp;rsquo;s about calling a function of one language from code of the other language.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A C&#43;&#43; program that calls a Lua script</title>
      <link>https://www.saoe.net/blog/run-lua-script-from-cpp-program/</link>
      <pubDate>Mon, 21 Apr 2025 20:27:18 +0200</pubDate>
      <guid>https://www.saoe.net/blog/run-lua-script-from-cpp-program/</guid>
      <description>&lt;p&gt;&lt;small&gt;(Part 2 of my little series on &amp;ldquo;Lua&amp;rdquo;)&lt;/small&gt;&lt;/p&gt;&#xA;&lt;p&gt;Alright, so after &lt;a href=&#34;https://www.saoe.net/blog/building-lua&#34;&gt;preparing &lt;em&gt;Lua&lt;/em&gt;&lt;/a&gt;, here are&#xA;a few small first step on how to make use of this language within a C++ context.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Lua (on Windows, with Visual Studio)</title>
      <link>https://www.saoe.net/blog/building-lua/</link>
      <pubDate>Sat, 12 Apr 2025 21:01:40 +0200</pubDate>
      <guid>https://www.saoe.net/blog/building-lua/</guid>
      <description>&lt;p&gt;&lt;small&gt;(Part 1 of my little series on &amp;ldquo;Lua&amp;rdquo;)&lt;/small&gt;&lt;/p&gt;&#xA;&lt;p&gt;Although one can get pre-built binaries of the &lt;a href=&#34;https://www.lua.org/&#34; target=&#34;_blank&#34;&gt;Lua&lt;/a&gt; (programming language) interpreter, to me that seems to be just a semi-offical or lackluster way.&lt;br&gt;&#xA;But luckily, building it yourself from source is very easy (especially with the help of &lt;a href=&#34;https://blog.spreendigital.de/2020/05/21/how-to-compile-lua-5-4-0-for-windows/&#34; target=&#34;_blank&#34;&gt;this post from Dennis D. Spreen&lt;/a&gt;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Dynamic Parameters</title>
      <link>https://www.saoe.net/blog/powershell-dynamic-parameters/</link>
      <pubDate>Thu, 17 Oct 2024 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/powershell-dynamic-parameters/</guid>
      <description>&lt;p&gt;This is an extension to my &lt;a href=&#34;https://www.saoe.net/blog/powershell-parameters&#34;&gt;notes on parameters for scripts or (advanced) functions in Powershell&lt;/a&gt;:&lt;br&gt;&#xA;&lt;em&gt;Dynamic&lt;/em&gt; (or &lt;em&gt;conditional&lt;/em&gt;) &lt;em&gt;parameters&lt;/em&gt; are an interesting and cool feature, but also a bit tricky and cumbersome to set up.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Working with JSON</title>
      <link>https://www.saoe.net/blog/powershell-json/</link>
      <pubDate>Thu, 09 May 2024 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/powershell-json/</guid>
      <description>&lt;p&gt;A few tips and tricks for handling JSON data with Powershell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Working with the Windows Registry</title>
      <link>https://www.saoe.net/blog/powershell-windows-registry/</link>
      <pubDate>Wed, 28 Feb 2024 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/powershell-windows-registry/</guid>
      <description>&lt;p&gt;Here are some tips and trick on how to work on the Windows Registry with Powershell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Using Write-Information</title>
      <link>https://www.saoe.net/blog/powershell-write-information/</link>
      <pubDate>Sun, 16 Jul 2023 15:07:36 +0200</pubDate>
      <guid>https://www.saoe.net/blog/powershell-write-information/</guid>
      <description>&lt;p&gt;This started out as a short entry for my &lt;a href=&#34;https://www.saoe.net/blog/powershell-snippets&#34;&gt;Powershell Snippets&lt;/a&gt; page,&#xA;but it quickly turned out that this cmdlet needs a longer text for explaining proper handling&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Select Choice</title>
      <link>https://www.saoe.net/blog/powershell-select-choice/</link>
      <pubDate>Mon, 10 Jul 2023 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/powershell-select-choice/</guid>
      <description>&lt;p&gt;The need to prompt a user for a choice in a text menu (i.e. in the console), and a slight dissatisfaction&#xA;with the commonly recommended &lt;em&gt;$Host.ui.PromptForChoice()&lt;/em&gt; after experimenting a bit with it,&#xA;triggered me to ultimately write my own function.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Name of the current Citrix desktop</title>
      <link>https://www.saoe.net/blog/powershell-citrix-desktop-name/</link>
      <pubDate>Sun, 02 Jul 2023 17:28:09 +0200</pubDate>
      <guid>https://www.saoe.net/blog/powershell-citrix-desktop-name/</guid>
      <description>&lt;p&gt;For my day job, I wanted know the name of the &amp;lsquo;Citrix&amp;rsquo; desktop on which I was currently logged in,&#xA;because some features are only available on certain desktops in our environment.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows: The fc command</title>
      <link>https://www.saoe.net/blog/windows-the-fc-command/</link>
      <pubDate>Fri, 13 May 2022 21:04:53 +0200</pubDate>
      <guid>https://www.saoe.net/blog/windows-the-fc-command/</guid>
      <description>&lt;p&gt;I recently stumbled upon the &lt;em&gt;fc.exe&lt;/em&gt; (&amp;ldquo;file compare&amp;rdquo;) utility on Windows, when I needed to quickly compare two text files.&lt;/p&gt;</description>
    </item>
    <item>
      <title>C&#43;&#43; Snippets for the MS Windows platform</title>
      <link>https://www.saoe.net/blog/cpp-windows-snippets/</link>
      <pubDate>Wed, 30 Mar 2022 21:09:25 +0200</pubDate>
      <guid>https://www.saoe.net/blog/cpp-windows-snippets/</guid>
      <description>&lt;p&gt;A collection of code snippets, small pearls of wisdom and bits of knowledge, that may come handy at times.&lt;/p&gt;</description>
    </item>
    <item>
      <title>C&#43;&#43; Snippets</title>
      <link>https://www.saoe.net/blog/cpp-snippets/</link>
      <pubDate>Sun, 20 Mar 2022 16:13:57 +0100</pubDate>
      <guid>https://www.saoe.net/blog/cpp-snippets/</guid>
      <description>&lt;p&gt;A collection of code snippets, general notes, small pearls of wisdom and bits of knowledge, that may come handy at times.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Python Snippets</title>
      <link>https://www.saoe.net/blog/python-snippets/</link>
      <pubDate>Sun, 20 Feb 2022 19:28:43 +0100</pubDate>
      <guid>https://www.saoe.net/blog/python-snippets/</guid>
      <description>&lt;p&gt;A collection of code snippets, small pearls of wisdom and bits of knowledge, that may come handy at times.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Clear Cached Credentials from the Windows profile</title>
      <link>https://www.saoe.net/blog/clear-cached-credentials-from-the-windows-profile/</link>
      <pubDate>Mon, 14 Feb 2022 19:49:55 +0100</pubDate>
      <guid>https://www.saoe.net/blog/clear-cached-credentials-from-the-windows-profile/</guid>
      <description>&lt;p&gt;I had the curious case that on my domain-joined laptop from work, two applications kept asking for usernames and credentials after a recent change of my Windows password.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: PSCustomObject</title>
      <link>https://www.saoe.net/blog/powershell-pscustomobject/</link>
      <pubDate>Sat, 29 Jan 2022 14:06:32 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-pscustomobject/</guid>
      <description>&lt;p&gt;Powershell&amp;rsquo;s &lt;em&gt;PSCustomObject&lt;/em&gt; type has been a great tool, but since I don&amp;rsquo;t use it every day, I jotted&#xA;down some sample code and links for my future self (or any other interested reader 😄&#xD;&#xA;), as a reminder.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Qt 6 on Windows with Visual Studio</title>
      <link>https://www.saoe.net/blog/building-qt-6-on-windows-with-visual-studio/</link>
      <pubDate>Sun, 09 May 2021 19:24:52 +0200</pubDate>
      <guid>https://www.saoe.net/blog/building-qt-6-on-windows-with-visual-studio/</guid>
      <description>&lt;p&gt;Time for another short guidance on how to build your own copy of the &lt;a href=&#34;https://www.qt.io/product/framework&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Qt framework&lt;/strong&gt;&lt;/a&gt; from source.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Prepare a CMake project for find_package()</title>
      <link>https://www.saoe.net/blog/prepare-cmake-project-for-find-package/</link>
      <pubDate>Wed, 24 Mar 2021 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/prepare-cmake-project-for-find-package/</guid>
      <description>&lt;p&gt;Although I&amp;rsquo;ve already published an article on &lt;a href=&#34;https://www.saoe.net/blog/using-cmake-with-external-projects/&#34;&gt;how to bring an external CMake project into your own CMake project&lt;/a&gt;,&#xA;I recently realized that I haven&amp;rsquo;t written about how one can prepare a CMake project for the use with &lt;code&gt;find_package()&lt;/code&gt; &amp;mdash; despite the fact&#xA;that I&amp;rsquo;ve used it already for quite a while in &lt;em&gt;RandFill&lt;/em&gt; for my own &lt;em&gt;WPDLib(rary)&lt;/em&gt;; so let me make up leeway for that oversight with this post.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Using Regular Expressions</title>
      <link>https://www.saoe.net/blog/powershell-regex/</link>
      <pubDate>Fri, 05 Mar 2021 21:04:54 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-regex/</guid>
      <description>&lt;p&gt;This is &lt;em&gt;not&lt;/em&gt; a introduction or tutorial on what Regular Expressions (RegEx) are or can do,&#xA;but on how to use them with Powershell!&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use CMake to setup Visual Studio for using the Clang compiler</title>
      <link>https://www.saoe.net/blog/how-to-use-cmake-to-setup-visual-studio-for-using-the-clang-compiler/</link>
      <pubDate>Sun, 07 Feb 2021 17:23:07 +0100</pubDate>
      <guid>https://www.saoe.net/blog/how-to-use-cmake-to-setup-visual-studio-for-using-the-clang-compiler/</guid>
      <description>&lt;p&gt;This is a brief post on how to use CMake to setup a Visual Studio 2019 solution on Windows&#xA;that will use the LLVM Clang compiler instead of the orginal Visual C++ one.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell Snippets</title>
      <link>https://www.saoe.net/blog/powershell-snippets/</link>
      <pubDate>Fri, 22 Jan 2021 20:09:04 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-snippets/</guid>
      <description>&lt;p&gt;A collection of code snippets, small pearls of wisdom and bits of knowledge that may come handy at times.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Splatting</title>
      <link>https://www.saoe.net/blog/powershell-splatting/</link>
      <pubDate>Thu, 21 Jan 2021 19:20:29 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-splatting/</guid>
      <description>&lt;p&gt;Some notes on the method of &amp;ldquo;splatting&amp;rdquo; in Powershell code.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Help</title>
      <link>https://www.saoe.net/blog/powershell-help/</link>
      <pubDate>Thu, 21 Jan 2021 18:53:38 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-help/</guid>
      <description>&lt;p&gt;Some notes on where and how to get help-information for Powershell commands.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Parameters for Scripts and (Advanced) Functions</title>
      <link>https://www.saoe.net/blog/powershell-parameters/</link>
      <pubDate>Tue, 19 Jan 2021 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/powershell-parameters/</guid>
      <description>&lt;p&gt;Some notes on parameters for scripts or (advanced) functions in Powershell.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Transcript (Log)</title>
      <link>https://www.saoe.net/blog/powershell-transcript/</link>
      <pubDate>Mon, 18 Jan 2021 21:09:37 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-transcript/</guid>
      <description>&lt;p&gt;A transcript logs all action of a Powershell session to a text file; good for documenting and archiving.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Profile</title>
      <link>https://www.saoe.net/blog/powershell-profile/</link>
      <pubDate>Mon, 18 Jan 2021 21:05:18 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-profile/</guid>
      <description>&lt;p&gt;A Powershell profile is a script file that is run each time a new Powershell is opened.&lt;/p&gt;&#xA;&lt;p&gt;You can define session-specific items in it (variables, aliases, functions, etc.) or&#xA;call other scripts and commands at the start of a new Powershell session.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Handle input from the pipeline</title>
      <link>https://www.saoe.net/blog/powershell-function-pipeline/</link>
      <pubDate>Mon, 18 Jan 2021 20:36:13 +0100</pubDate>
      <guid>https://www.saoe.net/blog/powershell-function-pipeline/</guid>
      <description>&lt;p&gt;A short description on how to make a Powershell function that can accept and process input data&#xA;that it gets from the pipeline.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Get the RSS feed for a YouTube channel</title>
      <link>https://www.saoe.net/blog/get-the-rss-feed-for-a-youtube-channel/</link>
      <pubDate>Sun, 20 Dec 2020 17:34:40 +0100</pubDate>
      <guid>https://www.saoe.net/blog/get-the-rss-feed-for-a-youtube-channel/</guid>
      <description>&lt;p&gt;I&amp;rsquo;m fan of RSS feeds: They provide me with easy and quick overviews for a lot of website&#xA;updates (and after &lt;a href=&#34;https://en.wikipedia.org/wiki/Google_Reader&#34; target=&#34;_blank&#34;&gt;Google Reader&lt;/a&gt; was shut down,&#xA;I set up my own &lt;a href=&#34;https://tt-rss.org/&#34; target=&#34;_blank&#34;&gt;Tiny Tiny RSS&lt;/a&gt; instance). Unfortunately, YouTube made it a bit&#xA;more complicated to get the required feeds some time ago, but it&amp;rsquo;s still possible.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Notepad&#43;&#43;: Run command</title>
      <link>https://www.saoe.net/blog/notepadplusplus-run-command/</link>
      <pubDate>Sun, 20 Dec 2020 16:05:05 +0100</pubDate>
      <guid>https://www.saoe.net/blog/notepadplusplus-run-command/</guid>
      <description>&lt;p&gt;How to add custom commands to the &lt;em&gt;Run&lt;/em&gt; menu.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Visual Studio stuck in &#39;Restart Required&#39; after update</title>
      <link>https://www.saoe.net/blog/visual-studio-stuck-in-restart-required-after-update/</link>
      <pubDate>Thu, 14 May 2020 20:07:25 +0200</pubDate>
      <guid>https://www.saoe.net/blog/visual-studio-stuck-in-restart-required-after-update/</guid>
      <description>&lt;p&gt;A while ago, my Visual Studio installation was caught in a &amp;ldquo;please-reboot-loop&amp;rdquo; after an update.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Powershell: Starting a Script the Easy Way</title>
      <link>https://www.saoe.net/blog/powershell-starting-a-script-the-easy-way/</link>
      <pubDate>Sat, 25 Apr 2020 13:32:33 +0200</pubDate>
      <guid>https://www.saoe.net/blog/powershell-starting-a-script-the-easy-way/</guid>
      <description>&lt;p&gt;Powershell scripts can be very practical tools, but they lack an easy &lt;em&gt;Just Do It&lt;/em&gt; mode:&lt;br&gt;&#xA;Even as a developer/administrator/power-user, one has to remove several obstacles before you can use it;&#xA;and if you plan to deploy a script to (normal) users, you should take care of some issues before.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using CMake with External Projects</title>
      <link>https://www.saoe.net/blog/using-cmake-with-external-projects/</link>
      <pubDate>Sat, 03 Aug 2019 12:40:23 +0200</pubDate>
      <guid>https://www.saoe.net/blog/using-cmake-with-external-projects/</guid>
      <description>&lt;p&gt;The reason for this post is that I spent a considerable amount of time&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; the last two days to&#xA;convince CMake&amp;rsquo;s &lt;em&gt;External Project&lt;/em&gt; feature to do what I wanted. And without the help of the usual&#xA;suspects (Stackoverflow, old mails, blog articles, code snippets, etc.), I might still not be done.&#xA;So I thought I could pay back the general public by posting some notes on this topic 😉&#xD;&#xA;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Bluetooth Keyboard Pairing Problem</title>
      <link>https://www.saoe.net/blog/bluetooth-keyboard-pairing-problem/</link>
      <pubDate>Thu, 09 May 2019 21:26:21 +0200</pubDate>
      <guid>https://www.saoe.net/blog/bluetooth-keyboard-pairing-problem/</guid>
      <description>&lt;p&gt;When the battery of my HTPC&amp;rsquo;s bluetooth keyboard needed replacement, it somehow lost the&#xA;connection during that process (I think I pushed the connect button by accident at the wrong time, or something).&#xA;Not a big deal, I thought&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>MOC error message when building a small single file Qt program</title>
      <link>https://www.saoe.net/blog/moc-error-message-when-building-a-small-single-file-qt-program/</link>
      <pubDate>Thu, 14 Sep 2017 21:56:59 +0000</pubDate>
      <guid>https://www.saoe.net/blog/moc-error-message-when-building-a-small-single-file-qt-program/</guid>
      <description>&lt;p&gt;Just a reminder for myself, because I will certainly stumble over it again in the future:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Always a busy signal on a smartphone when using a Multi-SIM for the same number in a notebook</title>
      <link>https://www.saoe.net/blog/always-a-busy-signal-on-a-smartphone-when-using-a-multi-sim-for-the-same-number-in-a-notebook/</link>
      <pubDate>Mon, 19 Jun 2017 01:36:30 +0000</pubDate>
      <guid>https://www.saoe.net/blog/always-a-busy-signal-on-a-smartphone-when-using-a-multi-sim-for-the-same-number-in-a-notebook/</guid>
      <description>&lt;p&gt;Last year at work, we had the curious case that many of our notebooks, which were using a SIM for&#xA;their UMTS/LTE modems, caused a smartphone with the associated Multi-SIM (same contract, i.e. same&#xA;telephone number) to respond with a busy signal as soon as the notebook was powered on (didn&amp;rsquo;t even&#xA;had to have a connection established via their WWAN modem at that point!).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Distributing a Python program to Windows users</title>
      <link>https://www.saoe.net/blog/distributing-a-python-program-to-windows-users/</link>
      <pubDate>Sun, 10 Jul 2016 22:31:48 +0000</pubDate>
      <guid>https://www.saoe.net/blog/distributing-a-python-program-to-windows-users/</guid>
      <description>&lt;p&gt;I use &lt;a href=&#34;http://www.python.org/&#34; target=&#34;_blank&#34;&gt;Python&lt;/a&gt; for several tasks (mostly small routine jobs or one-off scripts;&#xA;not to devalue the language, I just haven&amp;rsquo;t used it yet for bigger projects), but since it&amp;rsquo;s an interpreted language,&#xA;you can&amp;rsquo;t easily distribute the scripts to normal users on Microsoft Windows (my main ecosystem),&#xA;because that platform doesn&amp;rsquo;t come with any version of Python installed by default.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tips for Mercurial (Hg)</title>
      <link>https://www.saoe.net/blog/tips-for-mercurial-hg/</link>
      <pubDate>Sun, 17 May 2015 21:42:18 +0000</pubDate>
      <guid>https://www.saoe.net/blog/tips-for-mercurial-hg/</guid>
      <description>&lt;p&gt;This post will probably become a living document, i.e. will be updated sporadically with small tips,&#xA;tricks and reminders on how to do certain tasks with Mercurial (Hg), because most of it will be short&#xA;entries that won&amp;rsquo;t justify an article on its own.&lt;/p&gt;</description>
    </item>
    <item>
      <title>No QtTools (lupdate/linguist/lrelease) when built as shared libraries</title>
      <link>https://www.saoe.net/blog/no-qttools-lupdatelinguistlrelease-when-built-as-shared-libraries/</link>
      <pubDate>Tue, 12 May 2015 22:44:17 +0000</pubDate>
      <guid>https://www.saoe.net/blog/no-qttools-lupdatelinguistlrelease-when-built-as-shared-libraries/</guid>
      <description>&lt;p&gt;So I&amp;rsquo;ve &lt;a href=&#34;https://www.saoe.net/blog/686/&#34; title=&#34;Building the Qt framework on Windows with Visual Studio&#34;&gt;built Qt from source&lt;/a&gt;&#xA;and used it successfully in the last year or so.&lt;br&gt;&#xA;Some time ago I turned my attention to multilanguage support and learned about Qt&amp;rsquo;s tools: &lt;em&gt;linguist.exe&lt;/em&gt;, &lt;em&gt;lupdate.exe&lt;/em&gt; and &lt;em&gt;lrelease.exe&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Qt for static linking</title>
      <link>https://www.saoe.net/blog/building-qt-for-static-linking/</link>
      <pubDate>Tue, 31 Mar 2015 02:38:17 +0000</pubDate>
      <guid>https://www.saoe.net/blog/building-qt-for-static-linking/</guid>
      <description>&lt;p&gt;One of the drawbacks of using such a comprehensive framework as Qt is the massively increased size of you program.&#xA;When my pet project &lt;em&gt;&lt;a href=&#34;https://www.saoe.net/software/randfill/&#34;&gt;RandFill&lt;/a&gt;&lt;/em&gt; was only using the plain Win32-API, it was a single executable file of a couple of hundred kilobytes.&lt;/p&gt;&#xA;&lt;p&gt;Now, using dynamically linked Qt, the whole package (with DLLs, MSVC redistributables, etc.) is bigger than 20 megabytes as a 64-bit build!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Namen der Xing-Profilbesucher</title>
      <link>https://www.saoe.net/blog/namen-der-xing-profilbesucher/</link>
      <pubDate>Thu, 15 Jan 2015 22:47:34 +0000</pubDate>
      <guid>https://www.saoe.net/blog/namen-der-xing-profilbesucher/</guid>
      <description>&lt;p&gt;Als nicht-zahlendes Mitglied bei &lt;a href=&#34;https://www.xing.com/&#34; target=&#34;_blank&#34;&gt;XING&lt;/a&gt; werden einem zwar die Fotos der Profilbesucher angezeigt,&#xA;nicht aber deren Namen und auch die Links verweisen nicht zu den dazugehörigen Profilen, sondern auf die Anmeldeseite für eine Premium-Mitgliedschaft.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Map Network Drive: Remove obsolete entries from drop-down menu</title>
      <link>https://www.saoe.net/blog/map-network-drive-remove-obsolete-entries-from-drop-down-menu/</link>
      <pubDate>Thu, 13 Nov 2014 21:57:55 +0000</pubDate>
      <guid>https://www.saoe.net/blog/map-network-drive-remove-obsolete-entries-from-drop-down-menu/</guid>
      <description>&lt;p&gt;If you want to get rid of obsolete entries in the folder drop-down menu of the &amp;ldquo;Map Network Drive&amp;rdquo; dialog, you&amp;rsquo;ll have to modify the Windows registry.&lt;/p&gt;&#xA;&lt;p&gt;&lt;img src=&#34;https://www.saoe.net/images/tips_and_tricks/Network%20Drive%20Connect.png&#34; alt=&#34;&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;Open RegEdit.exe and go to the key &lt;code&gt;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Map Network Drive MRU&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;The following screenshot was taken after I cleaned up; before, there were also entries named &amp;ldquo;b&amp;rdquo; and &amp;ldquo;c&amp;rdquo; with old paths in it.&lt;/p&gt;&#xA;&lt;p&gt;Also, the value for &lt;em&gt;MRUList&lt;/em&gt; read &amp;ldquo;cba&amp;rdquo; &amp;mdash; the order in which the most recently used entries were displayed in the drop-down menu.&#xA;After deleting the values &amp;ldquo;b&amp;rdquo; and &amp;ldquo;c&amp;rdquo; (and fixing a typo in the value of &amp;ldquo;a&amp;rdquo;), I then edited &lt;em&gt;MRUList&lt;/em&gt;, so that it now only contained &amp;ldquo;a&amp;rdquo;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Excel: X, Y -&gt; Y X</title>
      <link>https://www.saoe.net/blog/excel-x-y-y-x/</link>
      <pubDate>Thu, 14 Aug 2014 21:17:51 +0000</pubDate>
      <guid>https://www.saoe.net/blog/excel-x-y-y-x/</guid>
      <description>&lt;p&gt;In bin kein großer Excel-Nutzer, aber hin und wieder muß auch ich beruflich eine Tabelle bearbeiten.&#xA;Leider kann ich mir die meisten Tricks und Tipps dafür nicht merken, weil ich sie halt so selten benötige&#xA;(das mit dem S-Verweis verinnerliche in diesem Leben wohl nicht mehr); also schreibe ich mir hier jetzt mal was dazu auf.&lt;/p&gt;</description>
    </item>
    <item>
      <title>CMake, Visual Studio and Qt 5 with MOC...</title>
      <link>https://www.saoe.net/blog/cmake-visual-studio-and-qt-5-with-moc/</link>
      <pubDate>Sun, 15 Jun 2014 14:22:12 +0000</pubDate>
      <guid>https://www.saoe.net/blog/cmake-visual-studio-and-qt-5-with-moc/</guid>
      <description>&lt;p&gt;After &lt;a href=&#34;https://www.saoe.net/blog/686/&#34;&gt;building a 64-bit version of Qt with/for Microsoft Visual Studio&lt;/a&gt;,&#xA;building a &lt;a href=&#34;https://www.saoe.net/blog/715/&#34;&gt;simple Qt test program&lt;/a&gt; and doing&#xA;&lt;a href=&#34;https://www.saoe.net/blog/778/&#34;&gt;first steps with the CMake build system&lt;/a&gt;, the next hurdle appeared&#xA;on the horizon in the form of support for Qt and its Q_OBJECT features (I am currently fighting more&#xA;with the changes I made to my build environment than improving the actual program code&amp;hellip;).&lt;/p&gt;</description>
    </item>
    <item>
      <title>Generating 64-bit projects for Visual Studio with CMake</title>
      <link>https://www.saoe.net/blog/generating-64-bit-projects-for-visual-studio-with-cmake/</link>
      <pubDate>Sat, 31 May 2014 15:18:42 +0000</pubDate>
      <guid>https://www.saoe.net/blog/generating-64-bit-projects-for-visual-studio-with-cmake/</guid>
      <description>&lt;p&gt;Describes a few tips on how to generate a 64-bit project for Visual Studio with CMake.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows: The tree command</title>
      <link>https://www.saoe.net/blog/windows-the-tree-command/</link>
      <pubDate>Sun, 04 May 2014 11:12:08 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-the-tree-command/</guid>
      <description>&lt;p&gt;The &lt;a href=&#34;https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/tree&#34; target=&#34;_blank&#34;&gt;tree&lt;/a&gt; command graphically&#xA;displays the directory structure of a drive or path on the command line prompt &amp;mdash; nice gimmick; haven&amp;rsquo;t used this in&#xA;ages and completely forgot about it, but came in handy recently.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building a simple Qt application on Windows with Visual Studio</title>
      <link>https://www.saoe.net/blog/building-a-simple-qt-application-on-windows-with-visual-studio/</link>
      <pubDate>Sat, 12 Apr 2014 17:59:06 +0000</pubDate>
      <guid>https://www.saoe.net/blog/building-a-simple-qt-application-on-windows-with-visual-studio/</guid>
      <description>&lt;p&gt;After &lt;a href=&#34;https://www.saoe.net/blog/building-qt-5-2-1-on-windows-7-with-visual-studio-2010/&#34; title=&#34;Building Qt on Windows with Visual Studio&#34;&gt;preparing the Qt framework&lt;/a&gt;,&#xA;I needed to check if everything works; therefore I built a very simple Qt (5.2.1) application,&#xA;the GUI-equivalent of a &amp;ldquo;Hello-World&amp;rdquo; program.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Building Qt 5 on Windows with Visual Studio</title>
      <link>https://www.saoe.net/blog/building-qt-5-on-windows-with-visual-studio/</link>
      <pubDate>Sat, 12 Apr 2014 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/blog/building-qt-5-on-windows-with-visual-studio/</guid>
      <description>&lt;p&gt;Short guides on how to build your own copy of the &lt;strong&gt;&lt;a href=&#34;https://doc.qt.io/archives/&#34; target=&#34;_blank&#34;&gt;Qt 5&lt;/a&gt;&lt;/strong&gt; framework from source.&lt;/p&gt;&#xA;&lt;p&gt;These were originally separate blog posts, but since they are now pretty outdated (since they are for old versions of Qt, Windows and Visual Studio),&#xA;I combined them here on a single page, for archival purposes (with many dead links&amp;hellip;), and edited them a bit.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows 7: Customize Logon Screen Wallpaper</title>
      <link>https://www.saoe.net/blog/windows-7-customize-logon-screen-wallpaper/</link>
      <pubDate>Thu, 10 Apr 2014 18:10:11 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-7-customize-logon-screen-wallpaper/</guid>
      <description>&lt;p&gt;Customize Logon Screen Wallpaper:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows 7: Cannot delete/rename/move MKV files</title>
      <link>https://www.saoe.net/blog/windows-7-cant-deleterenamemove-mkv-files/</link>
      <pubDate>Thu, 10 Apr 2014 08:00:47 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-7-cant-deleterenamemove-mkv-files/</guid>
      <description>&lt;p&gt;The Problem: When you try to delete, rename or move a Matroska/*.mkv file, you get an error message&#xA;that the file is currently in use &amp;mdash; even if you just started the computer and haven&amp;rsquo;t opened that file.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows 7: (Elevated) Command Prompt Anywhere</title>
      <link>https://www.saoe.net/blog/windows-7-elevated-command-prompt-anywhere/</link>
      <pubDate>Wed, 09 Apr 2014 20:00:03 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-7-elevated-command-prompt-anywhere/</guid>
      <description>&lt;p&gt;(Elevated) Command Prompt Anywhere:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows: Process-Explorer mit vollen Rechten starten</title>
      <link>https://www.saoe.net/blog/windows-process-explorer-mit-vollen-rechten-starten/</link>
      <pubDate>Wed, 09 Apr 2014 14:00:06 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-process-explorer-mit-vollen-rechten-starten/</guid>
      <description>&lt;p&gt;Process-Explorer mit vollen Rechten starten:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows 7: Programm-Icons verschwunden</title>
      <link>https://www.saoe.net/blog/windows-7-programm-icons-verschwunden/</link>
      <pubDate>Wed, 09 Apr 2014 08:00:13 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-7-programm-icons-verschwunden/</guid>
      <description>&lt;p&gt;Programm-Icons verschwunden:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows: Find string in cmd</title>
      <link>https://www.saoe.net/blog/windows-find-string-in-cmd/</link>
      <pubDate>Tue, 08 Apr 2014 10:00:46 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-find-string-in-cmd/</guid>
      <description>&lt;p&gt;Not much to write about:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Windows: Adding a font to the console</title>
      <link>https://www.saoe.net/blog/windows-adding-a-font-to-the-console/</link>
      <pubDate>Tue, 08 Apr 2014 08:00:38 +0000</pubDate>
      <guid>https://www.saoe.net/blog/windows-adding-a-font-to-the-console/</guid>
      <description>&lt;p&gt;Adding a font to the console:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to set up Notepad&#43;&#43;</title>
      <link>https://www.saoe.net/blog/how-to-set-up-notepad/</link>
      <pubDate>Mon, 07 Apr 2014 08:00:13 +0000</pubDate>
      <guid>https://www.saoe.net/blog/how-to-set-up-notepad/</guid>
      <description>&lt;p&gt;How to set up Notepad++:&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use Notepad&#43;&#43; to create a log file</title>
      <link>https://www.saoe.net/blog/how-to-use-notepad-to-create-a-log-file/</link>
      <pubDate>Sun, 18 Aug 2013 01:11:05 +0000</pubDate>
      <guid>https://www.saoe.net/blog/how-to-use-notepad-to-create-a-log-file/</guid>
      <description>&lt;p&gt;The original &lt;em&gt;Notepad&lt;/em&gt; of Microsoft Windows has a nice &lt;a href=&#34;http://support.microsoft.com/kb/260563/en-us&#34; target=&#34;_blank&#34;&gt;feature to create log files&lt;/a&gt;:&#xA;Save a new file with the text &lt;code&gt;.LOG&lt;/code&gt; as its first characters and a timestamp will be appended on subsequent openings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Installing Sphinx on Windows</title>
      <link>https://www.saoe.net/blog/installing-sphinx-on-windows/</link>
      <pubDate>Mon, 29 Jul 2013 08:30:47 +0000</pubDate>
      <guid>https://www.saoe.net/blog/installing-sphinx-on-windows/</guid>
      <description>&lt;p&gt;In my previous post I mentioned that I would ponder about maybe switching from a Wiki to a &lt;a href=&#34;http://sphinx-doc.org/&#34; target=&#34;_blank&#34;&gt;Sphinx&lt;/a&gt; solution.&#xA;I started with that by setting up Sphinx on my Windows-PC; let&amp;rsquo;s see how this will turn out in the next weeks&amp;hellip;&lt;/p&gt;</description>
    </item>
    <item>
      <title>In search of a replacement for Google Reader</title>
      <link>https://www.saoe.net/blog/in-search-for-a-replacement-for-google-reader/</link>
      <pubDate>Sun, 16 Jun 2013 21:43:36 +0000</pubDate>
      <guid>https://www.saoe.net/blog/in-search-for-a-replacement-for-google-reader/</guid>
      <description>&lt;p&gt;Well, only two more weeks until Google shuts down &lt;a href=&#34;http://en.wikipedia.org/wiki/Google_Reader&#34; target=&#34;_blank&#34;&gt;&lt;em&gt;Reader&lt;/em&gt;&lt;/a&gt;.&#xA;It&amp;rsquo;s about time for me to plan my escape &amp;mdash; but where to flee?&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to get the .htaccess file again</title>
      <link>https://www.saoe.net/blog/how-to-get-to-htaccess-again/</link>
      <pubDate>Sun, 26 May 2013 16:42:44 +0000</pubDate>
      <guid>https://www.saoe.net/blog/how-to-get-to-htaccess-again/</guid>
      <description>&lt;p&gt;So, you want to modify the &lt;em&gt;.htaccess&lt;/em&gt; file you created a while ago. Trouble is, &amp;ldquo;dot&amp;rdquo; files are hidden&#xA;by default and your FTP client and/or webhoster don&amp;rsquo;t make them visible, but you need the file,&#xA;because you don&amp;rsquo;t want to overwrite/lose the current settings.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use GeSHi for syntax highlighting with WordPress and DokuWiki</title>
      <link>https://www.saoe.net/blog/how-to-use-geshi-for-syntax-highlighting-with-wordpress-and-dokuwiki/</link>
      <pubDate>Wed, 01 May 2013 15:04:21 +0000</pubDate>
      <guid>https://www.saoe.net/blog/how-to-use-geshi-for-syntax-highlighting-with-wordpress-and-dokuwiki/</guid>
      <description>&lt;p&gt;This post describes how one can use GeSHi for syntax highlighting with WordPress and DokuWiki:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
