<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sci-Ence! Justice Leak! &#187; computing</title>
	<atom:link href="http://andrewhickey.info/tag/computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewhickey.info</link>
	<description>Thoughts on music, science, politics and comics. Mostly comics.</description>
	<lastBuildDate>Mon, 13 Feb 2012 17:59:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='andrewhickey.info' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sci-Ence! Justice Leak! &#187; computing</title>
		<link>http://andrewhickey.info</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://andrewhickey.info/osd.xml" title="Sci-Ence! Justice Leak!" />
	<atom:link rel='hub' href='http://andrewhickey.info/?pushpress=hub'/>
		<item>
		<title>Geeks Dig Metaphors: The Technical Problems With The Singularity</title>
		<link>http://andrewhickey.info/2010/08/30/geeks-dig-metaphors-the-technical-problems-with-the-singularity/</link>
		<comments>http://andrewhickey.info/2010/08/30/geeks-dig-metaphors-the-technical-problems-with-the-singularity/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:18:14 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[biology]]></category>
		<category><![CDATA[geeks dig metaphors]]></category>
		<category><![CDATA[kolmogrov complexity]]></category>
		<category><![CDATA[ray kurzweil]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=1499</guid>
		<description><![CDATA[Back to introduction I have come to the conclusion that anyone who talks about how easy it&#8217;s going to be to simulate a human brain in a computer either understands computers but doesn&#8217;t understand biology, or doesn&#8217;t understand computers but understands biology. I&#8217;m currently studying for a Master&#8217;s in Bioinformatics, so I have an equal [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=1499&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://andrewhickey.info/2010/08/30/geeks-dig-metaphors-introduction/">Back to introduction</a></p>
<p>I have come to the conclusion that anyone who talks about how easy it&#8217;s going to be to simulate a human brain in a computer either understands computers but doesn&#8217;t understand biology, or doesn&#8217;t understand computers but understands biology. I&#8217;m currently studying for a Master&#8217;s in Bioinformatics, so I have an equal lack of understanding of both subjects.</p>
<p>The argument seems to be &#8220;the genome is like a computer program &#8211; it contains all the information needed to build a person. The genome&#8217;s only a few gigabytes long, so the Kolmogrov complexity of the &#8216;create a brain&#8217; program must be less than that. We have computers that can run programs that long, so it&#8217;s only a matter of time before we can run a &#8216;create a brain&#8217; program on our computers&#8221;.</p>
<p>Now, firstly, I simply don&#8217;t believe that one can reduce the problem in this way. Intuitively, it doesn&#8217;t make much sense. I have a little over 20GB of Beach Boys MP3s/FLACs on my hard drive. They couldn&#8217;t be compressed much more than that without loss of information. The human brain is supposed to be the most complex known object in the universe. I simply don&#8217;t believe that the most complex known object in the universe has a lower Kolmogrov complexity than the surf-pop harmony stylings of the Wilson brothers. I mean, I&#8217;ve not even counted my Jan and Dean MP3s in there!</p>
<p>But let&#8217;s ignore the intuitive problems, and also ignore various practical issues like epigenetic inheritance, and assume for the moment that the human genetic code is a computer program, and this 3GB (or &#8220;3/4 of the size of the directory which just contains my very favourite Beach Boys live bootlegs&#8221; in human terms) program will, if run on the correct hardware, produce a human body, including the brain. Here is where we hit the problem with the concept of <a href="http://en.wikipedia.org/wiki/Kolmogorov_complexity">Kolmogrov complexity</a>, so freely bandied around by a lot of these people. </p>
<p>Basically, Kolmogrov complexity is a measure of how small the smallest computer program that can produce a given output is. For example, say we want to run a program that outputs &#8220;Hello World!&#8221; and a line break. In Perl (the language with which I&#8217;m most familiar) this would be:</p>
<blockquote><p>#!/usr/bin/perl<br />
print &#8220;Hello World!\n&#8221;;</p></blockquote>
<p>That&#8217;s 39 bytes long. This means that we know the Kolmogrov complexity of a Hello, World program must be 39 bytes or less. It might be possible to do it in fewer bytes in some other programming language, but we know that any program more than 39 bytes long isn&#8217;t the shortest possible program that does that.</p>
<p>Now, the reason Kolmogrov complexity is a useful measure is that it doesn&#8217;t vary *much* between languages and platforms. Say you have a program written in perl, but for some reason you want to run it in Java. &#8216;All&#8217; you need to do is wrap it in another program, which converts perl to Java, so if your &#8216;convert perl to Java&#8217; program is, say, 1.2 megabytes (that&#8217;s the size of the /usr/bin/perl program on my GNU/Linux system, which converts perl to machine code, so that&#8217;s a reasonable size), the length of the shortest Java program to do that thing must be at most the length of the perl program plus 1.2 megabytes. </p>
<p>As program size gets bigger, that &#8216;plus 1.2 megabytes&#8217; gets swamped by the size of the program, so Kolmogrov complexity is a very good measure of the complexity of *getting a particular computer to perform a task*.</p>
<p>But the problem is that it doesn&#8217;t take into account the complexity of *the hardware performing the task*, so it&#8217;s not very good when moving between vastly different types of hardware.</p>
<p>Take a jukebox as an example. If you want it to play, say, <em>Good Vibrations</em> by the Beach Boys, you look for the code for that (say, A11) and punch that into the jukebox, which executes that &#8216;program&#8217;. Now, that proves that the Kolmogrov complexity of the &#8216;play Good Vibrations&#8217; program is a couple of bytes long.</p>
<p>But if I want my computer to play Good Vibrations, the simplest program that will do it is &#8216;playsound /media/disk/Beach\ Boys/Smiley\ Smile/Good\ Vibrations.mp3&#8242; &#8211; that&#8217;s thirty-five times the length of the jukebox &#8216;program&#8217;. But that&#8217;s not all &#8211; you have to count the size of the &#8216;playsound&#8217; program (15 kilobytes) and the MP3 file (3.8 megabytes). Moving our &#8216;program&#8217; from the jukebox to my computer has made it several million times as long, because we&#8217;ve had to take information that was previously in hardware (the physical Beach Boys CD within the jukebox and the ability of the jukebox to play music) and convert it into software (the MP3 file and the playsound program).</p>
<p>Now, I never normally talk about my day job here, because I don&#8217;t want to give anyone an excuse to confuse my views with those of my employers, but it&#8217;s almost impossible not to, here. The lab in which I work produces a piece of software which allows you to run programs compiled for one kind of computer on another kind. The product I work on allows you to take programs which are compiled for computers with x86 processors (such as, almost certainly, the one you&#8217;re using to read this) that run GNU/Linux, and run them on machines which have POWER chips, which also run GNU/Linux.</p>
<p>Now, this program took many person-decades of work by some very, very bright people, and a huge amount of money, to develop. It&#8217;s a very complex, sophisticated piece of software. Every time even something relatively small is changed, it has to go through a huge battery of tests because something put in to make, say, Java run faster might make, for example, the Apache web server break. (This is lucky for me as it means I have a job). Even given this, it&#8217;s still not perfect &#8211; programs run slower on it than they would on an x86 box (sometimes not very much slower, but usually at least a bit slower), and there are some programs that can&#8217;t work properly with it (not many, but some). It&#8217;s astonishingly good at what it does, but what it does is, by necessity, limited. (To the extent that, for example, the programs still have to be for the same GNU/Linux distro the POWER machine is running &#8211; you can&#8217;t use it to run, for example, a Red Hat 5 program on a Red Hat 4 box).</p>
<p>Now, this hugely complex, sophisticated, expensive-to-create program converts from one chip type to another. But both chips are Von Neumann architectures. Both use the same peripheral devices, and the same interfaces to those devices. Both are designed by human beings. And the people writing that program have access to information about the design of both types of chip, and can test their program by running the same program on an x86 box and on a POWER box with their program and seeing what the result is.</p>
<p>Now, when it comes to the &#8216;program&#8217; that is the genetic code, none of that&#8217;s true. In this case, the hardware+operating system is the cell in which the genetic code is embedded, plus the womb in which that cell gets embedded, the umbilical cord that brings it nutrients, the systems that keep the mother&#8217;s body temperature regulated, the hormone levels that change at different times&#8230; basically, instead of having two chips, both of which you can examine, and leaving everything else the same and trying to get your three gig program to run (which I know from experience is in itself a massive problem), you have to simulate an entire human being (or near as dammit) in software in order to run the genetic code program &#8211; which we&#8217;re running, remember, *in order to simulate part of a human being!*</p>
<p>And you have to do that with no access to source code, with no way of testing like-for-like (unless there are women who are lining up to be impregnated with randomly-altered genetic material to see what happens), and with the knowledge that the thing you&#8217;re creating isn&#8217;t just a computer program, but at least potentially a sentient being, so a coding error isn&#8217;t going to just cause someone to lose a day&#8217;s work because of a crash, but it&#8217;ll give this sentient being some kind of hideous genetic illness.</p>
<p>And what are you left with, at the end of that effort? A baby. One that can&#8217;t interact with the physical world, and that is many, many times slower than a real baby. And that will undoubtedly have bugs in (any computer program longer than about thirty lines has bugs in). And that requires huge amounts of energy to run.</p>
<p>I can think of more fun, more reliable ways of making a baby, should I happen to want one.</p>
<p>But the point is, that even that would be a phenomenal, incredible achievement. It would dwarf the Manhattan Project and the moon landings and the Human Genome Project. It would require billions in funding, thousands of people working on it, many decades of work, and several huge conceptual breakthroughs in both computer science and biology.</p>
<p>Which is not to say that it&#8217;s impossible. I&#8217;ve never seen a good argument against it being theoretically possible to create artificial general intelligence, and I&#8217;ve not seen any convincing ones against the possibility of uploading and emulating a particular person&#8217;s brain state. And assuming that technology continues to improve and civilisation doesn&#8217;t collapse, it may well happen one day. But people like Kurzweil arguing that the relatively small size of the genome makes it a trivial problem, one that will be solved in the next couple of decades, are like those people who drew graphs in 1950 showing that if top speeds achieved by humanity carried on increasing we&#8217;d be at the speed of light in the 1990s. The first example of that I saw was in Heinlein&#8217;s essay Pandora&#8217;s Box. The retro-futurology page has <a href="http://www.xibalba.demon.co.uk/jbr/retro/rah.html">an examination of some of the other predictions Heinlein made in that essay</a>. Suffice it to say, he didn&#8217;t do well. And Heinlein was far more intelligent and knowledgeable than Kurzweil.</p>
<p>And of course, hidden in that paragraph above is a huge assumption &#8211; &#8220;assuming that technology continues to improve and civilisation doesn&#8217;t collapse&#8221;. It&#8217;s that, in part, that I want to talk about in the next part of this, coming up in a few hours.</p>
<br /> Tagged: <a href='http://andrewhickey.info/tag/bioinformatics/'>bioinformatics</a>, <a href='http://andrewhickey.info/tag/biology/'>biology</a>, <a href='http://andrewhickey.info/tag/computing/'>computing</a>, <a href='http://andrewhickey.info/tag/geeks-dig-metaphors/'>geeks dig metaphors</a>, <a href='http://andrewhickey.info/tag/kolmogrov-complexity/'>kolmogrov complexity</a>, <a href='http://andrewhickey.info/tag/ray-kurzweil/'>ray kurzweil</a>, <a href='http://andrewhickey.info/tag/science/'>science</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/1499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/1499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/1499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/1499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/1499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/1499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/1499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/1499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/1499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/1499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/1499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/1499/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/1499/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/1499/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=1499&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2010/08/30/geeks-dig-metaphors-the-technical-problems-with-the-singularity/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>RIP Chris Sievey/Frank Sidebottom</title>
		<link>http://andrewhickey.info/2010/06/22/rip-chris-sieveyfrank-sidebottom/</link>
		<comments>http://andrewhickey.info/2010/06/22/rip-chris-sieveyfrank-sidebottom/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 19:20:04 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[comics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[chris sievey]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[frank sidebottom]]></category>
		<category><![CDATA[the freshies]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=1369</guid>
		<description><![CDATA[A few years ago, my friend Tilt and I were, for reasons we shall not go into right now, watching an old episode of The Wheeltappers And Shunter&#8217;s Social Club, when Freddie Garrity of Freddie &#38; The Dreamers came on. I mentioned how I&#8217;d been shocked that, when he died, a powerpop mailing list I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=1369&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few years ago, my friend Tilt and I were, for reasons we shall not go into right now, watching an old episode of The Wheeltappers And Shunter&#8217;s Social Club, when Freddie Garrity of Freddie &amp; The Dreamers came on. I mentioned how I&#8217;d been shocked that, when he died, a powerpop mailing list I was on had dozens of posts, mostly from Americans, about how upset people were &#8211; far more than I would have predicted, and far more than had been when plenty of more &#8216;important&#8217; figures died. And Tilt replied &#8220;Yes, but remember that people *expect* tortured geniuses to die, and don&#8217;t really mind. But they get upset when a smiley man who makes them laugh with a silly dance dies.&#8221;</p>
<span style="text-align:center; display: block;"><a href="http://andrewhickey.info/2010/06/22/rip-chris-sieveyfrank-sidebottom/"><img src="http://img.youtube.com/vi/HM8qQ2LUeq8/2.jpg" alt="" /></a></span>
<p>The musician, comedian, cartoonist, record company owner, animator and computer programmer Chris Sievey died on Monday night, and with him died his most famous creation Frank Sidebottom.</p>
<p>If you were a kid in the eighties, you knew Frank Sidebottom from his appearances on <a href="http://www.paulmorris.co.uk/73/73.htm">Number 73</a>, but Sidebottom was far more than just a children&#8217;s entertainer. Along with his puppet sidekick/antagonist Little Frank, the man with the giant papier-mache head had dreams of pop stardom, mixing his own songs (&#8220;Space is ace&#8221;, &#8220;Christmas Is Really Fantastic&#8221;) with cover versions of classic hits given a new twist (&#8220;Panic! In The Streets Of Timperley&#8221;, &#8220;Anarchy In Timperley&#8221;, &#8220;Timperley Sunset&#8221;, &#8220;Born In Timperley&#8221;) and indie or &#8216;underground&#8217; classics (the Beefheart cover Mirror Man, Mirror Puppet/Give Me That Harp Little Frank, or covers of The Fall). </p>
<p>While his act was more-or-less stolen by Graham Fellows for his character John Shuttleworth, and Caroline Aherne took a character he created as a Radio Timperley sidekick, Mrs Merton, to her own TV show, Frank Sidebottom was far more original than the low-rent Alan-Bennetisms of those two, combining that basic Northerner-trying-to-be-a-star-despite-lack-of-both-talent-and-self-awareness thing with an altogether more surreal worldview, especially in his interactions with Little Frank.</p>
<p>You can see this especially in his brief career as a comic character, in the children&#8217;s comic OINK!, in a strip written and drawn by Frank himself. The great Lew Stringer, one of the other OINK! contributors, writes about his work on the comic <a href="http://lewstringer.blogspot.com/2010/06/frank-sidebottom-creator-chris-sievey.html">here</a>.<br />
<div id="attachment_1370" class="wp-caption aligncenter" style="width: 227px"><a href="http://olsenbloom.files.wordpress.com/2010/06/frank3.jpg"><img src="http://olsenbloom.files.wordpress.com/2010/06/frank3.jpg?w=217&#038;h=300" alt="Little Frank Goes On A Date" title="frank3" width="217" height="300" class="size-medium wp-image-1370" /></a><p class="wp-caption-text">Little Frank Goes On A Date (Click For Fantastic Fullness)</p></div></p>
<p>I must admit to not having paid a *huge* amount of attention to Sidebottom&#8217;s work over the years &#8211; just being delighted when his big papier-mache head would turn up unexpectedly, whether it be on Channel M (the Manchester local TV channel) presenting his Proper Telly Show In Black &amp; White (so you don&#8217;t have to turn the colour down) or as a presenter on local TV news.</p>
<p>I only discovered a few months ago, in fact, that Sidebottom was originally created as a side-project. He was meant to be the biggest fan of Chris Sievey&#8217;s band The Freshies, who did some genuinely fantastic punk-pop songs, of which probably the best was the minor hit <em>I&#8217;m In Love With The Girl From The Virgin Manchester Megastore Checkout Desk</em> (presented here in the slightly-rerecorded version with Virgin replaced with Certain):</p>
<span style="text-align:center; display: block;"><a href="http://andrewhickey.info/2010/06/22/rip-chris-sieveyfrank-sidebottom/"><img src="http://img.youtube.com/vi/U0hk5d5703M/2.jpg" alt="" /></a></span>
<p>I should have realised the link earlier, really &#8211; the combination of songs about mundane incidents and buying records ( <em>I Can&#8217;t Get Bouncing Babies By The Teardrop Explodes</em>) and spaceships (<em>Let&#8217;s Go Space City</em>) with lo-fi production values and simple three-chord melodies clearly points the way to Sidebottom&#8217;s later career.</p>
<p>And not only was Sievey/Sidebottom a musician and comedian, he was also a pioneer in multimedia. He wrote two computer games &#8211; The Biz (a game about becoming a rock star) and Flying Train (in which you have to put a train together before flying it to the moon to view a supernova) &#8211; for the ZX81, both of which were released on tape along with Freshies songs.They can be played online &#8211; <a href="http://www.worldofspectrum.org/infoseekplay.cgi?title=Flying+Train&amp;pub=Random+Records&amp;year=1983&amp;id=0001815&amp;game=/games/f/FlyingTrain.tzx.zip&amp;emu=3">flying train</a> and <a href="http://www.worldofspectrum.org/infoseekplay.cgi?title=Biz,+The&amp;pub=Virgin+Games+Ltd&amp;year=1984&amp;id=0000544&amp;game=/games/b/BizThe.z80.zip&amp;emu=3">The Biz</a> &#8211; if you have a Java browser plugin.</p>
<p>Sievey also worked as a stop-motion animator, not only working a day job at HOT animation (who produce among other things Pingu and Bob The Builder) but making his own animated film, Franksworld:</p>
<span style="text-align:center; display: block;"><a href="http://andrewhickey.info/2010/06/22/rip-chris-sieveyfrank-sidebottom/"><img src="http://img.youtube.com/vi/D378B4_o4BQ/2.jpg" alt="" /></a></span>
<p>Frank Sidebottom kept going right to the end &#8211; he was <a href="http://twitter.com/mr_sidebottom">tweeting in character</a> mere hours before Sievey died, and his Twitter stream was where we could hear about the progress of the bobbins cancer that he seemed convinced he was going to beat, though one of his last tweets was about how he was &#8216;still feeling very poorly&#8217;. Only last week he premiered his World Cup anthem Three Shirts On My Line.</p>
<p>I&#8217;ve heard from a couple of people that Chris Sievey wasn&#8217;t a particularly nice man &#8216;in real life&#8217; (whatever that is). Be that as it may, Frank Sidebottom was a silly man who made us laugh with his silly songs, and it is absolute bobbins that he&#8217;s dead. You know it is. It really is.</p>
<br /> Tagged: <a href='http://andrewhickey.info/tag/animation/'>animation</a>, <a href='http://andrewhickey.info/tag/chris-sievey/'>chris sievey</a>, <a href='http://andrewhickey.info/tag/comedy/'>comedy</a>, <a href='http://andrewhickey.info/tag/comics/'>comics</a>, <a href='http://andrewhickey.info/tag/computing/'>computing</a>, <a href='http://andrewhickey.info/tag/frank-sidebottom/'>frank sidebottom</a>, <a href='http://andrewhickey.info/tag/music/'>music</a>, <a href='http://andrewhickey.info/tag/the-freshies/'>the freshies</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/1369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/1369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/1369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/1369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/1369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/1369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/1369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/1369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/1369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/1369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/1369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/1369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/1369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/1369/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=1369&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2010/06/22/rip-chris-sieveyfrank-sidebottom/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>

		<media:content url="http://olsenbloom.files.wordpress.com/2010/06/frank3.jpg?w=217" medium="image">
			<media:title type="html">frank3</media:title>
		</media:content>
	</item>
		<item>
		<title>Ada Lovelace Day: Emily Short</title>
		<link>http://andrewhickey.info/2010/03/24/ada-lovelace-day-emily-short/</link>
		<comments>http://andrewhickey.info/2010/03/24/ada-lovelace-day-emily-short/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 23:10:06 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[ada lovelace day]]></category>
		<category><![CDATA[emily short]]></category>
		<category><![CDATA[feminism]]></category>
		<category><![CDATA[inform 7]]></category>
		<category><![CDATA[interactive fiction]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=1189</guid>
		<description><![CDATA[Ada Lovelace day is &#8220;an international day of blogging to celebrate the achievements of women in technology and science.&#8221; by blogging about a woman in technology. Unfortunately, it&#8217;s also a day when I&#8217;m getting over a bad case of the &#8216;flu, and not really coherent enough to write well, and I was seriously considering not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=1189&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://findingada.com/">Ada Lovelace day</a> is &#8220;an international day of blogging to celebrate the achievements of women in technology and science.&#8221; by blogging about a woman in technology.</p>
<p>Unfortunately, it&#8217;s also a day when I&#8217;m getting over a bad case of the &#8216;flu, and not really coherent enough to write well, and I was seriously considering not doing this at all &#8211; after all, earlier this year when my work were after nominations of names of computer scientists to name their meeting rooms after, I&#8217;d named Ada Lovelace there, so I could have done my bit. But I&#8217;ve decided to go ahead with a post about <a href="http://emshort.wordpress.com/">Emily Short</a>.</p>
<p>(I feel quite embarrassed writing about her as she&#8217;s someone I don&#8217;t know &#8211; at all &#8211; but who blogs and whose blog I&#8217;ve commented on, and so she may well read this. I just wanted to write about a programmer who&#8217;s actually one of those responsible for something I actually use on a regular basis).</p>
<p>Short is the writer of a series of <a href="http://emshort.wordpress.com/my-work/">games</a>, all of them &#8216;interactive fiction&#8217; &#8211; the kind of thing that used to be called text adventure games. And while I don&#8217;t know as much about the genre as I should, I do know that her games are among the best I&#8217;ve played, and are regarded as such by the small community of people who are still interested in these things. Rather than be Zork-esque &#8216;GET LAMP, KILL TROLL&#8217;, her stuff is actual art, its sophistication limited more by the relatively crude tools at her disposal than by her imagination or writing ability &#8211; a classicist, she often uses figures from Greek and Roman history and myth (I&#8217;ll have to replay Damnatio Memoriae soon, as I&#8217;ve recently been rewatching I, Clavdivs), and manages to get quite an astonishing level of characterisation and interaction from her NPCs.</p>
<p>But more important than her games, as far as this goes, is her work on <a href="http://inform7.com/">Inform 7</a>, a programming language I&#8217;ve written a little about before ( <a href="http://andrewhickey.info/2008/09/16/inform-7-authorship-and-the-second-person/">here</a> and <a href="http://andrewhickey.info/2009/04/25/inform-update/">here</a> ).</p>
<p>The basic concept behind Inform 7 &#8211; and the bulk of its implementation &#8211; are the work of Graham Nelson, a mathematician. But Short is the co-maintainer of the project (and increasingly its public &#8216;face&#8217;) , and wrote many of the built-in &#8216;extensions&#8217; (what most programmers would probably refer to as libraries) to the language &#8211; as well as providing more than thirty further extensions on <a href="http://inform7.com/extensions/authors/#Emily_Short">the Inform Extensions Page</a>. She also wrote the vast bulk of the 300+ example programs in the Inform documentation, and the regression test suite used on every release (and as someone whose day job involves, in large part, regression testing software, I can tell you what a tedious, thankless, but necessary job that is). </p>
<p>And on top of that, she&#8217;s put in this huge amount of work on a community software project (albeit one not yet fully under a Free license, though getting released that way piecemeal) not for any cash, and not even (as far as I can tell) for &#8216;real-life&#8217; credit &#8211; according to Wikipedia, &#8216;Emily Short&#8217; is a pseudonym.</p>
<p>No doubt there are better candidates for celebration on Ada Lovelace Day, but I&#8217;m assuming you all know about Grace Hopper and Rosalind Franklin, so someone doing good work in a tiny niche, but work I for one appreciate, deserves writing about as much as anyone else&#8230;</p>
<br /> Tagged: <a href='http://andrewhickey.info/tag/ada-lovelace-day/'>ada lovelace day</a>, <a href='http://andrewhickey.info/tag/computing/'>computing</a>, <a href='http://andrewhickey.info/tag/emily-short/'>emily short</a>, <a href='http://andrewhickey.info/tag/feminism/'>feminism</a>, <a href='http://andrewhickey.info/tag/inform-7/'>inform 7</a>, <a href='http://andrewhickey.info/tag/interactive-fiction/'>interactive fiction</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/1189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/1189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/1189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/1189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/1189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/1189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/1189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/1189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=1189&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2010/03/24/ada-lovelace-day-emily-short/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>Linkblogging for 19/10/09</title>
		<link>http://andrewhickey.info/2009/10/19/linkblogging-for-191009/</link>
		<comments>http://andrewhickey.info/2009/10/19/linkblogging-for-191009/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:18:56 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[linkblogging]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[comics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Doctor Who]]></category>
		<category><![CDATA[newspapers]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=941</guid>
		<description><![CDATA[I&#8217;m actually in the middle of writing my Kirby &#38; Darkseid piece, but a few things which I thought deserved linking: Jennie writes more about where all the female bloggers are&#8230; good discussion in the comments, too. Millennium writes about the Dalek War box set. How to get a Windows refund if you&#8217;re buying a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=941&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m actually in the middle of writing my Kirby &amp; Darkseid piece, but a few things which I thought deserved linking:</p>
<p>Jennie writes more about<a href="http://miss-s-b.dreamwidth.org/981399.html"> where all the female bloggers are</a>&#8230; good discussion in the comments, too.</p>
<p>Millennium writes about <a href="http://millenniumelephant.blogspot.com/2009/10/day-3206-mysteries-of-doctor-who-21.html">the Dalek War box set</a>.</p>
<p><a href="http://lxer.com/module/newswire/ext_link.php?rid=126831">How to get a Windows refund</a> if you&#8217;re buying a new (not second-hand) computer.</p>
<p>Tim at The Hurting writes about <a href="http://whenwillthehurtingstop.blogspot.com/2009/10/exeunt-i-was-employing-standard-where.html">the presumption of changelessness in the business plans of the Big Two comics companies.</a></p>
<p>And Terence Eden <a href="http://shkspr.mobi/blog/index.php/2009/10/the-guardian-a-review/">bought a newspaper for the first time in a decade</a></p>
<br /> Tagged: blogging, comics, computing, Doctor Who, newspapers <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/941/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/941/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/941/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/941/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/941/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/941/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/941/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/941/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/941/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/941/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/941/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/941/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/941/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/941/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=941&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2009/10/19/linkblogging-for-191009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>Linkblogging for 28/09/09</title>
		<link>http://andrewhickey.info/2009/09/28/linkblogging-for-280909/</link>
		<comments>http://andrewhickey.info/2009/09/28/linkblogging-for-280909/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:45:48 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[comics]]></category>
		<category><![CDATA[linkblogging]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[lib demmery]]></category>
		<category><![CDATA[mental health]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=905</guid>
		<description><![CDATA[Sorry there&#8217;s no real content here for the last few days&#8230; I&#8217;m utterly, utterly exhausted by work stuff at the moment. I&#8217;ve started three posts (one on Darkseid, one on Big Finish, and a playlist) but not had anything like the energy to put what I want to say down. Hopefully that&#8217;ll change soon, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=905&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sorry there&#8217;s no real content here for the last few days&#8230; I&#8217;m utterly, utterly exhausted by work stuff at the moment. I&#8217;ve started three posts (one on Darkseid, one on Big Finish, and a playlist) but not had anything like the energy to put what I want to say down. Hopefully that&#8217;ll change soon, but in the meantime, some links&#8230;</p>
<p>One of the big stories at the moment is Andrew Marr asking the Prime Minister if he&#8217;s mentally ill on TV. <a href="http://enemiesofreason.blogspot.com/2009/09/gordons-loony-rofl.html">Anton Vowl</a> says all there is to say about this, although <a href="http://miss-s-b.dreamwidth.org/963951.html">Jennie</a> has a good go, partly in response to Mark Reckons <a href="http://markreckons.blogspot.com/2009/09/prime-minister-and-pills.html">getting it very, very wrong</a>&#8230; </p>
<p>Charlotte states what she thinks is <a href="http://charlottegore.com/2009/09/28/our-most-important-policy.html">our most important policy</a>.</p>
<p>Jazzhandsseriousbusiness <a href="http://jazzhandsseriousbusiness.wordpress.com/2009/09/28/grassroots-liberal-democracy-your-local-party/">continues hir look at Lib Dem activism</a>.</p>
<p><a href="http://eddiecampbell.blogspot.com/2009/09/t-he-comments-of-james-robinson.html">Eddie Campbell responds to James Robinson attacking Alan Moore</a>.</p>
<p><a href="http://www.guardian.co.uk/commentisfree/2009/sep/28/charlie-brooker-microsoft-mac-windows">Charlie Brooker hates both Mac Users and the Windows OS (yet strangely won&#8217;t consider any other options&#8230;)</a></p>
<p>And Lesswrong have <a href="http://lesswrong.com/lw/19d/the_anthropic_trilemma/">a post on The Anthropic Trilemma</a></p>
<br /> Tagged: comics, computing, lib demmery, linkblogging, mental health, politics <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/905/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/905/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/905/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=905&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2009/09/28/linkblogging-for-280909/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>Linkblogging for 10/08/09</title>
		<link>http://andrewhickey.info/2009/08/10/linkblogging-for-100809/</link>
		<comments>http://andrewhickey.info/2009/08/10/linkblogging-for-100809/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 21:29:51 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[comics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[linkblogging]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[feminism]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[rick veitch]]></category>
		<category><![CDATA[Watchmen]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=715</guid>
		<description><![CDATA[I&#8217;m going to link to a few things here, but the only one I really care about is this &#8211; Andrew Rilstone&#8217;s new pdf &#8216;zine, with which he&#8217;s broken his five-month blog silence. I&#8217;ve only read the first quarter, but I can already say it&#8217;s one of the best things (if not *the* best) I&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=715&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to link to a few things here, but the only one I really care about is this &#8211; <a href="http://andrewrilstone.blogspot.com/2009/08/to-download-right-click-on-image-and.html">Andrew Rilstone&#8217;s new pdf &#8216;zine</a>, with which he&#8217;s broken his five-month blog silence. I&#8217;ve only read the first quarter, but I can already say it&#8217;s one of the best things (if not *the* best) I&#8217;ve read on comics this year &#8211; a series of discursive essays on Watchmen &#8211; film and book, childhood, Stan Lee , silver age Supergirl comics and 1940s Superman radio shows sponsored by Kellog&#8217;s Pep (but mostly Watchmen). I think Pillock will especially like this, but everyone should have a look.<br />
<strong>ETA</strong> After reading the whole thing, I can safely say it&#8217;s probably the best thing I&#8217;ve ever read about <em>Watchmen</em>, and one of the best things Rilstone&#8217;s ever done.</p>
<p>In other news &#8211; <a href="http://www.theliberati.net/quaequamblog/2009/08/10/exclusive-charlotte-gore-is-not-a-witch-shes-a-nutter/">Charlotte Gore isn&#8217;t a witch, she&#8217;s a nutter</a>.</p>
<p>A good post on <a href="http://feedproxy.google.com/~r/PlanetPerl/~3/-5jJW73r04s/">women in free software</a>, asking among other things what can be learned from the experiences of Dreamwidth.</p>
<p>I don&#8217;t know why I haven&#8217;t linked it before, but I hope you&#8217;ve all been reading RIck Veitch&#8217;s <a href="http://www.rickveitch.com/tag/subtleman/">Subtleman</a> strip&#8230;</p>
<p>And Bruce Schneier has a good post on <a href="http://www.schneier.com/blog/archives/2009/08/risk_intuition.html">risk intuition</a>.</p>
<p>Some actual content tomorrow &#8211; probably comics-based &#8211; as well as my return to Twitter (I hope). Been a very busy week at work&#8230;</p>
<br /> Tagged: comics, computing, feminism, free software, linkblogging, rick veitch, Watchmen <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/715/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/715/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/715/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/715/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/715/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/715/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/715/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/715/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=715&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2009/08/10/linkblogging-for-100809/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>Why Liberals Should Use GNU/Linux</title>
		<link>http://andrewhickey.info/2009/08/06/why-liberals-should-use-gnulinux/</link>
		<comments>http://andrewhickey.info/2009/08/06/why-liberals-should-use-gnulinux/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:53:42 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[liberalism]]></category>
		<category><![CDATA[liberals]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=709</guid>
		<description><![CDATA[This is another of the posts that several people said they&#8217;d be interested in. Those of you who aren&#8217;t, blame those people. This is pitched at the most non-technical of people, so my apologies if this feels patronising to some of you&#8230; Before I start, I&#8217;d better explain what GNU/Linux is, since many people won&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=709&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is another of the posts that several people said they&#8217;d be interested in. Those of you who aren&#8217;t, blame those people. This is pitched at the most non-technical of people, so my apologies if this feels patronising to some of you&#8230;</p>
<p>Before I start, I&#8217;d better explain what GNU/Linux is, since many people won&#8217;t know what it is. About 25 years ago, a computer programmer and political activist called <a href="http://stallman.org/">Richard Stallman</a> decided that he didn&#8217;t agree with copyright restrictions, End User License Agreements and other things that stopped him sharing computer programs that he liked with his friends &#8211; he&#8217;d been brought up to think of sharing as a good thing, and also came from a scientific background and valued the free sharing of information. He also liked to play around with computers and disliked being unable to improve programs due to lack of source code (the human-readable form of computer programs which is how they&#8217;re written and modified). </p>
<p>Rather than break the law by sharing these programs without the permission of the copyright holders, Stallman, who seems to be rigorously principled to a fault, decided to make it unnecessary for anyone else to ever have to face this choice, by creating an entire operating system (an operating system is the set of programs that allows you to run your computer, like Microsoft Windows) and all the programs you might want to run on it, and make it all free (as in freedom) &#8211; anyone who wanted could share it with anyone else, and could make any changes to the source code they wanted. Stallman used something he called &#8216;copyleft&#8217; (a term that originally came from Discordianism) to ensure that the programs would always be available freely &#8211; he copyrighted the programs, then released them under a license which says that you can redistribute modified versions, but only if you distribute the source code for your changes and let anyone else do the same. Stallman founded a charity, the <a href="http://www.fsf.org/">Free Software Foundation</a>, which was used to promote the creation of an operating system called <a href="http://www.gnu.org/">GNU</a> (which stands for GNU&#8217;s Not UNIX &#8211; UNIX being a popular operating system for business and academic use &#8211; GNU was designed to be as much like UNIX as possible, so people who knew one system could use the other, and so bits of GNU could replace the equivalent bits of UNIX and be used before the complete system was created). </p>
<p>Over the years the GNU project has managed to create pretty much everything one could need to run on a computer, ranging from compilers (the programs that you use to turn source code into programs you run) right through to web browsers or programs for typesetting music scores. However, one part of the GNU operating system remained unfinished. This part was the kernel &#8211; the part that communicates between the software and hardware. Ten years after Stallman announced the GNU project, a Finnish student called Linus Torvalds <a href="http://kernel.org/">produced one</a>. His kernel was called &#8216;Linux&#8217; , and soon many people started referring to the whole system as that, as I do in speech, but the GNU project, who after all wrote the majority of the system, prefer the term GNU/Linux.</p>
<p>Anyway, what we have is a whole system of free software (which some people also call Open Source Software) &#8211; everything from <a href="http://www.mozilla.com/en-US/firefox/firefox.html">web</a> <a href="http://code.google.com/chromium/">browsers</a> to <a href="http://www.openoffice.org/">office</a> <a href="http://live.gnome.org/GnomeOffice">suites</a> to <a href="http://www.gimp.org/">graphics software</a> to <a href="http://pingus.seul.org/">games</a>. All these are free to download, and you&#8217;re free to share them and, if you&#8217;re a programmer, to modify them and share your changes.</p>
<p>But why should Liberals, specifically, use Free Software and the GNU/Linux system?</p>
<p>Most people who argue for GNU/Linux do so on the basis of technical superiority, and as far as that goes it is a far better system, technically, than Microsoft Windows (I don&#8217;t know enough about Mac OSX to judge it, but that *seems* to be about equal to GNU/Linux technically &#8211; I could be very wrong though) , in terms of security (you don&#8217;t get viruses on GNU/Linux), speed, reliability and so on. But most people don&#8217;t really care about that &#8211; they care about playing their music, browsing the web, IMing with friends, playing solitaire, and you can do all those things equally well using any modern operating system. </p>
<p>Other people argue that all proprietary software is evil. I&#8217;m hardly likely to do that &#8211; I work for a proprietary software company myself, and I use a *very* small number of proprietary programs (the proprietary version of unrar for reading cbr files, a proprietary piece of firmware needed for my laptop to function, and Spotify until Jotify gets better playlist support) at home. If someone wants to use proprietary software and is willing to accept restrictions in order to get something they want, that&#8217;s fine by me. </p>
<p>But what I *do* think matters is the issue of freedom &#8211; and the issue of trust, When you are running proprietary programs you are essentially trusting the vendor that the program does what they say it does and only what they say it does. You are also giving up a lot of control over your own machine. </p>
<p>Apple, for example, will only allow programs sold through its own store to be run on the iPhone, and have absurd restrictions on what they sell there &#8211; such as <a href="http://daringfireball.net/2009/08/ninjawords">cutting all the swear words out of a dictionary, and still only allowing it to be sold to adults</a>. Now, you *could* always jailbreak the iPhone and install what you want on it &#8211; except that Apple are <a href="http://www.computerworld.com/s/article/9127978/Apple_iPhone_Jailbreak_hack_violates_the_law">currently fighting in court</a> to have that ruled illegal. Apple are actually one of the worst companies for this kind of thing, trying to make it illegal to run software you want to run on your own machine. They&#8217;ve tried the same thing to try to stop people being able to use an iPod without their iTunes software.</p>
<p>More disturbing, and more widely reported, is <a href="http://www.dmwmedia.com/news/2009/08/03/amazon-sued-over-remote-kindle-e-book-deletions">Amazon&#8217;s deletion of copies of 1984 and Animal Farm from their Kindle ebook reader &#8211; along with any notes the users had made</a>.</p>
<p>Now, in all these cases you can argue that the people who bought those items entered into an agreement, and they know the risks &#8211; and that&#8217;s true to an extent. Certainly I wouldn&#8217;t suggest that what Amazon, for example, did was illegal. But almost *every* proprietary software license contains clauses that allow this sort of thing, and many programs have the technical ability to do these things too. Whenever you run a proprietary program, you&#8217;re ceding control of your machine and your data to another individual or corporation.</p>
<p>Which, I repeat, is fine if you trust them. But it does raise the all-too-real possibility of digital book-burning. Imagine that you buy a book to read on the Kindle, and the government, as is its occasional wont, decides that that book is naughty and should be banned. They can take out a court order to force Amazon to delete every single copy of that book in existence, knowing they have the technical means to do it. If a book is published only as an ebook &#8211; as increasing numbers are &#8211; then removing every single copy of that work in existence becomes a real possibility, realer than it ever has been before.</p>
<p>Or the government could get, say, Microsoft, to agree that any time anyone uses encryption software on its operating system, a decrypted copy of the encrypted data is stored on a government database &#8211; just to fight terrorism, you understand&#8230;</p>
<p>These things are real threats when you cede control of your machine to anyone else. By running free software, you have absolute control of your machine and your data &#8211; even if you don&#8217;t choose to take that control (as most of us won&#8217;t) in most ways, you know you have it and therefore others don&#8217;t.</p>
<p>In other words, GNU/Linux is based on the principles of free speech, is developed as a mutual, co-operative international project, adding value to the commons (and it is valuable &#8211; companies like IBM, Novell and Red Hat make billions from GNU/Linux while still giving back code which others can use freely) and protects the individual (to an extent) both against an overbearing state *and* against monopolistic corporations &#8211; could you really get anything more Liberal than that?</p>
<p>Now, even five years ago I wouldn&#8217;t have recommended any casual users use GNU/Linux. Back then it was very difficult to install software and get it working &#8211; it could take several hours&#8217; struggle to be able to, for example, listen to a RealAudio stream. These days it couldn&#8217;t be simpler to install software &#8211; it&#8217;s certainly *much* simpler on GNU/Linux than on Windows. Say you want to install a program to calculate your menstrual cycle. You open &#8216;Synaptic Package Manager&#8217; from the menu, click &#8216;search&#8217;, type &#8216;menstruation&#8217; and you&#8217;ll be given a list of programs to choose from. Click one of them, click &#8216;mark for installation&#8217;, click &#8216;apply&#8217; and voila, your menstruation calendar is now on your computer. Same goes for adventure games, databases, MP3 playing software, word processors, screensavers, video software, ham radio programs, Atari emulators, statistics packages, or anything else you could want for a home computer.</p>
<p>It&#8217;s so easy that my (completely non-technical) mum has been using GNU/Linux exclusively for a year now with no problems, as have my six-year old nephew and eleven-year-old niece when they visit my parents (my nephew loves playing Pingus). None of them have had the slightest difficulty doing anything they want on it (well, that&#8217;s a lie &#8211; I had to give my mum a little telephone tech support to get Yahoo! Chess working for my dad a week or two after she started using it). </p>
<p>There isn&#8217;t one standard version of GNU/Linux &#8211; rather it comes in &#8216;distributions&#8217;, which are collections of software put together either by companies or by groups of volunteers. Each distribution exists for a different purpose, because anyone can change the software to fit what they want. My personal favourite distribution is <a href="http://www.debian.org/">Debian</a> , but some people seem for some reason to find that a little difficult. On the other hand a Debian-based distribution called <a href="http://www.ubuntu.com/">Ubuntu</a> is generally regarded as the best for beginners (this is the one my parents use) but is still perfectly good for more experienced users (my wife uses it, and she used to use Slackware, which is generally regarded as only for the most seriously technical people out there). </p>
<p>There&#8217;s also an Ubuntu-based distribution called <a href="http://www.gnewsense.org/">gNewSense</a> which contains only absolutely free software (Debian and Ubuntu both let you install non-free bits if there&#8217;s no free option and they&#8217;re needed to run your hardware). That might not work on some hardware , especially laptops, but if it&#8217;ll work on your system then you can be sure you&#8217;re running an *absolutely* free system (rather than just a 99.7% free version like mine).</p>
<p>Download an Ubuntu CD and give it a go &#8211; you can install it on your computer and leave Windows on there as well. It&#8217;s the Liberal thing to do&#8230;</p>
<br /> Tagged: computing, gnu/linux, liberalism, liberals, linux, technology <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/709/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=709&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2009/08/06/why-liberals-should-use-gnulinux/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>So this ID card &#8216;news&#8217; then&#8230;</title>
		<link>http://andrewhickey.info/2009/07/01/so-this-id-card-news-then/</link>
		<comments>http://andrewhickey.info/2009/07/01/so-this-id-card-news-then/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 22:08:01 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[politics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[database state]]></category>
		<category><![CDATA[liberal democrats]]></category>
		<category><![CDATA[liberalism]]></category>
		<category><![CDATA[no2id]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=658</guid>
		<description><![CDATA[I think my friend Dave has put it best&#8230; As far as I can see there has been no substantive change in policy here. Originally, it was going to be compulsory to go on the ID database when you applied for or renewed a passport, but otherwise &#8216;voluntary&#8217;, at least at first, but you&#8217;d definitely [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=658&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://diffrentcolours.livejournal.com/844807.html">I think my friend Dave has put it best</a>&#8230;</p>
<p>As far as I can see there has been no substantive change in policy here. Originally, it was going to be compulsory to go on the ID database when you applied for or renewed a passport, but otherwise &#8216;voluntary&#8217;, at least at first, but you&#8217;d definitely get an ID card when you got your passport. Now, you&#8217;ll only get the card if you ask for it, but everything else is unchanged.</p>
<p>The card itself has never been the primary issue for <a href="http://no2id.net">No2ID</a> and the other civil libertarian organisations that have opposed the ID card scheme. Which is not to say it&#8217;s a *good* thing, by any stretch of the imagination &#8211; as far as I&#8217;m concerned the idea of a compulsory ID card would effectively make everyone criminal by default for the &#8216;crime&#8217; of not wanting to pay a regressive tax in order to have the &#8216;privilege&#8217; of proving your identity to people who don&#8217;t have any business asking for such proof in the first place.</p>
<p>But the problem has always been the national ID register itself. The idea of storing what amounts to someone&#8217;s entire life history &#8211; biological data, health records, financial data, records of all dealings with any government department, records of any dealings with authorised private contractors, address, marital status, income and much more &#8211; on a single, central database accessible by anyone working in government &#8211; has some slight problems.</p>
<p>Firstly, of course, there&#8217;s the fact that it can&#8217;t possibly work, but that&#8217;s hardly a new thing with multi-billion-pound government IT contracts. Oh, they can store the data, it just won&#8217;t be useful for anything&#8230;</p>
<p>Then there&#8217;s the fact that you will be obliged &#8211; for the rest of your life &#8211; to keep this data up to date, or face £1000 in fines. They&#8217;re not even having the decency to employ spies to watch over us all &#8211; we&#8217;re meant to do it ourselves!</p>
<p>Then there&#8217;s the matter of access. Work in a company that has a government IT contract but don&#8217;t want your boss to know about your visit to the STD clinic? Have a stalkerish ex who works at the Job Centre who you&#8217;d rather not know your new address? Well, you&#8217;d better trust to their sense of duty and professional ethics, then, hadn&#8217;t you? Because nothing else will stop them having that information&#8230;</p>
<p>And of course it&#8217;s going to stop benefit fraud, because nothing makes identity theft harder than having every single piece of information about everyone in the country collected onto one centralised system to which millions of people will have access&#8230;</p>
<p>So the very slight scaling back (for now) (and all I can see that has actually changed is that Manchester airport workers won&#8217;t be forced to have a card yet) of the obligation to have the card means nothing if the obligation to be on the database is kept. So once again this month (having skipped last month to see old horror films in Bradford &#8211; I&#8217;m not a very good activist really), I&#8217;ll be out campaigning with OpenID &#8211; Saturday 11th July 2009, 2pm-4pm, St Ann’s Square, Manchester.</p>
<p>But remember &#8211; the fact that they&#8217;re trying to make it *look* like we&#8217;ve won means they know they&#8217;ve lost. We&#8217;ve just got to back them down all the way&#8230;</p>
<br /> Tagged: computing, database state, liberal democrats, liberalism, no2id, politics <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/658/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/658/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/658/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=658&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2009/07/01/so-this-id-card-news-then/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>Linkblogging for 22/02/09</title>
		<link>http://andrewhickey.info/2009/02/22/linkblogging-for-220209/</link>
		<comments>http://andrewhickey.info/2009/02/22/linkblogging-for-220209/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 16:34:30 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[comics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[Doctor Who]]></category>
		<category><![CDATA[linkblogging]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[bastard crypto-tory new labour scum]]></category>
		<category><![CDATA[bbc basic]]></category>
		<category><![CDATA[binyan mohammed]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[garage rock]]></category>
		<category><![CDATA[id cards]]></category>
		<category><![CDATA[mp3s]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[spider-man socks]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=444</guid>
		<description><![CDATA[A few quick links here&#8230; Found via Douglas Wolk on Twitter &#8211; WFMU&#8217;s Beware Of The Blog have 11 CDs worth of rockabilly, garage rock and exotica, as chosen by Lux and Ivy of the Cramps, for download. Everything from Ersel Hickey to Jack Nitzsche to the Stooges to Jan &#38; Arnie. I&#8217;m fairly up [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=444&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A few quick links here&#8230;</p>
<p>Found via Douglas Wolk on Twitter &#8211; <a href="http://blog.wfmu.org/freeform/2009/02/lux-and-ivys-favorites-mp3s.html">WFMU&#8217;s Beware Of The Blog</a> have 11 CDs worth of rockabilly, garage rock and exotica, as chosen by Lux and Ivy of the Cramps, for download. Everything from Ersel Hickey to Jack Nitzsche to the Stooges to Jan &amp; Arnie. I&#8217;m fairly up on this kind of music, but even I&#8217;d only heard of half the stuff there. Well worth getting hold of (but remember, kids, home taping is killing music&#8230;)</p>
<p>A great article on how the new Dalek War boxset was colourised &#8211; <a href="http://www.purpleville.pwp.blueyonder.co.uk/rtwebsite/DalekWarDVD.htm">using BBC BASIC!</a></p>
<p>The Mindless Ones have moved on from pants, and are now discussing <a href="http://mindlessones.com/2009/02/22/the-great-sock-weekender-loft/">Spider-Man socks</a></p>
<p>It&#8217;s not often I have much in common with jet pilots, but for once I do &#8211; they&#8217;re <a href="http://www.homeofficewatch.com/2009/02/16/pilots-reject-%e2%80%9cdemeaning%e2%80%9d-id-cards/">refusing to take part</a> in the next step of the stealth rollout of ID cards. Notice how yet again Manchester is the first place to suffer under a Labour regulation, yet we keep electing the bastards&#8230;</p>
<p>And in case I haven&#8217;t mentioned it, though I&#8217;m sure I have, we have a government that colludes in <a href="http://firedoglake.com/2009/02/09/sliced-his-genitals-with-a-scalpel-waterboaring-was-the-least-of-it/">slicing men&#8217;s genitals with scalpels</a> (and of course the US government actually *did* it, rather than just helping with the coverup). Even had this been the only thing that had been done wrong, it would still make the British government accessories to war crimes after the fact. If anyone reading this actually voted for this gang of torturers and murderers, how do you continue to live with yourselves? There are things that can be a matter of respectful disagreement between people of goodwill &#8211; you can argue for tougher or more lenient sentencing in prisons, higher or lower rates of income tax and so on and mean well. But *slashing at a bloke&#8217;s cock with a scalpel*?</p>
<br /> Tagged: bastard crypto-tory new labour scum, bbc basic, binyan mohammed, comics, computing, Doctor Who, freedom, garage rock, id cards, linkblogging, mp3s, music, politics, spider-man socks <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/444/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/444/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/444/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=444&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2009/02/22/linkblogging-for-220209/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
		<item>
		<title>Linkblogging for 14/12/2008</title>
		<link>http://andrewhickey.info/2008/12/14/linkblogging-for-14122008/</link>
		<comments>http://andrewhickey.info/2008/12/14/linkblogging-for-14122008/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 23:50:58 +0000</pubDate>
		<dc:creator>Andrew Hickey</dc:creator>
				<category><![CDATA[comics]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[linkblogging]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[brian coleman]]></category>
		<category><![CDATA[brian coleman is a sexist buffoon]]></category>
		<category><![CDATA[mark waid]]></category>
		<category><![CDATA[oliver postgate]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://andrewhickey.info/?p=297</guid>
		<description><![CDATA[Liberal Conspiracy has been a bit more of a Labour mouthpiece than I like recently, but today there have been two very good posts, one by Laurie Penny on work and benefits, and one by my friend MatGB on Brian Coleman. Mark Waid has a good post on the difference between writing for comics and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=297&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Liberal Conspiracy has been a bit more of a Labour mouthpiece than I like recently, but today there have been two very good posts, one by Laurie Penny on <a href="http://www.liberalconspiracy.org/2008/12/14/welfare-reform-unfairly-scapegoats-the-poor-and-disabled/">work and benefits</a>, and one by my friend MatGB on <a href="http://www.liberalconspiracy.org/2008/12/14/brian-coleman-am-ignorant-incompetent-sexist-buffoon/">Brian Coleman</a>.</p>
<p><a href="http://kfmonkey.blogspot.com/2008/12/101.html">Mark Waid</a> has a good post on the difference between writing for comics and for film.</p>
<p><a href="http://www.guardian.co.uk/culture/2008/dec/13/charlie-brooker-screen-burn-oliver-postgate">Charlie Brooker </a>writes about the sad death of Oliver Postgate.</p>
<p>Mark Dominus&#8217; book <a href="http://hop.perl.plover.com/book/">Higher Order Perl</a>, which apparently teaches you to write Perl as if it was Lisp, is now available for free download. I&#8217;m no fan of either Perl or Lisp, but the book still looks very interesting&#8230;</p>
<p>And <a href="http://www.beaucoupkevin.com/blog/thinking-about-the-comic-book-market-not-the-comic-book-market/2008/12/11/">Kevin Church</a> has some great redesigns for graphic novels/trade collections of comics, which really show up the lack of imagination of most publishers in that market&#8230;</p>
<br /> Tagged: brian coleman, brian coleman is a sexist buffoon, comics, computing, linkblogging, mark waid, oliver postgate, perl, politics, writing <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/olsenbloom.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/olsenbloom.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/olsenbloom.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/olsenbloom.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/olsenbloom.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/olsenbloom.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/olsenbloom.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/olsenbloom.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/olsenbloom.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/olsenbloom.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/olsenbloom.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/olsenbloom.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/olsenbloom.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/olsenbloom.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=andrewhickey.info&amp;blog=4274916&amp;post=297&amp;subd=olsenbloom&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://andrewhickey.info/2008/12/14/linkblogging-for-14122008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ea298ceb2742035d266139164a713dc7?s=96&#38;d=wavatar&#38;r=X" medium="image">
			<media:title type="html">olsenbloom</media:title>
		</media:content>
	</item>
	</channel>
</rss>
