<?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/2006/03/</link>
    <description>
      Recent contentin3 on Random Geekery
    </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
      
      <lastBuildDate>Tue, 28 Mar 2006 00:00:00 +0000</lastBuildDate><atom:link href="https://randomgeekery.org/note/2006/03/index.xml" rel="self" type="application/rss+xml" /><item>
  <title>Note: 2006-03-28</title>
  <link>https://randomgeekery.org/note/2006/03/2006-03-28/</link>
  <pubDate>Tue, 28 Mar 2006 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2006/03/2006-03-28/</guid>
  <description>&lt;h2 id=&#34;i-still-like-unix-better&#34;&gt;I still like Unix better&lt;/h2&gt;
&lt;p&gt;But at least now I have learned enough to actually get stuff done in &lt;a href=&#34;https://randomgeekery.org/page/windows/&#34;&gt;Windows&lt;/a&gt; That, and enough of my favorite tools have been ported over that I don’t have to feel quite as homesick.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://randomgeekery.org/page/43things/&#34;&gt;43Things&lt;/a&gt;&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="i-still-like-unix-better">I still like Unix better</h2>
<p>But at least now I have learned enough to actually get stuff done in <a href="/page/windows/">Windows</a> That, and enough of my favorite tools have been ported over that I don&rsquo;t have to feel quite as homesick.</p>
<p><a href="/page/43things/">43Things</a></p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2006-03-24</title>
  <link>https://randomgeekery.org/note/2006/03/2006-03-24/</link>
  <pubDate>Fri, 24 Mar 2006 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2006/03/2006-03-24/</guid>
  <description>&lt;h2 id=&#34;there-must-be-something-wrong-with-me&#34;&gt;There must be something wrong with me&lt;/h2&gt;
&lt;p&gt;There must be something wrong with me. I’ve been sitting here for the last hour, merrily watching Jigdo downloading components for a &lt;a href=&#34;http://www.debian.org&#34;&gt;Debian&lt;/a&gt; ISO. This is roughly equivalent to watching paint dry, except for the fact that at least the latter provides you with a dry painted surface when it’s done.&lt;/p&gt;
&lt;p&gt;Like I said, there must be something wrong with me.&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/09/2024-09-13/&#34;&gt;2024-09-13&lt;/a&gt;: There’s nothing wrong with you. You’re just &lt;a href=&#34;https://randomgeekery.org/page/neurospicy/&#34;&gt;Neurospicy&lt;/a&gt;&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="there-must-be-something-wrong-with-me">There must be something wrong with me</h2>
<p>There must be something wrong with me. I&rsquo;ve been sitting here for the last hour, merrily watching Jigdo downloading components for a <a href="http://www.debian.org">Debian</a> ISO. This is roughly equivalent to watching paint dry, except for the fact that at least the latter provides you with a dry painted surface when it&rsquo;s done.</p>
<p>Like I said, there must be something wrong with me.</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        Note
      
    </header>
    <p><a href="/note/2024/09/2024-09-13/">2024-09-13</a>: There&rsquo;s nothing wrong with you. You&rsquo;re just <a href="/page/neurospicy/">Neurospicy</a></p>
  </article>

]]></content:encoded>
</item>
<item>
  <title>Note: 2006-03-23</title>
  <link>https://randomgeekery.org/note/2006/03/2006-03-23/</link>
  <pubDate>Thu, 23 Mar 2006 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2006/03/2006-03-23/</guid>
  <description>&lt;h2 id=&#34;perl-package-browser&#34;&gt;Perl package browser&lt;/h2&gt;
&lt;p&gt;I decided that it was time to add some functionality to the site again, starting with a browser to show what modules and documentation are available for the &lt;a href=&#34;https://randomgeekery.org/page/perl/&#34;&gt;Perl&lt;/a&gt; installation on your machine. It’s still very rough - it makes path names longer than they need to be and doesn’t even work under Internet Explorer. There are also more optimizations I could do to make it perform faster, but some of them may require that I upgrade my account for more hard drive space.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="perl-package-browser">Perl package browser</h2>
<p>I decided that it was time to add some functionality to the site again, starting with a browser to show what modules and documentation are available for the <a href="/page/perl/">Perl</a> installation on your machine. It&rsquo;s still very rough - it makes path names longer than they need to be and doesn&rsquo;t even work under Internet Explorer. There are also more optimizations I could do to make it perform faster, but some of them may require that I upgrade my account for more hard drive space.</p>
<p>The theory is that eventually this script will be useful enough that I can make it available for Web hosts to post on their own servers, so that customers have ready access to the information.</p>
<p>First things first, though. I need to make it work and work right.</p>



  <article class="admonition note">
    <header>
      ℹ️
      
        Note
      
    </header>
    <p><a href="/note/2024/03/2024-03-31/">2024-03-31</a>: All I&rsquo;ve found on the Internet Archive are captures of <code>HTTP 500</code> pages.</p>
  </article>

]]></content:encoded>
</item>
<item>
  <title>Note: 2006-03-17</title>
  <link>https://randomgeekery.org/note/2006/03/2006-03-17/</link>
  <pubDate>Fri, 17 Mar 2006 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2006/03/2006-03-17/</guid>
  <description>&lt;h2 id=&#34;fresh-content&#34;&gt;Fresh content&lt;/h2&gt;
&lt;p&gt;Part of getting settled into the new job has involved learning all sorts of new things. The learning has resulted in some new content.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Added a brief mention of the Cygwin Ports Project to &lt;a href=&#34;https://randomgeekery.org/page/cygwin/&#34;&gt;Cygwin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://randomgeekery.org/post/2006/03/learning-xml/&#34;&gt;2006-03-17 Learning XML&lt;/a&gt; on — um — learning &lt;a href=&#34;https://randomgeekery.org/page/xml/&#34;&gt;XML&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="fresh-content">Fresh content</h2>
<p>Part of getting settled into the new job has involved learning all sorts of new things. The learning has resulted in some new content.</p>
<ul>
<li>Added a brief mention of the Cygwin Ports Project to <a href="/page/cygwin/">Cygwin</a></li>
<li><a href="/post/2006/03/learning-xml/">2006-03-17 Learning XML</a> on — um — learning <a href="/page/xml/">XML</a></li>
</ul>
]]></content:encoded>
</item>
<item>
  <title>Note: 2006-03-14</title>
  <link>https://randomgeekery.org/note/2006/03/2006-03-14/</link>
  <pubDate>Tue, 14 Mar 2006 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2006/03/2006-03-14/</guid>
  <description>&lt;h2 id=&#34;another-general-update&#34;&gt;Another general update&lt;/h2&gt;
&lt;p&gt;It’s been a frantic couple of months, but I’m still alive! Major events going on right now:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;New job as Tools Developer at &lt;a href=&#34;https://web.archive.org/web/20060811053620/http://www.bigfishgames.com/&#34;&gt;Big Fish Games&lt;/a&gt;. Yay, full time work! That means &lt;strong&gt;health benefits&lt;/strong&gt;. Dentists, doctors and psychiatrists look out!&lt;/li&gt;
&lt;li&gt;Working on &lt;a href=&#34;https://randomgeekery.org/page/pagetemplate/&#34;&gt;PageTemplate&lt;/a&gt; . Several undocumented new features which I should get to, but I’m working hard on getting version 3.0 ready for delivery. Lucky for you, “ready for delivery” happens to include documentation.&lt;/li&gt;
&lt;li&gt;Living in Kitsap County, across the Puget Sound from &lt;a href=&#34;https://randomgeekery.org/page/seattle/&#34;&gt;Seattle&lt;/a&gt;. This is a temporary hiccup, and we are both itching to get back into Seattle proper.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As far as the site goes, not much is going on.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="another-general-update">Another general update</h2>
<p>It&rsquo;s been a frantic couple of months, but I&rsquo;m still alive! Major events going on right now:</p>
<ul>
<li>New job as Tools Developer at <a href="https://web.archive.org/web/20060811053620/http://www.bigfishgames.com/">Big Fish Games</a>. Yay, full time work! That means <strong>health benefits</strong>. Dentists, doctors and psychiatrists look out!</li>
<li>Working on <a href="/page/pagetemplate/">PageTemplate</a> . Several undocumented new features which I should get to, but I&rsquo;m working hard on getting version 3.0 ready for delivery. Lucky for you, &ldquo;ready for delivery&rdquo; happens to include documentation.</li>
<li>Living in Kitsap County, across the Puget Sound from <a href="/page/seattle/">Seattle</a>. This is a temporary hiccup, and we are both itching to get back into Seattle proper.</li>
</ul>
<p>As far as the site goes, not much is going on.</p>
<ul>
<li>I filled out the <a href="/page/lisp/">Lisp</a> page a little bit with some book recommendations.</li>
<li>Have you been enjoying the new look for the site? I have too, but I should confess something. It&rsquo;s not my design, but <a href="https://fullahead.org">Pat Heard</a>&rsquo;s. It&rsquo;s available in the excellent <a href="https://web.archive.org/web/20060811053620/http://oswd.org/">Open Source Web Design</a> repository.</li>
</ul>
<p>Oh, and it&rsquo;s my Mom&rsquo;s birthday today. Happy birthday Mom!</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2006-03-01</title>
  <link>https://randomgeekery.org/note/2006/03/2006-03-01/</link>
  <pubDate>Wed, 01 Mar 2006 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2006/03/2006-03-01/</guid>
  <description>&lt;h2 id=&#34;ruby-aliases&#34;&gt;Ruby Aliases&lt;/h2&gt;
&lt;p&gt;Here’s my &lt;a href=&#34;https://randomgeekery.org/page/til/&#34;&gt;TIL&lt;/a&gt; for &lt;a href=&#34;https://randomgeekery.org/page/ruby/&#34;&gt;Ruby&lt;/a&gt;. When you override a method in a subclass, you also need to redeclare any aliases for that method. Seems pretty obvious when you think about it. I didn’t think about it, though, and it caught me up for a few minutes.&lt;/p&gt;
&lt;p&gt;I’d post a block of sample code, but I keep getting &lt;code&gt;&#34;body, Malformed HTML found.&#34;&lt;/code&gt; errors from &lt;a href=&#34;https://randomgeekery.org/page/43things/&#34;&gt;43Things&lt;/a&gt; whenever I try to save with my code in there (&lt;code&gt;pre&lt;/code&gt; tags and all)&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="ruby-aliases">Ruby Aliases</h2>
<p>Here&rsquo;s my <a href="/page/til/">TIL</a> for <a href="/page/ruby/">Ruby</a>. When you override a method in a subclass, you also need to redeclare any aliases for that method. Seems pretty obvious when you think about it. I didn&rsquo;t think about it, though, and it caught me up for a few minutes.</p>
<p>I&rsquo;d post a block of sample code, but I keep getting <code>&quot;body, Malformed HTML found.&quot;</code> errors from <a href="/page/43things/">43Things</a> whenever I try to save with my code in there (<code>pre</code> tags and all)</p>
]]></content:encoded>
</item>
</channel>
</rss>
