<?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>Apathy Sketchpad &#187; Science And Religion</title>
	<atom:link href="http://www.apathysketchpad.com/blog/category/science-and-religion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apathysketchpad.com/blog</link>
	<description>Floccinaucinihilipilificating antidisestablishmentarianism since 2001.</description>
	<lastBuildDate>Thu, 02 Sep 2010 20:59:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fun with the Mercator Projection</title>
		<link>http://www.apathysketchpad.com/blog/2010/09/02/fun-with-the-mercator-projection/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/09/02/fun-with-the-mercator-projection/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 20:06:40 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1306</guid>
		<description><![CDATA[On my brother&#8217;s wall is a map of Earth with the South Pole at the top. It uses an equal-area projection to show the true relative sizes of, say, Africa and Greenland. It aims to make a point about the more common North-up, Mercator projection. Mercator projection maps enlarge areas near the poles so that [...]]]></description>
			<content:encoded><![CDATA[<p>On my brother&#8217;s wall is a map of Earth with the South Pole at the top. It uses an equal-area projection to show the true relative sizes of, say, Africa and Greenland. It aims to make a point about the more common North-up, Mercator projection. Mercator projection maps enlarge areas near the poles so that shapes are preserved. I like the sentiment but I think switching to an equal area projection and printing it upside-down is a little unimaginative. So I created this:</p>
<p><center><a href="http://www.apathysketchpad.com/blog/wp-content/sensible.jpg"><img class="aligncenter size-full wp-image-1305" title="Reoriented world map" src="http://www.apathysketchpad.com/blog/wp-content/sensible.jpg" alt="Reoriented world map" width="640" height="428" /></a></center></p>
<p>This is a map of Earth created using a Mercator projection, but with the magnified poles moved to the Atlantic and Pacific oceans. I created it using <a href="http://en.wikipedia.org/wiki/File:Mercator-projection.jpg">the Blue Marble map from Wikipedia</a>. The dashed lines are the conventional latitude and longitude lines. You get a much better feel for the shape of Antarctica than normal Mercator maps give you, instead exaggerating Kamchatka.</p>
<p>Because, the Mercator projection doesn&#8217;t <em>need</em> to make Africa small and Greenland big. It can do anything you want it to. So for example, here is my little rebellion against Mercator&#8217;s underplaying of Africa&#8217;s troubles: a Mercator map in which the continent is infinite in area:</p>
<p><center><a href="http://www.apathysketchpad.com/blog/wp-content/africa1.jpg"><img class="aligncenter size-full wp-image-1308" title="Infinite Africa Map" src="http://www.apathysketchpad.com/blog/wp-content/africa1.jpg" alt="Infinite Africa Map" width="640" height="452" /></a></center></p>
<p>I&#8217;ve cropped the image here. In principle a Mercator projection can be continued infinitely in the vertical direction, and in this case the &#8216;north&#8217; pole is in Africa, so the map would be Africa all the way up. The level of detail would, source image notwithstanding, get bigger and bigger until eventually sub-atomic particles started to appear. Theoretically, you could exploit this to produce a map where Britain opened out as Africa has at the top, and extend the map up to include a road map of England, including  a large-scale street map of Manchester, eventually opening out to provide a floor-plan of one particular building, then room, and eventually the layout of one table. This, however, seems like it would be very difficult so I haven&#8217;t bothered.</p>
<p>Here&#8217;s another Mercator map, this time with the poles near Australia and Africa again:</p>
<p><center><a href="http://www.apathysketchpad.com/blog/wp-content/map34.jpg"><img class="aligncenter size-full wp-image-1309" title="map34" src="http://www.apathysketchpad.com/blog/wp-content/map34.jpg" alt="map34" width="640" height="622" /></a></center></p>
<p>And here&#8217;s one with poles in Asia and South America, creating a world with one central ocean:</p>
<p><center><a href="http://www.apathysketchpad.com/blog/wp-content/map8.jpg"><img class="aligncenter size-full wp-image-1310" title="map8" src="http://www.apathysketchpad.com/blog/wp-content/map8.jpg" alt="map8" width="640" height="622" /></a></center></p>
<p>Here&#8217;s the maths in case you want to make some maps yourself. Feel free to stop reading here if you wrongly find maths boring. I haven&#8217;t worried about sign conventions or being especially rigorous, though. It&#8217;s just enough to make some nice pictures. I treated the Earth as a sphere of unit radius centred at the origin.</p>
<p>Converting between (<i>x</i>, <i>y</i>) and (latitude, longitude) is fairly trivial if you read Wikipedia, although I did have to kludge the formula a bit for &#8216;negative&#8217; (south) latitudes. To reorient the map, I converted the latitudes <i>&phi;</i> and longitudes <i>&lambda;</i> to three-dimensional Cartesian coordinates using the following formulae:</p>
<p style="text-align: center;"><i>x</i> = cos <i>&phi;</i> &times; cos <i>&lambda;</i><br />
<i>y</i> = cos <i>&phi;</i> &times; sin <i>&lambda;</i><br />
<i>z</i> = sin <i>&phi;</i>
</p>
<p style="text-align: left;">I&#8217;d planned to rotate these and then convert them back into spherical coordinates, but in the event I found it easier to go directly into rotated spherical coordinates. They&#8217;re defined by two points, called North Pole <i>N</i> and Greenwich <i>G</i>, each chosen at random from the surface of the sphere, and described by a set of (<i>x</i>, <i>y</i>, <i>z</i>) coordinates. So the new latitude and longitude are given as follows:</p>
<p style="text-align: center;"><i>&phi;</i>&prime; = &frac12;&pi; &minus; cos<sup>&minus;1</sup> <i>P</i>&sdot;<i>N</i><br />
 = &frac12;&pi; &minus; cos<sup>&minus;1</sup> (<i>x x<sub>N</sub></i> + <i>y y<sub>N</sub></i> + <i>z z<sub>N</sub></i>)<br />
<i>&lambda;</i>&prime; = tan<sup>&minus;1</sup> (<i>P</i>&sdot;<i>G</i>&prime; &divide; <i>P</i>&sdot;<i>G</i>&Prime;)</p>
<p>where <i>G</i>&prime; = <i>N</i> &times; <i>G</i> &divide; |<i>N</i> &times; <i>G</i>| and <i>G</i>&Prime; = <i>N</i> &times; <i>G</i>&prime;. Using the cross product this way generates two points on the new equator separated by 90&deg;. In fact the conversion to new-longitude is more complex than this, because you have to mess around with quadrants, but I used the <tt>atan2</tt> function to do that for me so I&#8217;ve not bothered working out all the steps.</p>
<p>I don&#8217;t know if this is the best way of doing this but welcome to stream-of-conciousness mathematics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/09/02/fun-with-the-mercator-projection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Contribution to the Dundee Comedy Festival</title>
		<link>http://www.apathysketchpad.com/blog/2010/08/16/my-contribution-to-the-dundee-comedy-festival/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/08/16/my-contribution-to-the-dundee-comedy-festival/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 22:27:56 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[Timewasting]]></category>
		<category><![CDATA[Homeopathy]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1278</guid>
		<description><![CDATA[NHS Scotland are advertising a job for a &#8217;specialty doctor in homeopathy&#8217;, which pays up to £68,638. They are also letting go of hundreds of other staff who have actual jobs. Obviously this is fucking stupid, and so several bloggers have applied for it already, and obviously so have I. You can read their supporting [...]]]></description>
			<content:encoded><![CDATA[<p>NHS Scotland are advertising a job for a &#8217;specialty doctor in homeopathy&#8217;, which pays up to £68,638. They are also letting go of hundreds of other staff who have actual jobs. Obviously this is fucking stupid, and so several bloggers have applied for it already, and obviously so have I. You can read their supporting statements at the following URLs, and you can read mine below those links.</p>
<ul>
<li><a href="http://xtaldave.wordpress.com/2010/08/14/in-which-i-apply-for-a-job-as-a-homeopath/">http://xtaldave.wordpress.com/2010/08/14/in-which-i-apply-for-a-job-as-a-homeopath/</a></li>
<li><a href="http://sciencedigestive.blogspot.com/2010/08/my-application-for-job-as-homeopath.html">http://sciencedigestive.blogspot.com/2010/08/my-application-for-job-as-homeopath.html</a></li>
<li><a href="http://www.dcscience.net/?p=3339">http://www.dcscience.net/?p=3339</a></li>
<li><a href="http://www.realityismyreligion.com/alternative-medicine/i-applied-to-be-a-homeopath">http://www.realityismyreligion.com/alternative-medicine/i-applied-to-be-a-homeopath</a></li>
</ul>
<p><strong>Update</strong>: there&#8217;s no point us both maintaining a list, so <a href="http://www.zenosblog.com/2010/08/nhs-tayside-want-to-employ-a-new-doctor/">here&#8217;s Zeno&#8217;s</a>.</p>
<p style="background: #444; border: black 1px 1px 0px 1px solid; color: white; margin: 0px 80px 0px 80px; padding: 5px"><strong>Statement in Support of Application</strong> – please tell us your personal qualities, skills and attributes, experience and any major achievements and show how they match those needed for this job.</p>
<div style="border: 1px black solid; background:#eee; color:black; margin: 0px 80px 0px 80px; padding:15px 15px 0px 15px">While I have had no formal training in homeopathy, I have a very good understanding of the theory and practice of, and the evidence base for, the discipline. While I understand you may be reluctant to hire a specialty doctor with no formal training in the field, I should point out that my outside viewpoint grants a certain clarity, and I am therefore unencumbered by various misconceptions which are common within the industry – such as the idea that homeopathy has any power to heal illnesses or injuries. My research background will be useful in keeping up to date with the latest research in case anybody ever proves that it does – as will my Master’s degree in physics, which allows me to see through the misguided and fraudulent appeals to quantum strangeness which riddle much of the published literature on homeopathy. </p>
<p>My second degree allows me to call myself ‘doctor’, however I am not a medical doctor. In fact I have a PhD from Manchester University’s award winning School of Dentistry. I believe this non-medical doctorate would be very useful to this role, categorised under “medical and dental”, because homeopathy cannot be considered ‘medicine’.</p>
<p>I would be a valuable supervisor to the Tayside Postgraduate Homeopathy Group as I am passionate about raising awareness of homeopathy. Indeed, I have already participated in a large-scale campaign to this end, known as “ten twenty-three”, in which healthy volunteers (including myself) deliberately swallowed massive overdoses of homeopathic arsenic. This has been reported as an ‘anti-homeopathy’ demonstration, but in fact the result was quite balanced: the volunteers suffered no ill effects, and indeed no effects at all, thereby demonstrating both the safety and inefficacy of homeopathic preparations. </p>
<p>I understand you may also be reluctant to appoint a specialty doctor in homeopathy who does not believe that homeopathy can be used medicinally, however the guidance handed to the NHS from Parliament suggests that homeopathic preparations may be offered not for their efficacy but to provide patients with a greater range of choice. I would be the ideal candidate for this role because I offer a yet greater choice than more mainstream homeopaths, since I will ensure that patients’ choices are informed by all the relevant facts, including the fact that homeopathic preparations are pharmacologically inert.</p>
<p>I appreciate that this is an unorthodox application, however I hope you will consider it given the unorthodox nature of the position being advertised–that of a doctor of non-medicine. This happy alignment of post and applicant seems apt given the first law of homeopathy, and I am keen to apply the second law to my work as soon as I start.</p></div>
<p>Obviously I&#8217;ve got this post pretty well sewn up, but in case I am unavailable <a href="http://www.jobs.scot.nhs.uk/ApplySearch/VacancyDetails.aspx?vacNo=348347">you might want to apply here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/08/16/my-contribution-to-the-dundee-comedy-festival/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AN INTERESTING FACT: August 2010 is entirely unremarkable.</title>
		<link>http://www.apathysketchpad.com/blog/2010/08/04/an-interesting-fact-august-2010-is-entirely-unremarkable/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/08/04/an-interesting-fact-august-2010-is-entirely-unremarkable/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 00:12:32 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1270</guid>
		<description><![CDATA[You may remember I was fairly unimpressed with the claim that
At exactly 06 mins and 07 seconds after 5 o’clock on Aug 9th 2010, it will be 05:06:07 08/09/10. This won’t happen again until the year 3010.
Well. I&#8217;ve just been told
AN INTERESTING FACT ABOUT AUGUST 2010. This August has 5 Sundays, 5 Mondays, 5 Tuesdays, [...]]]></description>
			<content:encoded><![CDATA[<p>You may remember <a title="I appreciate this isn't a very user-friendly URL." href="http://www.apathysketchpad.com/blog/2010/06/01/050607-080910/">I was </a><em><a title="I appreciate this isn't a very user-friendly URL." href="http://www.apathysketchpad.com/blog/2010/06/01/050607-080910/">fairly</a></em><a title="I appreciate this isn't a very user-friendly URL." href="http://www.apathysketchpad.com/blog/2010/06/01/050607-080910/"> unimpressed</a> with the claim that</p>
<blockquote><p><a href="http://twitter.com/bettyfilous/status/15178066851">At exactly 06 mins and 07 seconds after 5 o’clock on Aug 9th 2010, it will be 05:06:07 08/09/10. This won’t happen again until the year 3010</a>.</p></blockquote>
<p>Well. I&#8217;ve just been told</p>
<blockquote><p><a href="http://twitter.com/Aisleyne1/status/20257390152">AN INTERESTING FACT ABOUT AUGUST 2010. This August has 5 Sundays, 5 Mondays, 5 Tuesdays, all in one month. It happens once in 823 years.</a></p></blockquote>
<p>And while the first claim was mostly unimpressive and only slightly false, this one is <em>just false</em>. Massive, shovel-loads of false. Honestly, this may be the falsest (earnest) statement I&#8217;ve read all year.</p>
<p>August contained five Sundays, five Mondays and five Tuesdays<em> in 1999</em>. It will happen again in 2021. Okay, so that&#8217;s still quite a while, but I can&#8217;t imagine how anyone arrived at the figure of 823 years. August is 31 days long. It necessarily has five of three days of the week in it. Why on Earth would it be these three so rarely? How can people not see how implausible that is? Quite aside from anything else, <em><a href="http://en.wikipedia.org/wiki/Doomsday_rule">the calendar loops every 400 years</a></em>. Nothing could <em>possibly</em> happen every 823 years any more than Wednesday could happen every nine days.</p>
<p>It fascinates me how these stories come around. It&#8217;s everywhere. <a href="http://krvilla.blogspot.com/2010/08/five-sundays-in-august-2010-and-other.html">This may be my favourite example</a>, for this paragraph:</p>
<blockquote><p>In 1187, or 823 years ago, the Gregorian calendar hadn&#8217;t existed yet (it was introduced in 1582) so there was no ado about this strange happenstance.</p></blockquote>
<p>And it&#8217;s not just this year. <a href="http://69whisper.blogspot.com/2009/08/interesting-fact-about-august-2009-may.html">August 2009 (which started on a Saturday)</a> <a href="http://www.kingsidharth.com/75/best-of-web-august-for-self-help-the-law-of-attraction-and-inspiration">was just as special</a>. It&#8217;s beginning to look like 816/823 years just don&#8217;t have an August. And look, here&#8217;s<a href="http://www.technibble.com/forums/showthread.php?t=8977"> a version with the ridiculous 05:06:07 08/09/10 &#8216;fact&#8217; glued onto the bottom</a>. <a href="http://hubpages.com/forum/topic/20426"><em>This </em>version</a> (quite aside from trying to credit God with the whole thing)</p>
<blockquote><p>August 2009 is a unique month which has 5 Sundays and 5 Saturdays.  Experts says to see another <span style="display: inline !important; background-color: inherit; color: inherit; text-decoration: inherit; padding: 0px; margin: 0px;">month with 5 Sundays and 5 Saturdays, we need to live another 823 years.</span> We are blessed to go through and experience this unique month.  Now we have to wait for generations to see another month with 5 Sundays and 5 Saturdays. Let us thank God for allowing us to see this unique month.</p></blockquote>
<p>even ignores the Mondays, so this amazing, once-in-823-years freak of nature actually rolls round after only <em>five </em>years. In fact it doesn&#8217;t even specify that the month must be August, by which standard it happened again the following January. I especially like the use of the word &#8220;experts&#8221;, in this case to mean <a href="http://www.calendardate.com/2014.php">&#8220;people who own calendar software&#8221;</a>, as if somehow predicting what dates will occur in the future is some kind of complex science that us mere mortals can&#8217;t be expected to follow. It&#8217;s nice to see that in many of the discussion threads someone eventually does bother to sit in front of Google Calendar and click through checking.</p>
<p>I keep being told people aren&#8217;t interested in maths. Clearly they are. This stuff is <em>pure </em>mathematics, and it&#8217;s capturing people&#8217;s imaginations.</p>
<p>Just a shame it&#8217;s total bullshit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/08/04/an-interesting-fact-august-2010-is-entirely-unremarkable/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Maybe from boredom?</title>
		<link>http://www.apathysketchpad.com/blog/2010/07/25/maybe-from-boredom/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/07/25/maybe-from-boredom/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 19:52:15 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Stupid Formulae]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1265</guid>
		<description><![CDATA[The very worst joke I have ever heard from a professional stand-up comedian is (roughly) as follows:
I don&#8217;t trust Barack Obama. Call me paranoid, but the last time a black man with an imperialist agenda had that much military power, it was Darth Vader.
It did raise a laugh from some of the audience, but I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>The very worst joke I have ever heard from a professional stand-up comedian is (roughly) as follows:</p>
<blockquote><p>I don&#8217;t trust Barack Obama. Call me paranoid, but the last time a black man with an imperialist agenda had that much military power, it was Darth Vader.</p></blockquote>
<p>It did raise a laugh from some of the audience, but I&#8217;m forced to assume they were drunk because the joke makes no sense. It makes no sense because it relies on the audience subscribing to his somewhat contentious views on Obama&#8217;s politics, but mostly because <em>Darth Vader is white</em>. He just <em>dresses</em> in black, as has every US president since forever. Basically the uncontroversial similarities he&#8217;s found between Obama and Vader are that they&#8217;re both in charge of powerful armies and while that&#8217;s a fair reason to be wary of them, it&#8217;s not funny and I&#8217;m not capable of finding something funny if it relies on me selectively ignoring facts.</p>
<p>In <em>The Salmon of Doubt</em>, <a href="http://www.charlesarthur.com/blog/?p=130">Douglas Adams makes much the same argument</a> about the joke &#8220;if the black box is so indestructible, why don&#8217;t they make the whole plane out of the same stuff&#8221;, which he described as &#8220;the teller and the audience complacently conspiring together to jeer at someone who knew more than they did&#8221;.</p>
<p>No, I like my comedy to be smart, and to mock people who, either through dishonesty or ignorance, promote nonsense. So <a href="http://www.cockpittheatre.org.uk/?q=node/96">this sounded fairly good to me</a>:</p>
<blockquote><p>You have a 0.000043% chance of dying during this show. We can’t tell you what you’ll die FROM. It could be heart attack, shark attack, or insertion of a sharp object into an orifice. But we will make sure you at least die laughing.</p>
<p>Stand up mathematician Matt Parker and comedian Timandra Harkness got sick of reading ill-founded stories about how eating this or doing that was going to add six months to your life span, or halve your risk of dying from something or other. So they got a grant from the UK’s biggest biomedical charity, the Wellcome Trust, to do the research and bring you the most definitive comedy show ever about dying.</p></blockquote>
<p>But then I noticed one detail: Timandra Harkness. I&#8217;ve never seen her perform, but it&#8217;s a distinctive name and one I knew I recognised, and I just worked out whence: <a href="http://www.telegraph.co.uk/news/uknews/1464386/Scientists-are-serious-about-having-a-laugh.html">in 2004 she helped publicise &#8221;the formula for the perfect joke&#8221;</a> in order to promote her show. The formula was</p>
<p style="text-align: center; font-family: serif"><em>x</em> = (<em>fl</em> + <em>n<sup>o</sup></em>) ÷ <em>p</em></p>
<p>where <em>f</em> is &#8220;the funniness of the punchline&#8221;, <em>l</em> is &#8220;the length of the buildup&#8221;, <em>p</em> is &#8220;the number of puns&#8221;, and just in case this seemed a bit too reasonable, <em>n</em> is &#8220;the amount someone falls over&#8221; and <em>o</em> is &#8220;the ouch factor&#8221;. Science often throws up unexpected results, and here we learn that because <em>War and Peace</em> has very high values for both <em>l</em> and <em>n</em>, and a very low <em>p</em> value, it is in fact provably hysterical (although my preferred formula <em>x = f</em> doesn&#8217;t throw up this anomaly). This is just an advert posing as bullshit posing as maths posing as science.</p>
<p>I wholeheartedly agree that the simplistic &#8220;+6 months&#8221; reporting of health stories is annoying and I&#8217;d love to see a show that poked fun at it in a clever way, but frankly I don&#8217;t for a second believe that Timandra Harkness is the person to do it. Partly this is because once you sell your (and science&#8217;s) credibility in this way, I think you forfeit your right to &#8220;get sick of reading ill-founded stories about [science]&#8220;, but mostly it&#8217;s because I agree with Nicholas Parsons that</p>
<blockquote><p>The formula has obviously been thought up by <a href="http://www.chortle.co.uk/comics/t/71/review?original=1">somebody with no sense of humour</a>.</p></blockquote>
<p>No, I like my comedy to be by people with a sense of humour.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/07/25/maybe-from-boredom/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mariopathy</title>
		<link>http://www.apathysketchpad.com/blog/2010/03/25/mariopathy/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/03/25/mariopathy/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 02:54:23 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[One-offs]]></category>
		<category><![CDATA[Homeopathy]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1210</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.apathysketchpad.com/blog/wp-content/mariopath.png"><img class="size-full wp-image-1209 alignnone" title="Thankyou, Mario. But our Princess is in an alternative castle." src="http://www.apathysketchpad.com/blog/wp-content/mariopath.png" alt="Thankyou, Mario. But our Princess is in an alternative castle." width="800" height="600" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/03/25/mariopathy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I am watching Wonders of the Solar System on iPlayer.</title>
		<link>http://www.apathysketchpad.com/blog/2010/03/23/i-am-watching-wonders-of-the-solar-system-on-iplayer/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/03/23/i-am-watching-wonders-of-the-solar-system-on-iplayer/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 01:12:05 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[One-offs]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[Brian Cox]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1206</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.apathysketchpad.com/blog/wp-content/wonders-of-the-solar-system.png"><img class="aligncenter size-full wp-image-1205" title="To see how a swirling mass of chaos can give rise to great beauty, we need look no further than my haircut." src="http://www.apathysketchpad.com/blog/wp-content/wonders-of-the-solar-system.png" alt="To see how a swirling mass of chaos can give rise to great beauty, we need look no further than my haircut." width="369" height="600" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/03/23/i-am-watching-wonders-of-the-solar-system-on-iplayer/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>This is what happens if I let myself watch Bible documentaries.</title>
		<link>http://www.apathysketchpad.com/blog/2010/03/07/this-is-what-happens-if-i-let-myself-watch-bible-documentaries/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/03/07/this-is-what-happens-if-i-let-myself-watch-bible-documentaries/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:54:42 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[One-offs]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Bible]]></category>
		<category><![CDATA[Christianity]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1201</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><center><a href="http://www.apathysketchpad.com/blog/wp-content/satan-cast-into-pit-of-fire.png"><img class="size-full wp-image-1200  aligncenter" title="Can I at least pop to the shops first? I haven't had chance in ages and the whole place stinks of rotten eggs." src="http://www.apathysketchpad.com/blog/wp-content/satan-cast-into-pit-of-fire.png" alt="Can I at least pop to the shops first? I haven't had chance in ages and the whole place stinks of rotten eggs." width="554" height="525" /></a></center></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/03/07/this-is-what-happens-if-i-let-myself-watch-bible-documentaries/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>And to think, people said IsItFriday.com was useless&#8230;</title>
		<link>http://www.apathysketchpad.com/blog/2010/02/27/and-to-think-people-said-isitfriday-com-was-useless/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/02/27/and-to-think-people-said-isitfriday-com-was-useless/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 01:20:43 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Religion]]></category>
		<category><![CDATA[Church of England]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1181</guid>
		<description><![CDATA[The Church of England have launched a rather silly new website called sayoneforme.com. The site mostly consists of a big friendly green box into which you type a prayer. Then you click the button underneath, which I swear is marked &#8216;Amen&#8217;. A cynic might (and did) suggest that for all the difference it would make this [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1182" style="margin: 10px; padding: 5px" title="sayoneforme" src="http://www.apathysketchpad.com/blog/wp-content/sayoneforme.png" alt="sayoneforme" width="464" height="431" />The Church of England have launched a rather silly new website called <a href="http://sayoneforme.org/#">sayoneforme.com</a>. The site mostly consists of a big friendly green box into which you type a prayer. Then you click the button underneath, which I swear is marked &#8216;Amen&#8217;. A cynic might (and did) suggest that for all the difference it would make this might simply delete the text and <em>say</em> God&#8217;s read it, but instead the prayer is emailed to a selection of bishops who will pass it on to God for you if you&#8217;re too lazy to pray manually <a href="http://www.cofe.anglican.org/worship/learnpray/">or if perhaps you don&#8217;t know how</a>.</p>
<p>There&#8217;s also <a href="http://sayoneforme.org/?p=1">a page of submitted prayers</a>, so we can find out what Anglicans feel is worthy of God&#8217;s time but not theirs. (To be fair, God has more.) There&#8217;s also a rather worrying amount of personally identifiable information in these prayers, for example at least one full name alongside a description of the person&#8217;s problems, which seems pretty inappropriate to me.</p>
<blockquote><p>I pray for Andrew – that he may find meaning and purpose in his life, and peace which passes all understanding.</p></blockquote>
<p>The first thing that struck me as odd was that people pray in text-speak.</p>
<blockquote><p>i love you jesus<br style="padding: 0px; margin: 0px;" />keep me surrounded you<br style="padding: 0px; margin: 0px;" />fill me wz ur holy spirit<br style="padding: 0px; margin: 0px;" />let me know about you -ur ways -ur service<br style="padding: 0px; margin: 0px;" />i need u<br style="padding: 0px; margin: 0px;" />i love you jesus</p></blockquote>
<p>It just seems rude to me. There&#8217;s even some all in capitals, as if that will help God hear it.</p>
<blockquote><p>we pray for simon our vicar on his move. please set us the righr peauson to be our right vicar.</p></blockquote>
<p>I do get annoyed when I mean to type &#8220;R&#8221; but instead type &#8220;AU&#8221;.</p>
<p>World peace is a common theme:</p>
<blockquote><p>O God almighty I pray for all the countries with wars to settle.</p>
<p><em>Dear god,</em></p>
<p><em>please stop the wars from all around the world and let there be peace. please keep my family and my pets safe.</em></p>
<p>Dear God</p>
<p>Thank you for life and other people so i can make friends.And thank you for famlies if we didn’t have them i don’t know what will happen and please end war</p>
<p>Amen</p>
<p><em>Please stop all wars</em></p>
<p>dear god<br style="padding: 0px; margin: 0px;" />please put a end to war<br style="padding: 0px; margin: 0px;" />please make us give up somthing for lent<br style="padding: 0px; margin: 0px;" />thankyou for making me</p></blockquote>
<p>I think the biggest prayer was this one, although it is at least helpfully divided up into four sub-tasks for God&#8217;s convenience:</p>
<blockquote><p>Our Lord in Heaven.<br style="padding: 0px; margin: 0px;" />Please:<br style="padding: 0px; margin: 0px;" />1- Give Peace for all the world.<br style="padding: 0px; margin: 0px;" />2- Give health for all sick people.<br style="padding: 0px; margin: 0px;" />3- Give work for all jobless people.<br style="padding: 0px; margin: 0px;" />4- Let us love you, because you loved us first.</p></blockquote>
<p>This is how democracy works in the Information Age. I don&#8217;t know if God is going to get away with <em>not</em> ending all wars now.</p>
<p>I thought this one especially sweet:</p>
<blockquote><p>Dear God</p>
<p>Thank you for food. Thank you for animals. Thank you for birds that sing beautifully. I really appreciate all you have given us .</p>
<p>Amen</p></blockquote>
<p>It reads like they just bumped into God in the office or whatever and it occurred to them they never really said thankyou properly. &#8220;Look, God, <em>mate</em>, I know I don&#8217;t tell you often but I thought you should know, we all really appreciate the way you created the universe like that. I mean, we use it all the time. Seriously, good work on that one.&#8221;</p>
<blockquote><p>dear lord<br style="padding: 0px; margin: 0px;" />sorry for leaving litter on your beautiful earth.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/02/27/and-to-think-people-said-isitfriday-com-was-useless/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Cherry-Picking the Society of Homeopaths</title>
		<link>http://www.apathysketchpad.com/blog/2010/02/25/cherry-picking-the-society-of-homeopaths/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/02/25/cherry-picking-the-society-of-homeopaths/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 23:25:19 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[Homeopathy]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1174</guid>
		<description><![CDATA[To discover how honest homeopaths are, here is a passage from the Society of Homeopaths&#8217; website, edited for accuracy:
Homeopathy simply explained: What is Homeopathy?
Homeopathy is an effective system of healing which assists the natural tendency of the body to heal itself. It recognises that symptoms of ill health are expressions of disharmony within the whole person [...]]]></description>
			<content:encoded><![CDATA[<p>To discover how honest homeopaths are, here is<a rel="nofollow" href="http://www.homeopathy-soh.org/about-homeopathy/what-is-homeopathy/simply-explained.aspx"> a passage from the Society of Homeopaths&#8217; website</a>, edited for accuracy:</p>
<blockquote><p><strong>Homeopathy <span style="color: #999999; font-weight: normal; text-decoration: line-through;">simply explained</span>: What <span style="color: #999999; font-weight: normal; text-decoration: line-through;">is Homeopathy</span>?</strong></p>
<p><strong>Homeopathy is an <span style="color: #999999; font-weight: normal; text-decoration: line-through;">effective system of healing which</span> ass<span style="color: #999999; font-weight: normal; text-decoration: line-through;">ists the natural tendency of the body to heal itself</span>. It recognises that <span style="color: #999999; font-weight: normal; text-decoration: line-through;">symptoms of ill health are expressions of disharmony within the whole person and that</span><span style="color: #999999; font-weight: normal; text-decoration: line-through;"> it is</span> the patient <span style="color: #999999; font-weight: normal; text-decoration: line-through;">who</span> needs treatment <span style="color: #999999; font-weight: normal; text-decoration: line-through;">not the disease</span>.</strong></p>
<p><strong>In 1796, a German doctor, Samuel Hahnemann, discovered <span style="color: #999999; font-weight: normal; text-decoration: line-through;">a different approach to the cure of the sick which he called homeopathy (from</span> the Greek words meaning &#8217;similar suffering&#8217;). <span style="color: #999999; font-weight: normal; text-decoration: line-through;">Like Hippocrates two thousand years earlier</span>, he <span style="color: #999999; font-weight: normal; text-decoration: line-through;">realised there were two ways of treating ill health: the way of</span> oppos<span style="color: #999999; font-weight: normal; text-decoration: line-through;">it</span>es, <span style="color: #999999; font-weight: normal; text-decoration: line-through;">most commonly used by conventional</span> medicine <span style="color: #999999; font-weight: normal; text-decoration: line-through;">and the way of similars</span><span style="color: #999999; font-weight: normal; text-decoration: line-through;">.</span></strong></p>
<p><strong>Hahnemann discovered that diluting and succussing (shaking) remedies, which homeopaths call potentisation, <span style="color: #999999; font-weight: normal; text-decoration: line-through;">not only</span> produced fewer <span style="color: #999999; font-weight: normal; text-decoration: line-through;">side effects but also produced better</span> results. Homeopathic remedies are <span style="color: #999999; font-weight: normal; text-decoration: line-through;">drawn from the natural world and</span> prescribed <span style="color: #999999; font-weight: normal; text-decoration: line-through;">on the principle of treating “like with like” or the way of similars.</span></strong></p>
<p><strong><span style="color: #999999; font-weight: normal; text-decoration: line-through;">How</span> does it work?</strong></p>
<p><strong>Scientists <span style="color: #999999; font-weight: normal; text-decoration: line-through;">cannot yet</span> explain the <span style="color: #999999; font-weight: normal; text-decoration: line-through;">precise mechanism of action for homeopathy but there is</span> published evidence <span style="color: #999999; font-weight: normal; text-decoration: line-through;">of its efficacy. It is believed</span> that homeopathic remedies work <span style="color: #999999; font-weight: normal; text-decoration: line-through;">by stimulating the body&#8217;s own healing abilities and that this stimulus</span> as<span style="color: #999999; font-weight: normal; text-decoration: line-through;">sists your own system to</span> clear <span style="color: #999999; font-weight: normal; text-decoration: line-through;">itself of any</span> expressions of imbalance. <span style="color: #999999; font-weight: normal; text-decoration: line-through;">For more details on research evidence, please see the Society’s website at www.homeopathy-soh.org.</span></strong></p></blockquote>
<p>That&#8217;s not too bad. I&#8217;ve crossed out very little by homeopathic dilution standards.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/02/25/cherry-picking-the-society-of-homeopaths/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>&#8220;Choice&#8221; in Medicine</title>
		<link>http://www.apathysketchpad.com/blog/2010/02/12/choice-in-medicine/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/02/12/choice-in-medicine/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 18:51:38 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[Homeopathy]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1169</guid>
		<description><![CDATA[A theme I&#8217;ve heard a lot about from alternative medicine types is &#8220;choice&#8221;. Homeopaths in particular are extremely keen that everyone be given a choice between &#8216;conventional&#8217; and homeopathic medicine. Choice is, of course, a good thing. People should have a choice wherever possible. But the way alternative medicine practitioners use the word is disingenuous at best.
I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>A theme I&#8217;ve heard a lot about from alternative medicine types is &#8220;choice&#8221;. Homeopaths in particular are extremely keen that everyone be given a choice between &#8216;conventional&#8217; and homeopathic medicine. Choice is, of course, a good thing. People should have a choice wherever possible. But the way alternative medicine practitioners use the word is disingenuous at best.</p>
<p>I&#8217;m going to skip over the argument for choice <em>within the NHS</em>, as I think that&#8217;s more to do with entitlement issues and the persecution complex fringe groups always adopt when their absurd privileges are taken away &#8212; hence every &#8216;attack on Christianity&#8217; news report you&#8217;ve ever read or <a href="http://www.wetheundereducated.com/category/anything-i-want-should-be-free/i-want-to-watch-sports-for-free/">the endless &#8216;put the football on the BBC&#8217; petitions on the 10 Downing Street website</a>. The problem with &#8216;choice&#8217; as an argument for providing alternative remedies is that their practitioners are intent on<em> taking away</em> any choice you may have.</p>
<p>A particularly gutsy <em>Deal Or No Deal</em> contestant may find themselves offered the swap with only the 1p and £250,000 boxes in play. Their dilemma, essentially, is between the prize in box 4 and the prize in box 17. One of them is life-changing money, the other won&#8217;t cover their bus fare if they live down the road. If they call it wrong, we wouldn&#8217;t incredulously ask them why anyone would want 1p instead of £250,000. They were never given a meaningful choice.</p>
<p>Both extremes of the &#8216;choice&#8217; argument can agree on one thing: homeopathy and evidence-based medicine do not <em>both</em> work. One of them cures diseases, and the other is a waste of time and money. A patient given a choice between homeopathy and real medicine is in the same position as the <em>Deal Or No Deal</em> contestant above: they want the medicine that will cure their disease, but they don&#8217;t know which box it&#8217;s in. The patient has no meaningful choice until they&#8217;re told which medicine works (at which point they <em>still </em>have no meaningful choice since one option just seems silly).</p>
<p>An uninformed choice is no choice at all, so the people pushing for consumer choice are the skeptics who work to disseminate evidence of efficacy or lack thereof, to expose quacks and to debunk media scare stories. They are giving people the information which enables them to make a choice. Homeopaths are effectively arguing that we are &#8216;anti-choice&#8217; because we want to give people information that will make the choice so easy it will cease to exist. I think they are anti-choice because they deprive people of information that makes the choice meaningful &#8212; and often give out misinformation that makes the answer to their dilemma both obvious and wrong. When they die of a treatable condition, will the homeopath stand up in court and say &#8216;this is what he chose&#8217;?</p>
<p>Nobody is arguing that consumers should have a <em>choice</em> between conventional business deals and Nigerian princes who e-mail them opportunities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/02/12/choice-in-medicine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Homeopathy Works</title>
		<link>http://www.apathysketchpad.com/blog/2010/01/24/how-homeopathy-works/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/01/24/how-homeopathy-works/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 15:27:32 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[10:23]]></category>
		<category><![CDATA[Homeopathy]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1154</guid>
		<description><![CDATA[This Saturday, a lot of people are going to publicly overdose on homeopathic medicine, to prove that the pills are totally inert. This is part of the &#8216;10:23&#8242; campaign. Personally, I love homeopathy. Its practices read like a scathing satire of alternative medicine. Literally every part of it is wrong. Just as you think it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>This Saturday, a lot of people are going to publicly overdose on homeopathic medicine, to prove that the pills are totally inert. This is part of <a href="http://www.1023.org.uk">the &#8216;10:23&#8242; campaign</a>. Personally, I love homeopathy. Its practices read like a scathing satire of alternative medicine. Literally every part of it is wrong. Just as you think it&#8217;s done being silly, you read the next bit and if anything it gets more absurd. Allow me to explain.</p>
<p>The way homeopathy works — I say &#8216;works&#8217;. The way homeopathy is <em>thought </em>to work — I say &#8216;thought&#8217;. The way homeopathy is <em>believed </em>to work is by a principle called &#8216;like cures like&#8217;. So you cure a disease using something that causes the same symptoms (even though they tell you that homeopathy treats diseases, not symptoms unlike, they say, something which they call &#8216;allopathy&#8217; and which everyone else calls &#8216;medicine&#8217;). So, for example, say you have fractured limbs. As any player of Theme Hospital will tell you, Fractured Limbs is caused by falling from high places onto concrete, so you might get some concrete, put it in a glass of water and call it medicine. That&#8217;s a rather facetious example, but you can genuinely buy homeopathic remedies made with <a href="http://www.helios.co.uk/cgi-bin/store.cgi?action=link&amp;sku=dolp-s">dolphin song</a> or <a href="http://www.btinternet.com/~WellMother/venus.htm">the light of Venus</a>. The light of Venus? What disease does that cause? I think if you&#8217;re exposed to significant amounts of Venus-light then the terrible heat and the atmosphere of sulphuric acid will be what does for you. Homeopaths work out what diseases to flog these esoteric tinctures for by giving them to healthy people and writing down what it does to them. In case nothing happens, they omit such extravagances as a control group or any statistical tests, so they get the same guaranteed results as the <em>N </em>= 1 science of <em>Braniac</em>. They call these experiments &#8216;provings&#8217;, which is a bit like me writing &#8216;working&#8217; on my timesheet when I was actually doodling: it is what I would like people to believe I was doing.</p>
<p>Anyway. You take your medicine, which you&#8217;ve carefully selected to be the worst possible thing you could give the patient, and dilute it. This, homeopaths conveniently assert, reduces its harmful effects while amplifying its presumed healing properties. You take a drop of the water with your medicine in, and put it in 10ml of fresh water, which is assumed to be about a 1:100 dilution, which they call &#8220;1C&#8221;. Then you shake it, or hit it with a book. (That obviously achieves nothing, so it can be fun to leave it out, thereby making homeopaths say amusingly daft things like &#8216;well of course it&#8217;s going to sound silly if you don&#8217;t mention the succussion&#8217;, which is the word they invented for hitting things with books.) Then you repeat the dilution, and succussion, so you have a 1:10,000 dilution, which they call &#8220;2C&#8221; and then again so you have a 1:1,000,000, or &#8220;3C&#8221; dilution. They call it a &#8216;potency&#8217; instead of a &#8216;dilution&#8217; because that sounds more like it might work, but chemists may recognise this as the technique used to remove all trace of a chemical from titration pipettes (except they&#8217;re delicate so you don&#8217;t hit them with books). Homeopathic remedies are routinely sold at a potency of &#8220;100C&#8221;, which means&#8230;</p>
<p>The problem with a 100C dilution is that it&#8217;s beyond analogy or satire. A 60C dilution would have to literally fill the entire universe before it had even a remotely realistic chance of containing a single molecule. When homeopathy was first imagined, we didn&#8217;t know about <a href="http://en.wikipedia.org/wiki/Avogadro_constant">Avogadro&#8217;s Number</a>, but now we know that beyond 12C there are generally no molecules left of the original medicine. It&#8217;s just a glass of water. So modern homeopaths have invented a thing called the &#8216;memory of water&#8217;. Some of them write long pieces of gibberish about quantum theory which read like a shooting script for one of the sillier episodes of <em>Star Trek Voyager</em>, but mostly they pin their meagre hopes on some kind of unspecified crystalline microstructures which they say form around molecules in water, and which heal your body somehow and don&#8217;t get damaged by being repeatedly hit with a book. Of course nobody has ever shown the memory of water effect in a laboratory or that homeopathic remedies have any therapeutic effect, but they write a lot more entertaining but merit-free quantum bullshit to explain that away. This empty water can optionally be soaked into a sugar pill if liquid medicine isn&#8217;t your thing, so my advice would be not to give hyperactive children homeopathic sleeping pills.</p>
<p>The problem with the &#8216;memory of water&#8217; hypothesis (aside from the fact that it isn&#8217;t true) is that beyond a 24C dilution there is none of the 12C solution left either, so water would not only have to remember what it contained, but communicate this information to some future water. A 100C dilution would have had to do this at least four times. This aqueous Chinese-whispers obviously has no active ingredient, and homeopaths therefore believe that the real power of homeopathy is that it activates the body&#8217;s own healing powers, which sounds very natural and healthy but raises two rather important questions, the first of which is &#8216;why doesn&#8217;t the body just use those powers in the first place?&#8217;, and the second of which is &#8216;what environment did mankind evolve in where this was the best system?&#8217;. Developing an immune system that needs kick-starting by some water which used to have poison in it seems to me like an evolutionary mis-step.</p>
<p>No, the immune system evolved to try its level best to fix anything that might go wrong in the body, but it&#8217;s a bit of an ad-hoc job and doesn&#8217;t always get it right. Sometimes it&#8217;s slow, sometimes it fails, and sometimes epically backfires and kills its owner. Modern medicine works by giving a group of intelligent people a deep understanding and knowledge of anatomy, asking them to interfere with the natural progression of a disease, and banking on their expertise to make a better fist of it than the body&#8217;s in-built system, which by the way is the same system that reckons if you don&#8217;t wash your face enough you need a load of spots that hurt to clean. It&#8217;s a slightly messy process, obviously, because there&#8217;s a finite number of options available, so we do massive amounts of research to discover every effect that every chemical and surgical procedure we can think of has on the body. Doctors look through that research to find one which will do what they need it to, and anything else it happens to do is called a &#8217;side effect&#8217; and the patient has to put up with them or take their chances with the disease.</p>
<p>Homeopaths, on the other hand, insist their medicine has no side effects. Much like the Daily Mail, they see the world as divided into &#8216;healing&#8217; and &#8216;disease-causing&#8217; things, and like the Daily Mail put everything on both lists. It&#8217;s just a pathetic piece of magical thinking which belies a complete lack of understanding of how the world works. It&#8217;s not divided into &#8216;good&#8217; and &#8216;bad&#8217; things; things are right or wrong for a particular purpose. It&#8217;s this kind of thinking that leads to people putting deisel in a petrol engine, assuming they haven&#8217;t ruined it already by using 100C unleaded.</p>
<div style="float: right; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #dddddd; text-align: center; background-position: initial initial; background-repeat: initial initial; width: 500px; padding: 5px; margin: 5px; border: 1px solid black;"><small><img style="border: 0px initial initial;" src="http://farm4.static.flickr.com/3380/3501378546_dda6e1d914.jpg" border="0" alt="Sugar pills" width="500" height="375" /><br />
<em>Homeopathic medicines in Boots, labelled with poncey Latin names to appear more credible. Hence the alternative spelling &#8216;homœopathy&#8217;.</em><br />
</small><small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://www.apathysketchpad.com/blog/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.flickr.com/photos/79755610@N00/3501378546/" target="_blank">photo</a> credit: <a title="Gwyn Richards" href="http://www.flickr.com/photos/79755610@N00/3501378546/" target="_blank">Gwyn Richards</a></small></div>
<p>And obviously people are perfectly free to think this way and to spend many a happy afternoon pointlessly diluting glasses of water and hitting them with books. Probably the ritual will make them feel better. But if people rely on this voodoo nonsense instead of real medicine, they die. And <a href="http://whatstheharm.net/homeopathy.html">when they promote it over real medicine, they kill</a>. <a href="http://www.guardian.co.uk/society/2009/nov/25/homeopathy-nhs-commons-committee-inquiry">Boots the Chemist have admitted in Parliament that there is no evidence that homeopathic medicines work, but they sell them anyway, alongside the real medicine, because &#8220;[their] customers think they work&#8221;</a>. Campaigns like <a href="http://www.1023.org.uk/">10:23</a> are important to minimise the harm these things do.</p>
<p>Homeopaths will tell you that 10:23 does nothing to disprove homeopathy. The stunt is for loads of people to each chug an entire box of pills all at once to demonstrate that nothing happens. Such homeopathic overdose stunts have been done before, and homeopaths have got their excuse down pat by now: they say that any non-zero number of pills, if swallowed all at once, is the same as one pill. (I agree, apart from the &#8216;non-zero&#8217; part.) They can say this, and indeed anything they like, because once you&#8217;ve effectively invoked magic, all bets are off. But the point isn&#8217;t to convince homeopaths — they&#8217;re far too invested to quit now — but to show everyone else how silly it is. If you have a bit of a cold and someone suggests you try homeopathy, and you do and you get better because it was only a cold, that can be quite convincing. But if we can goad the homeopathic community into publicly saying something as patently absurd as &#8220;one hundred pills is the same dose as one pill&#8221; then that&#8217;s a valuable victory. Anyone who&#8217;s seen that will think twice before entrusting their health to a homeopath. It also raises questions about why the packaging of these pills says to take a dose of two. That&#8217;s the business plan of a dodgy plumber.</p>
<p>That&#8217;s the point: we don&#8217;t need to disprove homeopathy. Aside from the fact that it is the homeopaths&#8217; responsibility to prove their theory, all you need to do to homeopathy is hand it enough rope. A public awareness campaign is exactly the last thing homeopaths need.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/01/24/how-homeopathy-works/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>Finally, a violent, sex-filled videogame we can all enjoy!</title>
		<link>http://www.apathysketchpad.com/blog/2010/01/24/finally-a-violent-sex-filled-videogame-we-can-all-enjoy/</link>
		<comments>http://www.apathysketchpad.com/blog/2010/01/24/finally-a-violent-sex-filled-videogame-we-can-all-enjoy/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 13:52:26 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Religion]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1151</guid>
		<description><![CDATA[Games like Call of Duty and Grand Theft Auto come in for a lot of stick, from simpletons who assume we&#8217;ll be violent in real life after playing them, and from moralistic fools who think we shouldn&#8217;t be playing them anyway because it&#8217;s &#8216;wrong&#8217; to press a button that makes a machine draw a picture [...]]]></description>
			<content:encoded><![CDATA[<p>Games like Call of Duty and Grand Theft Auto come in for a lot of stick, from simpletons who assume we&#8217;ll be violent in real life after playing them, and from moralistic fools who think we shouldn&#8217;t be playing them anyway because it&#8217;s &#8216;wrong&#8217; to press a button that makes a machine draw a picture of how it imagines a man killing a prostitute would look.</p>
<p>But then I read that <a href="http://timescolumns.typepad.com/gledhill/2010/01/bang-crash-kill-those-canaanites-the-bible-on-your-xbox.html">someone&#8217;s released the Bible on Xbox Live Arcade</a>. It occurs to me that the events of the Old Testament would make for a violent, sex-crazed, prostitute-laden videogame that <em>nobody could criticise</em>. You could play as the Angel of Death, and storm down Egyptian streets slaying babies, or you could, well, <a href="http://www.skepticsannotatedbible.com/lev/21.html#9">drive around killing prostitutes</a>. If the indiscriminate killing in Grand Theft Auto is too offensive, why not make a game based on <a href="http://www.skepticsannotatedbible.com/dt/2.html#34">Deuteronomy 2:33-34</a>, where you run around a city killing everybody? A lot of people would be upset at this game, but I don&#8217;t see how they could complain because most of them are big fans of the book.</p>
<p>The New Testament game would be less fun, but easier because you&#8217;d get two lives.</p>
<p>Also the real-time-strategy element would probably be a bit unbalanced if all you have to do is march around the city a few times playing horns and the whole place falls down. What Biblical stories would make good criticism-proof videogames?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2010/01/24/finally-a-violent-sex-filled-videogame-we-can-all-enjoy/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I think it&#8217;s fair to say that nothing Rob Grant writes should ever come true.</title>
		<link>http://www.apathysketchpad.com/blog/2009/11/14/i-think-its-fair-to-say-that-nothing-rob-grant-writes-should-ever-come-true/</link>
		<comments>http://www.apathysketchpad.com/blog/2009/11/14/i-think-its-fair-to-say-that-nothing-rob-grant-writes-should-ever-come-true/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 00:34:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Religion]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1128</guid>
		<description><![CDATA[There is a law which states that you can&#8217;t discriminate according to religious beliefs. In principle I think this is a bad law, because the idea that someone can&#8217;t be refused employment on the basis that they&#8217;re delusional is absurd, but pragmatically I think it&#8217;s necessary. Relatively few people choose their religious beliefs and people [...]]]></description>
			<content:encoded><![CDATA[<p>There is a law which states that you can&#8217;t discriminate according to religious beliefs. In principle I think this is a bad law, because the idea that someone can&#8217;t be refused employment on the basis that they&#8217;re delusional is absurd, but pragmatically I think it&#8217;s necessary. Relatively few people choose their religious beliefs and people whose parents have inducted them into cults have it bad enough without having a tough time getting a job.</p>
<p>The pragmatic necessity, though, doesn&#8217;t extend to any old nonsense. This week, there have been two weird uses of this law. The first was Tim Nicholson, who won a judgement about unfair dismissal after he was sacked for hectoring his company about green issues.</p>
<blockquote><p><a href="http://news.bbc.co.uk/1/hi/england/oxfordshire/8339652.stm"> His solicitor, Shah Qureshi, said</a>: &#8220;Essentially what the judgment says is that a belief in man-made climate change and the alleged resulting moral imperative is capable of being a philosophical belief and is therefore protected by the 2003 religion or belief regulations.&#8221;</p></blockquote>
<p>This was best summed up, I think, by David Mitchell on the News Quiz, who essentially said that it&#8217;s good these ideas get respect but that it&#8217;s bad that the way they do so is to be more like religions. He said that arbitrary religious reckonings musn&#8217;t be questioned but scientific facts backed by evidence are fair game and that that was the wrong way around.</p>
<p>More recently,</p>
<blockquote><p>Alan Power, a trainer with Greater Manchester Police, will rely on a previous judgment that found his belief in mediums who contact the dead is akin to a religious or philosophical conviction. In an unpublished judgement in Mr Power&#8217;s favour seen by <a href="http://www.independent.co.uk/news/uk/home-news/man-sacked-for-belief-in-psychics-backed-by-judge-but-of-course-he-knew-that-would-happen-1819025.html">The Independent</a>, the employment specialist Judge Peter Russell said that psychic beliefs are capable of being religious beliefs for the purpose of the Employment Equality (Religion or Belief) Regulations 2003.</p></blockquote>
<p>If you need convincing that this is perverse, read this:</p>
<blockquote><p>Judge Peter Russell&#8230; said: &#8220;I am satisfied that the claimant&#8217;s beliefs that there is life after death and that the dead can be contacted through mediums are worthy of respect in a democratic society&#8221;</p></blockquote>
<p><em>Really</em>? I would say they&#8217;re worthy of mockery, and I&#8217;d further say that they&#8217;re a very good reason to sack him if</p>
<blockquote><p>Mr Power told the court that he had a belief in psychics and their &#8220;usefulness in police investigations&#8221;.</p></blockquote>
<p><a href="http://tessera2009.blogspot.com/2009/11/psychic-detectives.html">According to a blog</a>,</p>
<blockquote><p>The judge said that a later hearing would have to establish whether Power was &#8216;dismissed for the possession of religious or philosophical beliefs or for his alleged inappropriate foisting of his beliefs on others&#8217;.</p></blockquote>
<p>But then, <a href="http://business.timesonline.co.uk/tol/business/law/article6914978.ece">according to the Times</a>,</p>
<blockquote><p>Mr Power, who worked for Greater Manchester Police for three weeks in October last year, was sacked over his work with neighbouring police forces and his “current work in the psychic field”, the tribunal heard.</p></blockquote>
<p>If Power wins the second hearing then this would effectively shepherdus into the fictional world of Rob Grant&#8217;s <em>Incompetence</em>. This is a book set in a dystopian future in which it is illegal to discriminate on the grounds of incompetence, and therefore everyone does the job they want and most of them are terrible at it.</p>
<p>This is part of the wider problem of religion: it demands that we respect ideas that range from slightly odd to downright idiotic, but doesn&#8217;t properly define which ones, so any attempt to mandate that respect is doomed. You can&#8217;t build an internally consistent set of rules if you have to accommodate the mandatory respect of a handful of strange beliefs. You end up having to respect <em>any </em>belief regardless of its merit and that leads to people being killed by elevators with buttons wired up for floors that don&#8217;t exist.</p>
<p>It should be illegal to fire someone because they believe in man-made climate change because that&#8217;s sensible. It should be legal to fire someone because they believe in psychic mediums because that&#8217;s stupid. Surely we have a law for that? Surely that&#8217;s what the &#8216;unfair dismissal&#8217; means?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2009/11/14/i-think-its-fair-to-say-that-nothing-rob-grant-writes-should-ever-come-true/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>If Science Cannot Do Without Nutt&#8230;</title>
		<link>http://www.apathysketchpad.com/blog/2009/11/04/if-science-cannot-do-without-nutt/</link>
		<comments>http://www.apathysketchpad.com/blog/2009/11/04/if-science-cannot-do-without-nutt/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 02:02:08 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Bad Science]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Alan Johnson]]></category>
		<category><![CDATA[Ann Widdecombe]]></category>
		<category><![CDATA[David Nutt]]></category>
		<category><![CDATA[Gordon Brown]]></category>
		<category><![CDATA[Melanie Phillips]]></category>
		<category><![CDATA[The Daily Mail]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1122</guid>
		<description><![CDATA[Presumably if you&#8217;re reading this you&#8217;ve heard that Alan Johnson demanded David Nutt resign as head of something called the Advisory Council on the Misuse of Drugs for comments he made in a speech reproduced as a pamphlet you can download. I have read his speech. It&#8217;s quite interesting. It discusses the intentions of the drug classification [...]]]></description>
			<content:encoded><![CDATA[<p>Presumably if you&#8217;re reading this you&#8217;ve heard that Alan Johnson demanded David Nutt resign as head of something called the Advisory Council on the Misuse of Drugs for comments he made in <a href="http://www.crimeandjustice.org.uk/estimatingdrugharms.html">a speech reproduced as a pamphlet you can download</a>. I have read his speech. It&#8217;s quite interesting. It discusses the intentions of the drug classification system, criticises the current implementation, and offers a proposal for and justification of an alternative based on a systematic comparison the effects of a range of drugs, according to criteria decided by the public. This is complete with references, and in short exactly the sort of thing a Professor of Neuropsychopharmacology should be doing and while <a href="http://transform-drugs.blogspot.com/2007/03/lancet-and-drug-harms-missing-bigger.html">it&#8217;s not perfect</a> I honestly can&#8217;t imagine why anyone would sack him for it.</p>
<p>Ann Widdecombe, who can always be relied upon to jump into the wrong side of any issue put before her, offered this dismal attempt at an explanation:</p>
<blockquote><p>Look, you read your newspapers every day. Scientific advice changes almost as often as the wind.</p></blockquote>
<p>You can <a href="http://www.bbc.co.uk/iplayer/episode/b00nm7nh/Jeremy_Vine_02_11_2009/">hear this on iPlayer now</a>; I <a href="http://twitter.com/krypto/statuses/5361655323">heard about it from @krypto</a>. And she&#8217;s right, of course, because the sum total of everything we know about the universe changes when we learn new things. Your choices are to go with what we know now, understanding that it could change in the future, or to make shit up and run with that. If you want to make shit up then fine (it&#8217;s called religion), but don&#8217;t foist your made up shit on me, and don&#8217;t employ a scientific advisor to make it look credible or else <em style="font-style: italic;">exactly this is bound to happen</em>.</p>
<p><a href="http://www.dailymail.co.uk/debate/article-1224858/Yes-scientists-good-But-country-run-arrogant-gods-certainty-truly-hell-earth.html">The Daily Mail&#8217;s A N Wilson also defended Johnson</a>, who presumably wishes he wouldn&#8217;t, saying</p>
<blockquote><p>The only difference between Hitler and previous governments was that he believed, with babyish credulity, in science as the only truth. He allowed scientists freedoms which a civilised government would have checked.</p></blockquote>
<p>This was accompanied by an inset photo of Hitler until The Jan Moir Police made them take it down.</p>
<p>While obviously Wilson&#8217;s biggest crime against reason in that quote is kidnapping the word &#8216;only&#8217; and dumping it, lost and confused, in front of an idea well outside its comfort zone, he&#8217;s also quaintly ignorant. Hitler was a big fan of science in principle, but corrupted it with quackery and racist ideology, and all but banned theoretical work as &#8216;Jewish science&#8217; (except secretly where it might help his war effort). Anyone caught doing science that didn&#8217;t fit the racist message was fired. One mathematician even attempted to prove quantum mechanics and Nazism were the same thing. All of this is covered in <a href="http://www.johngrantpaulbarnett.com/CorruptedScience.html">John Grant&#8217;s </a><em style="font-style: italic;"><a href="http://www.johngrantpaulbarnett.com/CorruptedScience.html">Corrupted Science</a></em> which I presume the Daily Mail&#8217;s A N Wilson hasn&#8217;t read, because it is a book.</p>
<p><a href="http://www.melaniephillips.com/articles-new/?p=691">Melanie Phillips, also of the Mail, implied pretty strongly that Nutt&#8217;s claims were simply wrong</a>, which would at least be a legitimate defence of his sacking, were it true.</p>
<blockquote><p>The reason they are casting the Home Secretary as the villain of this episode is that the chattering classes have bought into the idea that soft drugs are indeed less dangerous than alcohol or tobacco. They therefore think Nutt is the voice of scientific reason.</p>
<p>But he is not.</p></blockquote>
<p>She does, at least, appear to have read his speech, as she criticises it piece by context-free piece, which is perhaps as strong an endorsement as a scientific claim can get. Melanie Phillips&#8217; views on science are almost uniformly opposed to reality. Take, for example <a href="http://www.badscience.net/2005/11/comment-the-mmr-sceptic-who-just-doesnt-understand-science/">her butchering of the Cochrane report on MMR</a> or <a href="http://skeptico.blogs.com/skeptico/2009/04/melanie-phillips-wrong-on-intelligent-design-creationism.html">her support for &#8216;intelligent design&#8217;</a>. Incidentally, Nutt&#8217;s speech cites the MMR fiasco as an example of harm done by ignoring evidence. Phillips doesn&#8217;t mention this. (<a href="http://transform-drugs.blogspot.com/2007/03/lancet-and-drug-harms-missing-bigger.html">For a better cricism of Nutt&#8217;s ideas, see the Transform blog post about the original paper</a>.)</p>
<p>On what I will generously refer to as &#8216;the left&#8217;, <a href="http://www.guardian.co.uk/politics/2009/nov/02/drug-policy-alan-johnson-nutt">Alan Johnson himself defended his actions by saying</a></p>
<blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 13px; margin-left: 0px; border-collapse: collapse; background-repeat: no-repeat; padding: 0px;">Professor Nutt was not sacked for his views, which I respect but disagree with &#8230; He was asked to go because he cannot be both a government adviser and a campaigner against government policy. This principle is well understood and long established.</p>
</blockquote>
<p>Widdecombe also made this case. And it&#8217;s true, although irrelevant. This was a lecture about scientific work, not a campaign. In any case, I think it&#8217;s equally well understood and established that you can&#8217;t ignore science and expect your science adviser to sit there and let you get on with it. Even if Nutt had crossed the line into campaigning, I think he would have been justified in doing so. As it is, Nutt did little more than present an alternative idea for consideration and present arguments in its favour (i.e., science). <a href="http://www.telegraph.co.uk/news/newstopics/politics/6493671/Gordon-Brown-backs-sacking-of-chief-drugs-adviser-Prof-David-Nutt.html">Gordon Brown believes Nutt should be fired for this</a>, &#8220;because we cannot send mixed messages&#8221;, an argument pre-emptively demolished by Nutt himself on page 12 of <a href="http://www.crimeandjustice.org.uk/opus1714/Estimating_drug_harms.pdf">the PDF transcript</a>.</p>
<p><a href="http://layscience.net/node/718">Martin at LayScience.net points out</a> <em style="font-style: italic;">[with my annotation in square brackets]</em> that</p>
<blockquote><p>nobody hearing Professor Nutt speaking about the government is going to confuse him with a Labour minister <em style="font-style: italic;">[</em><em style="font-style: italic;"><a href="http://timesonline.typepad.com/science/2009/11/david-nutts-controversial-lecture-conformed-to-government-guidelines.html">and it was made clear Nutt was speaking only as a scientist</a></em><em style="font-style: italic;">]</em>, so the problem that Gordon Brown is referring to is the problem of a senior scientist publishing and publicising research that contradicts the government line. In Gordon Brown&#8217;s world of control freakery, such dissent is not to be tolerated.</p></blockquote>
<p>which sounds familiar but I shan&#8217;t comment on why because I&#8217;m not sure what happens if <em style="font-style: italic;">both</em> sides of an argument are compared to Hitler.</p>
<p>Don&#8217;t listen to these people, and don&#8217;t listen to me. <a href="http://www.crimeandjustice.org.uk/estimatingdrugharms.html">Read Nutt&#8217;s speech for yourself</a>. If you&#8217;re a scientist, you&#8217;ll find its structure and tone familiar and start to wonder what all the fuss was about. If not, just read it and then ask yourself if you&#8217;d consider it &#8216;<em style="font-style: italic;">campaigning</em> against government policy&#8217; or &#8216;a man telling a class what he does at work&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2009/11/04/if-science-cannot-do-without-nutt/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Error: &#8220;God&#8221; is not a recognised command or filename.</title>
		<link>http://www.apathysketchpad.com/blog/2009/10/20/error-god-is-not-a-recognised-command-or-filename/</link>
		<comments>http://www.apathysketchpad.com/blog/2009/10/20/error-god-is-not-a-recognised-command-or-filename/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 22:24:14 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Religion]]></category>

		<guid isPermaLink="false">http://www.apathysketchpad.com/blog/?p=1110</guid>
		<description><![CDATA[Obviously fundamentalist religion bothers me. It makes me very angry to see anyone try to enforce rules based on ideas that are unproven, much less false. But I&#8217;ve never really known what to think of the more mainstream, moderate everyday religion.
I mean, I don&#8217;t like it in principle because I think if people are going to believe something [...]]]></description>
			<content:encoded><![CDATA[<p>Obviously <em>fundamentalist </em>religion bothers me. It makes me very angry to see anyone try to enforce rules based on ideas that are unproven, much less false. But I&#8217;ve never really known what to think of the more mainstream, moderate <em style="font-style: italic;">everyday</em> religion.</p>
<p>I mean, I don&#8217;t like it <em style="font-style: italic;">in principle</em> because I think if people are going to believe something then it should be true. (And for the record, anyone who falls for Mormonism or Scientology is a fully levelled-up imbecile, with a million inexperience points and the Shield of Ignorance card.) I also object to the relativist attitude the current culture promotes. Lastly, I object to anyone identifying themselves as &#8216;Catholic&#8217; because that&#8217;s an endorsement of Pope Batshit-Mental XVI, and more generally a large number of believers gives <em>any </em>religion&#8217;s lunatic fringe a dangerous illusion of credibility. And these are all fine objections <em style="font-style: italic;">in principle</em>, but in practice, in reality, for the purposes of day-to-day thinking, I just find it <em style="font-style: italic;">weird</em>.</p>
<p>I think I&#8217;ve essentially been an atheist ever since it occurred to me to <em>think </em>about religion. For years since then I&#8217;ve surrounded myself with young, middle-class, liberal science students and their ilk, so now when I meet someone I assume they&#8217;re an atheist in the same way I assume they like cake: so completely have I accepted that there aren&#8217;t any gods that it simply wouldn&#8217;t occur to me that anyone might disagree. I mean, I <em style="font-style: italic;">know </em>religious people exist outside of churches and other countries and the Internet, but only in the same way that I know a lot of people are conservatives and I know the weekend isn&#8217;t an infinite time-bank in which I can catch up with any ridiculous amount of work I care to ignore during the week: I can remember that these things are true but they&#8217;re kind of <em style="font-style: italic;">not programmed </em>into my internal model of the world. You know, like general relativity.</p>
<p>But then&#8230; there are a couple of my friends who are theists, and every so often I see a Facebook update or something* that casually mentions God or Jesus or Allah <a href="http://twitter.com/MarkSTaylor/statuses/4945621017">vel cetera</a> as if it&#8217;s a real person and it just <em style="font-style: italic;">weirds me out</em>. For one thing, I don&#8217;t know what to do when I&#8217;m invited to thank God for some meaningless turn of fortune. Anything honest seems impolite. How is that fair? They&#8217;re the one with the delusion &#8212; if anyone&#8217;s going to be in an impossible situation, surely it should be them?</p>
<p>In the end I just ignore them. I know if I correct them they won&#8217;t listen anyway. Although that said, I do the same thing in pub quizzes and I&#8217;ve lost out on a prize that way, so maybe I need to be more assertive. In the meantime, though, my sheepishness to correct the deluded stands me in good stead for handling the religious. Sometimes I post passive-aggressively atheist messages just to balance it out.</p>
<p>The feeling that it&#8217;s weird persists, though. Here, I think (in that implicit, subconscious way we do most of our low-level thinking) is a list of updates, from people I care about, to let me know what&#8217;s going on in their lives&#8230; and here&#8217;s one that also involves a fictional character that my friend genuinely believes to be real. I literally don&#8217;t know how to process that information. It&#8217;s like presenting DOS with the command “<span style="font-family: monospace;">c:\make me a cup of tea</span>”. My face just goes blank while my brain throws it the neural equivalent of an unhandled exception error and emails a crash report to Charles Darwin.</p>
<p>I don&#8217;t really have a point to make here about anyone other than myself. (I thought I&#8217;d wait until the end to mention that. So you&#8217;d read it.) I think I just needed to write this somewhere before it drove me crazy. I vaguely hope that any religious folk who happen across this post might understand a bit better what it&#8217;s like to be an atheist, although I suspect they might only learn what it&#8217;s like to be a socially inept geek-atheist who is procrastinating rather than write his thesis.</p>
<hr />*It&#8217;s always online. I assume this is either because there&#8217;s less taboo about being religious on the internet or because people rapidly learn not to invoke their imaginary friend in my company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apathysketchpad.com/blog/2009/10/20/error-god-is-not-a-recognised-command-or-filename/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
