<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>saoe.net: A Nifty Oddity on saoe: The Nifty Oddity</title>
        <link>https://www.saoe.net/</link>
        <description>Recent content changes in saoe.net: A Nifty Oddity on saoe: The Nifty Oddity</description>
        <generator>Hugo (https://gohugo.io/)</generator>
        <language>en-us</language>
        <managingEditor>Sascha Offe</managingEditor>
        <webMaster>info@saoe.net</webMaster>
        <copyright>© 2013-2024 Sascha Offe</copyright>
        <lastBuildDate>2026-07-01 00:00:00 +0000</lastBuildDate><atom:link href="https://www.saoe.net/feed.xml" rel="self" type="application/rss+xml" />
        <item>
            
            <title>Mini-Reviews #58</title>
            <pubDate>2026-07-01 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Short opinion pieces about films and TV shows that I&amp;rsquo;ve watched since 2026-01-08.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-58/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-58/</guid>
        </item>
        
        <item>
            
            <title>How to use Git (on Windows)</title>
            <pubDate>2026-07-01 00:00:00 +0000</pubDate>
            
            <description>&lt;div style=&#34;display: inline-block; background-color:#ffeaea;  margin: inherit; padding: inherit; border: solid 2px #ffb3b3; border-radius: 25px;&#34;&gt;
    &lt;img src=&#34;https://www.saoe.net/svg/Stop.svg&#34; alt=&#34;Stop icon&#34; title=&#34;Stop icon&#34; width=&#34;32&#34; height=&#34;32&#34; style=&#34;float: left; padding-right: 0.75em;&#34;&gt;
    &lt;strong&gt;Still &lt;em&gt;Work-in-Progress&lt;/em&gt;!&lt;/strong&gt;&lt;br&gt;
Needs to be revised and reduced more.
&lt;/div&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/how-to-use-git/</link>
            <guid>https://www.saoe.net/blog/how-to-use-git/</guid>
        </item>
        
        <item>
            
            <title>Powershell Snippets [Update]</title>
            <pubDate>2026-06-28 00:00:00 +0000</pubDate>
            
            <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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-snippets/</link>
            <guid>https://www.saoe.net/blog/powershell-snippets/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Parameters for Scripts and (Advanced) Functions [Update]</title>
            <pubDate>2026-06-22 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Some notes on parameters for scripts or (advanced) functions in Powershell.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-parameters/</link>
            <guid>https://www.saoe.net/blog/powershell-parameters/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Working with JSON [Update]</title>
            <pubDate>2026-06-21 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A few tips and tricks for handling JSON data with Powershell.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-json/</link>
            <guid>https://www.saoe.net/blog/powershell-json/</guid>
        </item>
        
        <item>
            
            <title>Powershell: PSCustomObject [Update]</title>
            <pubDate>2026-06-13 00:00:00 +0000</pubDate>
            
            <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
down some sample code and links for my future self (or any other interested reader 😄
), as a reminder.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-pscustomobject/</link>
            <guid>https://www.saoe.net/blog/powershell-pscustomobject/</guid>
        </item>
        
        <item>
            
            <title>Powershell: GUI</title>
            <pubDate>2026-06-07 18:05:56 +0200</pubDate>
            
            <description>&lt;p&gt;This is not a tutorial article, just links to other scripts of mine that show (by example)
how to make use of GUI widgets with Powershell.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-gui/</link>
            <guid>https://www.saoe.net/blog/powershell-gui/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Splatting [Update]</title>
            <pubDate>2026-05-29 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Some notes on the method of &amp;ldquo;splatting&amp;rdquo; in Powershell code.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-splatting/</link>
            <guid>https://www.saoe.net/blog/powershell-splatting/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Dynamic Parameters [Update]</title>
            <pubDate>2026-05-20 00:00:00 +0000</pubDate>
            
            <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;
&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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-dynamic-parameters/</link>
            <guid>https://www.saoe.net/blog/powershell-dynamic-parameters/</guid>
        </item>
        
        <item>
            
            <title>C&#43;&#43; Snippets [Update]</title>
            <pubDate>2026-04-04 00:00:00 +0000</pubDate>
            
            <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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/cpp-snippets/</link>
            <guid>https://www.saoe.net/blog/cpp-snippets/</guid>
        </item>
        
        <item>
            
            <title>Image to Icon</title>
            <pubDate>2026-03-27 16:36:37 +0100</pubDate>
            
            <description>&lt;p&gt;A short guide on how to generate a program icon file (*.ico) for a Windows application from a PNG image by using a command-line tool.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/image-to-icon/</link>
            <guid>https://www.saoe.net/blog/image-to-icon/</guid>
        </item>
        
        <item>
            
            <title>Building SDL 3 [Update]</title>
            <pubDate>2026-03-27 00:00:00 +0000</pubDate>
            
            <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
&lt;a href=&#34;https://discourse.libsdl.org/t/announcing-the-sdl-3-official-release/57149&#34; target=&#34;_blank&#34;&gt;new major version 3&lt;/a&gt;
(as version 3.2.0) and that was a good oppurtunity to check it out and play a bit with it.
But before I could do that, I had to build the library first.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/building-sdl/</link>
            <guid>https://www.saoe.net/blog/building-sdl/</guid>
        </item>
        
        <item>
            
            <title>On Software: Introduction [Update]</title>
            <pubDate>2026-03-24 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;In this series of posts I plan to write down some of my views regarding all things &amp;ldquo;software&amp;rdquo;, both as an user of as well as a developer of software.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/on-software-introduction/</link>
            <guid>https://www.saoe.net/blog/on-software-introduction/</guid>
        </item>
        
        <item>
            
            <title>Getting Started with SDL [Update]</title>
            <pubDate>2026-03-21 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;&lt;a href=&#34;https://www.saoe.net/blog/building-sdl&#34;&gt;After building SDL&lt;/a&gt;, here are the next steps: Setting up and testing SDL with a simple test program.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/sdl-start/</link>
            <guid>https://www.saoe.net/blog/sdl-start/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #57</title>
            <pubDate>2026-03-09 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Short opinion pieces about films and TV shows that I&amp;rsquo;ve watched since 2025-10-27.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-57/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-57/</guid>
        </item>
        
        <item>
            
            <title>C&#43;&#43; Diagnostics and Debugging Utilities</title>
            <pubDate>2026-03-08 09:50:05 +0100</pubDate>
            
            <description>&lt;p&gt;Some tools and techniques for detecting, reporting and investigating errors and unexpected behavior in C++ code.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/cpp-dnd/</link>
            <guid>https://www.saoe.net/blog/cpp-dnd/</guid>
        </item>
        
        <item>
            
            <title>Building wxWidgets [Update]</title>
            <pubDate>2026-03-07 10:15:24 +0000</pubDate>
            
            <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
(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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/building-wxwidgets/</link>
            <guid>https://www.saoe.net/blog/building-wxwidgets/</guid>
        </item>
        
        <item>
            
            <title>Coding Style &amp; Design Guide [Update]</title>
            <pubDate>2026-02-02 00:00:00 +0000</pubDate>
            
            <description>&lt;div style=&#34;float:right;&#34;&gt;&lt;img src=&#34;https://www.saoe.net/images/misc/kiss-s.png&#34; title=&#34;Keep it simple, stupid (and short)&#34; alt=&#34;Keep it simple, stupid (and short)&#34;&gt;&lt;/div&gt;
&lt;p&gt;This page is a collection of guidelines, advices, notes, tips and recommendations that I found over the years, in books and on the internet;
they are not hard and fast rules or laws set in stone!&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/page/coding-style-and-design-guide/</link>
            <guid>https://www.saoe.net/page/coding-style-and-design-guide/</guid>
        </item>
        
        <item>
            
            <title>Calling a Lua/C&#43;&#43; function from C&#43;&#43;/Lua code [Update]</title>
            <pubDate>2025-12-31 00:00:00 +0000</pubDate>
            
            <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;
&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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/cpp-and-lua-call-function/</link>
            <guid>https://www.saoe.net/blog/cpp-and-lua-call-function/</guid>
        </item>
        
        <item>
            
            <title>How to set up GCC on Windows [Update]</title>
            <pubDate>2025-12-18 00:00:00 +0000</pubDate>
            
            <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)
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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/how-to-set-up-gcc-on-windows/</link>
            <guid>https://www.saoe.net/blog/how-to-set-up-gcc-on-windows/</guid>
        </item>
        
        <item>
            
            <title>Programming Quotes [Update]</title>
            <pubDate>2025-12-17 00:00:00 +0000</pubDate>
            
            <description>&lt;blockquote&gt;
&lt;p&gt;Walking on water and developing software from a specification are easy if both are frozen.&lt;br&gt;
&lt;cite&gt;&amp;mdash; Edward V Berard&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;You can’t have great software without a great team, and most software teams behave like dysfunctional families.&lt;br&gt;
&lt;cite&gt;&amp;mdash; Jim McCarthy&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;Perl – The only language that looks the same before and after RSA encryption.&lt;br&gt;
&lt;cite&gt;&amp;mdash; Keith Bostic&lt;/cite&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;blockquote&gt;
&lt;p&gt;I don&amp;rsquo;t care if it works on your machine! We are not shipping your machine!&lt;br&gt;
&lt;cite&gt;&amp;mdash; Vidiu Platon.&lt;/cite&gt;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/page/programming-quotes/</link>
            <guid>https://www.saoe.net/page/programming-quotes/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #56</title>
            <pubDate>2025-11-30 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Short opinion pieces about films and TV shows that I&amp;rsquo;ve watched since 2025-08-05.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-56/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-56/</guid>
        </item>
        
        <item>
            
            <title>Building Lua (on Windows, with Visual Studio) [Update]</title>
            <pubDate>2025-11-27 00:00:00 +0000</pubDate>
            
            <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;
&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;
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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/building-lua/</link>
            <guid>https://www.saoe.net/blog/building-lua/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Console Colors [Update]</title>
            <pubDate>2025-11-15 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A brief reminder for the topic of Console Colors and Powershell.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-console-colors/</link>
            <guid>https://www.saoe.net/blog/powershell-console-colors/</guid>
        </item>
        
        <item>
            
            <title>About [Update]</title>
            <pubDate>2025-11-09 00:00:00 +0000</pubDate>
            
            <description>&lt;div style=&#34;float:right;padding:0px;&#34;&gt;
    &lt;a href=&#34;https://en.wikipedia.org/wiki/Invader_Zim&#34; target=&#34;_blank&#34;&gt;&lt;img src=&#34;https://www.saoe.net/images/avatar/Invader-Zim-white-bg.png&#34; title=&#34;Not really me...&#34; alt=&#34;Not really me...&#34;&gt;&lt;/a&gt;
    &lt;br/&gt;
    &lt;img src=&#34;https://www.saoe.net/images/NiftyOddity-240x48.png&#34;&gt;
&lt;/div&gt;
&lt;p&gt;I&amp;rsquo;m a guy from Germany who goes by the name of Sascha Offe and has an interest in software programming,
SciFi, music and other (geeky) topics.&lt;/p&gt;
&lt;p&gt;The main reasons for me to maintain this space are&amp;hellip;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;to create my own, but also shareable, knowledge base; to have various notes for my own benefit in one place.&lt;/li&gt;
&lt;li&gt;to provide a central hub for my &lt;a href=&#34;https://www.saoe.net/software/software&#34;&gt;endeavors&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;to train and improve my skills of writing (documentation) and other means of communication (in english).&lt;/li&gt;
&lt;li&gt;to function as a &lt;a href=&#34;https://en.wikipedia.org/wiki/Rubber_duck_debugging&#34; target=&#34;_blank&#34;&gt;rubber ducking&lt;/a&gt; device,
which in turn can also help with the aspect of &lt;em&gt;&amp;ldquo;if you can&amp;rsquo;t explain it simply, you don&amp;rsquo;t understand it well enough&amp;rdquo;&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;domain&#34;&gt;Domain&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Name:&lt;/strong&gt; Well, the name &lt;em&gt;saoe&lt;/em&gt; is short, was available as a domain, has a nice (lowercase) look to it,
and it has a personal connection: It&amp;rsquo;s the combination of the first and last letter of my given and family name.&lt;br&gt;
The only downside: It&amp;rsquo;s not really meant for pronunciation, so I prefer to use it only in written form, or else will spell it out like an acronym.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/page/about/</link>
            <guid>https://www.saoe.net/page/about/</guid>
        </item>
        
        <item>
            
            <title>Python Snippets [Update]</title>
            <pubDate>2025-11-03 00:00:00 +0000</pubDate>
            
            <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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/python-snippets/</link>
            <guid>https://www.saoe.net/blog/python-snippets/</guid>
        </item>
        
        <item>
            
            <title>Journal #18</title>
            <pubDate>2025-11-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Konnichiwa!&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/journal-18/</link>
            <guid>https://www.saoe.net/blog/journal-18/</guid>
        </item>
        
        <item>
            
            <title>Notes on Pico-8</title>
            <pubDate>2025-11-01 00:00:00 +0000</pubDate>
            
            <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)
and made a few notes about it&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/pico-8-notes/</link>
            <guid>https://www.saoe.net/blog/pico-8-notes/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Working with XML</title>
            <pubDate>2025-10-26 19:33:58 +0100</pubDate>
            
            <description>&lt;p&gt;A few tips and tricks for handling XML data with Powershell.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-xml/</link>
            <guid>https://www.saoe.net/blog/powershell-xml/</guid>
        </item>
        
        <item>
            
            <title>Software Overview [Update]</title>
            <pubDate>2025-10-26 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;An (alphabetical) overview of my personal and published software (projects):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://bitbucket.org/saoe/autologon&#34; title=&#34;Autologon&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Autologon&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
A small utility program (written in C#/.NET) to modify the Windows Autologon settings in the registry with a GUI.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a href=&#34;https://gitlab.com/saoe/hotkey/&#34; target=&#34;_blank&#34;&gt;&lt;strong&gt;Hotkey&lt;/strong&gt;&lt;/a&gt; (&lt;a href=&#34;https://bitbucket.org/saoe/hotkey/&#34; target=&#34;_blank&#34;&gt;Old repo&lt;/a&gt;)&lt;br&gt;
A small utility to scratch my own itch: Having global shortcut keys for often needed actions.&lt;br&gt;
Written in C++, against the Win32-API; registers global hotkeys and uses an icon in the taskbar notification area (&amp;rsquo;tray&amp;rsquo;) as the user interface.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/page/software-overview/</link>
            <guid>https://www.saoe.net/page/software-overview/</guid>
        </item>
        
        <item>
            
            <title>Hotkey 1.0 [Update]</title>
            <pubDate>2025-10-26 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A small utility to scratch my own itch: Having global shortcut keys for often needed actions.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/hotkey-1.0/</link>
            <guid>https://www.saoe.net/blog/hotkey-1.0/</guid>
        </item>
        
        <item>
            
            <title>Journal #11 [Update]</title>
            <pubDate>2025-10-26 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Well, looks like I somehow caught a severe case of &amp;ldquo;summer blues&amp;rdquo; last year, that&amp;rsquo;s why I didn&amp;rsquo;t code much in
my spare time in the last couple of months. But now I&amp;rsquo;m slowly getting back in the saddle.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/journal-11/</link>
            <guid>https://www.saoe.net/blog/journal-11/</guid>
        </item>
        
        <item>
            
            <title>How to set up a SSH key pair with PuTTY on Windows [Update]</title>
            <pubDate>2025-10-25 00:00:00 +0000</pubDate>
            
            <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,
instead of each time Git wants to communicate with the remote repository.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/how-to-set-up-ssh-putty-windows/</link>
            <guid>https://www.saoe.net/blog/how-to-set-up-ssh-putty-windows/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Profile [Update]</title>
            <pubDate>2025-10-19 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A Powershell profile is a script file that is run each time a new Powershell is opened.&lt;/p&gt;
&lt;p&gt;You can define session-specific items in it (variables, aliases, functions, etc.) or
call other scripts and commands at the start of a new Powershell session.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-profile/</link>
            <guid>https://www.saoe.net/blog/powershell-profile/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #55</title>
            <pubDate>2025-09-21 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Short opinion pieces about films and TV shows that I&amp;rsquo;ve watched since 2025-05-20.&lt;/p&gt;
&lt;p&gt;I realized that, due to life circumstances, I don&amp;rsquo;t (want to) watch a lot of stuff at the moment&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-55/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-55/</guid>
        </item>
        
        <item>
            
            <title>Windows: The tree command [Update]</title>
            <pubDate>2025-08-11 00:00:00 +0000</pubDate>
            
            <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
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
ages and completely forgot about it, but came in handy recently.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/windows-the-tree-command/</link>
            <guid>https://www.saoe.net/blog/windows-the-tree-command/</guid>
        </item>
        
        <item>
            
            <title>On Software: Open Source Licenses [Update]</title>
            <pubDate>2025-08-03 17:35:02 +0200</pubDate>
            
            <description>&lt;p&gt;I mostly prefer permissive open source licenses that allow a lot but don&amp;rsquo;t restrict (or demand) much.&lt;br&gt;
But this may also change, depending on specific projects and/or use cases&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/on-software-open-source-licenses/</link>
            <guid>https://www.saoe.net/blog/on-software-open-source-licenses/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #54</title>
            <pubDate>2025-07-06 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Short opinion pieces about films and TV shows that I&amp;rsquo;ve watched since 2025-02-16.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-54/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-54/</guid>
        </item>
        
        <item>
            
            <title>On Software: API Design</title>
            <pubDate>2025-06-22 16:33:23 +0200</pubDate>
            
            <description>&lt;p&gt;I recently had the inspiration of writing a new post about my current thoughts on how to design/make a good
&lt;a href=&#34;https://en.wikipedia.org/wiki/API&#34; target=&#34;_blank&#34;&gt;Application Programming Interface (API)&lt;/a&gt;,
for functions/methods, classes, programs/scripts, and other things that offer such an interface.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/on-software-api-design/</link>
            <guid>https://www.saoe.net/blog/on-software-api-design/</guid>
        </item>
        
        <item>
            
            <title>Doxygen Cheatsheet [Update]</title>
            <pubDate>2025-06-15 23:47:08 +0200</pubDate>
            
            <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:
Its initial (and primary) purpose is to be a compact help on this topic for myself.&lt;/p&gt;
&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,
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,
and instructions on how to do certain tasks.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/doxygen-cheatsheet/</link>
            <guid>https://www.saoe.net/blog/doxygen-cheatsheet/</guid>
        </item>
        
        <item>
            
            <title>Building Qt 6 on Windows with Visual Studio [Update]</title>
            <pubDate>2025-06-10 21:20:33 +0200</pubDate>
            
            <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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/building-qt-6-on-windows-with-visual-studio/</link>
            <guid>https://www.saoe.net/blog/building-qt-6-on-windows-with-visual-studio/</guid>
        </item>
        
        <item>
            
            <title>Building Qt 5 on Windows with Visual Studio [Update]</title>
            <pubDate>2025-06-10 00:00:00 +0000</pubDate>
            
            <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;
&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),
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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/building-qt-5-on-windows-with-visual-studio/</link>
            <guid>https://www.saoe.net/blog/building-qt-5-on-windows-with-visual-studio/</guid>
        </item>
        
        <item>
            
            <title>How to use CMake [Update]</title>
            <pubDate>2025-06-09 19:47:07 +0200</pubDate>
            
            <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),
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>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/how-to-use-cmake/</link>
            <guid>https://www.saoe.net/blog/how-to-use-cmake/</guid>
        </item>
        
        <item>
            
            <title>On Software: Documentation [Update]</title>
            <pubDate>2025-06-09 17:38:53 +0200</pubDate>
            
            <description>&lt;p&gt;Some background: I am indeed interested in &lt;em&gt;writing&lt;/em&gt; documentation, for myself and for others.&lt;/p&gt;
&lt;p&gt;The initial trigger is usually to note it down for my future self, and/or for helping me to understand a topic better;
if it&amp;rsquo;s also useful for others: great.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/on-software-documentation/</link>
            <guid>https://www.saoe.net/blog/on-software-documentation/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #53</title>
            <pubDate>2025-06-09 17:33:55 +0200</pubDate>
            
            <description>&lt;p&gt;Short opinion pieces about films and TV shows that I&amp;rsquo;ve watched since 2024-12-08.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-53/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-53/</guid>
        </item>
        
        <item>
            
            <title>C&#43;&#43;: Namespace [Update]</title>
            <pubDate>2025-05-15 17:36:21 +0200</pubDate>
            
            <description>&lt;p&gt;I moved the (growing) section on &lt;em&gt;namespaces&lt;/em&gt; from the &lt;a href=&#34;https://www.saoe.net/blog/cpp-snippets/&#34;&gt;C++ Snippets&lt;/a&gt; page to this separate page,
where I had already written some notes about using anonymous and inline namespaces in the same
translation unit/file (&lt;a href=&#34;#more-on-anonymous-and-inline-namespaces&#34;&gt;see below&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;The page therefore now also got a more generic and encompassing title.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/cpp-namespace/</link>
            <guid>https://www.saoe.net/blog/cpp-namespace/</guid>
        </item>
        
        <item>
            
            <title>Mozilla Firefox: Tips on usage</title>
            <pubDate>2025-05-12 17:45:13 +0200</pubDate>
            
            <description>&lt;p&gt;These tips for using Mozilla Firefox were originally spread over multiple blog posts,
but they are rather short and also pretty old (so maybe not valid anymore),
that&amp;rsquo;s why I now collected them all on this single page&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mozilla-firefox/</link>
            <guid>https://www.saoe.net/blog/mozilla-firefox/</guid>
        </item>
        
        <item>
            
            <title>A C&#43;&#43; program that calls a Lua script [Update]</title>
            <pubDate>2025-05-01 14:37:15 +0200</pubDate>
            
            <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;
&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
a few small first step on how to make use of this language within a C++ context.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/run-lua-script-from-cpp-program/</link>
            <guid>https://www.saoe.net/blog/run-lua-script-from-cpp-program/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #52</title>
            <pubDate>2025-05-01 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;More mini-reviews of films and TV shows that I&amp;rsquo;ve watched (since 2024-10-11).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-52/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-52/</guid>
        </item>
        
        <item>
            
            <title>Powershell: Using Regular Expressions [Update]</title>
            <pubDate>2025-04-10 00:00:00 +0000</pubDate>
            
            <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,
but on how to use them with Powershell!&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/powershell-regex/</link>
            <guid>https://www.saoe.net/blog/powershell-regex/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #51</title>
            <pubDate>2025-02-19 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;More mini-reviews of films and TV shows that I&amp;rsquo;ve watched during the past months
(I began with this list on 2024-07-13).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-51/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-51/</guid>
        </item>
        
        <item>
            
            <title>Always a busy signal on a smartphone when using a Multi-SIM for the same number in a notebook [Update]</title>
            <pubDate>2025-01-25 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Last year at work, we had the curious case that many of our notebooks, which were using a SIM for
their UMTS/LTE modems, caused a smartphone with the associated Multi-SIM (same contract, i.e. same
telephone number) to respond with a busy signal as soon as the notebook was powered on (didn&amp;rsquo;t even
had to have a connection established via their WWAN modem at that point!).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <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>
            <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>
        </item>
        
        <item>
            
            <title>Mini-Reviews #50 [Update]</title>
            <pubDate>2025-01-25 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Another posting with mini-reviews during the past months
(for orientation: I began this list on 2024-04-28).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-50/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-50/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #47 [Update]</title>
            <pubDate>2024-12-08 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Time for another overview of what I&amp;rsquo;ve watched over the last couple of months&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-47/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-47/</guid>
        </item>
        
        <item>
            
            <title>On Software: Configuration [Update]</title>
            <pubDate>2024-10-13 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;These are a few thoughts (from the point of view as an user and also as a developer) on handling configuration data
for [application] software.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/on-software-configuration/</link>
            <guid>https://www.saoe.net/blog/on-software-configuration/</guid>
        </item>
        
        <item>
            
            <title>On Software: Some Golden Rules [Update]</title>
            <pubDate>2024-09-14 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Here are some rules of thumb for program authors.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/on-software-some-golden-rules/</link>
            <guid>https://www.saoe.net/blog/on-software-some-golden-rules/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #49</title>
            <pubDate>2024-07-14 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Lots of rewatches, mostly of quite old films; and even a few first-views, also of older films&amp;hellip;&lt;br&gt;
Seems like the current movies don&amp;rsquo;t really appeal to me much. I mean, even the recently and newly made
films are often very generic, bland and too long&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-49/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-49/</guid>
        </item>
        
        <item>
            
            <title>Journal #17</title>
            <pubDate>2024-06-14 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Konnichiwa!&lt;/p&gt;
&lt;p&gt;I began writing this issue on 2024-03-10; so I guess now, around three months later, it&amp;rsquo;s as good of a time as any other to finally release it.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/journal-17/</link>
            <guid>https://www.saoe.net/blog/journal-17/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #1 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;So, a couple of short reviews for recently watched movies and television shows.&lt;/p&gt;
&lt;p&gt;(Update 2023: Added five-star-ratings [may diverge now from what I had in mind, years ago, when I wrote the text&amp;hellip;].)&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-1/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-1/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #2 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Time again for a quick roundup of verdicts for some of the recently wachted movies and TV shows.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-2/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-2/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #3 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Again, a quick summary of (more or less) noteworthy material that I&amp;rsquo;ve watched over the last couple of weeks.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-3/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-3/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #4 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;And another opinion piece about the stuff I&amp;rsquo;ve seen over the last couple of weeks.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-4/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-4/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #5 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Alright then, another round-up of short reviews; waited a bit longer, so that means this time there are some more than usual.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-5/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-5/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #6 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A new round of concise opinions on movies and television shows that I&amp;rsquo;ve watched in the recent past.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-6/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-6/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #7 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A new batch of condensed opinions of recently watch movies and TV shows.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-7/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-7/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #8 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Because I&amp;rsquo;ve already prepared it, here&amp;rsquo;s already the next round of mini reviews; the last one for the year 2014.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-8/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-8/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #9 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;This time, the yield of good material is way higher than in the previous entry.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-9/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-9/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #10 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A lot of material has been accumulated over the past months, so here’s already the next post.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-10/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-10/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #11 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Bad time for movies, but TV shows are getting better.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-11/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-11/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #12 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Again, the yield of good material was higher on the small screen than on the silver screen.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-12/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-12/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #13 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Here we go again. This time, a near endless supply of franchise sequels and mediocrity in the movie department and a small selection of TV show with mixed results.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-13/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-13/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #14 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;And again, a little retrospect of the stuff that I&amp;rsquo;ve watched in the last couple of weeks and months:&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-14/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-14/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #15 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Another summary of (some) movies and shows I’ve watched over the past months.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-15/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-15/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #16 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Better late than never: More opinions on some of the things that I&amp;rsquo;ve watched since the last time.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-16/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-16/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #17 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Hello again, long time no see. The following mini reviews are for stuff that I saw around late
2016/early 2017, but for which I didn&amp;rsquo;t find the time to write down until now.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-17/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-17/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #18 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Since I have to catch up a bit after my long hiatus, here&amp;rsquo;s the next batch of my short opinions on
some of the stuff that I&amp;rsquo;ve watched over the last couple of months and weeks.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-18/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-18/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #19 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;It&amp;rsquo;s been a long, long time &amp;mdash; high time for some comments of mine about (no so) recently watched material&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-19/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-19/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #20 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Welcome back to another batch of my concise opinons about some recently watched movies and shows.&lt;/p&gt;
&lt;p&gt;(Update 2023: Added five-star-ratings [may diverge now from what I had in mind, years ago, when I wrote the text&amp;hellip;].)&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-20/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-20/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #21 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;It&amp;rsquo;s been a while, but here we go again: A quick recap and short opinion piece of some stuff I&amp;rsquo;ve
seen in the last couple of months.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-21/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-21/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #22 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Another entry in my list of short opinions on things that I&amp;rsquo;ve seen over the last couple of weeks and months and find notable.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-22/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-22/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #23 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Again, some short opinion pieces about movies and TV shows that I watched over the last couple of months.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-23/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-23/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #24 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Time for another quick run through the films and series that I&amp;rsquo;ve watched over the course of the last couple of months.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-24/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-24/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #25 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;A few remarks on several movies and shows that I&amp;rsquo;ve viewed during the last couple of months.&lt;br&gt;
And this time, I&amp;rsquo;ll try something new and add also a star rating to it&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-25/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-25/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #26 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Quite a long time since the last Mini-Review post, and thus a lot of stuff has accumulated,
including a lot of rewatches; so let&amp;rsquo;s get started&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-26/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-26/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #27 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Another round of mini-reviews for films and series that I found noteworthy enough to mention here&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-27/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-27/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #28 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Edition number 28 is here; the lockdown caused by the COVID-19 (&amp;ldquo;Corona virus&amp;rdquo;) pandemic over the last months has lead to
less new content (at least major mainstream content: several blockbusters have been postponed; while some others went straight to streaming services&amp;hellip;),
which gave me the oppurtinity to [re]watch some older stuff and to catch up with some material that wasn&amp;rsquo;t too high on my list
(and now I know, why&amp;hellip; &lt;em&gt;*sigh*&lt;/em&gt;).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-28/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-28/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #29 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;More mini-reviews of stuff that I&amp;rsquo;ve seen over the last couple of months&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-29/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-29/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #30 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Another batch of mini-reviews for films and shows/seasons that I&amp;rsquo;ve watched over the last couple of months&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-30/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-30/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #31 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Time again for some mini-reviews of mine&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-31/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-31/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #32 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Once more, a few sentences aboout the noteworthy movies and shows that I&amp;rsquo;ve watched over the last couple of week/months.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-32/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-32/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #33 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Let&amp;rsquo;s see what I&amp;rsquo;ve watched in the recent weeks&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-33/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-33/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #34 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Short opinion pieces about the noteworthy items that I&amp;rsquo;ve watched over the last weeks&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-34/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-34/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #35 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;More mini-reviews from the past months.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-35/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-35/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #36 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;More mini-verdicts of the noteworthy material that I&amp;rsquo;ve watched over the last months.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-36/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-36/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #37 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;So, this edition had quite a long gap between when I started writing it (2022-05-14), and when I finally
finished and posted it (2022-08-21).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-37/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-37/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #38 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Uh, once more&amp;hellip; you know the drill&amp;hellip;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-38/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-38/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #39 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;I&amp;rsquo;ve seen those items here mostly in September/October, but it took me so long to write some words about them (life, &lt;em&gt;*sigh*&lt;/em&gt;).&lt;br&gt;
Anyways, here it is, finally, just before New Year&amp;rsquo;s Day of 2023 (UTC+1).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-39/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-39/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #40 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;&lt;em&gt;&amp;lt;Insert-witty/insightful-introduction-text-here&amp;gt; &amp;hellip; *sigh*&lt;/em&gt;&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-40/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-40/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #41 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;My observation: One of the themes that&amp;rsquo;s running throughout this and previous entries is
that a lot of so-called &amp;ldquo;classics&amp;rdquo; from long time ago, often fail to still impress/&lt;em&gt;wow&lt;/em&gt; me,
now that I watch them again (or for the first time).&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-41/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-41/</guid>
        </item>
        
        <item>
            
            <title>Mini-Reviews #44 [Update]</title>
            <pubDate>2024-06-02 00:00:00 +0000</pubDate>
            
            <description>&lt;p&gt;Looking at my star rating alone, it seems to be a mostly average/sub-average selection this time;
therefore I was all the more happy about the few highlights which I still could find in the heap.&lt;/p&gt;</description>
            <author>Sascha Offe</author>
            <link>https://www.saoe.net/blog/mini-reviews-44/</link>
            <guid>https://www.saoe.net/blog/mini-reviews-44/</guid>
        </item>
        
    </channel>
</rss>
