<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Pages on saoe: The Nifty Oddity</title>
    <link>https://www.saoe.net/page/</link>
    <description>Recent content in Pages on saoe: The Nifty Oddity</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <copyright>© 2013-2024 Sascha Offe</copyright>
    <lastBuildDate>Thu, 20 Nov 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.saoe.net/page/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Search site</title>
      <link>https://www.saoe.net/search/</link>
      <pubDate>Thu, 06 Jan 2022 00:53:31 +0100</pubDate>
      <guid>https://www.saoe.net/search/</guid>
      <description>&lt;form id=&#34;custom-search&#34; name=&#34;custom-search&#34; method=&#34;post&#34; action=&#34;&#34; onsubmit=&#34;customSearchResults(); return false;&#34;&gt;&#xD;&#xA;            &lt;p&gt;&#xD;&#xA;                &lt;input id=&#34;custom-search-field&#34; type=&#34;text&#34; name=&#34;search&#34; value=&#34;&#34; title=&#34;Search String&#34; placeholder=&#34;&amp;#x1F50D;&amp;#xFE0E; Enter search terms&amp;hellip;&#34;&gt;&#xD;&#xA;                &#xD;&#xA;            &lt;/p&gt;&#xD;&#xA;            &#xD;&#xA;            &lt;p&gt;&#xD;&#xA;                &lt;input type=&#34;radio&#34; name=&#34;option&#34; value=&#34;AND&#34; checked=&#34;checked&#34;&gt;use &lt;em&gt;&lt;b&gt;and&lt;/b&gt;&lt;/em&gt; combination&lt;br&gt;&#xD;&#xA;                &lt;input type=&#34;radio&#34; name=&#34;option&#34; value=&#34;OR&#34;&gt;use &lt;em&gt;&lt;b&gt;or&lt;/b&gt;&lt;/em&gt; combination&#xD;&#xA;            &lt;/p&gt;&#xD;&#xA;        &lt;/form&gt;&#xD;&#xA;&#xD;&#xA;        &lt;div id=&#34;custom-search-results&#34;&gt;&lt;/div&gt;&#xD;&#xA;&#xD;&#xA;        &lt;script&gt;&#xD;&#xA;        &#xD;&#xA;        let params = {&#xD;&#xA;            json_src       : &#39;/index.json&#39;, &#xD;&#xA;            minlength      : 3,&#xD;&#xA;            defaultsearch  : &#39;AND&#39;,&#xD;&#xA;            sort_date      : &#39;DESC&#39;,&#xD;&#xA;            autocomplete   : 1, &#xD;&#xA;            section_search : 0, &#xD;&#xA;            badwords       : &#39;und,oder,aber,wenn,also,der,die,das,den,dem,des,ein,eines,einer,and,or,but,the,a,an&#39;, &#xD;&#xA;            json_wait      : &#39;&lt;p&gt;&lt;em&gt;Please wait, the search is loading...&lt;/em&gt;&lt;/p&gt;&#39;,&#xD;&#xA;            json_ready     : &#39;&#39;,&#xD;&#xA;            extern_icon    : &#39; (external link)&#39;, &#xD;&#xA;            err_badstring  : &#39;&lt;p&gt;The search term is too short!&lt;/p&gt;&#39;,&#xD;&#xA;            err_noresult   : &#39;&lt;p&gt;No search results found.&lt;/p&gt;&#39;,&#xD;&#xA;            err_norequest  : &#39;&lt;p style=&#34;text-align: center; color: red;&#34;&gt;The fulltext search is currently unavailable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Programming Quotes</title>
      <link>https://www.saoe.net/page/programming-quotes/</link>
      <pubDate>Sun, 06 Apr 2014 16:15:23 +0000</pubDate>
      <guid>https://www.saoe.net/page/programming-quotes/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;Walking on water and developing software from a specification are easy if both are frozen.&lt;br&gt;&#xA;&lt;cite&gt;&amp;mdash; Edward V Berard&lt;/cite&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;You can’t have great software without a great team, and most software teams behave like dysfunctional families.&lt;br&gt;&#xA;&lt;cite&gt;&amp;mdash; Jim McCarthy&lt;/cite&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Perl – The only language that looks the same before and after RSA encryption.&lt;br&gt;&#xA;&lt;cite&gt;&amp;mdash; Keith Bostic&lt;/cite&gt;&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;I don&amp;rsquo;t care if it works on your machine! We are not shipping your machine!&lt;br&gt;&#xA;&lt;cite&gt;&amp;mdash; Vidiu Platon.&lt;/cite&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Software Overview</title>
      <link>https://www.saoe.net/page/software-overview/</link>
      <pubDate>Sat, 31 Aug 2013 20:36:48 +0000</pubDate>
      <guid>https://www.saoe.net/page/software-overview/</guid>
      <description>&lt;p&gt;An (alphabetical) overview of my personal and published software (projects):&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&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;&#xA;A small utility program (written in C#/.NET) to modify the Windows Autologon settings in the registry with a GUI.&lt;/p&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&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;&#xA;A small utility to scratch my own itch: Having global shortcut keys for often needed actions.&lt;br&gt;&#xA;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>
    </item>
    <item>
      <title>About</title>
      <link>https://www.saoe.net/page/about/</link>
      <pubDate>Mon, 11 Mar 2013 00:01:10 +0000</pubDate>
      <guid>https://www.saoe.net/page/about/</guid>
      <description>&lt;div style=&#34;float:right;padding:0px;&#34;&gt;&#xD;&#xA;    &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;&#xD;&#xA;    &lt;br/&gt;&#xD;&#xA;    &lt;img src=&#34;https://www.saoe.net/images/NiftyOddity-240x48.png&#34;&gt;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&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,&#xA;SciFi, music and other (geeky) topics.&lt;/p&gt;&#xA;&lt;p&gt;The main reasons for me to maintain this space are&amp;hellip;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&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;&#xA;&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;&#xA;&lt;li&gt;to train and improve my skills of writing (documentation) and other means of communication (in english).&lt;/li&gt;&#xA;&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,&#xA;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;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;domain&#34;&gt;Domain&lt;/h2&gt;&#xA;&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,&#xA;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;&#xA;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>
    </item>
    <item>
      <title>Coding Style &amp; Design Guide</title>
      <link>https://www.saoe.net/page/coding-style-and-design-guide/</link>
      <pubDate>Sun, 01 Jan 2006 00:00:00 +0000</pubDate>
      <guid>https://www.saoe.net/page/coding-style-and-design-guide/</guid>
      <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;&#xD;&#xA;&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;&#xA;they are not hard and fast rules or laws set in stone!&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
