<?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>Shine &#187; Technology</title>
	<atom:link href="http://www.gravitystorm.co.uk/shine/archives/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gravitystorm.co.uk/shine</link>
	<description>Notes From A Strange Place</description>
	<lastBuildDate>Sat, 05 Nov 2011 16:54:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Thunderbird doesn&#8217;t notice new IMAP folders</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/04/21/thunderbird-doesnt-notice-new-imap-folders/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2008/04/21/thunderbird-doesnt-notice-new-imap-folders/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 15:14:07 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/04/21/thunderbird-doesnt-notice-new-imap-folders/</guid>
		<description><![CDATA[So perhaps you have used a web-interface to create new subfolders on an IMAP server. The problem is that thunderbird doesn&#8217;t show them, and no amount of clicking on things seems to solve the problem or show these subfolders.
The answer is to click on the account in question (i.e. one level up from your Inbox), [...]]]></description>
			<content:encoded><![CDATA[<p>So perhaps you have used a web-interface to create new subfolders on an IMAP server. The problem is that thunderbird doesn&#8217;t show them, and no amount of clicking on things seems to solve the problem or show these subfolders.</p>
<p>The answer is to click on the account in question (i.e. one level up from your Inbox), then click &#8220;Manage Folder Subscriptions&#8221;. From there on it should be obvious &#8211; find the folders, and tick the boxes. Job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2008/04/21/thunderbird-doesnt-notice-new-imap-folders/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wacom Digitizer tablet on an HP 2710p with Ubuntu Gutsy (and Hardy) works fine</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 22:57:08 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/</guid>
		<description><![CDATA[This is the latest in my series of &#8220;I spent so long searching on google for this, trawling through out of date nonsense to eventually twig the right answer to this problem&#8221; blog posts.
If you are running Ubuntu linux 7.10 (also known as Gutsy Gibbon) and are trying to get the Wacom tablet functions of [...]]]></description>
			<content:encoded><![CDATA[<p>This is the latest in my series of &#8220;I spent so long searching on google for this, trawling through out of date nonsense to eventually twig the right answer to this problem&#8221; blog posts.</p>
<p>If you are running Ubuntu linux 7.10 (also known as Gutsy Gibbon) and are trying to get the Wacom tablet functions of an HP 2710p tablet to work, then hopefully you won&#8217;t waste about 6 hours trying. Or if you&#8217;re lucky, you also spend 6 hours of your employer&#8217;s time trying to figure it out, and it won&#8217;t seem so bad. Ahem.</p>
<p>Alternatively, to get the digitizer working quickly, simply edit the xorg configuration by running &#8220;sudo nano /etc/X11/xorg.conf&#8221;, scroll down to the bottom, and where it says &#8220;Uncomment if you have a Wacom tablet&#8221; simply remove the # signs from the next three lines. It&#8217;s really that easy. I would say annoyingly easy.</p>
<p>Maybe you followed all the other stuff and got as far as trying to run &#8220;wacdump -f c100 /dev/ttyS0&#8243; or &#8220;wacdump -f c100 /dev/input/wacom&#8221; or &#8220;wacdump -f c100 /dev/event0&#8243; but they are all wrong. Variations on the wacdump theme might get you &#8220;WacomOpenTablet: Connection timed out&#8221; but that&#8217;s a red herring too.  It&#8217;s actually &#8220;wacdump -f tpc /dev/input/wacom&#8221;, and you don&#8217;t actually need to setserial or compile tc1100ts.c or anything else. Hopefully the Ubuntu guys will figure out how to detect that there&#8217;s a Wacom tablet and do the uncommenting automagically for Hardy or later, but if not perhaps this&#8217;ll help. I&#8217;ve no idea if this will help for Fedora or SuSE or anything else, but if it does, feel free to let everyone know in the comments.</p>
<p><strong>Update: Hardy 8.04</strong></p>
<p>For anyone who is trying on Hardy, it works fine too. At the time of writing you just have to copy some stuff into /etc/X11/xorg.conf and restart the X server. No recompilation or anything like that. Add three more input devices, and then add the activation within the section ServerLayout. So actually marginally more difficult than it was in Gutsy, since the code used to be there ready and waiting.</p>
<p><strong>Section &#8220;InputDevice&#8221;<br />
Driver &#8220;wacom&#8221;<br />
Identifier &#8220;stylus&#8221;<br />
Option &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option &#8220;Type&#8221; &#8220;stylus&#8221;<br />
Option &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Driver &#8220;wacom&#8221;<br />
Identifier &#8220;eraser&#8221;<br />
Option &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option &#8220;Type&#8221; &#8220;eraser&#8221;<br />
Option &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Driver &#8220;wacom&#8221;<br />
Identifier &#8220;cursor&#8221;<br />
Option &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option &#8220;Type&#8221; &#8220;cursor&#8221;<br />
Option &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</strong></p>
<p>Section &#8220;ServerLayout&#8221;<br />
        Identifier      &#8220;Default Layout&#8221;<br />
        Screen          &#8220;Default Screen&#8221;<br />
        InputDevice     &#8220;Synaptics Touchpad&#8221;<br />
 <strong>InputDevice &#8220;stylus&#8221; &#8220;SendCoreEvents&#8221;<br />
 InputDevice &#8220;cursor&#8221; &#8220;SendCoreEvents&#8221;<br />
 InputDevice &#8220;eraser&#8221; &#8220;SendCoreEvents&#8221;</strong><br />
EndSection</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2008/03/13/wacom-digitizer-tablet-on-an-hp-2710p-with-ubuntu-gutsy-works-fine/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>petitions.pm.gov.uk Leak Your Email Address</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2007/12/13/petitionspmgovuk-leak-your-email-address/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2007/12/13/petitionspmgovuk-leak-your-email-address/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 09:24:00 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Society]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2007/12/13/petitionspmgovuk-leak-your-email-address/</guid>
		<description><![CDATA[If there was anywhere I thought would have more sense than to pass on email addresses, it would be the 10 Downing Street petitions system. But no, they too have leaked my address &#8211; the tell-tale method of mine to use a different alias for every website points the finger again. Now don&#8217;t get me [...]]]></description>
			<content:encoded><![CDATA[<p>If there was anywhere I thought would have more sense than to pass on email addresses, it would be the 10 Downing Street petitions system. But no, they too have leaked my address &#8211; the tell-tale method of mine to use a different alias for every website points the finger again. Now don&#8217;t get me wrong, I have almost no respect for any arm of the government, but the system is run by <a href="http://www.mysociety.org/">MySociety</a> so I&#8217;m quite surprised.</p>
<blockquote><p>Dear webmaster at PMO.gov.uk,</p>
<p>As the owner of the gravitystorm.co.uk domain, I frequently choose different email addresses to use on different websites, so that I can trace who is providing my email addresses to third parties. The email address petitions@[redacted].co.uk has been used exclusively on the &#8220;petitions.pm.gov.uk&#8221; website. I&#8217;m sure you can see how I can be certain that it is only you, and I, who have knowledge of this alias.</p>
<p>Can you please inform me as to whether you, or your contractors for the site (&#8221;MySociety&#8221;) are responsible for passing on my address to the fraudsters who emailed me (see below). I can provide the full messages that I received today if this helps in any way.</p>
<p>Please note that I am fully aware that you have nothing to do with the spam itself, but you are quite obviously leaking my email address to third parties without my permission.</p>
<p>Many thanks,<br />
Andy Allan</p>
<p>&#8212;&#8212;&#8211; Original Message &#8212;&#8212;&#8211;<br />
Subject: LOTTERY WINNING NOTIFICATION{CONGRATULATIONS}<br />
Date: Wed, 12 Dec 2007 06:32:37 -0800<br />
From: UK COVENTRY PROMOTIONS &lt;coventrylotterypromotions @coventrylotto.com&gt;<br />
Reply-To: covpayer34@aim.com<br />
To: petitions@[redacted].co.uk </p></blockquote>
<p>I doubt this will get anywhere, but I may as well fish for an apology (and who knows, it might even prod them into fixing whichever hole these email addresses are leaking from).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2007/12/13/petitionspmgovuk-leak-your-email-address/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MyFace, BookSpace, whatever</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2007/12/10/myface-bookspace-whatever/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2007/12/10/myface-bookspace-whatever/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 19:03:27 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Intarweb]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2007/12/10/myface-bookspace-whatever/</guid>
		<description><![CDATA[So there&#8217;s a page on MyBook or SpaceFace or somewhere trying to get me to sign up for one of these newfangled website thingies. It&#8217;s like being sociable but without the beer, talking or seeing anyone, apparently. And I read in an industry magazine last week that employees spend an average of 58 minutes a [...]]]></description>
			<content:encoded><![CDATA[<p>So there&#8217;s a page on MyBook or SpaceFace or <a href="http://www.facebook.com/group.php?gid=6487548879">somewhere</a> trying to get me to sign up for one of these newfangled website thingies. It&#8217;s like being sociable but without the beer, talking or seeing anyone, apparently. And I read in an industry magazine last week that employees spend an average of 58 minutes a day (62 in London) on these websites, so I must be <a href="http://www.gravitystorm.co.uk/shine/archives/2005/05/31/no-im-not-going-to-join-your-contact-exchange-thingy/">missing out on something <em>really</em> good</a>. Like as good as EastEnders and Coronation Street back-to-back, perhaps? Lo, I hark the olden days when <em>I</em> was mocked for being a geek.</p>
<p>Even today&#8217;s xkcd is in on the trend:</p>
<p><a href="http://xkcd.com/355/"><img src="http://imgs.xkcd.com/comics/couple.png" alt="Can I be your 'it's complicated' on Facebook?" /></a></p>
<p>&#8230;although I find the <a href="http://forums.xkcd.com/viewtopic.php?f=7&#038;t=15999">forum discussion</a> on just what being &#8220;it&#8217;s complicated&#8221; means more interesting &#8211; does everyone need to jump through all these hoops when marking relationships? Is &#8220;somehow known to me&#8221; insufficient? Am I the only one happy with a certain bit of ambiguity, even as to who is a friend? I model myself on the bit in <a href="http://en.wikipedia.org/wiki/Donnie_Brasco_%28film%29">Donnie Brasco</a>, where &#8216;a friend of mine&#8217; is a completely different relationship to &#8216;my friend&#8217;, but I don&#8217;t think anyone notices much.</p>
<p>So just to prove I&#8217;m not an Internet dinosaur (yet), here&#8217;s Yet Another Stupid Web 2.0 Video embederised herein:</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/I6IQ_FOCE6I&#038;rel=1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/I6IQ_FOCE6I&#038;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>(Bonus points if you spotted the pun&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2007/12/10/myface-bookspace-whatever/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Skye Guide</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2007/07/31/the-skye-guide/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2007/07/31/the-skye-guide/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 18:21:26 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Intarweb]]></category>
		<category><![CDATA[OpenStreetMap]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2007/07/31/the-skye-guide/</guid>
		<description><![CDATA[It&#8217;s probably about time I plugged a website that I like to keep an eye on &#8211; The Skye Guide. The eagle-eyed amongst you will notice what draws my interest&#8230; no, not specifically the creative commons license (   ), but it&#8217;s a website that my Dad runs in his spare time.
I&#8217;ve only been [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s probably about time I plugged a website that I like to keep an eye on &#8211; <a href="http://www.theskyeguide.com/">The Skye Guide</a>. The eagle-eyed amongst you will notice what draws my interest&#8230; no, not specifically the creative commons license ( <img src='http://www.gravitystorm.co.uk/shine/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ), but it&#8217;s a website that my Dad runs in his spare time.</p>
<p>I&#8217;ve only been to Skye once, and that was many years ago, but I have to agree with the comment on <a href="http://www.theskyeguide.com/content/view/128/32/">the Quiraing</a> &#8211; one of the most awesome places I&#8217;ve ever been. Don&#8217;t miss it if you&#8217;re nearby. I can&#8217;t remember much else about my visit &#8211; other than a very, very talented busker in one village who we listened to ad-libbing about what was going on in the town in an amazing cross between folk guitar and observational comedy.</p>
<p>I&#8217;d love if he could link to openstreetmap instead of the ordance survey, but the coverage of Skye is  <a href="http://www.openstreetmap.org/?lat=57.25362485312672&#038;lon=-6.208397114458792&#038;zoom=9">somewhat lacking</a> at the moment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2007/07/31/the-skye-guide/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Meta</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2007/06/30/meta/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2007/06/30/meta/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 12:07:30 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Weblogs]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2007/06/30/meta/</guid>
		<description><![CDATA[The eagle-eyed amongst you may have noticed that Mike is the first person in a long time to make it out of the Hall of Shame in the sidebar &#8211; which is where you end up when you don&#8217;t post on your weblog for six months. Mike&#8217;s recent posts on cash versus cards and his [...]]]></description>
			<content:encoded><![CDATA[<p>The eagle-eyed amongst you may have noticed that Mike is the first person in a long time to make it out of the Hall of Shame in the sidebar &#8211; which is where you end up when you don&#8217;t post on your weblog for six months. Mike&#8217;s recent posts on <a href="http://www.mikemoate.co.uk/2007/06/21/cash-preferred-over-cards-still/">cash versus cards</a> and his <a href="http://www.mikemoate.co.uk/2007/06/28/a-day-at-wimbledon/">day at Wimbledon</a> were enough to convince me that it wasn&#8217;t just a reinstall of his website &#8211; although it&#8217;s a pity he seems to have lost all his previous work. Not as much of a pity that he spotted when Dave vandalised his website last year&#8230;</p>
<p>Mike&#8217;s recent reappearance and Ed&#8217;s not-so-recent <a href="http://eddie-brown.co.uk/wordpress/2007/04/13/doing-it-all-the-easy-way/">conversion to wordpress</a> reminded me that my weblog needed upgrading once again &#8211; and I then spent two days fiddling with the new widgets in the sidebar. Wordpress just keeps getting better. Finally, I can show where the recent comments are lurking &#8211; and it&#8217;s not always on the most recent posts &#8211; along with who&#8217;s posting what in the nearby circle. With all the new widgets though I&#8217;m considering adding a second sidebar!</p>
<p>Anyway, enough meta-talk for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2007/06/30/meta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Do Not Copy This Link</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2007/04/18/do-not-copy-this-link/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2007/04/18/do-not-copy-this-link/#comments</comments>
		<pubDate>Wed, 18 Apr 2007 14:22:52 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Intarweb]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/?p=278</guid>
		<description><![CDATA[This is the most retarded thing I&#8217;ve ever seen in a URL:
http://www.surveymethods.com/Preview.aspx?B7A9BDB0E3F9E0F2F6BDBBB0BBF1E0ECB4&#038;DO_NOT_COPY_THIS_LINK
If your survey system is vulnerable to reuse of the link, it&#8217;s better to fix the problem, rather than tacking on such rubbish at the end. Shame on you, whoever you are.
]]></description>
			<content:encoded><![CDATA[<p>This is the most retarded thing I&#8217;ve ever seen in a URL:</p>
<blockquote><p>http://www.surveymethods.com/Preview.aspx?B7A9BDB0E3F9E0F2F6BDBBB0BBF1E0ECB4&#038;<strong>DO_NOT_COPY_THIS_LINK</strong></p></blockquote>
<p>If your survey system is vulnerable to reuse of the link, it&#8217;s better to fix the problem, rather than tacking on such rubbish at the end. Shame on you, whoever you are.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2007/04/18/do-not-copy-this-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh, the ironing</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2006/11/07/oh-the-ironing/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2006/11/07/oh-the-ironing/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 23:06:53 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Intarweb]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/?p=269</guid>
		<description><![CDATA[So, for reasons that aren&#8217;t important, I was&#8230; hang on, if it&#8217;s not important, I can still explain it here, especially given the warm reception to the most boring thing I&#8217;ve posted in ages&#8230;
While looking at the list of pages that link to the current &#8220;Picture of the Day&#8221; on the front page of Wikipedia [...]]]></description>
			<content:encoded><![CDATA[<p>So, for reasons that aren&#8217;t important, I was&#8230; hang on, if it&#8217;s not important, I can still explain it here, especially given the warm reception to the <a href="http://www.gravitystorm.co.uk/shine/archives/2006/10/26/up-down/">most boring thing I&#8217;ve posted in ages</a>&#8230;</p>
<p>While looking at the list of pages that link to the current &#8220;<a href="http://en.wikipedia.org/wiki/Wikipedia:Picture_of_the_day">Picture of the Day</a>&#8221; on the front page of <a href="http://en.wikipedia.org/wiki/Main_Page">Wikipedia</a> &#8211; it&#8217;s currently a <a href="http://en.wikipedia.org/wiki/Image:Giant_planes_comparison.svg">Giant Planes Comparison</a> (with the links in question shown on that page) &#8211; I was wondering why quite so many people link to it from their Wikipedia User pages. So I picked one at random (<a href="http://en.wikipedia.org/wiki/User:Harryboyles">User:Harryboyles</a> as it happens, although that&#8217;s really <em>not</em> important), and found that he is one of 248 people to classify themselves in the category &#8220;<a href="http://en.wikipedia.org/wiki/Category:Wikipedians_who_help_fix_disambiguation_pages_with_links">Wikipedians who help fix disambiguation pages with links</a>&#8220;.</p>
<p>What? Are these people who <em>use links</em> in order to <em>fix broken disambiguation pages</em>? Or are there <em>broken disambiguation pages that have links</em>, which <em>these people fix</em>? Does anyone see the delicious irony here?</p>
<p>Actually, if you look further, it&#8217;s actually not the disambiguation pages that need fixing, it&#8217;s the other, unspecified, pages that <em>link to the disambiguation pages</em> that need fixing. So it doesn&#8217;t matter which way you read the collective title of people-who-fix-something-or-other, since it actually means something else entirely.</p>
<p>Well, somebody needs to clarify all this ambiguity, and it looks like that someone is me. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2006/11/07/oh-the-ironing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Up. Down.</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2006/10/26/up-down/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2006/10/26/up-down/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 12:17:01 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2006/10/26/up-down/</guid>
		<description><![CDATA[In Thunderbird, sorting by date with the newest emails at the top means the little arrow on the column header points up. But in Outlook, sorting by date with the newest emails at the top means the little arrow points down. 
This vexes me. I never know whether I want the arrow to point up, [...]]]></description>
			<content:encoded><![CDATA[<p>In Thunderbird, sorting by date with the newest emails at the top means the little arrow on the column header points up. But in Outlook, sorting by date with the newest emails at the top means the little arrow points down. </p>
<p>This vexes me. I never know whether I want the arrow to point up, or down, since I can&#8217;t remember which application does which. I always want the newest at the top (apart from when I&#8217;m sorting by name or something else for a minute, but then I want it back to normal), but the arrow is completely useless as an indicator, since there&#8217;s not enough info to tell which way is which. Anyone have any better suggestions for visual feedback?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2006/10/26/up-down/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Yahoo! are idiots</title>
		<link>http://www.gravitystorm.co.uk/shine/archives/2006/10/06/yahoo-are-idiots/</link>
		<comments>http://www.gravitystorm.co.uk/shine/archives/2006/10/06/yahoo-are-idiots/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 08:58:37 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Intarweb]]></category>

		<guid isPermaLink="false">http://www.gravitystorm.co.uk/shine/archives/2006/10/06/yahoo-are-idiots/</guid>
		<description><![CDATA[Yahoo mail, along with most other crappy webmail accounts, puts a little tagline at the bottom of all the emails you send. Free advertising for themselves, and a good way to annoy anyone else having a conversation with you &#8211; you rapidly start pushing around loads of nested adverts whether you like it or not.
However, [...]]]></description>
			<content:encoded><![CDATA[<p>Yahoo mail, along with most other crappy webmail accounts, puts a little tagline at the bottom of all the emails you send. Free advertising for themselves, and a good way to annoy anyone else having a conversation with you &#8211; you rapidly start pushing around loads of nested adverts whether you like it or not.</p>
<p>However, this amused me, from the climbing list I&#8217;m on &#8211; Yahoo! put the following tagline in a poor guy&#8217;s email:</p>
<blockquote><p>All New Yahoo! Mail – Tired of Vi@gr@! come-ons? Let our SpamGuard protect you.</p></blockquote>
<p>&#8230; which then got promptly munched by the anti-spam filter on the mailing list. Nice work, Yahoo!</p>
<p>So if you use Yahoo!, or Hotmail, or any other crappy free email, and every now and then you emails don&#8217;t get through, maybe this is the reason.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravitystorm.co.uk/shine/archives/2006/10/06/yahoo-are-idiots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

