<?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>4onRandom Geekery</title>
    <link>https://randomgeekery.org/note/2002/04/</link>
    <description>
      Recent contentin4 on Random Geekery
    </description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
      
      <lastBuildDate>Tue, 30 Apr 2002 00:00:00 +0000</lastBuildDate><atom:link href="https://randomgeekery.org/note/2002/04/index.xml" rel="self" type="application/rss+xml" /><item>
  <title>Note: 2002-04-30</title>
  <link>https://randomgeekery.org/note/2002/04/2002-04-30/</link>
  <pubDate>Tue, 30 Apr 2002 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2002/04/2002-04-30/</guid>
  <description>&lt;h2 id=&#34;seattlerb-and-me&#34;&gt;Seattle.rb and me&lt;/h2&gt;
&lt;p&gt;I attended the monthly &lt;a href=&#34;https://web.archive.org/web/20050206183943/http://www.zenspider.com/seattle.rb&#34;&gt;Seattle.rb meeting&lt;/a&gt;, and it was a lot of fun. Mostly educational, because all of these guys were more experienced than me. There was pair programming &lt;em&gt;(it’s a long story - go look up “Extreme Programming” on &lt;a href=&#34;https://web.archive.org/web/20050206183943/http://www.google.com/&#34;&gt;Google&lt;/a&gt;)&lt;/em&gt;. There was meeting geeks. I learned a bit about Unit Testing. Plus, it was in the “cool” part of town, so I got to see some impressive tattoo jobs.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="seattlerb-and-me">Seattle.rb and me</h2>
<p>I attended the monthly <a href="https://web.archive.org/web/20050206183943/http://www.zenspider.com/seattle.rb">Seattle.rb meeting</a>, and it was a lot of fun. Mostly educational, because all of these guys were more experienced than me. There was pair programming <em>(it&rsquo;s a long story - go look up &ldquo;Extreme Programming&rdquo; on <a href="https://web.archive.org/web/20050206183943/http://www.google.com/">Google</a>)</em>. There was meeting geeks. I learned a bit about Unit Testing. Plus, it was in the &ldquo;cool&rdquo; part of town, so I got to see some impressive tattoo jobs.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2002-04-28</title>
  <link>https://randomgeekery.org/note/2002/04/2002-04-28/</link>
  <pubDate>Sun, 28 Apr 2002 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2002/04/2002-04-28/</guid>
  <description>&lt;h2 id=&#34;nifty-python-templating-thingy&#34;&gt;Nifty Python Templating Thingy&lt;/h2&gt;
&lt;p&gt;NPTT? That’s a horrible acronym. Anyhow, I’ve taken a break from Ruby programming stuff to … uhh … do Python programming stuff. Maybe we’re talking about a little bit of obsessiveness, yes?&lt;/p&gt;
&lt;p&gt;The fruit of my day’s labor is a templating mechanism inspired by Perl’s HTML::Template module. It allows simple variable substitution, if structures, and loops. I’m planning on spending this week cleaning up the code and figuring out distutils. Once I’m confident that it will install and work in most circumstances without blowing anything up, I’ll make it available on the site.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="nifty-python-templating-thingy">Nifty Python Templating Thingy</h2>
<p>NPTT? That&rsquo;s a horrible acronym. Anyhow, I&rsquo;ve taken a break from Ruby programming stuff to &hellip; uhh &hellip; do Python programming stuff. Maybe we&rsquo;re talking about a little bit of obsessiveness, yes?</p>
<p>The fruit of my day&rsquo;s labor is a templating mechanism inspired by Perl&rsquo;s HTML::Template module. It allows simple variable substitution, if structures, and loops. I&rsquo;m planning on spending this week cleaning up the code and figuring out distutils. Once I&rsquo;m confident that it will install and work in most circumstances without blowing anything up, I&rsquo;ll make it available on the site.</p>
<p>Until then, why don&rsquo;t you go play with the test page? If it&rsquo;s broken, then you probably wandered in while I was fiddling with it =-).</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2002-04-24</title>
  <link>https://randomgeekery.org/note/2002/04/2002-04-24/</link>
  <pubDate>Wed, 24 Apr 2002 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2002/04/2002-04-24/</guid>
  <description>&lt;h2 id=&#34;sorry-folks&#34;&gt;Sorry folks&lt;/h2&gt;
&lt;p&gt;See this face? Do you see the expression on my face? No, of course you can’t. Trust me, it’s not a happy face. I succumbed to a little &lt;a href=&#34;https://randomgeekery.org/page/dotnet/&#34;&gt;dotNET&lt;/a&gt; hype, and went so far as to install IIS, so I could mess around with that nifty ASP.NET thingy. I was a good boy, and I grabbed all of the Windows Updates I could find.&lt;/p&gt;
&lt;p&gt;Sometime in the dark of night (or the middle of day, I never can tell), some script compromised my server and set it up so that all of my HTML pages would open some sort of executable file on loading. Every HTML page. Not just the ones in &lt;code&gt;wwwroot&lt;/code&gt;, but every dang HTML file readable by Windows. That means my awkward backup system is all messed up, too.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="sorry-folks">Sorry folks</h2>
<p>See this face? Do you see the expression on my face? No, of course you can&rsquo;t. Trust me, it&rsquo;s not a happy face. I succumbed to a little <a href="/page/dotnet/">dotNET</a> hype, and went so far as to install IIS, so I could mess around with that nifty ASP.NET thingy. I was a good boy, and I grabbed all of the Windows Updates I could find.</p>
<p>Sometime in the dark of night (or the middle of day, I never can tell), some script compromised my server and set it up so that all of my HTML pages would open some sort of executable file on loading. Every HTML page. Not just the ones in <code>wwwroot</code>, but every dang HTML file readable by Windows. That means my awkward backup system is all messed up, too.</p>
<p>The easy solution would be to simply go back into Linux and never look back. The only problem with that is the fact that most of the available office packages for Linux suck, and the ones that don&rsquo;t are still too raw to be useful for every task. Plus, I would go into withdrawals if I had to miss out on PhotoShop. Don&rsquo;t try to tell me the GIMP is just as good, I&rsquo;ve used the GIMP for a few years - I know better.</p>
<p>I&rsquo;m going to go grab some coffee. That usually puts the happy face back on.</p>
<p>Problem (partly) fixed with <a href="https://web.archive.org/web/20050206183943/http://www.zenspider.com/ZSS/Products/ZenWeb/index.html">ZenWeb</a>, a creation of <a href="https://web.archive.org/web/20050206183943/http://www.zenspider.com/RWD/index.html">Ryan Davis</a>. I&rsquo;ll fill in the details later, but in the meantime you can read all about my adventures <a href="https://web.archive.org/web/20050206183943/http://www.coolnamehere.com/geekery/ruby/web/zenweb.html">playing with ZenWeb</a>.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2002-04-11</title>
  <link>https://randomgeekery.org/note/2002/04/2002-04-11/</link>
  <pubDate>Thu, 11 Apr 2002 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2002/04/2002-04-11/</guid>
  <description>&lt;h2 id=&#34;new-geekery-topic-ruby&#34;&gt;New Geekery topic: Ruby&lt;/h2&gt;
&lt;p&gt;I have been fiddling with Ruby for a while now, but just started getting serious about it over the last week. I thought, “what the heck, a  &lt;a href=&#34;https://randomgeekery.org/page/ruby/&#34;&gt;Ruby&lt;/a&gt; topic sounds like a good idea.” Not much there right now. A few links, and that is about it.&lt;/p&gt;
&lt;p&gt;Oh, and I decided that the DHTML menu was just too ugly to live. I’ve replaced it with a PHP-constructed CSS2 menu. There are a few things that I want to do with it (like make it a little more browser-safe), but it works.&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="new-geekery-topic-ruby">New Geekery topic: Ruby</h2>
<p>I have been fiddling with Ruby for a while now, but just started getting serious about it over the last week. I thought, &ldquo;what the heck, a  <a href="/page/ruby/">Ruby</a> topic sounds like a good idea.&rdquo; Not much there right now. A few links, and that is about it.</p>
<p>Oh, and I decided that the DHTML menu was just too ugly to live. I&rsquo;ve replaced it with a PHP-constructed CSS2 menu. There are a few things that I want to do with it (like make it a little more browser-safe), but it works.</p>
<p>If you want to see some browser-busting uses of <a href="/page/css/">CSS</a>, be sure to check out Eric A. Meyer&rsquo;s <a href="https://web.archive.org/web/20050206183943/http://www.meyerweb.com/eric/css/edge/">css/edge</a> site.</p>
]]></content:encoded>
</item>
<item>
  <title>Note: 2002-04-04</title>
  <link>https://randomgeekery.org/note/2002/04/2002-04-04/</link>
  <pubDate>Thu, 04 Apr 2002 00:00:00 +0000</pubDate>
  
  <guid>https://randomgeekery.org/note/2002/04/2002-04-04/</guid>
  <description>&lt;h2 id=&#34;the-gallery-lives&#34;&gt;The Gallery lives!&lt;/h2&gt;
&lt;p&gt;&lt;em&gt;Whew!&lt;/em&gt; I have spent the last week or so working out a decent  &lt;a href=&#34;https://randomgeekery.org/gallery/&#34;&gt;Gallery&lt;/a&gt;  to show off photos and drawings. It is finally done. It needs a few things, like a few nifty graphics and … well … some more images.&lt;/p&gt;
&lt;p&gt;In other news, I decided to put the &lt;a href=&#34;https://web.archive.org/web/20020601120117/http://www.coolnamehere.com/vim/vimdoc/help.html&#34;&gt;processed VIM documentation&lt;/a&gt; back on the site. All you geeky UNIX folks, enjoy!&lt;/p&gt;
&lt;h2 id=&#34;more-pictures--a-geekery-topic&#34;&gt;More pictures &#43; a geekery topic&lt;/h2&gt;
&lt;p&gt;I’ve been digging around in my hard drive over the last week or so, and found a few pictures to add to the  &lt;a href=&#34;https://randomgeekery.org/gallery/&#34;&gt;Gallery&lt;/a&gt;. There’s also a new &lt;em&gt;UNIX toolbox&lt;/em&gt; topic for the &lt;em&gt;Geekery&lt;/em&gt; section. The Toolbox section provides a spot for me to share my notes on using the many many tools available to developers under UNIX-like systems (including &lt;a href=&#34;https://randomgeekery.org/page/linux/&#34;&gt;Linux&lt;/a&gt; and FreeBSD).&lt;/p&gt;</description>
   <category>note</category> 
  
  
  <content:encoded><![CDATA[<h2 id="the-gallery-lives">The Gallery lives!</h2>
<p><em>Whew!</em> I have spent the last week or so working out a decent  <a href="/gallery/">Gallery</a>  to show off photos and drawings. It is finally done. It needs a few things, like a few nifty graphics and &hellip; well &hellip; some more images.</p>
<p>In other news, I decided to put the <a href="https://web.archive.org/web/20020601120117/http://www.coolnamehere.com/vim/vimdoc/help.html">processed VIM documentation</a> back on the site. All you geeky UNIX folks, enjoy!</p>
<h2 id="more-pictures--a-geekery-topic">More pictures + a geekery topic</h2>
<p>I&rsquo;ve been digging around in my hard drive over the last week or so, and found a few pictures to add to the  <a href="/gallery/">Gallery</a>. There&rsquo;s also a new <em>UNIX toolbox</em> topic for the <em>Geekery</em> section. The Toolbox section provides a spot for me to share my notes on using the many many tools available to developers under UNIX-like systems (including <a href="/page/linux/">Linux</a> and FreeBSD).</p>
]]></content:encoded>
</item>
</channel>
</rss>
