<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>thorx.net &#187; geek</title>
	<atom:link href="http://blog.thorx.net/tag/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thorx.net</link>
	<description>...to confuse and unexpect?</description>
	<lastBuildDate>Wed, 30 Jun 2010 05:32:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://blog.thorx.net</link>
  <url>http://blog.thorx.net/wp-uploads/2009/06/sunriselogo_32_white.png</url>
  <title>thorx.net</title>
</image>
		<item>
		<title>building a better atq</title>
		<link>http://blog.thorx.net/2010/06/building-a-better-atq/</link>
		<comments>http://blog.thorx.net/2010/06/building-a-better-atq/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 05:27:02 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[interface]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=175</guid>
		<description><![CDATA[I was frustrated at the poor information available by atq (what&#8217;s that? You&#8217;ll tell me WHEN you&#8217;re running stuff, but not WHAT you&#8217;re running? This seems a little out of order!)
In fact, atq is literally out of order &#8211; I guess the idea is that you pipe it through sort. very very old-school thinking  [...]]]></description>
			<content:encoded><![CDATA[<p>I was frustrated at the poor information available by atq (what&#8217;s that? You&#8217;ll tell me WHEN you&#8217;re running stuff, but not WHAT you&#8217;re running? This seems a little out of order!)</p>
<p>In fact, atq is literally out of order &#8211; I guess the idea is that you pipe it through sort. very very old-school thinking <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>At the other end of the scale, <code>at -c</code> provides an information overload of EVERYTHING about the job. (60+ lines of env? yikes. I don&#8217;t need to know that most of the time!)</p>
<p>So where is the simple and useful summary that I&#8217;d genuinely expect of atq?<br />
ie, not only the queued command times, but WHAT those commands are &#8211; one per line.</p>
<p>As a result, here is my simple &#8220;batq&#8221; &#8211; a better atq <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<pre>#!/bin/bash

# a better atq
#
# returns the original atq output in bold
# AND IN ADDITION, ALSO:
# * returns items sorted
# * the intended working directory
# * the command to be run
#
        # TODO:
        # $command is not robust - will fail on multiple lines

function do_extraqinfo() {
    while read job ; do
        jobid=$(echo $job | awk '{print $1}')
        detail=$(at -c $jobid)
        dir=$(echo "$detail" | egrep ^cd | sed -e 's/cd \(.*\) || {/\1/g')
        command=$(echo "$detail" | tail -1)
        # alter the following line if the bold offends you
        tput bold ; echo -n "$job" ; tput sgr0
        echo "  $dir    $command"
    done
} 

atq | sort | do_extraqinfo</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2010/06/building-a-better-atq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is wrong with the Geek Pride Manifesto</title>
		<link>http://blog.thorx.net/2010/05/what-is-wrong-with-the-geek-pride-manifesto/</link>
		<comments>http://blog.thorx.net/2010/05/what-is-wrong-with-the-geek-pride-manifesto/#comments</comments>
		<pubDate>Wed, 26 May 2010 01:05:36 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[nemo]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=162</guid>
		<description><![CDATA[So, May 25 huh? Geek Pride Day! Or&#8230; is it?
The wikipedia article on Geek Pride day lists a &#8220;manifesto&#8221; of sorts, or a &#8220;geek code&#8221;(see below)  for Geek Pride Day&#8230;
&#8230;here it is:
Rights:

The right to be even geekier.
The right to not leave your house.
The right to not like football or any other sport.
The right to [...]]]></description>
			<content:encoded><![CDATA[<p>So, May 25 huh? Geek Pride Day! Or&#8230; is it?</p>
<p>The <a href="http://en.wikipedia.org/wiki/Geek_Pride_Day">wikipedia article on Geek Pride day</a> lists a &#8220;manifesto&#8221; of sorts, or a &#8220;geek code&#8221;(see below)  for Geek Pride Day&#8230;</p>
<p>&#8230;here it is:</p>
<blockquote><p>Rights:</p>
<ol>
<li>The right to be even geekier.</li>
<li>The right to not leave your house.</li>
<li>The right to not like football or any other sport.</li>
<li>The right to associate with other nerds.</li>
<li>The right to have few friends (or none at all).</li>
<li>The right to have as many geeky friends as you want.</li>
<li>The right to be out of style.</li>
<li>The right to be overweight and near-sighted.</li>
<li>The right to show off your geekiness.</li>
<li>The right to take over the world.</li>
</ol>
<p>Responsibilities:</p>
<ol>
<li>Be a geek, no matter what.</li>
<li>Try to be nerdier than anyone else.</li>
<li>If there is a discussion about something geeky, you must give your opinion.</li>
<li>To save and protect all geeky material.</li>
<li>Do everything you can to show off geeky stuff as a &#8220;museum of geekiness.&#8221;</li>
<li>Don&#8217;t be a generalized geek. You must specialize in something.</li>
<li>Attend every nerdy movie on opening night and buy every geeky book before anyone else.</li>
<li>Wait in line on every opening night. If you can go in costume or at least with a related T-shirt, all the better.</li>
<li>Don’t waste your time on anything not related to geekdom.</li>
<li>Try to take over the world!</li>
</ol>
</blockquote>
<p>So, I have a problem with this. Not all of it, and mostly the &#8216;responsibilities&#8217; section&#8230;</p>
<p>But I get ahead of myself. Here is where I disagree&#8230;</p>
<p><span id="more-162"></span></p>
<p><em>Right #5. The right to have few friends (or none at all).</em></p>
<p>So, in response to this, some images.</p>
<p><img class="alignnone" title="Geek definition" src="http://s-ak.buzzfed.com/static/imagebuzz/terminal01/2009/9/6/7/nerd-venn-diagram-9420-1252236207-2.jpg" alt="" width="434" height="407" /><img class="alignnone" title="Geek etc 2" src="http://surelyyourenotserious.com/share/Blog/GeekGraph.gif" alt="" width="400" height="400" /><br />
[Thanks to <a href="http://www.buzzfeed.com/scott/nerd-venn-diagram">http://www.buzzfeed.com/scott/nerd-venn-diagram</a> for what seems to be the original Geek Venn diagram, and <a href="http://www.surelyyourenotserious.com/blog/?p=920">http://www.surelyyourenotserious.com/blog/?p=920</a> for the spectrum diagram]</p>
<p>So back to it.</p>
<p>Whilst Right #5 states that a geek may have no friends &#8211; which is fine as a choice, it also implies that geeks may have no friends due to a lack of social grace. &#8230;and that, imho, doesn&#8217;t sync with the very definition of a geek. (don&#8217;t get me wrong, I have nothing against nerds by the definitions given here. I have nerdy friends and geeky friends, and I have nerdy moments and geeky moments. But it&#8217;s to be a geek that I aspire, and take pride in)</p>
<p>Nonetheless, it&#8217;s a relatively minor issue and harder to defend (but lets me include pretty pictures <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Moving on to the responsibilities. Overall, they mix &#8216;geek&#8217; and &#8216;nerd&#8217; in annoying and inconsistent ways&#8230;</p>
<blockquote><p><em>2. Try to be nerdier than anyone else.</em></p></blockquote>
<p>Surely being a geek is largely about individuality. I don&#8217;t mind competitive behaviour, but I object to it being a responsibility. You cannot mandate competitiveness.</p>
<blockquote><p><em>3. If there is a discussion about something geeky, you must give your opinion.</em></p></blockquote>
<p>MUST?! No. Really not. To be allowed to care passionately and state your case, sure. But I object to &#8220;must&#8221; here.</p>
<blockquote><p><em>4. To save and protect all geeky material.</em></p></blockquote>
<p>Even though I myself am a hoarder and packrat, I think to call it a *responsibility* is too wide reaching. Also, &#8220;all&#8221;?? See point #6</p>
<blockquote><p><em>5. Do everything you can to show off geeky stuff as a &#8220;museum of geekiness.&#8221;</em></p></blockquote>
<p>Again, why is SHOWING OFF now a responsibility? Be passionate, sure. But sometimes collecting is a private endeavour. This links back to #3.</p>
<blockquote><p><em>6. Don&#8217;t be a generalized geek. You must specialize in something.</em></p></blockquote>
<p>This&#8230; I kind of agree with. Kind of. But still think it&#8217;s a bit strong for a RESPONSIBILITY&#8230;</p>
<p>Also, this contradicts several other responsibilities listed herein. According to this I have to specialise, but according to #4 and #7, #8, I have to care about ALL and EVERY geeky thing&#8230;</p>
<blockquote><p><em>7. Attend every nerdy movie on opening night and buy every geeky book before anyone else.</em></p></blockquote>
<p>Is this a competition again? sheesh. See point #6</p>
<p>For the record, it&#8217;s possible to be a geek without caring about movies or books!</p>
<blockquote><p><em>8. Wait in line on every opening night. If you can go in costume or at least with a related T-shirt, all the better.</em></p></blockquote>
<p>EVERY? See points #6 and #7. *sigh*</p>
<blockquote><p><em>9. Don’t waste your time on anything not related to geekdom.</em></p></blockquote>
<p>Limitations is not the geek way. Defining some things as being not geek and therefore a waste of time &#8211; is a limitation!</p>
<p>Damn the man. Do what you want.</p>
<h2>And another thing&#8230;</h2>
<p>In accordance with responsibility #6 (and yes, I recognise the irony of citing responsibility #6 which I myself object to), isn&#8217;t &#8220;Geek Pride&#8221; kind of, well, GENERIC?</p>
<p>So on May 25 I celebrate <strong><a href="http://en.wikipedia.org/wiki/Towel_day">TOWEL DAY</a></strong>. A day for Hitchhiker and Douglas Adams fans to celebrate this specific fandom. A geek fandom. In fact, a specialised geek fandom&#8230;</p>
<p>So don&#8217;t celebrate Geek Pride Day. Celebrate your geek pride by celebrating your passion when, how, and who with you choose in a manner appropriate for your geekiness. Here are some ideas:</p>
<ul>
<li>March 14: Pi day (3.14) &#8211; for Math geeks</li>
<li>May 4: Star Wars &#8220;May the forth be with you&#8221; day.</li>
<li>May 25: Towel Day (2 weeks after the death of Bop Ad), and also Star Wars day (the day the original Star Wars was released. Apparently also it&#8217;s a Discworld (of Terry Pratchett) day: The Glorious 25 May</li>
<li>July 22: Pi day (22/7 = a closer approximation to π  than 3.14)</li>
<li>September 19: Talk Like a Pirate Day</li>
</ul>
<p>And&#8230; Don&#8217;t Panic if you disagree. I&#8217;m open to discussion, clarification, and reinspecting my opinions <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>PS: &#8220;Geek Code&#8221;? I think that is more correctly this old gem &lt;a href=&#8221;http://www.geekcode.com/&#8221;&gt;http://www.geekcode.com&lt;/a&gt; &#8211; for which I have a collection of old codes somewhere, and in fact I&#8217;d support it&#8217;s re-emergance as a part of the Geek Pride Day, since that would help expand awareness of different elements of geek nature <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2010/05/what-is-wrong-with-the-geek-pride-manifesto/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>as hot as&#8230; summer of &#8216;10</title>
		<link>http://blog.thorx.net/2010/03/as-hot-as-summer-of-10/</link>
		<comments>http://blog.thorx.net/2010/03/as-hot-as-summer-of-10/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:43:11 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=150</guid>
		<description><![CDATA[So once again, my quarterly report on the temperature range outside my rack at knee level, and inside my rack at shoulder level &#8211; above two machines. 
To summarise the previous posts&#8230;
Winter:
The room: 14 – 30.5C
The rack: 23.3 – 43.4C
Spring:
The room: 14.4 – 33.8C
The rack: 22.6 – 45C
And newly&#8230;
Summer:
The room: 19.6 &#8211; 34.9C
The rack: 27.9 [...]]]></description>
			<content:encoded><![CDATA[<p>So once again, my quarterly report on the temperature range outside my rack at knee level, and inside my rack at shoulder level &#8211; above two machines. <span id="more-150"></span></p>
<p>To summarise the previous posts&#8230;</p>
<h3><a href="http://blog.thorx.net/2009/09/as-hot-as/">Winter</a>:</h3>
<p>The room: 14 – 30.5C</p>
<p>The rack: 23.3 – 43.4C</p>
<h3><a href="http://blog.thorx.net/2009/12/as-hot-as-end-spring-edition/">Spring</a>:</h3>
<p>The room: 14.4 – 33.8C</p>
<p>The rack: 22.6 – 45C</p>
<p>And newly&#8230;</p>
<h2>Summer:</h2>
<p>The room:<strong> 19.6 &#8211; 34.9C</strong><br />
The rack: <strong>27.9 &#8211; 45.7C</strong></p>
<p>The seasonal trend is there. Not unexpected for it to be there, just nice to know what it is, quantitatively. <strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2010/03/as-hot-as-summer-of-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>augmented thinking</title>
		<link>http://blog.thorx.net/2010/02/augmented-thinking/</link>
		<comments>http://blog.thorx.net/2010/02/augmented-thinking/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 12:32:24 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[invent]]></category>
		<category><![CDATA[nemo]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=145</guid>
		<description><![CDATA[Now this, I am sure you will agree, is a damn cool presentation of some excellent ideas.
http://www.ted.com/talks/blaise_aguera.html
If you haven&#8217;t seen it, then do so now.
If you have, proceed&#8230; 
So if I can be allowed to blow my own horn for a moment, I&#8217;d like to boast that I occasionally seem to have quite marvelous ideas [...]]]></description>
			<content:encoded><![CDATA[<p>Now this, I am sure you will agree, is a damn cool presentation of some excellent ideas.</p>
<p><a href="http://www.ted.com/talks/blaise_aguera.html">http://www.ted.com/talks/blaise_aguera.html</a></p>
<p>If you haven&#8217;t seen it, then do so now.</p>
<p>If you have, proceed&#8230; <span id="more-145"></span></p>
<p>So if I can be allowed to blow my own horn for a moment, I&#8217;d like to boast that I occasionally seem to have quite marvelous ideas independently or others. Admittedly, others who were lucky enough to think of it earlier enough and/or had resources enough to make something of it. But my claim is that I sometimes think of these things _independently_.</p>
<p>And it has has been said of inventing &#8211; the best inventions are obvious, which is why it&#8217;s so humbling to remember that one didn&#8217;t think of these &#8216;obvious&#8217; things themselves.</p>
<p>But in my case, can I finally &#8220;prove&#8221; that I did&#8230;?</p>
<p>Back to the video &#8211; I&#8217;d like to draw your attention to a point approximately 3:45 in: &#8220;<em>&#8230;time travel. I&#8217;m not going to show you some of the wonderful historic imagery in here &#8211; there&#8217;s some in here with horses and carriages as well [...] it also is the foundation for augmented reality</em>&#8220;.</p>
<p>Now compare with an email of mine to a friend, where I wrote this:</p>
<blockquote><p>What would be kind of cool: augmented reality goggles (this is one of those ideas I had years before I knew there was a word for it) that show recreated historical versions of the world&#8230; but, instead of just showing a certain era, you see the &#8216;prettiest&#8217; building at any given location. Making a best-of-all-possible-eras virtual world <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<p>So as far as I can tell (can anyone confirm?), this talk was made on Feb 11 or 12 (based on dated video comments afterwards). My email has a date stamp of: 10 Feb 2010 15:17:07 +1000). And, frankly, even if the video was recorded first, I sure didn&#8217;t see it till today <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="padding-left: 30px;">As an aside, my email was prompted by a rather ugly house I see regularly in town, and my own wonderings if it used to be pretty&#8230;</p>
<ul style="padding-left: 30px;">
<li>
<ul>
<li><a href="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;q=Brunswick+St+%26+Harcourt+St,+New+Farm+Queensland+4006,+Australia&amp;sll=-27.461548,153.038886&amp;sspn=0.002727,0.003567&amp;ie=UTF8&amp;cd=1&amp;geocode=FVL4XP4dJDAfCQ&amp;split=0&amp;hq=&amp;hnear=Brunswick+St+%26+Harcourt+St,+Queensland,+Australia&amp;ll=-27.461548,153.038886&amp;spn=0.00128,0.003567&amp;t=h&amp;z=18&amp;layer=c&amp;cbll=-27.46155,153.038884&amp;panoid=OvEa6_G-rsGUP_lyJfVLJA&amp;cbp=11,190.56,,0,-5.02">Contemporary Google maps street view</a></li>
<li><a href="http://www.qm.qld.gov.au/features/qldhouse/evolution.asp">Sometime pre 1994, it was ugly then too</a></li>
<li><a href="http://www.qm.qld.gov.au/features/qldhouse/evo-build.asp">Circa 1930s &#8211; it was gorgeous. </a></li>
</ul>
</li>
</ul>
<p style="padding-left: 30px;">I especially love how you get basically the same angle on all three &#8211; which was, of course, the key to my own inspiration <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So clearly, the next thing for me to work out is real time travel &#8211; at which point I can begin to start sending these <a href="http://wiki.thorx.net/">ideas of mine</a> back to people in the past with the resources to make them a reality asap! =)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2010/02/augmented-thinking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>as hot as, end of spring edition</title>
		<link>http://blog.thorx.net/2009/12/as-hot-as-end-spring-edition/</link>
		<comments>http://blog.thorx.net/2009/12/as-hot-as-end-spring-edition/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:12:55 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=136</guid>
		<description><![CDATA[Previously I posted winter temperature ranges in the ThorxBlog post: as hot as&#8230;
Here are the spring results
So in 3 months of spring, the ‘indoor’ (outside the rack) temperatures: 14.4 – 33.8C
And the “outdoor” (inside the rack) for the same winter season: 22.6 – 45C
So in short &#8211; not too different from winter&#8230; a couple of [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I posted winter temperature ranges in the ThorxBlog post: <a href="/2009/09/as-hot-as/">as hot as&#8230;</a></p>
<p>Here are the spring results</p>
<p>So in 3 months of spring, the ‘indoor’ (outside the rack) temperatures:<strong> 14.4 – 33.8C</strong></p>
<p>And the “outdoor” (inside the rack) for the same winter season: <strong>22.6 – 45C</strong></p>
<p>So in short &#8211; not too different from winter&#8230; a couple of degrees warmer all around&#8230; though I bet a bellcurve plot of common temperatures would show a slightly different bias to the story too.</p>
<p>Thermometer reset, and into summer&#8230; hello summer!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2009/12/as-hot-as-end-spring-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux UI: crippling itself?</title>
		<link>http://blog.thorx.net/2009/10/linux-ui-crippling-itself/</link>
		<comments>http://blog.thorx.net/2009/10/linux-ui-crippling-itself/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 06:52:37 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[rant]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=95</guid>
		<description><![CDATA[I was recently talking with a friend about commandline prompt gadgetry, and our tangent conversations drifted to 256colour support in X terminal emulators. xterm. gnome-terminal, and presumably kterm and others also, though only the first two have I looked at.
256 colour support is there. It&#8217;s in the code. It works. It&#8217;s nice. And it&#8217;s&#8230; not [...]]]></description>
			<content:encoded><![CDATA[<p>I was recently talking with a friend about commandline prompt gadgetry, and our tangent conversations drifted to 256colour support in X terminal emulators. xterm. gnome-terminal, and presumably kterm and others also, though only the first two have I looked at.</p>
<p>256 colour support is there. It&#8217;s in the code. It works. It&#8217;s nice. And it&#8217;s&#8230; not only not enabled by default, there is no clear and simple way of enabling it even if you WANTED TO.</p>
<p>I was going to blog more about this, but the following IRC fragment I think says it all. Any questions?<br />
<span id="more-95"></span></p>
<pre>&lt;nemo&gt; it'd be sure nice for a distro to set itself up with no self-crippling
        for ancient stuff that, frankly, nobody is using anymore
&lt;nemo&gt; (or if they do, then it's being used by people savvy enough (probably)
        to work out the compatibility issues themselves
&lt;nemo&gt; ubuntu does a good step, I think, but probably not enough
&lt;nemo&gt; 256colours should be the GLOBAL DEFAULT these days
&lt;Screwtape&gt; Every time somebody suggests that, they get shouted down by people
        who say things like 'BUT WHAT HAPPENS WHEN I SSH TO MY
        FreeBSD/OpenBSD/Solaris/Dragonfly/Xenix MACHINE!'
&lt;Screwtape&gt; We can't even figure out whether backspace should be ^H or ^? <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
&lt;nemo&gt; [a] don't use this distro then
&lt;Screwtape&gt; It's hardly global domination if everybody stops using it. <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
&lt;nemo&gt; it's hardly global domination if we're compromising ourselves for the
        compatibility of those who DON'T use it
&lt;nemo&gt; [b] have a nifty 'set_maximum_compatibility' script, which backwardsify
        everything

...

&lt;nemo&gt; so, what else has potential, but is held back by... historical compatibility?
&lt;nemo&gt; and by 'potential', I mean "it's there on your system now, just waiting for
        you to apply the correct settings'
&lt;nemo&gt; I am identifying terminal colours, and default prompts
&lt;nemo&gt; (terminal colours, and all the terminals, applications (screen, elinks, etc),
        etc that go with.
&lt;Screwtape&gt; I.. can't think of anything else off the top of my head, sadly. <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />
&lt;Screwtape&gt; Or perhaps luckily.
...</pre>
<p style="text-align: left;">
<p style="text-align: left;">In fairness, it&#8217;s not like it&#8217;s not been noticed before:</p>
<pre>...
&lt;nemo&gt; https://bugzilla.gnome.org/show_bug.cgi?id=121800
&lt;nemo&gt; 2003... status new
&lt;nemo&gt; wtf
&lt;nemo&gt; https://bugzilla.gnome.org/show_bug.cgi?id=115750
&lt;nemo&gt; amuses me that my no-X11 server has terminfo for 'gnome' and 'gnome-256color',
        but my ubuntu desktop does not
...</pre>
<p style="text-align: left;">
<p style="text-align: left;">And in case anyone wants to bring their terminal into the 21st century with 256colours instead of 8 (&#8220;<tt>tput colors</tt>&#8221; will tell you what yours can do), Screwtape has a nice little writeup here:</p>
<pre>...
&lt;Screwtape&gt; <a href="http://screwtape.jottit.com/automatic_%24term_selection">http://screwtape.jottit.com/automatic_%24term_selection</a> &lt;-- Here's my
        automatic $TERM hack.</pre>
<p style="text-align: left;">
<p style="text-align: center;">&#8230;</p>
<p style="text-align: left;">PS: As a final note: Shortly after this conversation, Screwtape filed the following debian bug report for vim&#8217;s syntax handling of sh scripts:  <a href=" http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=552108">vim-runtime: sh syntax highlighting should default to POSIX.</a></p>
<p style="text-align: center;">&#8230;</p>
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;">
<p style="text-align: left;"><em>PPS: Originally blogged to: <a href="http://blog.thorx.net/2009/10/linux-ui-crippling-itself">http://blog.thorx.net/2009/10/linux-ui-crippling-itself</a>. Please consider leaving comments at the blog rather than facebook or other social media side that this post may be propagated to. Thankyou <img src='http://blog.thorx.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2009/10/linux-ui-crippling-itself/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Scrabble Sheet 2</title>
		<link>http://blog.thorx.net/2009/09/scrabble-sheet-2/</link>
		<comments>http://blog.thorx.net/2009/09/scrabble-sheet-2/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 15:35:30 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=44</guid>
		<description><![CDATA[I have recently been working on an updated version of a small scrabble sheet I made a few weeks ago for some friends.
version1 (as I have since backnamed it) was simply all the 3 letter words in the scrabble dictionary, handily laid out alphabetically on both sides of an A4 page.
In the weeks since I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>I have recently been working on an updated version of a small scrabble sheet I made a few weeks ago for some friends.</p>
<p>version1 (as I have since backnamed it) was simply all the 3 letter words in the scrabble dictionary, handily laid out alphabetically on both sides of an A4 page.</p>
<p>In the weeks since I&#8217;ve started using it, I&#8217;ve found it to be a useful reference, and heard feedback along the same lines.</p>
<p>For version2, I have added in all the 2letter words as well, plus a limited selection of 4 letter words. (those able to score 12 or more points with natural (non blank) tiles and no specials. <span id="more-44"></span></p>
<p>So here it is, for all your Scrabble needs:</p>
<ul>
<li><strong> <a rel="attachment wp-att-42" href="http://blog.thorx.net/2009/09/scrabble-sheet-2/scrabble234/">Scrabble234</a> &lt;- a PDF for you to download, print out, etc</strong></li>
</ul>
<ul></ul>
<p>It&#8217;s probably most useful as a real printout next to your (real or virtual) scrabble board</p>
<p>And it also includes a link to the famous and invaluable <a href="http://www.aarghbrainz.com/scrabble_assistant/">Scrabble Assistant</a> &#8211; where I always learn new words.</p>
<p>Also please, if you are reading this on facebook (where a copy of this post is sent), please note this post originates from <a href="http://http://blog.thorx.net/2009/09/scrabble-sheet-2/">http://blog.thorx.net/2009/09/scrabble-sheet-2/</a> &#8211; so please consider leaving comments on the blog directly. Thankyou.</p>
<p>And may the tiles be with you&#8230;</p>
<p>(PS: I have ideas for version 2.1 already, and I&#8217;m open to version 3 suggestions)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2009/09/scrabble-sheet-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>as hot as&#8230;</title>
		<link>http://blog.thorx.net/2009/09/as-hot-as/</link>
		<comments>http://blog.thorx.net/2009/09/as-hot-as/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 03:41:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=38</guid>
		<description><![CDATA[So I recently moved to a more tropical climate, and was wondering the effect it might have on my computers. So I made sure that my trusty thermometer was topped up with batteries, and recording maximum and minimum temperatures. Here are winter results
I should note first up, the thermometer measures an &#8220;indoor&#8221; temperature, and an [...]]]></description>
			<content:encoded><![CDATA[<p>So I recently moved to a more tropical climate, and was wondering the effect it might have on my computers. So I made sure that my trusty thermometer was topped up with batteries, and recording maximum and minimum temperatures. Here are winter results</p>
<p><span id="more-38"></span>I should note first up, the thermometer measures an &#8220;indoor&#8221; temperature, and an &#8220;outdoor&#8221; temp. I have the thermometer hooked up to the outside of my computer rack, approx 60 from the floor (in line with the bottom edge of my monitor, laptop and desktop, and well below the server). The &#8220;outdoor&#8221; probe sits on top of the server, inside the rack &#8211; which also contains the desktop. The laptop and monitor sit just outside the rack.</p>
<p>So in 3 months of winter, the &#8216;indoor&#8217; (outside the rack) temperatures:<strong> 14 &#8211; 30.5C</strong></p>
<p>And the &#8220;outdoor&#8221; (inside the rack) for the same winter season: <strong>23.3 &#8211; 43.4C</strong></p>
<p>The perceived room temperature could be said to be between those ranges, but realistically, more like the &#8216;indoor&#8217; temperature.</p>
<p>&#8230;I fear for the summer range however!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2009/09/as-hot-as/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Magnets vs ATM cards</title>
		<link>http://blog.thorx.net/2009/07/magnets-vs-atm-cards/</link>
		<comments>http://blog.thorx.net/2009/07/magnets-vs-atm-cards/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 11:18:02 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[magnets]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=33</guid>
		<description><![CDATA[For some time I have been&#8230; let&#8217;s say, mildly annoyed, at what I see as a cultural paranoia regarding magnets. This has come about, imho, due to the prevalence of ATM cards for finances, harddrives for data storage, and an unawareness of what it takes to magnetically corrupt these media. I even had a friend [...]]]></description>
			<content:encoded><![CDATA[<p>For some time I have been&#8230; let&#8217;s say, mildly annoyed, at what I see as a cultural paranoia regarding magnets. This has come about, imho, due to the prevalence of ATM cards for finances, harddrives for data storage, and an unawareness of what it takes to magnetically corrupt these media. I even had a friend (who works in IT!) make strong worrying noises once about data corruption on my hard drives simply because I had a fridge magnet applied to the outside of my case.</p>
<p>Now whilst I was certain that was not a problem, I confess to general ignorance on the subject, and so I intended to do something to correct it. Something a little fun. <span id="more-33"></span></p>
<p>Thus, when I recieved the replacement for one of my older ATM cards, I ventured to my nearest ATM with magnets and a plan. Three magnets to be precise. A very weak fridge magnet, a strong fridge magnet (both these of the &#8216;flexible plastic&#8217; variety), and a small (10&#215;20x3mm) rare earth magnet.</p>
<p>So how much magnetism on the card would stop it working?</p>
<p>I&#8217;ll cut to the chase&#8230;<br />
Both fridge magnets had no apparent effect after a 1 second swipe over the magnetic strip. A 10 second &#8216;random smearing&#8217; by the strong fridge magnet still yielded no failure in the basic &#8217;show me the balance&#8217; task.</p>
<p>But a one second swipe with the rare earth, and, not expectantly, the card no longer was readable. I tried two machines, same dice.</p>
<p>Next time: hard drives&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2009/07/magnets-vs-atm-cards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>when firefox corrupts</title>
		<link>http://blog.thorx.net/2009/07/when-firefox3-corrupts/</link>
		<comments>http://blog.thorx.net/2009/07/when-firefox3-corrupts/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 07:10:15 +0000</pubDate>
		<dc:creator>nemo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://blog.thorx.net/?p=26</guid>
		<description><![CDATA[I note that as of writing this post, firefox3.5 is out, but I have yet to switch to it. I do not know if it will alter behaviour, but I&#8217;m on firefox 3.0.11 under ubuntu.
So my system crashed. It&#8217;s done that a little bit recently (thrice in the last 6 months, but that is not [...]]]></description>
			<content:encoded><![CDATA[<p>I note that as of writing this post, firefox3.5 is out, but I have yet to switch to it. I do not know if it will alter behaviour, but I&#8217;m on firefox 3.0.11 under ubuntu.</p>
<p>So my system crashed. It&#8217;s done that a little bit recently (thrice in the last 6 months, but that is not what this post is about). On return, firefox is a bit fail. Some files are corrupted&#8230;</p>
<p>If this has happened to you, this is some information which might help you cope&#8230;<span id="more-26"></span></p>
<p>So, it&#8217;s worth noting that my $HOME is nfs mounted, which I imagine causes (or at least, exacerbates the problem). The problem being that sqlite databases get corrupted.</p>
<p>The two I have had to fix have been: places.sqlite and formhistory.sqlite. These are located within your firefox session directory &#8211; so go looking within $HOME/.mozilla/firefox/&lt;session name&gt;/</p>
<h3>places.sqlite</h3>
<p>Effect: You have no bookmarks, and no navigation buttons working.</p>
<p>Solution: delete places.sqlite, and ensure that the newest file within &#8216;bookmarkbackups&#8217; is also non-zero sized (which it may be if you have run firefox with a broken places.sqlite). On restart, firefox will recreate places.sqlite from the bookmarks backup file.</p>
<h3>formhistory.sqlite</h3>
<p>Effect: form submits no longer work. (I find I get one, then it fails afterwards till I restart firefox completely)</p>
<p>Solution: delete it. Note that as this will delete your form history, all those nice auto-filled forms will need to be filled in again.</p>
<p>Remember also that backups are invaluable, and being able to restore these files from backup is generally a better alternative.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thorx.net/2009/07/when-firefox3-corrupts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
