<?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>Armchair Dissident</title>
	<atom:link href="http://armchairdissident.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://armchairdissident.wordpress.com</link>
	<description>Musings from a UK skeptic who's tired of shouting ineffectually at his TV</description>
	<lastBuildDate>Sun, 29 Jan 2012 14:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='armchairdissident.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Armchair Dissident</title>
		<link>http://armchairdissident.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://armchairdissident.wordpress.com/osd.xml" title="Armchair Dissident" />
	<atom:link rel='hub' href='http://armchairdissident.wordpress.com/?pushpress=hub'/>
		<item>
		<title>O2: How to turn a cockup into a clusterfuck</title>
		<link>http://armchairdissident.wordpress.com/2012/01/25/o2-how-to-turn-a-cockup-into-a-clusterfuck/</link>
		<comments>http://armchairdissident.wordpress.com/2012/01/25/o2-how-to-turn-a-cockup-into-a-clusterfuck/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 19:58:24 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=196</guid>
		<description><![CDATA[Every IT company makes cock-ups. It&#8217;s pretty much unavoidable: you&#8217;re dealing with a lot of data, and there&#8217;s hundreds of ways things can go wrong. The difference between a good IT company and a bad one is that when something goes wrong with a good IT company, the damage is minimal, and the fallout is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=196&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Every IT company makes cock-ups. It&#8217;s pretty much unavoidable: you&#8217;re dealing with a lot of data, and there&#8217;s hundreds of ways things can go wrong. The difference between a good IT company and a bad one is that when something goes wrong with a good IT company, the damage is minimal, and the fallout is properly controlled; when something goes wrong with a bad IT company, the damage is big, and the fallout immersive.</p>
<p>By this definition, the revelation that O2 have been sending out their user&#8217;s phone number to every website their customers visited, and the aftermath and PR handling firmly puts O2 in the &#8220;not good&#8221; category.</p>
<p>Here&#8217;s <a title="The Register" href="http://www.theregister.co.uk/2012/01/25/o2_hands_out_phone_numbers_to_websites/" target="_blank">The Register</a> on what happened:</p>
<blockquote><p>The info leak was highlighted yesterday by O2 customer Lewis Peckover, who set up a little<a href="http://lew.io/headers.php" target="_blank">web tool</a> that displays all the HTTP header information sent to sites by connecting web browsers. These strings of data include details such as the URL of the page requested, and the web browser and operating system versions used by the person visiting the site.</p></blockquote>
<div id="article-mpu-container">
<blockquote><p><strong>For customers browsing on an O2 3G connection, these headers also include their telephone number in an <code>x-up-calling-line-id</code> line &#8211; added in by proxy server software most likely running on the telco&#8217;s network</strong>, rather than disclosed by a gadget&#8217;s browser or software.</p></blockquote>
<p>The crucial part is the bit I&#8217;ve highlighted, and if you&#8217;re not in IT or familiar with the technology that makes the web work, this may not mean much to you, but what it essentially means is that O2 take every page request your browser makes, and neatly tags your phone number to the end. At the risk of making your eyes glaze over, this is roughly what a normal web request looks like:</p>
<pre>1) User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.52.7 (KHTML, like Gecko) Version/5.1.2 Safari/534.52.7
2) Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
3) Accept-Language: en-us
4) Accept-Encoding: gzip, deflate
5) X-Forwarded-For: 87.114.39.218</pre>
<p>(the numbers have been added for clarity). Whilst this may look meaningless, it&#8217;s actually really easy to understand. Lines 1-4 simply identify, in turn, the type of browser I&#8217;m using, what types of files are supported, what languages I can accept, and whether I can accept compressed (zipped) data. All of this is vital information for web-developers: if the browser identifies itself as Internet Explorer 5, for example, the developers know to weep in frustration and existential despair. The fifth line is a kind of de-facto standard that&#8217;s used to identify and log IP addresses. There&#8217;s a whole host of valid information that can be added to those 5 lines, but the general idea is that these headers are necessary for your browser to play nice with the site you&#8217;re visiting (These headers are known as HTTP headers, where HTTP is the Hypertext Transfer Protocol &#8211; one of the main protocols that the web is based on &#8211; and where that HTTP is the same http you see in almost every website address as &#8220;http://[somewhere]&#8220;. The more you know, and all that.)</p>
<p>What O2 have done is add a 6th line that looks something like this:</p>
<pre>x-up-calling-line-id: 447590XXXYYY</pre>
<p>Where XXXYYY is your phone number. What this boils down to is that for quite some time, if you were an O2 customer with a 3G phone, every website you visited over O2&#8242;s data network got your phone number absolutely free. This doesn&#8217;t just mean &#8220;every website you deliberately visit&#8221;, it means &#8220;every site you visit, every advertising service they use, and everything that uses the in-built browsing facilities of your phone.&#8221;</p>
<p>That&#8217;s a massive cockup. It&#8217;s quite difficult to overstate how big a cockup this is. But O2 managed to make it worse.</p>
<p>Bear in mind that the line &#8220;x-up-calling-line-id&#8221; that O2 added to the browser is not part of the standard. There&#8217;s no reason for that line to exist. It has no purpose. It&#8217;s a bit like ordering a lamp, and finding your medical history has been sent to the lamp company. So the question has to be asked: how did that get there? It&#8217;s clearly something more than a simple &#8220;oops&#8221;. There is no possible reason for O2 to add that phone number field at all. So why is it there? How did this otherwise inexplicable cockup occur?</p>
<p>Well O2, helpful as ever, have admitted the mistake and issued a PR <del>disaster</del> release <a title="O2 cockup FAQ" href="http://blog.o2.co.uk/home/2012/01/o2-mobile-numbers-and-web-browsing.html" target="_blank">explaining</a>:</p>
<blockquote><p>AEvery time you browse a website (via mobile or desktop), certain technical information about the machine you are using, is passed to website owners. This happens across the internet, and enables website owners to optimise the site you see.</p></blockquote>
<p>So far, so good. That &#8220;technical information&#8221; is the HTTP headers I&#8217;ve shown above, it&#8217;s absolutely essential to your browsing experience. But the phone number isn&#8217;t. O2 continue:</p>
<blockquote><p>When you browse from an O2 mobile, we add the user&#8217;s mobile number to this technical information, but only with certain trusted partners. This is standard industry practice.</p></blockquote>
<p>Taking the two statements as a whole, it tends to suggest that O2 are claiming that it is standard industry practice to include certain information about the machine you are using <em><strong>and</strong></em> your phone number to website owners. But the phone number is most certainly not standard <em>industry</em> practice. It may be standard O2 practice, and it may even be standard practice amongst mobile phone 3G operators, but that&#8217;s hardly standard practice! There&#8217;s a standard industry response to this: its to call &#8220;BULLSHIT&#8221;.</p>
<p>But this still doesn&#8217;t answer why they&#8217;d want to do something so obviously stupid. O2 have this covered:</p>
<blockquote><p>We share mobile numbers with selected trusted partners for 3 reasons: 1) to manage age verification, which manages access to adult content, 2) to enable third party content partners to bill for premium content such as downloads or ring tones that the customer has purchased 3) to identify customers using O2 services, such as My O2 and Priority Moments. This only happens over 3G and WAP data services, not WiFi.</p></blockquote>
<p>If you&#8217;re an O2 customer, read that again and let it sink in for a moment. If you&#8217;re not an O2 customer, but have a 3G enabled phone, you might still want to let that sink in for a moment; there&#8217;s every chance that, whilst O2 got caught with their pants down, your provider is doing this too.</p>
<p>&#8220;We share mobile numbers with selected trusted partners&#8221;.</p>
<p>After asking &#8220;WTF?!&#8221;, the next most obvious question is &#8220;what trusted partners?&#8221; We don&#8217;t know, and at the time of writing O2 aren&#8217;t saying. You might also want to ask &#8220;I didn&#8217;t agree to this, where did I agree to this?&#8221;. Well, for O2, their broadband terms and conditions are <a title="O2 Terms and Conditions" href="http://www.o2.co.uk/termsandconditions/broadband" target="_blank">online</a>. Good luck finding such authorisation, because I sure as hell can&#8217;t find it.</p>
<p>So what can we surmise so far?</p>
<p>O2 have been caught with their pants down. They started sending their customer&#8217;s phone numbers all around the world because they have always been sending their customer&#8217;s phone numbers to unnamed &#8220;trusted&#8221; third parties &#8212; parties trusted by O2, of course, not necessarily trusted by their customers who&#8217;s confidential information they are so cavalier about. We can further guess that they cocked up configuring their proxies (systems vaguely similar to the wireless router you&#8217;re probably connecting to the internet to), and it is that that lead to private information being leaked to all-and-sundry.</p>
<p>But it&#8217;s only the phone number, right? No.</p>
<p>This is, I think, where the shit really hits the fan. In their FAQ, O2 state:</p>
<blockquote><p>Q: Which of my information can website owners access?</p>
<p><strong>A: The only information websites had access to is your mobile number, which could not have been linked to any other identifying information we have about customers.  </strong></p></blockquote>
<p>O2 highlighted the question, I think the answer is more interesting.</p>
<p>Look back up to why O2 are sharing your information: to manage age verification to manage access to adult content, to enable third part content partners to bill you, and identify customers using O2 services.</p>
<p>Can you guess which of those services can be carried out solely through the use of a phone number without revealing any further information about the person? Because I sure as hell can&#8217;t. Indeed the <em>very act of answering of the question</em> provides more information about a person. Want to use your mobile number to verify age in order to access adult services (which does not necessarily mean porn, BTW)? You have just disclosed that the person with this mobile number is over 18 years of age. You&#8217;ve potentially associated a useful demographic with a mobile number (and everything else that you may be providing in order to access adult content)</p>
<p>The simple fact is that it is simply not possible for the answer to that question to be true. I don&#8217;t think O2 are lying, I think their PR people haven&#8217;t the foggiest clue of the utter clusterfuck they&#8217;ve got on their hand. I don&#8217;t think they have the faintest clue of the enormity of both their cockup and their subsequent PR clusterfuck. More importantly, I don&#8217;t think they have the faintest clue just how dodgy their system was before &#8220;business as usual&#8221; &#8211; treating customer&#8217;s data with utter contempt &#8211; was shown up to the world by a simple mis-configured proxy server.</p>
<p>And, as I said before, this isn&#8217;t just O2 doing this. They&#8217;re just the ones that got caught out this time.</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=196&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2012/01/25/o2-how-to-turn-a-cockup-into-a-clusterfuck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>A long explanation of a damned fine joke. PtII.</title>
		<link>http://armchairdissident.wordpress.com/2011/05/31/a-long-explanation-of-a-damned-fine-joke-ptii/</link>
		<comments>http://armchairdissident.wordpress.com/2011/05/31/a-long-explanation-of-a-damned-fine-joke-ptii/#comments</comments>
		<pubDate>Tue, 31 May 2011 14:16:25 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=169</guid>
		<description><![CDATA[When I last looked at number systems nearly two years ago, I promised to do a follow up to the question &#8220;Why&#8221;. Why would someone choose to use binary, octal and hexadecimal number-bases instead of the familiar base-10 (decimal) system we use in our day-to-day life. I may have written it over 2 years ago [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=169&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When I last <a href="http://armchairdissident.wordpress.com/2009/04/15/a-long-explanation-of-a-damned-fine-joke/">looked at number systems nearly two years ago</a>, I promised to do a follow up to the question &#8220;Why&#8221;. Why would someone choose to use binary, octal and hexadecimal number-bases instead of the familiar base-10 (decimal) system we use in our day-to-day life. I may have written it over 2 years ago without doing the promised follow-up, but it still seems to be the most visited page on this rather decrepit blog, so I thought I really should start to answer the question.</p>
<p>The answer lies in the fact that computers &#8211; as is often stated &#8211; store information using two states: ON, and OFF. (Note to the pendantic: this is not strictly true, but is &#8211; as they say &#8211; a necessary truth for the purposes of discussion).</p>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 310px"><a href="http://armchairdissident.files.wordpress.com/2011/05/srnorlatch.gif"><img class="size-medium wp-image-174" title="SR NOR Latch" src="http://armchairdissident.files.wordpress.com/2011/05/srnorlatch.gif?w=300&#038;h=219" alt="SR NOR Latch, copyright Napalm Llama" width="300" height="219" /></a><p class="wp-caption-text">SR NOR Latch</p></div>
<p>Above is a <a title="Flip flop (wikipedia)" href="http://en.wikipedia.org/wiki/Flip-flop_(electronics)">Flip Flop</a> circuit known as an SR NOR Latch, and it is a very basic form of memory. I will explain briefly how it works, but all you really need to know is that each of the two symbols represent what is known as a logic gate, that logic gates are made of transistors, and that this particular arrangement of transistors means that a value &#8211; a &#8216;state&#8217; &#8211; can be kept as &#8216;memory&#8217;.</p>
<p>For those interested in how it works; it rests around a simple statement: if a switch is ON, it is NOT OFF. Similarly, if a switch is OFF, it is NOT ON. Simple, yes? Simple, but it forms the basis of a series of similar &#8216;statements&#8217; which form the backbone of computing, known as &#8216;Truth tables&#8217;.  A similar statement could be &#8220;If I hold a coin in either my left hand OR my right hand, then I hold a coin&#8221; and &#8220;If I hold a coin in neither of my hands, then I do not hold a coin&#8221;. Again, a simple statement, but statements like these really do form the backbone of computing.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="205">Left hand</td>
<td valign="top" width="205">Right hand</td>
<td valign="top" width="205">Left hand OR Right hand</td>
</tr>
<tr>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">NO</td>
</tr>
<tr>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">YES</td>
</tr>
<tr>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">YES</td>
</tr>
<tr>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">YES</td>
</tr>
</tbody>
</table>
<p>In the SR NOR latch, you can see two large symbols. These symbols represent a NOR gate, where &#8216;gate&#8217; is simply a term used to describe the electronics that make the gate (transistors and resistors mostly, if you&#8217;re curious) and NOR stands for NOT OR. If you look again at the NOR gates, you will see two lines going in from the left &#8211; its Inputs &#8211; and one line coming out on the right &#8211; its output. The gate takes its two inputs and uses a simple rule to generate an output: If both its inputs are OFF, then the output is ON. If any of the two inputs are ON the output is OFF.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="205">Input 1</td>
<td valign="top" width="205">Input 2</td>
<td valign="top" width="205">Input 1 NOR Input 2</td>
</tr>
<tr>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">YES</td>
</tr>
<tr>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">NO</td>
</tr>
<tr>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">NO</td>
<td valign="top" width="205">NO</td>
</tr>
<tr>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">YES</td>
<td valign="top" width="205">NO</td>
</tr>
</tbody>
</table>
<p>Above is the truth table for the NOR gate laid out much like the coins in the first table. It is unfortunate that in English &#8216;nor&#8217; as a word has a very different meaning that NOR using in computing, but then, strictly speaking, the word OR is very different in computing too, but that&#8217;s another joke for another time. Suffice to say that NOR mean &#8220;Take whatever the result would be if you asked my &#8216;or&#8217;, but give me the opposite&#8221;.</p>
<p>Now look at the lines marked &#8216;S&#8217; and &#8216;R&#8217;. The letters S and R stand for &#8220;Set&#8221; and &#8220;Reset&#8221;. You can see each of these lines form one of the inputs of the NOR gates. The second Input of each gate is the Output of the other gate. The series of diagrams below show what happens when you start this system.</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step1.jpg"><img class="aligncenter size-medium wp-image-181" title="Step1" src="http://armchairdissident.files.wordpress.com/2011/05/step1.jpg?w=300&#038;h=236" alt="" width="300" height="236" /></a>In step 1 &#8211; when the system is first turned on, we assume all inputs are 0. If all inputs are 0, then both of the outputs &#8211; A and B &#8211; must be 1. This can be confirmed by looking again at the truth table above. However, the output marked A forms the second input to the &#8216;S&#8217; NOR, and the output marked B forms the second input to the &#8216;R&#8217; NOR, giving this:</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step2.jpg"><img class="aligncenter size-medium wp-image-182" title="Step2" src="http://armchairdissident.files.wordpress.com/2011/05/step2.jpg?w=300&#038;h=226" alt="" width="300" height="226" /></a>In step 2, the outputs from the first stage are shown as the inputs B and A. In this case, both NOR gates have one input with at least one line ON (shown here as 1), which means, both outputs come out as 0 &#8211; OFF. Take the outputs from this stage, and feed it back in again, and the outputs flip again:</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step3.jpg"><img class="aligncenter size-medium wp-image-183" title="Step3" src="http://armchairdissident.files.wordpress.com/2011/05/step3.jpg?w=300&#038;h=228" alt="" width="300" height="228" /></a></p>
<p>The outputs keep flip-flopping. Left to its own devices, this is utterly useless. However so far we haven&#8217;t touched the R or S line. What happens if we put something in the R line?</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step4.jpg"><img class="aligncenter size-medium wp-image-184" title="Step4" src="http://armchairdissident.files.wordpress.com/2011/05/step4.jpg?w=300&#038;h=229" alt="" width="300" height="229" /></a>Simply by briefly setting R to 1, we have changed the nature of the diagram: A and B for the first time are asymmetrical: they hold different values. A is now 0, and B is now 1. Not terribly useful for memory, but what if you now drop R back to 0? You get this:</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step5.jpg"><img class="aligncenter size-medium wp-image-185" title="Step5" src="http://armchairdissident.files.wordpress.com/2011/05/step5.jpg?w=300&#038;h=230" alt="" width="300" height="230" /></a>The system is now <em>stable</em>. So long as you don&#8217;t touch S, no matter what else you do to R, A will always remain at 0, and B at 1. This circuit has remembered that at some stage in the past, we toggled the value of R from 0 to 1. What if you want to set the value of A to 1? You toggle S:</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step6.jpg"><img class="aligncenter size-full wp-image-186" title="Step6" src="http://armchairdissident.files.wordpress.com/2011/05/step6.jpg?w=450" alt=""   /></a>Here, we&#8217;ve toggled S, but we have a problem: A and B now have the same values. In order for the flip-flop to work as memory, and not simply a system that flips between two states as it was when we started, we need these values to be different (this is what the bars over the Q in the opening image means: &#8220;Not Q&#8221;, it must hold the value &#8220;Not Q&#8221; or the thing just doesn&#8217;t work). If we hold S for just one more cycle though, we get this:</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step7.jpg"><img class="aligncenter size-full wp-image-187" title="Step7" src="http://armchairdissident.files.wordpress.com/2011/05/step7.jpg?w=450" alt=""   /></a>A and B now hold separate values, and A now has the value 1 &#8211; which was our goal originally. As A and B are now asymmetric again, we can release S:</p>
<p><a href="http://armchairdissident.files.wordpress.com/2011/05/step8.jpg"><img class="aligncenter size-medium wp-image-188" title="Step8" src="http://armchairdissident.files.wordpress.com/2011/05/step8.jpg?w=300&#038;h=213" alt="" width="300" height="213" /></a></p>
<p>&nbsp;</p>
<p>There is nothing particularly special about having to hold S for two cycles, the same is actually true of reseting the system so that A is 0 again (by toggling R).</p>
<p>The important point here is that using a relatively simple piece of electronics that can be described in a diagram using just two symbols, we have working memory (and if you&#8217;re really interested, it takes 2 transistors and 6 resistors to <a href="http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/trangate.html" target="_blank">make one</a>). It may start off unstable, giving meaningless results, but once it has been deliberately set ON or OFF, it retains that value &#8211; it &#8216;remembers&#8217; the last &#8216;instruction&#8217; given to it. Incidentally, the term used for when a value is set and retained like this is &#8216;latched&#8217;, thus the name S(et) R(eset) NOR Latch.</p>
<p>Okay, so we can store two states: ON or OFF. But we don&#8217;t live in a world where two states should be enough for anyone, we live in a world where entire music collections and literary works are stored in memory, on disks, and transmitted across the internet. We live in a bigger world than &#8216;on&#8217; and &#8216;off. So how do we get from these two states, to whole music collections?</p>
<p>Simple really. We just string a lot of them together.</p>
<p>What happens if we string two of these together? Instead of our two states of ON and OFF, we now have four possible states: OFF and OFF, OFF and ON, ON and OFF and ON and ON. By adding another bit of memory, we can now store 4 possible states. If we string one more, we can store EIGHT possible values. String four together? <strong>SIXTEEN</strong> possible values. String eight of these together and we can store a massive <em><strong>TWO HUNDRED AND FIFTY SIX</strong></em> possible values, just by stringing together 8 little bits of electronics that can be turned ON or OFF. With each consecutive &#8216;bit&#8217; of memory added, you double the amount of states &#8211; the amount of information &#8211; that can be recorded.</p>
<p>Which brings us neatly back on to binary: why would anyone use binary instead of our day-to-day decimal? Well, if ON is 1 and OFF is 0, then you have a base-two number system. ON/OFF/OFF/OFF can be written 1000, which in base 2 is 8. ON/ON/OFF/ON can be written 1101, which is 13. Or, to put it another way, if you want to store the meaning of life, the universe, and everything, that can be stored as ON/OFF/ON/OFF/ON/OFF.</p>
<p>So that answers why we use binary, but why Octal and Hexadecimal? The answer to that question is strangely arbitrary, but it&#8217;s one that we&#8217;re stuck with. I hope to get around to answering that a lot quicker than two years.</p>
<p>(that&#8217;s 42, which in binary is 101010)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=169&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2011/05/31/a-long-explanation-of-a-damned-fine-joke-ptii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/srnorlatch.gif?w=300" medium="image">
			<media:title type="html">SR NOR Latch</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step1.jpg?w=300" medium="image">
			<media:title type="html">Step1</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step2.jpg?w=300" medium="image">
			<media:title type="html">Step2</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step3.jpg?w=300" medium="image">
			<media:title type="html">Step3</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step4.jpg?w=300" medium="image">
			<media:title type="html">Step4</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step5.jpg?w=300" medium="image">
			<media:title type="html">Step5</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step6.jpg" medium="image">
			<media:title type="html">Step6</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step7.jpg" medium="image">
			<media:title type="html">Step7</media:title>
		</media:content>

		<media:content url="http://armchairdissident.files.wordpress.com/2011/05/step8.jpg?w=300" medium="image">
			<media:title type="html">Step8</media:title>
		</media:content>
	</item>
		<item>
		<title>The Rapture</title>
		<link>http://armchairdissident.wordpress.com/2011/05/21/the-rapture/</link>
		<comments>http://armchairdissident.wordpress.com/2011/05/21/the-rapture/#comments</comments>
		<pubDate>Sat, 21 May 2011 13:15:00 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=170</guid>
		<description><![CDATA[So today is Rapture day, is it? As predicted by Harold Camping, today is the first day of Judgement as predicted by the Bible. Overlooking the utter absurdity of the amount of coverage this strange man has managed to acheive, there&#8217;s one slight problem: He replied &#8220;Watch out that you are not deceived. For many [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=170&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So today is Rapture day, is it? As predicted by Harold Camping, today is the first day of Judgement as predicted by the Bible. Overlooking the utter absurdity of the amount of coverage this strange man has managed to acheive, there&#8217;s one slight problem:</p>
<blockquote><p>He replied &#8220;Watch out that you are not deceived. For many will come in my name claiming, &#8216;I am he.&#8217; and &#8216;The time is near.&#8217; Do not follow them.</p></blockquote>
<p>That&#8217;s the Bible: Luke 21:8-9. Unfortunately, this passage doesn&#8217;t just tell Christians to be wary of weird people screaming &#8220;The end is nigh!&#8221;, it also contains the very first failed prediction of the coming apolocalypse:</p>
<blockquote><p>&#8220;I tell you the truth, this generation will not pass away until all these things have happened&#8221; <em>Luke 21:33</em>.</p></blockquote>
<p>If the Messiah himself couldn&#8217;t accurately predict his own return, I don&#8217;t think there&#8217;s much hope for American preachers. (Read the whole thing, incidentally, it&#8217;s wonderful example of a non-prediction) To be fair, Jesus is also reported to have not known himself what the hell was going on:</p>
<blockquote><p>&#8220;No-one knows about that day or hour, not even the angels in heaven, nor the Son, but only the Father.&#8221; (<em>Mathew 24:36</em>)&#8230; &#8220;Therefore keep your watch, because you do not know on what day your Lord will come. But understand this: If the owner of the house had known at what time of night the thief was coming, he would have kept watch and would not have let his house be broken into. So you also must be ready, because the Son of Man will come at an hour when you do not expect him&#8221; (<em>Mathew 24:42-44</em>)</p></blockquote>
<p>God, it would seem, is clearly not putting his schedule up on Facebook.</p>
<p>There is a serious point here though. The simple fact is that these are not obscure passages, but ones that are constantly referred to in Western Christianity. They are so frequently referred to that I still knew where to find them in the Bible despite being an atheist for some 16 years. This whole charade is a reflection of theology in general: that the believer must dismiss what is plainly written in their sacred texts, and instead believe that only by looking at the Bible in an obscure, slanted way, handed down from on high can the believer be saved.</p>
<p>This is an approach not limited to fringe American preachers getting far too much airtime, but is present every time a religion finds itself on the losing side of a moral argument, or the losing side of a scientific question (i.e. all of the time); when the religion eventually concedes that it screwed up, the religious skew the meaning of their books, and (after giving everyone time to forget just how wrong they were), claim they were in the right all along, if only you read their books &#8220;properly&#8221; (or &#8220;with sophisticated theology&#8221;, as is the now-popular term). Once you realise why the rapture is not just silly, but ignores what&#8217;s plainly written, you quickly realise why all religions are, frankly, just bloody stupid.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=170&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2011/05/21/the-rapture/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>Ken Clarke, and those rape comments</title>
		<link>http://armchairdissident.wordpress.com/2011/05/18/ken-clarke-and-those-rape-comments/</link>
		<comments>http://armchairdissident.wordpress.com/2011/05/18/ken-clarke-and-those-rape-comments/#comments</comments>
		<pubDate>Wed, 18 May 2011 13:58:04 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=163</guid>
		<description><![CDATA[Labour are calling for Ken Clarke to be sacked, and half of Twitter is calling for his head on a spike. But based upon what I&#8217;m reading, he&#8217;s being crucified for saying something he simply did not say. What&#8217;s the issue? The issue is that the government is proposing to allow people who plead guilty [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=163&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Labour are calling for Ken Clarke to be sacked, and half of Twitter is calling for his head on a spike. But based upon what I&#8217;m reading, he&#8217;s being crucified for saying something he simply did not say.</p>
<p>What&#8217;s the issue? The issue is that the government is proposing to allow people who plead guilty to certain crimes &#8211; including rape &#8211; a reduction of up to 50% the normal sentence. The current maximum is a third off the sentence. The reason for this is that it provides an incentive for a person who is guilty of a crime to confess, and enter a guilty plea at the earliest opportunity, saving everyone a lot of time and money. The incentive is necessary because without it there is no good reason for a person who is guilty of a crime to ever plead guilty &#8211; it&#8217;s far better to take your chances with the courts as you have nothing to loose and everything to gain.</p>
<p>At this point you may agree or disagree with the degree of the incentive, but let&#8217;s be clear that at this point we are simply talking an issue of the degree: should the incentive to plead guilty to a crime be a 33% reduction in a sentence, or should it be a 50% reduction.</p>
<p>People countering the new degree of incentive have latched on to a figure for the average sentence for rape (please note, these are not official figures, these are simply the figures as they were presented in the Radio 4 discussion, and subsequently reported by the BBC). According to people opposed to the change, the average sentence for rape is 5 years. With a guilty plea entered at the earliest opportunity, that sentence would be reduced to 2.5 years, and with a standard release on early license, the sentence served in prison would become 15 months.</p>
<p>Now, what follows is a discussion of the facts discussed. I&#8217;m not at this point considering what a sentence for various forms of rape should be, only in the figures being discussed. I have no particular knowledge of sentencing guidelines in the UK. I will, however, point out that the difference being discussed is 5 months: a person sentenced under current guidelines whould serve 20 months in jail of a 5 year sentence assuming everything else is equal.</p>
<p>So this is the complaint put to Ken Clarke on the radio:</p>
<blockquote><p>If you are talking about halving it to two-and-a-half years and then a person gets out halfway through their sentence on licence which is usual, then we are talking about sentences of 15 months which have no regard at all for the gravity of the offence and gives no time for rehabilitation or training,</p></blockquote>
<p>To which Ken Clarke responded:</p>
<blockquote><p>That includes date rape, 17-year-olds having intercourse with 15 year olds..</p>
<p>Serious rape &#8211; I don&#8217;t think many judges give five years for a forcible rape frankly, the tariff is longer than that. A serious rape with violence and an unwilling woman &#8211; the tariff is longer than that.</p></blockquote>
<p>The BBC interviewer interjected saying</p>
<blockquote><p>Rape is rape, with respect</p></blockquote>
<p>To which Clarke responded with:</p>
<blockquote><p>No it&#8217;s not, if an 18-year-old has sex with a 15 year old and she&#8217;s perfectly willing, that is rape. Because she is under age, she can&#8217;t consent&#8230; What you and I are talking about is we are talking about a man forcibly having sex with a woman and she doesn&#8217;t want to &#8211; a serious crime.</p></blockquote>
<p>I will put to one side for the moment the initial comment on &#8220;Date Rape&#8221;, but I will come back to it.</p>
<p>What Clarke has said here regarding sex between consenting teenagers is a serious issue. I may or may not agree with Clarke on this matter (I am far from sufficiently qualified to comment), but it is a widely held viewpoint that consensual sex between teenagers (where consensual is defined as &#8216;understanding what they&#8217;re doing, whilst not being legally able to give consent) is not rape in the same sense as non-consensual sex. Here, Clarke is arguing that this is reflected in the sentencing.</p>
<p>Whether one agrees with Clarke on this matter or not, it is important to understand this point. If Clarke is correct and the 5 year average sentence for rape is skewed towards leniency by cases of consensual sex between teenagers (and, I will emphasise again that I do not know whether this is ture), then claiming that rapists will be &#8220;let off&#8221; with 15 month prison senetences begins to look suspect. Whether you agree with Clarke or not, this is a reasonable line of defence to take.</p>
<p>The more thorny topic is the &#8220;date rape&#8221; comment (taken from the BBC):</p>
<blockquote><p>He also said date rapes were included in the figures which could be &#8220;sometimes very confusing&#8221; adding: &#8220;Date rape can be as serious as the worst rapes but date rapes&#8230; in my very old experience of being in trials [from his time as a practising lawyer]&#8230; they do vary extraordinarily one from another, and in the end the judge has to decide on the circumstances.&#8221;</p></blockquote>
<p>I am strongly of the position that any non-consensual sex is rape. I am also of the position than if the conditions of consensual sex are not met, that is rape. I have lambasted supporters of Julian Assange for claiming that sex without a condom is not rape: if the woman asks you to wear a condom, and you don&#8217;t, it is rape.</p>
<p>It is not, however, unreasonable to note the fact that there are degrees of rape. Before you complain about that statement, let me clarify what those degrees are: the scale rages from Very Serious through Gravely Serious to Extremely Serious. It is not trivialising rape to note that some forms of rape are extremely serious, and some are even more gravely so.</p>
<p>If I were to take serious issue with what Clarke has said it is this: Date Rape is not a valid term. If a woman is raped in her home, in a hotel room or an alleyway, that woman has been raped. The term Date Rape, I believe, trivialises that issue, and possibly makes it harder to convince duries to convict. The term Date Rape should be eradicated.</p>
<p>Ken Clarke may have initially worded his thoughts poorly (the initial &#8220;serious rape&#8221; terminology that many have seized),  but it is quite clear he is not trivialising rape in the way that many seem to think he is.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/163/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/163/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/163/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=163&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2011/05/18/ken-clarke-and-those-rape-comments/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>Catholic Church calls for dissolution of Monarchy.</title>
		<link>http://armchairdissident.wordpress.com/2011/04/18/catholic-church-calls-for-dissolution-of-monarchy/</link>
		<comments>http://armchairdissident.wordpress.com/2011/04/18/catholic-church-calls-for-dissolution-of-monarchy/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 21:20:40 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=159</guid>
		<description><![CDATA[The Catholic Church has called for the dissolution of the monarchy, and the disestablishment of the Church of England. Okay, not quite but not far off: Peter Kearney, spokesman for the church in Scotland, claimed existing legislation which bars any Catholic from taking the throne is “nothing but state-sponsored sectarianism” and backed a call from First [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=159&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Catholic Church has called for the dissolution of the monarchy, and the disestablishment of the Church of England. Okay, not quite but <a title="Catholic church joins row on monarchy" href="http://www.heraldscotland.com/news/home-news/catholic-church-joins-row-over-royal-reform-1.1096771">not far off</a>:</p>
<blockquote><p>Peter Kearney, spokesman for the church in Scotland, claimed existing legislation which bars any Catholic from taking the throne is “nothing but state-sponsored sectarianism” and backed a call from First Minister Alex Salmond to change the “indefensible” law.</p></blockquote>
<p>Yup, Catholics barred from being the monarch <strong><em>is</em></strong> state-sponsored sectarianism. Peter Kearney is absolutely right here. Protestants barred from being Pope is also state-sponsored sectarianism, of course, but this fact appears to have missed Mr kearney. Whether we like it or not, the monarch is the head of the Church of England. It&#8217;s practically what defines the establishment of the CofE, and practically defines the last remaining use of the monarchy.</p>
<p>I&#8217;ll cut Kearney a deal. We&#8217;ll allow a Catholic monarch when the Catholic church allows a Protestant Pope. This isn&#8217;t going to happen, and I have no desire to trade bombs or bullets over the subject, so let&#8217;s propose a more modest approach: The monarch dissolves, the CofE becomes disestablished, and in return, the Vatican renounces all claims to statehood.</p>
<p>I like that outcome. Come on Benny-boy, go for it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/159/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/159/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/159/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=159&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2011/04/18/catholic-church-calls-for-dissolution-of-monarchy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>AV, and why it matters.</title>
		<link>http://armchairdissident.wordpress.com/2011/02/18/av-and-why-it-matters/</link>
		<comments>http://armchairdissident.wordpress.com/2011/02/18/av-and-why-it-matters/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 14:45:21 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=151</guid>
		<description><![CDATA[Come May 5th, I will be voting &#8220;Yes&#8221; to Alternative Vote. Let&#8217;s get that bit out of the way. For the first time in my life, we have a chance to change the election system and I for one am not letting it pass me by so, on May 5th, I&#8217;ll be heading for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=151&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Come May 5th, I will be voting &#8220;Yes&#8221; to Alternative Vote. Let&#8217;s get that bit out of the way. For the first time in my life, we have a chance to change the election system and I for one am not letting it pass me by so, on May 5th, I&#8217;ll be heading for the polling station and sticking a great big tick next to Yes, with a 2nd preference going to &#8220;Fuck Yes&#8221;.</p>
<p>You, of course, are free to decide one way or the other. But I want to look at the reasons why the &#8220;No to AV&#8221; campaign <a title="no2av" href="http://www.no2av.org/why-vote-no/" target="_blank">believe you should vote &#8220;No&#8221;</a>, and why they&#8217;re fundamentally wrong.</p>
<p><strong>AV is costly</strong></p>
<p>The No to AV campaign claim that AV will cost &#8220;up to an additional £250 million&#8221;, and that &#8220;local councils would have to waste money on costly electronic vote counting machines&#8221;.</p>
<p>Let&#8217;s start with the vote counting machines. The May 5th referendum is not a referendum on introducing vote counting machines, and &#8211; personally speaking &#8211; I really hope the idea of vote counting machines is scrapped. I don&#8217;t trust electronic voting machines, and I don&#8217;t trust the companies that make them to make reliable, dependable machines with a proper paper audit trail. My reasons for not trusting voting machines, however, have nothing whatsoever to do with whether or not AV or first-past-the-post should be used for general elections in the UK. AV no more requires electronic voting than does first-past-the-post.</p>
<p>This is dishonest. There are arguments to be had for voting either for or against AV, this is not one of them. (As has been pointed out <a href="http://www.firth4firgrove.org.uk/2011/02/dispelling-3-myths-of-alternative-vote.html" target="_blank">here</a>, the cost also includes the cost of the referendum; this is a &#8220;pulled it out of my arse&#8221; figure).</p>
<p><strong>AV is complex and unfair</strong></p>
<p>AV isn&#8217;t particularly complex, but it is a little more complex than first-past-the-post. The complexity of the system however, is not in <em>voting</em>, but in properly <em>counting</em>. As a voter, all you really need to know is that you put a &#8220;1&#8243; against your first preference (the person you would normally put a tick against). You may then put a &#8220;2&#8243; against your second preference, and even a &#8220;3&#8243; then a &#8220;4&#8243; against people you may have voted for had the other lot not been in the race. From a voting point of view, AV is no more complex than first-past-the-post.</p>
<p>Whether the voting system is <em>fair</em> or not entirely depends upon what you want from a voting system, and what you consider to be &#8220;fair&#8221;. Neither AV nor first-past-the-post can be qualitatively described as &#8220;fair&#8221;, rather they are both systems designed with competing values, and competing end-results. Under first-past-the-post, the winning candidate simply needs to convince more people to vote for him than his nearest competitor; if he or she can do this then they win the election. Is this fair?</p>
<p>Well, doesn&#8217;t whether it&#8217;s fair depend upon what outcome you want? Picture a common scenario. Candidate A and Candidate B support popular Proposition X. Between them, they manage to get 60% of the vote. Candidate C is against popular Proposition X, but can only gather 31% of the vote. Under first-past-the-post, Candidate C is elected and the hugely popular Proposition X fails. Is this fair? Once again, it depends entirely how you determine &#8220;fair&#8221;.</p>
<p>Is AV a &#8220;losers charter&#8221; as the &#8220;No to AV&#8221; campaign call it? Surely that depends upon what you mean by &#8220;winner&#8221; and &#8220;loser&#8221; in an election? In the above scenario, did Candidate C really win? He &#8220;won&#8221; because he was &#8220;first past the post&#8221; and the rules say he won, but he didn&#8217;t gain a majority of the vote. He simply &#8220;won&#8221; the game.</p>
<p><strong>AV is a politician&#8217;s fix</strong></p>
<p>This is an interesting claim, especially given that it has traditionally only been the Liberal Democrats that have supported a change in the voting system, with both Labour and the Tories lending their weight to the status-quo. If anything has been a politician&#8217;s fix, it&#8217;s been the first-past-the-post system we&#8217;ve had all this time.</p>
<p>There is an interesting argument here though, and it&#8217;s the one where I think the &#8220;No to AV&#8221; and &#8220;Yes to AV&#8221; both really need to get their act together: that AV leads to more hung parliaments.</p>
<p>Not only is this claim almost certainly true, it should be utterly central to whether or not AV become the new system governing our elections. Because at it&#8217;s heart this is the central question of the referendum: how should our governments be formed? Should a government voted for by a minority of the people be permitted to run a majority of the parliament, as currently happens, or should a government be representative of the views of the people that elected it?</p>
<p>It&#8217;s easy to use words like &#8220;strong parliament&#8221; when discussing our current voting system, because we have seen successive governments that can safely ignore the people, and ignore complaints and opposition because it does not matter. There is no need for &#8220;back-room deals&#8221; when you can force legislation through parliament; legislation that most people did not vote for, and oppose. It&#8217;s also easy to look at the current LibDem-Conservative coalition and say &#8220;See! This is what happens under AV!&#8221;, and see this as the future of governments under AV.</p>
<p>But let&#8217;s be quite clear here: the current parliament, and the current government, was not formed under an AV voting system. Promises made (often remarkably foolish promises; and yes, I&#8217;m looking at you Clegg) were made under the first-past-the-post system, where the &#8220;winner&#8221; has traditionally been able to force through whatever legislation they wish. Promises were made to the electorate because they were made under the understanding that it only takes a minority of the vote to utterly control parliament.</p>
<p>So yes, AV almost certainly means more hung parliaments. It means politicians will have to argue, cajole and persuade. It means compromises will have to happen. It means it will be very hard for a single party to entirely get its way, unless that party has genuinely persuaded a majority of people that they&#8217;re right.</p>
<p>And election fought under AV will not be fought in the same way. AV will force politicians to engage with their electorate. It will not be enough for the politicians to pander to their traditional voters, safe in the knowledge that there is really no practical way to oust them under the current system. The politicians will need to learn to start listening to a broader range of voices; they will &#8211; heaven forbid &#8211; actually have to represent their constituency, and not just their supporters. And I think this is why &#8211; far from being &#8220;a politician&#8217;s fix&#8221; &#8211; AV scares the crap out of many politicians, because these politicians have only ever had to play at party politics, and have never had to listen to a constituent outside their party in their whole political careers, and I think AV will change that.</p>
<p>Scare the crap out of a politician on May 5th. Vote Yes to AV.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=151&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2011/02/18/av-and-why-it-matters/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Sincerely held religious belief&#8221;</title>
		<link>http://armchairdissident.wordpress.com/2011/01/26/sincerely-held-religious-belief/</link>
		<comments>http://armchairdissident.wordpress.com/2011/01/26/sincerely-held-religious-belief/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 21:42:27 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=148</guid>
		<description><![CDATA[There&#8217;s some interesting commentary going on at the moment with regard to the Christian hoteliers who banned two married people from staying in their hotel because they weren&#8217;t, to coin a phrase, the right type of married. The couple weren&#8217;t banned because the hoteliers were Catholics and believed &#8211; with a deeply held conviction &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=148&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s some interesting commentary going on at the moment with regard to the Christian hoteliers who banned two married people from staying in their hotel because they weren&#8217;t, to coin a phrase, the right type of married. The couple weren&#8217;t banned because the hoteliers were Catholics and believed &#8211; with a deeply held conviction &#8211; that one of the partners was a divorcee and divorcees can&#8217;t remarry, they were banned because neither of the partners in the marriage happened to be a woman.</p>
<p>After the couple took the hoteliers to court for discrimination on the grounds <del>that one of them was a divorcee</del> they were gay, the court found in favour of the couple. This is the correct decision as far as I&#8217;m concerned. It is no more right to deny a public service to a gay couple than it is right to deny that same public service to a couple where one partner happens to be a divorcee.</p>
<p>What I don&#8217;t understand is the subsequent eruption of fury denouncing this judgement as starting a conflict between religious conviction and the law. Religion has been at conflict with the law for a long time, and religion has always been on the loosing side. If one accepts that the hoteliers &#8220;sincerely held religious belief&#8221; is enough to let them off the hook for denying accommodation to a gay couple, then one must accept an innumerable number of monstrous sincerely held religious beliefs. If it is enough that a law can be ignored because the person ignoring it sincerely believes it is wrong, then why have any law?</p>
<p>LGBT rights have been hard fought for, and they clearly have a way to go if the hoteliers in this case can freely appeal the ruling against them. But why is &#8220;I am a Christian, and I believe homosexuality is wrong&#8221; even considered a reasonable excuse for blatant bigotry?</p>
<p>Look at this from another point of view: The Anglican church does not have women bishops. The Catholic church does not have women bishops. Both churches refuse to even consider the idea of women being permitted to attain positions of power. Imagine if the Catholic Church owned IBM, or the Anglican Church owned Sainsburys. Imagine, for a moment, those churches, in those positions, stated &#8211; as they do within their own communion &#8211; that women cannot, by virtue of being women, hold positions of power in Sainsbury or IBM.</p>
<p>Imagine now that they said &#8220;and no gays either&#8221;. Religion is not an excuse for bigotry. Religion is just the cover that bigots use when they discover they&#8217;re not longer wanted.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/148/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/148/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/148/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=148&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2011/01/26/sincerely-held-religious-belief/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>Protests and tone</title>
		<link>http://armchairdissident.wordpress.com/2010/09/21/protests-and-tone/</link>
		<comments>http://armchairdissident.wordpress.com/2010/09/21/protests-and-tone/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 18:58:18 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=138</guid>
		<description><![CDATA[I went to the Protest the Pope march in London on Saturday. Never having been to a political protest I really had no idea what to expect. Would we have a riot? Would we be looting shops and burning cars? Of course we didn&#8217;t; we walked a set route with some banners &#8211; some amusing, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=138&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I went to the Protest the Pope march in London on Saturday. Never having been to a political protest I really had no idea what to expect. Would we have a riot? Would we be looting shops and burning cars? Of course we didn&#8217;t; we walked a set route with some banners &#8211; some amusing, some serious, some&#8230;odd &#8211; and had some fun with the odd chant (&#8220;Get your rosaries off my ovaries&#8221; was a popular one, although, not having any ovaries, I felt a bit odd chanting that. &#8220;Your priest/pope may be gay that&#8217;s okay&#8221; sung to &#8220;London bridge is falling down&#8221; was another favourite). At the end of the march we listened to some speeches (occasionally straining to hear what was said over the incessant sound of a police helicopter), cheered in the appropriate places, then went to the pub, then went home.</p>
<p>All in all a fun time with a serious message. So I have been absolutely staggered by the outcry amongst some people over the march. One person has &#8220;<a href="http://sharpesopinion.co.uk/2010/09/fear-and-atheism/" target="_blank">had it with Dawkins</a>&#8220;, expressing</p>
<blockquote><p>Disappointment at the way he failed utterly to use reason, or logic, or rationality in his speech, preferring instead emotive platitudes and fallacious diatribes. Alarm at the crowd of protesters cheering his every sentence, reserving their loudest jeering for his portrayals of the Pope as ‘an enemy’, and for his characterisation of ‘them’ as running scared from ‘us’.</p></blockquote>
<p>and</p>
<blockquote><p>Brewing anger at the way the name ‘atheist’, which I have identified with ever since I first heard it, has been dragged through the mud over the last weekend by both the Pope’s ridiculous taunting and by Dawkins’ brawling mob of ‘secular humanists’ or whatever it is they’re calling themselves now.</p></blockquote>
<p>Another writer on Twitter, also <a href="http://twitter.com/Glinner/status/25127345941">complaining about tone</a>, points to t<a href="http://www.buzzfeed.com/mjs538/the-funniest-pope-protest-signs">hese pictures of banners</a> saying</p>
<blockquote><p>Check out the tone of 6, 16, 17, 21, 24, 26 and 30.</p></blockquote>
<p>In order, these banners say:</p>
<ul>
<li>&#8220;Fuck the pope, but use a condom&#8221; (<em>The pope opposes condom use, has blamed condoms for the spread of HIV/AIDS in Africa, and under Canon Law considers condom use on a par with child rape. I am not joking.</em>)</li>
<li>&#8220;Do you fancy baby Jesus&#8221; (<em>Do I really need to say that &#8220;Jesus loves you&#8221; and &#8220;Do you love Jesus&#8221; are both common refrains in all forms of Christianity, yet the Pope considers homosexuality a sin. The Pope is implicated in the scandal of the cover-up of pedophile priests. The joke practically writes itself. I personally found this sign poignant)</em></li>
<li>&#8220;I&#8217;d rather touch myself than a little child&#8221; (<em>Believe it or not, the Pope actually opposes masturbation, and places it as the same kind of sin as child rape.)</em></li>
<li>&#8220;Be Afraid. Be Very Afraid (with a picture of the pope kissing a child)&#8221; (<em>This one may be considered in bad taste if you are utterly devoid of compassion or humour. But only because the Pope himself has not been accused of molesting or raping children. He is &#8220;only&#8221; accused of ensuring more children would be molested and raped under his command of the Congregation of the Doctrine of the Faith [the successor to the Inquisition] where he protected pedophile priests from exposure, and &#8211; it is alleged &#8211; took every measure to ensure they would not face justice</em>)</li>
<li>&#8220;By the way, I wanked this morning. Must be genocide if abortion is murder&#8221; (<em>This is simply the logical conclusion of the position of the church on contraception and masturbation.)</em></li>
<li>&#8220;2 4 6 8 You don&#8217;t need a cock to transubstantiate&#8221; (<em>I cannot for the life of me figure out how this one is even remotely offensive. The pope does not recognise the ordination of women &#8211; indeed, he now considers the ordination of women as the same class of offense as pedophilia. The only difference is that a pedophile priest will not be excommunicated, whilst a priest ordaining a woman will be. As will the ordained woman.</em>)</li>
<li>&#8220;If I was a billionaire paedophile, I&#8217;d make my car look like an Ice Cream van&#8221; (<em>Again, the only thing here that could be remotely offensive is the accusation that the pope is a paedophile. His car does look like an Ice Cream van.</em>)</li>
</ul>
<p>Seriously. This is bad tone? Fuck that! What did people expect the banners to say? &#8220;Excuse me Pope, if you don&#8217;t mind, would you possibly &#8211; in your own time of course &#8211; perhaps reconsider your position on condoms? They&#8217;re really not that bad really, and the scientific consesus is that they don&#8217;t actually cause AIDS, but no rush you understand&#8221;? Or, perhaps, &#8220;Dear Pope, when you have a moment, could you look in to the issue of the church&#8217;s cover-up of child abuse while you were head of the Congregation for the Doctrine of Faith. If it&#8217;s not too much trouble of course&#8221;.</p>
<p>And what of Richard Dawkins speech? What was so bad about Richard Dawkins speech?  The video of the speech he gave at the rally is <a href="http://www.youtube.com/watch?v=q_0kFU7IfPM">on YouTube</a>. This was a necessarily condensed version of the speech he wanted to give, the full text of which can be found on Richard Dawkin&#8217;s site <a href="http://richarddawkins.net/articles/521113-ratzinger-is-an-enemy-of-humanity">here</a>. What was it that Stuart Sharpe found so offensive that he found the word atheist &#8220;dragged through the mud&#8221;? Well,</p>
<blockquote><p>he’s hell-bent on proving to you that Hitler not only wasn’t an atheist, <em>Hitler was a Catholic</em>.</p></blockquote>
<p>Bollocks! (How&#8217;s that for tone?). Pure and utter bollocks. There is no need to prove that Hitler was a Catholic, it is a well established historical fact that Hitler was a Catholic. Dawkins was not proving Hitler was a Catholic. He was <strong>protesting</strong>. He was protesting the fact that the Pope chose, in his very first speech, to blame the rise on Nazism on atheists, and then later to warn agains the rise of &#8220;aggressive secularism&#8221; &#8211; which, incidentally, was not referring to placards on protest banners.</p>
<p>What the fuck is wrong here? What is so wrong about Richard Dawkins &#8211; at a protest the pope march &#8211; protesting about the pope&#8217;s absurd, deluded &#8211; and unfortunately all too common within religious circles &#8211; accusation that atheists were to blame for the rise of Nazism?  Maybe Sharpe is happy to laugh the accusation off, but you know what: I&#8217;m not. This isn&#8217;t some random nutjob in some back-water Facebook forum blaming Hitler on the atheists, this is the fucking Pope on a fucking state-visit, paid for by me, to insult me, and to call me &#8211; an atheist, a liberal and a secularist &#8211; &#8220;Nazi&#8221;, &#8220;immoral&#8221;, and &#8220;evil&#8221; in that order. Just what fucking response do people expect?</p>
<p>Fuck the Pope.</p>
<p>But wear a condom.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/138/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/138/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/138/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=138&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2010/09/21/protests-and-tone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>Just how &#8220;terrifying&#8221; is Islam?</title>
		<link>http://armchairdissident.wordpress.com/2010/08/17/just-how-terrifying-is-islam/</link>
		<comments>http://armchairdissident.wordpress.com/2010/08/17/just-how-terrifying-is-islam/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 18:47:52 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=134</guid>
		<description><![CDATA[The proposed Islamic cultural centre and mosque in New York has recently been drawing a lot of press, and a lot of fire, apparently because of it&#8217;s nearness to the September 11th &#8216;Ground-Zero&#8217;. The usual thuggish language has been employed by the usual suspects, and quite honestly, I don&#8217;t think it&#8217;s really worth commenting on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=134&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The proposed Islamic cultural centre and mosque in New York has recently been drawing a lot of press, and a lot of fire, apparently because of it&#8217;s nearness to the September 11th &#8216;Ground-Zero&#8217;. The usual thuggish language has been employed by the usual suspects, and quite honestly, I don&#8217;t think it&#8217;s really worth commenting on them.  But what is interesting is some of the discussion from people I wouldn&#8217;t normally consider &#8220;The Usual Suspects&#8221;.</p>
<blockquote><p>Of all the major religions, I find Islam—in its bellicosity, its subjugation of women, its reliance on texts filled with hate and horror (and yes, I know the Old Testament has its gruesome parts and vengeful God), and the desire of many adherents to install Islamic law in their countries—the most repugnant.</p></blockquote>
<p>The above quote is not from the Daily Mail, or from Sarah Palin, but from <a title="Jerry Coyne" href="http://whyevolutionistrue.wordpress.com/" target="_blank">Jerry Coyne</a>, author of &#8220;Why Evolution Is True&#8221;, a man whose blog I enjoy immensely and whose views I generally agree with (to the extent a British leftie like me can agree with an American, anyway). Reading his <a href="http://whyevolutionistrue.wordpress.com/2010/08/15/the-mosque-in-new-york/" target="_blank">discussion</a> on the New York mosque, however, this quote jarred quite significantly.</p>
<p>In his discussion he&#8217;d already mentioned Sam Harris&#8217; <a href="http://www.thedailybeast.com/blogs-and-stories/2010-08-13/ground-zero-mosque/full/" target="_blank">take on the New York</a> mosque, quoting:</p>
<blockquote><p>And honest reasoning declares that there is much that is objectionable—and, frankly, terrifying—about the religion of Islam and about the state of discourse among Muslims living in the West, and it is decidedly inconvenient that discussing these facts publicly is considered a sign of “intolerance” by well-intentioned liberals, in part because such criticism resonates with the actual bigotry of not-so-well-intentioned conservatives. I can see no remedy for this, however, apart from simply ramming the crucial points home, again and again.</p></blockquote>
<p>As a &#8220;well-intentioned liberal&#8221;, an atheist, and a person with no like of religion in general, I would kindly request that Sam Harris take a long run off of a short pier, if he would be so kind.</p>
<p>Jerry Coyne and Sam Harris (and other self-declared liberal-lefts) are wrong. Islam is not the religion as portrayed in Western media. Islam is not monolithic. Islam is not out to destroy you, eat your babies or chop your hands off. Islam is <em>different</em>. The various forms that Islam take incorporate various practices that are &#8211; on the surface at least &#8211; rather alien to Western culture. But this does not make &#8220;Islam&#8221; &#8220;the most repugnant&#8221; of religions, nor is it terrifying.</p>
<p>I will be the first to admit that I don&#8217;t fully understand Islam. I do, however, understand Christianity. I understand that the Christian Bible has some god-awful things in it, but I understand that Christians do not believe that mass slaughter is moral because it is in the Old Testament. They don&#8217;t believe that children should be stoned to death if they disobey their parents, they don&#8217;t believe that rape victims should be forced to marry rapists under penalty of death. That these issues are screwed up in the Bible make amusing rejoinders to the question of religion and morality, but most honest atheists would recognise that Christians don&#8217;t do that. Similarly, most atheists would recognise that Stephen Green of the Christian Voice does not speak for most British Christians, that Fred Phelps does not speak for most American Christians, and that &#8211; for that matter &#8211; the Pope really does not speak for most Catholic Christians.</p>
<p>So why is there this automatic assumption that Islam is any different from Christianity? Why does Jerry Coyne feel comfortable writing &#8220;and yes, I know the Old Testament has its gruesome parts and vengeful God&#8221; when excoriating Islam? Why does the Christian Bible get a free-pass in this instance, yet Islam is slammed as &#8220;the most repugnant&#8221;?</p>
<p>If you read the press, you&#8217;d think the answer was obvious. It was Muslims that hijacked four planes on September 11th. It was Muslims that blew up bombs on July 7th. It was Muslims in Madrid. Muslims wear face veils. Muslim clerics have said some outrageous things. Blah blah blah.</p>
<p style="text-align:center;"><strong>So What?</strong></p>
<p>It was Christians that spent decades trying to blow each other up over Ireland. It was Christians who assassinated abortion doctors. The Pope is a bloody Christian. The Bishop of Rochester is a bloody Christian. For that matter, Stalin almost certainly <em>was</em> an atheist. Do the Atheists who so freely condemn Islam <em>really</em> want to go down that road? After years of atheists saying &#8220;Oh no, Stalin may have been an atheist, but it wasn&#8217;t atheism that made him a mass-murderer&#8221;, do they really want to assert that what they read in the newspapers must be indicative of Western Muslim moral thought in general? Seriously?</p>
<p>As I said earlier; I don&#8217;t understand Islam. I don&#8217;t know what it is like to grow up as a Muslim, or to live as a Muslim in the West. I do not have the knowledge to separate the hyperbolic bullshit from the facts. But then I suspect neither do Jerry Coyne or Sam Harris. So I&#8217;ve decided I&#8217;m going to do something about this. I want to learn about Islam as it is actually practiced in the West. I have no idea how to do this, but I&#8217;d like to try. <a href="http://www.muslimnextdoor.com/writings/index.html" target="_blank">This seems like a good starting point</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/134/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/134/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/134/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=134&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2010/08/17/just-how-terrifying-is-islam/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;Only 4%&#8221;</title>
		<link>http://armchairdissident.wordpress.com/2010/03/16/only-4/</link>
		<comments>http://armchairdissident.wordpress.com/2010/03/16/only-4/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 20:47:10 +0000</pubDate>
		<dc:creator>armchairdissident</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://armchairdissident.wordpress.com/?p=129</guid>
		<description><![CDATA[I&#8217;m sure you&#8217;re already well aware of the fun and games currently being played out by the Vatican over the fact that a large number of children were abused by the very people entrusted with their care.  I&#8217;m sure you&#8217;re already equally aware that when the abuse of these kids was discovered by the Catholic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=129&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sure you&#8217;re already well aware of the fun and games currently being played out by the Vatican over the fact that a large number of children were abused by the very people entrusted with their care.  I&#8217;m sure you&#8217;re already equally aware that when the abuse of these kids was discovered by the Catholic authorities they <span style="text-decoration:line-through;">bought their concerns to the police, as they are a moral and upright organsiation</span> covered the whole fucking thing up and let their peadophile priests continue to work with and abuse young children.</p>
<p>If you&#8217;re a moral person, you might be a little bit indignant about the whole affair.  You may even be horrified.  You might be tempted to look at the Catholic Church, and it&#8217;s position and influence in so many countries in the world and think, &#8220;WTF?&#8221;.  Well, you&#8217;re wrong.</p>
<p>I know you&#8217;re wrong, because the official Vatican newspaper has corrected this misguided opinion <a href="http://www.telegraph.co.uk/news/worldnews/europe/vaticancityandholysee/7444784/Vatican-says-number-of-sex-abuse-cases-in-church-is-small.html" target="_blank">stating</a>:</p>
<blockquote><p>For the love of truth, the number of incidents involving clergy is very small.&#8221;</p></blockquote>
<p>See?  See how wrong you were to be even slightly perturbed?  If not, I direct you to <a href="http://www.guardian.co.uk/commentisfree/andrewbrown/2010/mar/11/catholic-abuse-priests" target="_self">the Guardian</a>, where we are politely told that</p>
<blockquote><p>The Catholic figures show that between about 4% of priests and deacons serving in the US between 1950 and 2002 had been accused of sexual abuse of someone under 18. In this country, the figure was a 10th of that: 0.4% But whereas the victims in the general population are overwhelmingly female, the pattern among American Catholic priests was quite different. Four out of five of their victims were male. Most were adolescents: two out of five were 14 or over; 15% were under 10.</p></blockquote>
<p>So that&#8217;s clearly alright then. Only 4% of US priests and deacons were assaulting and raping children in their care.  Only 1 in 20-ish priests and deacons  in the US wilfully abused their position of trust. It is, of course, taken on trust that these figures from the Catholic church are accurate &#8211; it would take a particularly cynical approach to the Catholic church to assume that an international organisation that has persistently lied and obstructed might massage the figures a little.</p>
<p>But hang on. When it come to religion I <em>am</em> cynical. Let&#8217;s do some back-of-a-fag-packet calculations. According to the <a href="http://www.catholicnewsagency.com/news/number_of_worlds_catholics_remains_steady_number_of_priests_grows_slightly/">Catholic News Agency</a> there are just over 400,000 priests in the world.  Let&#8217;s crunch some basic numbers.  I can&#8217;t get a reliable indication of how many priests there are in the US vs. in the UK, but let&#8217;s crunch some random numbers.</p>
<p>Let&#8217;s take the lowest figure &#8211; 0.4% &#8211; as the number of priests who have abused children in their care worldwide.  The maths is simple: that&#8217;s 1,600 children, <em><strong>as an absolute minimum</strong></em>, who have been abused by the Catholic church, and whose abuse was known about and was covered up by the Catholic church.  That&#8217;s the absolute minimum.</p>
<p>At 4% that number becomes 16,000 as an absolute minimum.</p>
<p>We know from the various investigations that have happened, however, that these priests didn&#8217;t just abuse one child.  They frequently sexually assaulted many more thanks to the Catholic church attempting to defend its reputation by moving these people around where they were free to assault again, and frequently again and again.</p>
<p>This is an organisation whose head wants to come to Britain to give &#8216;<a href="http://www.timesonline.co.uk/tol/comment/faith/article7064139.ece">moral guidance</a>&#8216;. Presumably this &#8220;moral guidance&#8221; will be, &#8220;It&#8217;s not so bad. We&#8217;re not all rapists. We just don&#8217;t want our rapists to be prosecuted. That would be bad for our image.&#8221;</p>
<p>That, you see, is religious morality.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/armchairdissident.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/armchairdissident.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/armchairdissident.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/armchairdissident.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/armchairdissident.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/armchairdissident.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/armchairdissident.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/armchairdissident.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/armchairdissident.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/armchairdissident.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/armchairdissident.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/armchairdissident.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/armchairdissident.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/armchairdissident.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=armchairdissident.wordpress.com&amp;blog=1758448&amp;post=129&amp;subd=armchairdissident&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://armchairdissident.wordpress.com/2010/03/16/only-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/caaf563ffe7621973ed01f80d3db89b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">armchairdissident</media:title>
		</media:content>
	</item>
	</channel>
</rss>
