<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Random Stuff</title>
    <link>http://knab.ws/blog/</link>
    <description>Software development and personal miscellaneousness</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:" />
    <generator>Serendipity 1.1.2 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://knab.ws/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Random Stuff - Software development and personal miscellaneousness</title>
        <link>http://knab.ws/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Simple CSS page layout</title>
    <link>http://knab.ws/blog/index.php?/archives/32-Simple-CSS-page-layout.html</link>
            <category>Development</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/32-Simple-CSS-page-layout.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=32</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=32</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    This year I am attending &lt;a href=&quot;http://conferences.oreillynet.com/os2007/&quot;&gt;OSCON&lt;/a&gt; for the second time.  One of the more interesting &lt;a href=&quot;http://webchic.net/talks.html&quot;&gt;sessions talked about YUI CSS&lt;/a&gt;, the &lt;a href=&quot;http://developer.yahoo.com/yui/&quot;&gt;Yahoo User Interface&lt;/a&gt; style sheets.  With very simple CSS, they manage to support multi-column web page layouts that work reliably on all browsers.  Since my biggest project, the &lt;a href=&quot;http://mdid.org/&quot;&gt;Madison Digital Image Database&lt;/a&gt;, still uses tables for page layout, this is what I have been looking for, I just did not know. 
    </content:encoded>

    <pubDate>Thu, 26 Jul 2007 05:04:05 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/32-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Another try...</title>
    <link>http://knab.ws/blog/index.php?/archives/31-Another-try....html</link>
            <category>Personal</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/31-Another-try....html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    Today I updated my blog software (&lt;a href=&quot;http://www.s9y.org/&quot;&gt;Serendipity&lt;/a&gt;) to try to get the comment and trackback spam under control (I received over 27,000 comments and trackbacks over the last months, ain&#039;t I popular?)  Let&#039;s see how much success this will have.  Hopefully I&#039;ll be able to find valid comments now and breathe some new life into this. 
    </content:encoded>

    <pubDate>Thu, 24 May 2007 18:13:13 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/31-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Making the jump to LUA (part 2)</title>
    <link>http://knab.ws/blog/index.php?/archives/30-Making-the-jump-to-LUA-part-2.html</link>
            <category>Development</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/30-Making-the-jump-to-LUA-part-2.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    In my &lt;a href=&quot;http://knab.ws/blog/archives/29-Making-the-jump-to-LUA.html&quot;&gt;earlier post&lt;/a&gt; about moving away from using an administrator account for daily use, I mentioned a problem with MSN Messenger and the fact that upgrading to the latest version (8.0) fixed it - well, it did not.  What happened was that after I installed Messenger using my administrative account, Messenger ran - using the administrative account.  Stopping and restarting using my regular account produced a login error message again.  Lots of people seem to have the same problem, so I took a different route by downloading and installing &lt;a href=&quot;http://gaim.sourceforge.net/&quot;&gt;Gaim&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
A few more issues I ran into since my last post:&lt;br /&gt;
&lt;br /&gt;
Symantec AntiVirus no longer auto-protects my hard drive.  I decided that was acceptable and scheduled nightly scans of my hard drive instead.&lt;br /&gt;
&lt;br /&gt;
Microsoft Word shows an error regarding Adobe macros when starting up.  Apparently the Adobe Acrobat macros that get installed in Microsoft Office don&#039;t work when running as non-admin.  I&#039;ll try to uninstall them, they don&#039;t seem to be essential.&lt;br /&gt;
&lt;br /&gt;
All Microsoft Passport related logins seem broken.  This also is not a big issue for me, I dropped Microsoft&#039;s Finance site in favor of Google&#039;s a while ago, and the automatic update feature in my copy of Microsoft Money 2003 has been broken for a long time anyway.&lt;br /&gt;
&lt;br /&gt;
Visual Studio 2003 actually worked with the exception of web application debugging, I had to set the ASP.NET worker process to run under my regular user account instead of the SYSTEM account.  Instructions for this were actually referenced with the error message that appeared.&lt;br /&gt;
&lt;br /&gt;
Otherwise everything looks just fine right now, I&#039;ll post again in a few days with any additional experiences. 
    </content:encoded>

    <pubDate>Wed, 12 Jul 2006 20:49:35 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/30-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Making the jump to LUA</title>
    <link>http://knab.ws/blog/index.php?/archives/29-Making-the-jump-to-LUA.html</link>
            <category>Development</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/29-Making-the-jump-to-LUA.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    We recently decided to switch users in our department to LUA, which unfortunately has nothing to do with a trip to Hawaii.  LUA stands for Limited (or Least privileged) User Account and basically means that you are no longer running Windows using an administrator-level account.  While this greatly increases your security, especially while browsing the Internet, it is not without problems.  It seemed sensible to switch my own account first before telling everyone else to do it, and immediately I ran into an obscure problem that did not seem to exist on Google yet (or I used the wrong search terms), so hopefully this will help somebody who is trying to make the same jump.&lt;br /&gt;
&lt;br /&gt;
Lots of great information about LUA can be found on &lt;a href=&quot;http://blogs.msdn.com/aaron%5Fmargosis/&quot;&gt;Aaron Margosis&#039; WebLog&lt;/a&gt; and on the &lt;a href=&quot;http://nonadmin.editme.com/&quot;&gt;noadmin&lt;/a&gt; site.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;My user profile&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
After removing my account from the local Administrators group, I logged out and back in and was presented with a Windows 2000-style taskbar without any custom toolbars and my desktop icons all neatly arranged by filename.  The taskbar itself was permanently locked.  I tried switching back to the XP theme, which worked, at least until I logged out again.  Aha!  Seems like the desktop settings are not being saved.  Fast forward two or three hours and I know the culprit - my now least privileged account is no longer allowed to write to its own HKEY_CURRENT_USER tree in the registry.  After another hour I figured out how to fix the problem:  Put the account back in the Administrators group, run regedit, find the user in the HKEY_USERS branch, add the account to the permissions list and give it full control, remove the account from the Administrators group and log out and back in.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;MSN Messenger&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
After my account seemed to be working again, MSN Messenger 7.5 was non-functional.  When trying to log in, I got a 80048883 error, which does not seem to be at all &lt;a href=&quot;http://www.google.com/search?q=80048883&amp;start=0&amp;ie=utf-8&amp;oe=utf-8&amp;client=firefox-a&amp;rls=org.mozilla:en-US:official&quot;&gt;uncommon&lt;/a&gt;.&lt;br /&gt;
Downloading the DLL file that is advertised on many of the web sites did not work for me, so I upgraded to the latest version, &lt;a href=&quot;http://get.live.com/messenger/overview&quot;&gt;Windows Live Messenger&lt;/a&gt;.  Problem solved.&lt;br /&gt;
&lt;br /&gt;
I have not had the guts to start up Visual Studio to see what will happen.  Stay tuned.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 10 Jul 2006 21:53:30 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/29-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>My kind of company</title>
    <link>http://knab.ws/blog/index.php?/archives/28-My-kind-of-company.html</link>
            <category>Personal</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/28-My-kind-of-company.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=28</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=28</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    I wonder if they have a waiting list for job openings...&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;http://knab.ws/blog/uploads/misc/van-hurt-and-proffitt.jpg&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 10 Apr 2006 16:18:28 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/28-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Unicode strings in MySQL</title>
    <link>http://knab.ws/blog/index.php?/archives/26-Unicode-strings-in-MySQL.html</link>
            <category>Development</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/26-Unicode-strings-in-MySQL.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    Here&#039;s what I did for the last four hours...  &lt;br /&gt;
I&#039;m working on my &lt;a href=&quot;http://mdid.org/&quot;&gt;favorite project&lt;/a&gt; to make it compatible with &lt;a href=&quot;http://dev.mysql.com/&quot;&gt;MySQL 5.0&lt;/a&gt; (which for some reason has several incompatibilities with the previous version) and I run into a weird bug when inserting Unicode strings.  The project supports both Microsoft SQL Server and MySQL, so I use the &lt;tt&gt;N&#039;...&#039;&lt;/tt&gt; syntax to encode Unicode strings.  &lt;br /&gt;
According to the &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/charset-national.html&quot;&gt;documentation&lt;/a&gt;, that should be fine, but of course it is not. The documentation says that these two statements are equivalent:&lt;br /&gt;
[geshi lang=sql ln=n]&lt;br /&gt;
  SELECT N&#039;some text&#039;;&lt;br /&gt;
  SELECT _utf8&#039;some text&#039;;&lt;br /&gt;
[/geshi]At least when using Connector/Net, that does not seem to be true.  When&lt;br /&gt;
inserting values into a UTF8 column, the following statements yield different&lt;br /&gt;
results:&lt;br /&gt;
[geshi lang=sql ln=n]&lt;br /&gt;
  INSERT INTO test VALUES (N&#039;\\&#039;); -- inserts two backspaces&lt;br /&gt;
  INSERT INTO test VALUES (_utf8&#039;\\&#039;); -- inserts only one&lt;br /&gt;
[/geshi]Even worse:&lt;br /&gt;
[geshi lang=sql ln=n]&lt;br /&gt;
  INSERT INTO test VALUES (N&#039;Côte d\&#039;Ivoire&#039;); -- syntax error&lt;br /&gt;
  INSERT INTO test VALUES (_utf8&#039;Côte d\&#039;Ivoire&#039;); -- works&lt;br /&gt;
[/geshi]For now I&#039;m waiting to see what the response to my &lt;a href=&quot;http://bugs.mysql.com/bug.php?id=17313&quot;&gt;bug report&lt;/a&gt; will be - perhaps it&#039;s not a bug after all, but a feature... 
    </content:encoded>

    <pubDate>Sat, 11 Feb 2006 00:02:45 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/26-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Ignore the picture</title>
    <link>http://knab.ws/blog/index.php?/archives/25-Ignore-the-picture.html</link>
            <category>Personal</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/25-Ignore-the-picture.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=25</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    So I&#039;m reading this great book on software development called &lt;a href=&quot;http://www.amazon.com/gp/product/1590593898/sr=1-1/qid=1139456714/ref=pd_bbs_1/103-2371480-8076617?%5Fencoding=UTF8&quot;&gt;Joel on Software: And on Diverse and Occasionally Related Matters That Will Prove of Interest to Software Developers, Designers, and Managers, and to Those Who, Whether by Good Fortune or Ill Luck, Work with Them in Some Capacity&lt;/a&gt;, which is a title only a software guy could come up with (after all, anybody else would shy away from having to type it all the time; a software guy just writes a macro).  Whoever wrote the &quot;Currently&quot; plugin for the &lt;a href=&quot;http://www.s9y.org/&quot;&gt;blog software&lt;/a&gt; I&#039;m using or the people at &lt;a href=&quot;http://www.amazon.com/&quot;&gt;Amazon.com&lt;/a&gt; should probably read the book too, since its title always brings up the picture for &lt;a href=&quot;http://www.amazon.com/gp/product/0672326922/103-2371480-8076617?SubscriptionId=05T5C0DJ53HFGKJCK4G2&amp;n=283155&quot;&gt;this book&lt;/a&gt;, which is, while probably cool and interesting, barely related to the one I want. 
    </content:encoded>

    <pubDate>Thu, 09 Feb 2006 03:48:18 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/25-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>How to design a good API</title>
    <link>http://knab.ws/blog/index.php?/archives/22-How-to-design-a-good-API.html</link>
            <category>Development</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/22-How-to-design-a-good-API.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    A collegue referred me to this excellent presentation titled &lt;a href=&quot;http://lcsd05.cs.tamu.edu/slides/keynote.pdf&quot;&gt;How to Design a Good API and Why it Matters&lt;/a&gt; by Joshua Bloch, principal software engineer at &lt;a href=&quot;http://google.com&quot;&gt;Google&lt;/a&gt;.  If you are developing software that has to interoperate with other systems, check it out! 
    </content:encoded>

    <pubDate>Fri, 20 Jan 2006 01:50:59 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/22-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>This year's concerts</title>
    <link>http://knab.ws/blog/index.php?/archives/21-This-years-concerts.html</link>
            <category>Personal</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/21-This-years-concerts.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    I was lucky enough to attend two excellent concerts this year, after several years of scheduling conflicts, lack of information, and just living in the &lt;a href=&quot;http://www.ci.harrisonburg.va.us/&quot;&gt;middle of nowhere&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;img width=&#039;92&#039; height=&#039;110&#039; border=&#039;0&#039; hspace=&#039;5&#039; align=&#039;right&#039; src=&#039;http://knab.ws/blog/uploads/u2.serendipityThumb.png&#039; alt=&#039;&#039; /&gt;&lt;a href=&quot;http://www.u2.com/&quot;&gt;U2&lt;/a&gt;&#039;s &lt;a href=&quot;http://www.u2tours.com/&quot;&gt;Vertigo tour&lt;/a&gt; played &lt;a href=&quot;http://www.thegarden.com/index.jsp&quot;&gt;Madison Square Garden&lt;/a&gt; in October, which coincided with a conference I attended.  I probably paid too much for a ticket on eBay, but it turned out to be well worth it.  With few exceptions the band, music and venue were plain awesome.  That particular night, &lt;a href=&quot;http://www.keanemusic.com/&quot;&gt;Keane&lt;/a&gt;, another excellent band, opened. The tour is still going on, if you can get a ticket without having to sell a kidney, do it!&lt;br /&gt;
&lt;br /&gt;
&lt;img width=&#039;85&#039; height=&#039;110&#039; border=&#039;0&#039; hspace=&#039;5&#039; align=&#039;left&#039; src=&#039;http://knab.ws/blog/uploads/misc/pinkfloyd_paramount.serendipityThumb.png&#039; alt=&#039;&#039; /&gt;Last week I went to the &lt;a href=&quot;http://www.theparamount.net/calendar_shows_PinkFloydEx.aspx&quot;&gt;Pink Floyd Experience&lt;/a&gt; at the &lt;a href=&quot;http://www.theparamount.net/default.aspx&quot;&gt;Paramount Theater&lt;/a&gt; in &lt;a href=&quot;http://www.charlottesville.org/&quot;&gt;Charlottesville&lt;/a&gt;.  The Paramount Theater is an old movie theater that has been beautifully restored as a regular theater, including chandeliers, gold leaf and whatever it may have had when it originally opened.  The band again was excellent, the experience itself not quite befitting a concert of this kind, with a rather small (and older) audience. 
    </content:encoded>

    <pubDate>Tue, 22 Nov 2005 21:31:02 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/21-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Secure POP3 client for C# revisited</title>
    <link>http://knab.ws/blog/index.php?/archives/20-Secure-POP3-client-for-C-revisited.html</link>
            <category>Development</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/20-Secure-POP3-client-for-C-revisited.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    Just recently I received several comments regarding my earlier &lt;a href=&quot;http://knab.ws/blog/index.php?/archives/2-Secure-POP3-client-for-C.html&quot;&gt;Secure POP3 client for C#&lt;/a&gt; entry.  When I originally posted it, I expected the author of the &lt;a href=&quot;http://sourceforge.net/projects/hpop/&quot;&gt;OpenPOP&lt;/a&gt; library to release a new version with the changes to support SSL in the near future.  Since this has not happened, I am now providing the modified &lt;a href=&quot;http://knab.ws/blog/uploads/POPClient.cs&quot; title=&quot;POPClient.cs&quot; target=&quot;_blank&quot;&gt;POPClient.cs&lt;/a&gt; source file.  To use it, download the OpenPOP source code (version 1.3 from June 16, 2004), replace the POPClient.cs file in the OpenPOP/POP3 directory, and recompile.  You also need this &lt;a href=&quot;http://www.mentalis.org/soft/projects/seclib/&quot;&gt;SecureSocket library&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Mon, 21 Nov 2005 17:24:37 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/20-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Driving skills (or lack thereof)</title>
    <link>http://knab.ws/blog/index.php?/archives/19-Driving-skills-or-lack-thereof.html</link>
            <category>Personal</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/19-Driving-skills-or-lack-thereof.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    From today&#039;s &lt;a href=&quot;http://www.thebreeze.org/&quot;&gt;The Breeze&lt;/a&gt;, &lt;a href=&quot;http://www.jmu.edu/&quot;&gt;James Madison University&lt;/a&gt;&#039;s student newspaper:&lt;blockquote&gt;The difference between New Yorkers and Virginians [...] is that for all our diversity, we New Yorkers drive homogenously; in effect, like New Yorkers.  While that means that we do drive like jerks, we all drive like jerks and are therefore able to anticipate and compensate for each other, to provide a fairly safe, if high stress, driving environment.&lt;br /&gt;
But one cannot compensate for stupidity.  The only accurate prediction that can be made in Virginia is that the other drivers probably don&#039;t know what they&#039;re doing [...] -- &lt;i&gt;Brian Goodman&lt;/i&gt;&lt;/blockquote&gt;As a Harrisonburg, Virginia resident who loves to drive in Manhattan, I fully agree.  I like driving like a jerk myself, which is no fun in this town. 
    </content:encoded>

    <pubDate>Thu, 13 Oct 2005 15:01:25 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/19-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>How science fiction should be</title>
    <link>http://knab.ws/blog/index.php?/archives/17-How-science-fiction-should-be.html</link>
            <category>Personal</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/17-How-science-fiction-should-be.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    &lt;a href=&quot;http://imdb.com/title/tt0379786/&quot;&gt;Serenity&lt;/a&gt;, the movie follow-up to the TV series &lt;a href=&quot;http://imdb.com/title/tt0303461/&quot;&gt;Firefly&lt;/a&gt; (cancelled by Fox like so many shows before it had a chance), deserves all the good reviews it&#039;s getting.  Even if you are not a fan of the show (how come?) the movie is entertaining and can stand on its own.  What I liked most is the mix of Star Trek like elements (but without the sterility) and good old Star Wars action (without the cardboard acting, more like &lt;a href=&quot;http://imdb.com/title/tt0080684/&quot;&gt;The Empire Strikes Back&lt;/a&gt;).  While some of the TV episodes were a little campy, the movie keeps from being overly happy - there is plenty of humor, but also lots of dying, which makes for a (you guessed it) serene ending. 9/10 
    </content:encoded>

    <pubDate>Sat, 01 Oct 2005 00:48:29 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/17-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Read a banned book</title>
    <link>http://knab.ws/blog/index.php?/archives/16-Read-a-banned-book.html</link>
            <category>Personal</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/16-Read-a-banned-book.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=16</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    &lt;img width=&#039;44&#039; height=&#039;110&#039; border=&#039;0&#039; hspace=&#039;5&#039; align=&#039;left&#039; src=&#039;http://knab.ws/blog/uploads/misc/bannedbookweek_adultposter.serendipityThumb.gif&#039; alt=&#039;&#039; /&gt;This week is the &lt;a href=&quot;http://www.ala.org/&quot;&gt;American Library Association&lt;/a&gt;&#039;s &lt;a href=&quot;http://en.wikinews.org/wiki/ALA_observes_banned_book_week&quot;&gt;Banned Books Week&lt;/a&gt;, so go ahead and read a banned book! 
    </content:encoded>

    <pubDate>Wed, 28 Sep 2005 21:28:44 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/16-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Read any book</title>
    <link>http://knab.ws/blog/index.php?/archives/18-Read-any-book.html</link>
            <category>Quotes</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/18-Read-any-book.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=18</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=18</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    Books and ideas are the most effective weapons against intolerance and ignorance.&lt;br /&gt;
—Lyndon Baines Johnson 
    </content:encoded>

    <pubDate>Wed, 28 Sep 2005 21:27:00 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/18-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>
<item>
    <title>Finding a use for an iPod at work</title>
    <link>http://knab.ws/blog/index.php?/archives/15-Finding-a-use-for-an-iPod-at-work.html</link>
            <category>Development</category>
    
    <comments>http://knab.ws/blog/index.php?/archives/15-Finding-a-use-for-an-iPod-at-work.html#comments</comments>
    <wfw:comment>http://knab.ws/blog/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://knab.ws/blog/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>andreas@knab.ws (Andreas Knab)</author>
    <content:encoded>
    One of my bigger development projects at work is the &lt;a href=&quot;http://mdid.org/&quot;&gt;Madison Digital Image Database&lt;/a&gt;.  It is basically a teaching and learning tool that allows faculty to build slideshows from a large repository of images and present them in a classroom or allow students to study them online, print them out etc.&lt;br /&gt;
&lt;br /&gt;
Earlier this week, I also got my first &lt;a href=&quot;http://www.apple.com/ipodnano/&quot;&gt;iPod&lt;/a&gt;, which was shipped from China on Saturday and arrived Monday morning on the &quot;ground shipping&quot; option - thanks FedEx!&lt;br /&gt;
&lt;br /&gt;
Since the iPod nano can display photos, I had to squeeze some MDID slideshows on it.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://knab.ws/blog/index.php?/archives/15-Finding-a-use-for-an-iPod-at-work.html#extended&quot;&gt;Continue reading &quot;Finding a use for an iPod at work&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Fri, 23 Sep 2005 19:20:07 +0000</pubDate>
    <guid isPermaLink="false">http://knab.ws/blog/index.php?/archives/15-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.5/</creativeCommons:license>
</item>

</channel>
</rss>
