<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Humour</title>
        <link>http://geekswithblogs.net/dtotzke/category/638.aspx</link>
        <description>Things that I find amusing.</description>
        <language>en-US</language>
        <copyright>David Totzke</copyright>
        <managingEditor>david@totzke.ca</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>There Will Be Code</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2008/03/13/120531.aspx</link>
            <description>&lt;p&gt;Inspired via the &lt;a href="http://kfmonkey.blogspot.com/2008/01/they-say-i-am-televison-man.html"&gt;Monkey&lt;/a&gt;.  His Kung Fu is strong.&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Ladies and Gentlemen if I say I am a SOFTWARE ARCHITECT you will agree with me.  And I wish to speak to you today about DEVELOPING SOFTWARE.  There are those who will say they can craft you an application, and that may VERY WELL be TRUE.  But can they get you to ZERO BUG BOUNCE?  Can they craft a decent USER INTERFACE.  Can they craft a decent CONFIGURATION MANAGER?  Will they rely on a creaky THREE-TIER ARCHITECTURE or have they mastered FIVE?  It is these QUESTIONS you must consider.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;I have applications running in the FORTUNE 500, you see.  I have had meetings with executives both HIGH and LOW.  You could go with someone from DEVRY, or someone who's developed an E-COMMERCE SITE, yes, for his UNCLE's fix-it business.  But only I can have the FUNCTIONAL SPECIFICATION and the ARCHITECTURAL ROADMAP for your application by APRIL.  I can do it, I can have it, and I can make it exciting, with an interactive help system and animated icons.  YOU can GO WITH SOMEONE ELSE, that is your right.  BUT you CANNOT say that you were not PRESENTED with the option to skip all that; to just DEVELOP WITH ME.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;I await your decision.  I will sit here and calmly wax my mustache.  Please don't mind my son, D.W.  He will be stepping out momentarily to procure a REDBULL.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;NOW, what is for LUNCH?&lt;br /&gt;
&lt;/font&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes.  There will be code.  And &lt;a href="http://www.therewillbeblood.com"&gt;there will be blood&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Dave&lt;br /&gt;
Just because I can...&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120531"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=120531" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/120531.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2008/03/13/120531.aspx</guid>
            <pubDate>Fri, 14 Mar 2008 03:42:07 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/120531.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2008/03/13/120531.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/120531.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/120531.aspx</trackback:ping>
        </item>
        <item>
            <title>SQL Query Performance And Data Types</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/08/17/88291.aspx</link>
            <description>&lt;P&gt;Bruce Johnson&amp;nbsp;of Object Sharp &lt;A href="http://objectsharp.com/blogs/bruce/archive/2006/07/20/5529.aspx"&gt;writes about a puzzling performance issue&lt;/A&gt; that took a little head-scratching to solve.&amp;nbsp; In the end it came down to a data type mismatch between the parameter variable and the field definition.&amp;nbsp; The parameter was nvarchar(40) and the field was defined as char(36).&amp;nbsp; SQL was converting the field values to nvarchar(40) instead of converting the single parameter value to char(36).&lt;/P&gt;
&lt;P&gt;It makes sense that it would convert the char(36) to nvarchar(40) because converting the other way would mean a loss of information not only due to the shorter field length but aslo in the conversion from unicode to single byte character data.&lt;/P&gt;
&lt;P&gt;I faced a similar situation some time ago with a join.&amp;nbsp; The join fields were both indexed and of the same data type and yet a query involving the join was very slow. Show plan (it was SQL 6.5) confirmed my suspicion that iterative table scans were happening but coulnd't figure out why.&amp;nbsp; For some reason SQL Server was ignoring the index on the fields.&amp;nbsp; We rebuilt the indexes, removed and re-added the indexes, did an update statistics (again a 6.5 thing) restarted the SQL service to clear caches, removed and recreated the join etc... Nothing had an effect.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;After much head banging and hair pulling I discovered that the join fields were indeed of the same data type but of different precision and scale.&amp;nbsp; e.g. FieldA was decimal(8, 4) and FieldB was decimal(8, 2).&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Once we corrected the mismatch, the query sprung to life.&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because I can...&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=88291"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=88291" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/88291.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/08/17/88291.aspx</guid>
            <pubDate>Thu, 17 Aug 2006 15:44:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/88291.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/08/17/88291.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/88291.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/88291.aspx</trackback:ping>
        </item>
        <item>
            <title>Feeling The Love</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/05/31/80218.aspx</link>
            <description>&lt;P&gt;Via &lt;A href="http://blogs.msdn.com/frankarr/archive/2006/05/31/611479.aspx"&gt;Frank Arrigo&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Recent Microsoft releases:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;L&lt;/STRONG&gt;onghorn Server&lt;BR&gt;&lt;STRONG&gt;O&lt;/STRONG&gt;ffice 2007&lt;BR&gt;&lt;STRONG&gt;V&lt;/STRONG&gt;ista&lt;BR&gt;&lt;STRONG&gt;E&lt;/STRONG&gt;xchange 12&lt;/P&gt;
&lt;P&gt;Can you feel it?&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because I can...&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80218"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=80218" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/80218.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/05/31/80218.aspx</guid>
            <pubDate>Wed, 31 May 2006 09:35:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/80218.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/05/31/80218.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/80218.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/80218.aspx</trackback:ping>
        </item>
        <item>
            <title>Help A Brother Out...</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/05/16/78598.aspx</link>
            <description>&lt;P&gt;...or in as the case may be.&lt;/P&gt;
&lt;P&gt;Ok, so you're a twenty-five year old virgin and a little hottie you know says that if you can get 5 million hits on a website in 30 days, she'll help you out.&amp;nbsp; He's more than halfway there with half the month to go.&lt;/P&gt;
&lt;P&gt;Check out &lt;A href="http://avirginsplea.com/"&gt;his site&lt;/A&gt; and help this unfortunate soul.&amp;nbsp; All he needs are hits.&amp;nbsp; You don't have to do anything but hit it so that he can &amp;#8220;hit it&amp;#8220;.&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because I can...(and he can too if you help him out)&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=78598"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=78598" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/78598.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/05/16/78598.aspx</guid>
            <pubDate>Tue, 16 May 2006 12:35:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/78598.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/05/16/78598.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/78598.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/78598.aspx</trackback:ping>
        </item>
        <item>
            <title>WiFi Train Blogger</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/03/28/73647.aspx</link>
            <description>&lt;P&gt;Ok so it cost me about 10&amp;nbsp;bucks to make this post but I'm doing it from a VIA Rail train in the middle of nowhere. (Brampton, ON) [grin] &lt;/P&gt;
&lt;P&gt;How frackin' cool is that?!?&lt;/P&gt;
&lt;P&gt;Actually, the cost isn't all that bad.&amp;nbsp; The 10 bucks is for a 24 hour period during which I can surf to my heart's content.&amp;nbsp; The train ride from Toronto to Kitchener is only an hour and a half, but if I wanted to, I could hang around the train station looking at pr0n and making people feel uncomfortable.&lt;/P&gt;
&lt;P&gt;I don't have to go into the Big City&lt;SUP&gt;tm&lt;/SUP&gt; that often but the train takes about the same amount of time as driving without all of the stop and go traffic, high blood pressure and road rage.&amp;nbsp; I can actually turn the 3 hours of round-trip commute time into &lt;STRONG&gt;&lt;EM&gt;billable hours&lt;/EM&gt;&lt;/STRONG&gt;.&amp;nbsp; &amp;#8220;Aha&amp;#8220;, you say.&amp;nbsp; Finally he gets to the point.&amp;nbsp; I didn't start out to make a point.&amp;nbsp; That was an accident.&amp;nbsp; Sorry about that.&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because I can...(assuming of course that this bridge we're going over doesn't collapse plunging us into the icy river below)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=73647"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=73647" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/73647.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/03/28/73647.aspx</guid>
            <pubDate>Tue, 28 Mar 2006 19:30:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/73647.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/03/28/73647.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/73647.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/73647.aspx</trackback:ping>
        </item>
        <item>
            <title>Programmer Humour or The Story of Mini and Micro</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/02/15/69618.aspx</link>
            <description>&lt;P&gt;No idea who the author is, but it's pretty funny!&lt;/P&gt;
&lt;P&gt;Micro was a real-time operator and dedicated multi-user. His broadband protocol made it easy for him to interface with numerous input/output devices, even if it meant time-sharing. &lt;/P&gt;
&lt;P&gt;One evening he arrived home just as the Sun was crashing, and had parked his Motorola 68040 in the main drive (he had missed the 5100 bus that morning), when he noticed an elegant piece of liveware admiring the daisy wheels in his garden. He thought to himself, "She looks user-friendly. I'll see if she'd like an update tonight." &lt;/P&gt;
&lt;P&gt;Mini was her name, and she was delightfully engineered with eyes like COBOL and a PRIME mainframe architecture that set Micro's peripherals networking all over the place. &lt;/P&gt;
&lt;P&gt;He browsed over to her casually, admiring the power of her twin, 32-bit floating point processors and enquired "How are you, Honeywell?" "Yes, I am well," she responded, batting her optical fibers engagingly and smoothing her console over her curvilinear functions. &lt;/P&gt;
&lt;P&gt;Micro settled for a straight-line approximation. "I'm stand-alone tonight," he said, "How about computing a vector to my base address?&amp;nbsp; I'll output a byte to eat, and maybe we could get offset later on." &lt;/P&gt;
&lt;P&gt;Mini ran a priority process for 2.6 milliseconds then transmitted 8 k, "I've been dumped myself recently, and a new page is just what I need to refresh my disks. I'll park my machine cycle in your background and meet you inside." She walked off, leaving Micro admiring her solenoids and thinking, "Wow, what a global variable, I wonder if she'd like my firmware?" &lt;/P&gt;
&lt;P&gt;They sat down at the process table to top of form feed of fiche and chips and a bucket of Baudot. Mini was in conversational mode and expanded on ambiguous arguments while micro gave the occasional acknowledgements, although, in reality, he was analyzing the shortest and least critical path to her entry point. He finally settled on the old would you like to see my benchmark routine, but Mini was again one step ahead. &lt;/P&gt;
&lt;P&gt;Suddenly she was up and stripping off her parity bits to reveal the full functionality of her operating system software. "Let's get BASIC, you RAM," she said. Micro was loaded by this his hardware was in danger of overflowing its output buffer, a hang-up that Micro had consulted his analyst about. "Core," was all he could say, as she prepared to log him off. &lt;/P&gt;
&lt;P&gt;Micro soon recovered, however, when Mini went down on the DEC and opened her divide files to reveal her data set ready. He accessed his fully packed root device and was just about to start pushing into her CPU stack, when she attempted an escape sequence. &lt;/P&gt;
&lt;P&gt;"No, no!" she cried, "You're not shielded!" &lt;/P&gt;
&lt;P&gt;"Reset, Baby," he replied, "I've been debugged." &lt;/P&gt;
&lt;P&gt;"But I haven't got my current loop enabled, and I can't support child processes," she protested. &lt;/P&gt;
&lt;P&gt;"Don't run away," he said, "I'll generate an interrupt." &lt;/P&gt;
&lt;P&gt;"No, that's too error prone, and I can't abort because of my design philosophy." &lt;/P&gt;
&lt;P&gt;Micro was locked in by this stage, though, and could not be turned off. But Mini soon stopped his thrashing by introducing a voltage spike into his main supply, whereupon he fell over with a head crash and went to sleep. &lt;/P&gt;
&lt;P&gt;"Computers!" she thought as she recompiled herself, "All they ever think of is hex!"&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because I can...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=69618"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=69618" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/69618.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/02/15/69618.aspx</guid>
            <pubDate>Wed, 15 Feb 2006 16:32:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/69618.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/02/15/69618.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/69618.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/69618.aspx</trackback:ping>
        </item>
        <item>
            <title>Waterloo-Wellington Bloggers Association</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/02/14/69437.aspx</link>
            <description>&lt;P&gt;&lt;A href="http://www.bowjamesbow.ca/blog.shtml"&gt;James Bow&lt;/A&gt; has put together a &lt;A href="http://www.waterloowellingtonblogs.org/"&gt;site to aggregate content&lt;/A&gt; from bloggers in the Waterllo Wellington region of Ontario, Canada.&amp;nbsp; This region is also known as &lt;A href="http://www.techtriangle.com"&gt;Canada's Technology Triangle&lt;/A&gt;.&amp;nbsp; It's where I started and continue to run &lt;A href="http://www.cttdnug.org"&gt;Canada's Technology Triangle .NET User Group&lt;/A&gt;.&amp;nbsp; Man that's a mouthful. &amp;nbsp;Until now, there were just a few politically oriented bloggers over there.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;But now...&lt;/P&gt;
&lt;P&gt;The GEEKS HAVE ARRIVED!!&lt;/P&gt;
&lt;P&gt;Well ok; &lt;EM&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp;geek.&amp;nbsp; It's just me right now.&amp;nbsp; But surely, all of my many fans in the CTT will rush to list their blogs on the site.&amp;nbsp; I hope that the infrastructure can support the crushing load. ;)&amp;nbsp; (and don't call me Shirly) &lt;/P&gt;
&lt;P&gt;Now if only my enormous fan-base wasn't just in my imagination...&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because I can...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=69437"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=69437" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/69437.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/02/14/69437.aspx</guid>
            <pubDate>Tue, 14 Feb 2006 12:59:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/69437.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/02/14/69437.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/69437.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/69437.aspx</trackback:ping>
        </item>
        <item>
            <title>And The Most Succinct Comment Award Goes To...</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2006/01/30/67614.aspx</link>
            <description>&lt;P&gt;...this guy:&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Comments from Totzkeeeeee's Blog:&lt;/P&gt;
&lt;P&gt;Sender: Vali&lt;BR&gt;Url: &lt;A href="http://vicnet_resita@yahoo.com"&gt;http://vicnet_resita@yahoo.com&lt;/A&gt;&lt;BR&gt;IP Address: 84.247.40.121&lt;BR&gt;=====================================&lt;/P&gt;
&lt;P&gt;re: HOWTO: Print to a USB Printer from DOS in Windows XP&lt;/P&gt;
&lt;P&gt;i need&lt;/P&gt;
&lt;P&gt;Source: &lt;A href="http://geekswithblogs.net/dtotzke/articles/26204.aspx#67462"&gt;http://geekswithblogs.net/dtotzke/articles/26204.aspx#67462&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Don't we all Vali, don't we all.&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because I can...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=67614"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=67614" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/67614.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2006/01/30/67614.aspx</guid>
            <pubDate>Mon, 30 Jan 2006 16:39:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/67614.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2006/01/30/67614.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/67614.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/67614.aspx</trackback:ping>
        </item>
        <item>
            <title>GPS Technology Gone Wrong</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2005/12/15/63243.aspx</link>
            <description>&lt;P&gt;Or are we too quick to blame GPS and the mapping service?&amp;nbsp; Blindly following the path the computer has laid before you&amp;nbsp;is&amp;nbsp;not entirely a wise thing to do.&amp;nbsp; This is proved true by a &lt;A href="http://www.stuff.co.nz/stuff/0,2106,3458083a34,00.html"&gt;couple on holiday&lt;/A&gt; in New Zealand when the GPS system in their rental car led them on a 10 hour journey through a mountain pass barely suitable for goats.&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;Rainbow Station manager David McEwen said the road could best be described as "a shingle goat track". "To say they're following their GPS quite frankly doesn't wash with me. They've gone past signs that said `Road Closed' that are 6ft high and 3ft wide and are illuminated." &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Ya.&amp;nbsp; Maybe the problem isn't GPS after all.&lt;/P&gt;
&lt;P&gt;Dave&lt;BR&gt;Just because&amp;nbsp; I can...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=63243"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=63243" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/63243.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2005/12/15/63243.aspx</guid>
            <pubDate>Thu, 15 Dec 2005 17:48:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/63243.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2005/12/15/63243.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/63243.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/63243.aspx</trackback:ping>
        </item>
        <item>
            <title>BUWAHAHAHAHA...</title>
            <link>http://geekswithblogs.net/dtotzke/archive/2005/11/07/59341.aspx</link>
            <description>&lt;P align=left&gt;&lt;A href="http://homokaasu.org/gematriculator/?referer" target=_blank&gt;&lt;IMG height=80 alt="This site is certified 43% EVIL by the Gematriculator" src="http://homokaasu.org/pics/g/e43.jpg" width=175&gt;&lt;/A&gt;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59341"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=59341" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/dtotzke/aggbug/59341.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>David Totzke</dc:creator>
            <guid>http://geekswithblogs.net/dtotzke/archive/2005/11/07/59341.aspx</guid>
            <pubDate>Mon, 07 Nov 2005 12:06:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/dtotzke/comments/59341.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/dtotzke/archive/2005/11/07/59341.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/dtotzke/comments/commentRss/59341.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/dtotzke/services/trackbacks/59341.aspx</trackback:ping>
        </item>
    </channel>
</rss>