<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>3onRandom Geekery</title>
    <link>https://randomgeekery.org/note/2004/03/</link>
    <description>
      Recent contentin3 on Random Geekery
    </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
      
      <lastBuildDate>Mon, 22 Mar 2004 00:00:00 +0000</lastBuildDate><atom:link href="https://randomgeekery.org/note/2004/03/index.xml" rel="self" type="application/rss+xml" /><item>
  <title>Note: 2004-03-22</title>
  <link>https://randomgeekery.org/note/2004/03/2004-03-22/</link>
  <pubDate>Mon, 22 Mar 2004 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2004/03/2004-03-22/</guid>
  <description>&lt;h2 id=&#34;translation-link&#34;&gt;Translation link&lt;/h2&gt;
&lt;p&gt;I have been working on more tutorial content for my  &lt;a href=&#34;https://randomgeekery.org/page/ruby/&#34;&gt;Ruby&lt;/a&gt;  section. There probably won’t be anything new until next month. I just had to add this translation service link from &lt;a href=&#34;https://web.archive.org/web/20040831141252/http://babelfish.altavista.com/&#34;&gt;Babelfish&lt;/a&gt;. A lot of hits come in from countries where English is not the primary language. It only seems polite to do anything I can to make reading these pages easier for them.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="translation-link">Translation link</h2>
<p>I have been working on more tutorial content for my  <a href="/page/ruby/">Ruby</a>  section. There probably won&rsquo;t be anything new until next month. I just had to add this translation service link from <a href="https://web.archive.org/web/20040831141252/http://babelfish.altavista.com/">Babelfish</a>. A lot of hits come in from countries where English is not the primary language. It only seems polite to do anything I can to make reading these pages easier for them.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2004-03-12</title>
  <link>https://randomgeekery.org/note/2004/03/2004-03-12/</link>
  <pubDate>Fri, 12 Mar 2004 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2004/03/2004-03-12/</guid>
  <description>&lt;h2 id=&#34;products-section&#34;&gt;Products section&lt;/h2&gt;
&lt;p&gt;I just added a &lt;em&gt;Products&lt;/em&gt; section to highlight libraries or applications that I’ve worked on. Yes, that means  &lt;a href=&#34;https://randomgeekery.org/page/pagetemplate/&#34;&gt;PageTemplate&lt;/a&gt;. No, that doesn’t mean much of anything else at the moment. Nothing public, that is.&lt;/p&gt;



  &lt;article class=&#34;admonition note&#34;&gt;
    &lt;header&gt;
      ℹ️
      
        Note
      
    &lt;/header&gt;
    &lt;p&gt;&lt;a href=&#34;https://randomgeekery.org/note/2024/03/2024-03-30/&#34;&gt;2024-03-30&lt;/a&gt;: Changing “Projects” to “Products” was one of the worst ideas I ever had. It was inspired by somebody else’s site, but it stopped my brain cold on new FOSS ideas. I’m barely interested in “products” if you &lt;em&gt;pay&lt;/em&gt; me. But a &lt;a href=&#34;https://randomgeekery.org/page/project/&#34;&gt;Project&lt;/a&gt;? Well heck I can do those for decades.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="products-section">Products section</h2>
<p>I just added a <em>Products</em> section to highlight libraries or applications that I&rsquo;ve worked on. Yes, that means  <a href="/page/pagetemplate/">PageTemplate</a>. No, that doesn&rsquo;t mean much of anything else at the moment. Nothing public, that is.</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        Note
      
    </header>
    <p><a href="/note/2024/03/2024-03-30/">2024-03-30</a>: Changing &ldquo;Projects&rdquo; to &ldquo;Products&rdquo; was one of the worst ideas I ever had. It was inspired by somebody else&rsquo;s site, but it stopped my brain cold on new FOSS ideas. I&rsquo;m barely interested in &ldquo;products&rdquo; if you <em>pay</em> me. But a <a href="/page/project/">Project</a>? Well heck I can do those for decades.</p>
<p>A little thing like that shouldn&rsquo;t have shut my brain down — so much that I didn&rsquo;t realize the cause — but I suspect the many semantic blockers I&rsquo;ve encountered have <em>something</em> to do with that neurospicy <a href="/page/adhd/">ADHD</a> brain.</p>
  </article>

]]></content:encoded>
</item>
<item>
  <title>Note: 2004-03-10</title>
  <link>https://randomgeekery.org/note/2004/03/2004-03-10/</link>
  <pubDate>Wed, 10 Mar 2004 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2004/03/2004-03-10/</guid>
  <description>&lt;h2 id=&#34;ruby-cgi-draft&#34;&gt;Ruby CGI draft&lt;/h2&gt;
&lt;p&gt;&lt;a href=&#34;https://randomgeekery.org/post/2004/03/simple-ruby-cgi/&#34;&gt;2004-03-10 Simple Ruby CGI&lt;/a&gt;  is an introduction to the wild and woolly world of Web programming with Ruby. It isn’t too extensive, but it should give you a start. Well, after I finish it. It’s about a third of the way done, but you can already start playing a little bit.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="ruby-cgi-draft">Ruby CGI draft</h2>
<p><a href="/post/2004/03/simple-ruby-cgi/">2004-03-10 Simple Ruby CGI</a>  is an introduction to the wild and woolly world of Web programming with Ruby. It isn&rsquo;t too extensive, but it should give you a start. Well, after I finish it. It&rsquo;s about a third of the way done, but you can already start playing a little bit.</p>
]]></content:encoded>
</item>
</channel>
</rss>
