<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Doug's FAQs</title>
	
	<link>http://dougbelshaw.com/faq</link>
	<description>Responses to things people ask me.</description>
	<lastBuildDate>Mon, 01 Apr 2013 14:52:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<copyright>Copyright © Doug's FAQs 2012 </copyright>
	<managingEditor>dajbelshaw@gmail.com (Doug's FAQs)</managingEditor>
	<webMaster>dajbelshaw@gmail.com (Doug's FAQs)</webMaster>
	<image>
		<url>http://dougbelshaw.com/faq/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Doug's FAQs</title>
		<link>http://dougbelshaw.com/faq</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle />
	<itunes:summary>Responses to things people ask me.</itunes:summary>
	<itunes:keywords />
	<itunes:category text="Society &amp; Culture" />
	<itunes:author>Doug's FAQs</itunes:author>
	<itunes:owner>
		<itunes:name>Doug's FAQs</itunes:name>
		<itunes:email>dajbelshaw@gmail.com</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://dougbelshaw.com/faq/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DougsFaq" /><feedburner:info uri="dougsfaq" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>How did you get a Raspberry Pi to work wirelessly with your car sound system?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/yMDwCszR5tQ/</link>
		<comments>http://dougbelshaw.com/faq/2013/04/01/how-did-you-get-a-raspberry-pi-to-work-wirelessly-with-your-car-sound-system/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 13:56:14 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Raspbmc]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://dougbelshaw.com/faq/?p=366</guid>
		<description><![CDATA[Note: This method requires no command line skills and the RPi simply plugs into your car&#8217;s AUX connector. I&#8217;m writing the following from memory having done this earlier today! More photos in this Flickr set. What you&#8217;ll need This is a fairly cheap setup and a starting point for any further work. I&#8217;m considering throwing [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Note:</strong> This method requires no command line skills and the RPi simply plugs into your car&#8217;s AUX connector. I&#8217;m writing the following from memory having done this earlier today! More photos in <a href="https://www.flickr.com/photos/dougbelshaw/sets/72157633137114979/">this Flickr set</a>.</p>
<h3><a href="http://dougbelshaw.com/faq/files/2013/04/rpi-car.jpg"><img class="alignnone size-full wp-image-371" alt="Raspberry Pi car stereo" src="http://dougbelshaw.com/faq/files/2013/04/rpi-car.jpg" width="799" height="531" /></a></h3>
<h3>What you&#8217;ll need</h3>
<p>This is a fairly cheap setup and a starting point for any further work. I&#8217;m considering throwing a USB Digital to Analogue Converter (DAC) into the mix at some point:</p>
<ul>
<li>Raspberry Pi + case</li>
<li>SD card</li>
<li>USB nano wifi dongle</li>
<li>Cigarette lighter power output to USB adapter</li>
<li>USB to Micro USB lead</li>
<li>3.5mm jack to 3.5mm jack audio lead</li>
<li>HDMI cable <em>(for setup only)</em></li>
<li>USB keyboard <em>(for setup only)</em></li>
<li>Ethernet cable <em>(perhaps)</em></li>
<li>A Linux machine <em>(for transferring music only)</em></li>
</ul>
<p>The Raspberry Pi (RPi) compatibility wiki for peripherals can be found <a href="http://elinux.org/RPi_SD_cards">here</a>.</p>
<h3>Overview</h3>
<p>The basic procedure is to install <a href="http://www.raspbmc.com/">Raspbmc</a>, a RPi-compatible version of the XBMC media centre operating system. Once installed, changing a few options in the Raspbmc settings allows you to connect it to a wifi hotspot created by your smartphone. When the RPi and your smartphone are connected to one another, you can use the XBMC app (iOS/Android) to control the RPi.</p>
<p><a href="http://dougbelshaw.com/faq/files/2013/04/rpi-car-2.jpg"><img class="alignnone size-full wp-image-372" alt="RPi in car well" src="http://dougbelshaw.com/faq/files/2013/04/rpi-car-2.jpg" width="799" height="531" /></a></p>
<h3>Step-by-step instructions</h3>
<p>0. If you haven&#8217;t done so before, set up a wifi hotspot on your phone. This is trivial to do on both Android and iOS via the Settings menu.</p>
<p>1. Install <strong><a href="http://www.raspbmc.com/">Raspbmc</a></strong> on your SD card. I used a fairly cheap 16GB Transcend version and <a href="http://www.xbmchub.com/blog/2012/11/02/installing-raspbmc-to-raspberry-pi-for-mac/">this Mac OSX application</a> to make it a one-click procedure.</p>
<p>2. Put the RPi in the case (if you have one) and insert the USB nano wifi dongle, SD card, HDMI cable and USB keyboard. If you have a USB connector on your TV you can power the RPi from that (via the USB to Micro USB cable). When everything&#8217;s connected up you should see Raspbmc doing its thing on your TV screen. You may need to connect an ethernet cable as well at some point.</p>
<p>3. Unplug the ethernet cable (if connected). Go to <strong>Programs / Raspbmc Settings</strong> and change the network connection to wifi. Change the <strong>SSID</strong> and <strong>passphrase</strong> to whatever you setup on your smartphone. I&#8217;m fairly sure I selected <strong>Ad-hoc connection</strong> and then told it to update. If you&#8217;ve got a iPhone then the blue band will appear at the top of your screen when the RPi is connected.</p>
<p>4. Go to <strong>Settings</strong> and find the option to turn on controlling Raspbmc over a network. You might as well turn on other things like AirPlay streaming, etc. as well. In short, have a good old poke around and a fiddle with the different options. One thing you will need to change is music to output to an <strong>Analogue</strong> source (rather than HDMI).</p>
<p>5. Download the <strong>official XBMC app</strong> from the iOS or Android app store. You should just be able to press &#8216;Find&#8217; and connect to the RPi. Try using it to navigate through the Raspbmc menu.</p>
<p>6. Shut down the RPi, remove the SD card and unplug the keyboard. Put the SD card into a <strong>Linux-powered machine*</strong> and create a folder called <strong>Music</strong> in <strong>home / pi</strong>.  Transfer any MP3 files you want to this new folder.</p>
<p>7. Re-insert the SD card into the RPi. Use your smartphone to navigate to the <strong>Music</strong> option in the RPi menu. Add as a source <strong>home / pi / Music</strong>. Try playing some music. You won&#8217;t hear anything unless you&#8217;ve got speakers connected to the analogue output of your RPi, but you should see it playing on-screen and the visualization appear in the background.</p>
<p>8. Shutdown Raspbmc and disconnect all cables. You should just have the SD card and nano wifi dongle attached at this point. Take the RPi to your car and find a handy place to put it close enough to the <strong>cigarette lighter power output</strong> and the <strong>AUX</strong> input. Plug the USB adapter into the cigarette lighter power output, then plug the USB to Micro USB lead into that and the RPi. Plug the 3.5mm audio lead to the AUX input and the RPi.</p>
<p>9. Start your car&#8217;s engine, or at least click the power on so the RPi can boot up. It should automatically connect to your smartphone&#8217;s wifi hotspot and then you can use the XBMC app to <strong>play some music</strong>.</p>
<p>10. <strong>Drive around</strong> listening to rinsin&#8217; tunes. <img src='http://dougbelshaw.com/faq/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><object width="320" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" bgcolor="#000000"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=&amp;photo_id=8610257520" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=109786" /><param name="allowfullscreen" value="true" /><embed width="320" height="240" type="application/x-shockwave-flash" src="http://www.flickr.com/apps/video/stewart.swf?v=109786" flashvars="intl_lang=en-us&amp;photo_secret=&amp;photo_id=8610257520" allowFullScreen="true" allowfullscreen="true" bgcolor="#000000" /></object></p>
<p><em>*Windows and Mac OSX systems can&#8217;t recognise the EXT4 file system. I used a Chromebook to do this bit as it&#8217;s built on Linux.</em></p>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/yMDwCszR5tQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2013/04/01/how-did-you-get-a-raspberry-pi-to-work-wirelessly-with-your-car-sound-system/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2013/04/01/how-did-you-get-a-raspberry-pi-to-work-wirelessly-with-your-car-sound-system/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-did-you-get-a-raspberry-pi-to-work-wirelessly-with-your-car-sound-system</feedburner:origLink></item>
		<item>
		<title>Aren’t Open Badges all about gamification?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/iCB0gz_J8iM/</link>
		<comments>http://dougbelshaw.com/faq/2013/03/12/arent-open-badges-all-about-gamification/#comments</comments>
		<pubDate>Tue, 12 Mar 2013 19:48:49 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[gamification]]></category>
		<category><![CDATA[Jane McGonigal]]></category>
		<category><![CDATA[Open Badges]]></category>

		<guid isPermaLink="false">http://dougbelshaw.com/faq/?p=359</guid>
		<description><![CDATA[It&#8217;s now almost two years since I started getting involved in the Open Badges community. A lot has happened since then which makes it feel kind of weird that it&#8217;s only this week that we&#8217;re announcing v1.0 of the OBI (Open Badges Infrastructure). That&#8217;s because of the way that Mozilla develops products in the open [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s now almost two years since I started getting involved in the <a href="http://openbadges.org">Open Badges</a> community. A lot has happened since then which makes it feel kind of weird that it&#8217;s only this week that we&#8217;re announcing v1.0 of the OBI (Open Badges Infrastructure). That&#8217;s because of the way that Mozilla develops products in the open with the help of the community, of course.</p>
<p>When Open Badges were announced to the world around 18 months ago one of the main criticisms was that it was &#8216;mere gamification&#8217; of learning. Under this view badges are extrinsic motivators akin to the kind of stickers that you see being awarded to young children. Can badges be used to motivate people? Yes, absolutely. But so can carrots (metaphorical or otherwise), degrees, chocolate, toys, and the promise of a big hug.</p>
<p>I can see why people might equate Open Badges with gamification for a couple of reasons. First, the two things became big news around the same time in 2011 making it easy to conflate the two. Second, it takes a bit of a mindshift to re-imagine what is possible when we change the ways learning can be credentialed. It certainly took me a while!</p>
<p>In Jane McGonigal&#8217;s work (not least the excellent <a href="https://www.amazon.co.uk/dp/0099540282/ref=as_li_ss_til?tag=dajbelshcouk-21&amp;camp=2902&amp;creative=19466&amp;linkCode=as4&amp;creativeASIN=0099540282&amp;adid=05G4EMXTE0XPFDP46QZK&amp;"><em>Reality is Broken</em></a>) she talks about the difference between gamification and &#8216;gameful design&#8217;. The former, she states, is about rewards outside of the system, whereas the latter is all about the rewards within the system itself. I like the subtle difference she draws here as it gets to the heart of what makes Open Badges so interesting: badge system design. When there is no limit to how big or small the credentials can be &#8211; nor restrictions on how they can stack up together &#8211; then the world becomes full of wonderful possibilities.</p>
<p>At the end of the day, Open Badges are metadata-infused credentials. They are image files with embedded data that point out towards things like who issued the badge, what it was issued for, and the evidence for the accomplishment. Yes, badges could be used for &#8216;mere gamification&#8217;; they could be used to prop up an outdated system; but the <em>really </em>exciting thing is to use this new, open system to completely rethink the ways we can show what we know. It sounds clichéd but it&#8217;s true: the only limit is our imagination.</p>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/iCB0gz_J8iM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2013/03/12/arent-open-badges-all-about-gamification/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2013/03/12/arent-open-badges-all-about-gamification/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=arent-open-badges-all-about-gamification</feedburner:origLink></item>
		<item>
		<title>Have you got a list of everything you’ve written so far about #openbadges?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/0U9dcFGO7Yw/</link>
		<comments>http://dougbelshaw.com/faq/2012/08/15/have-you-got-a-list-of-everything-youve-written-so-far-about-openbadges/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 19:51:59 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Open Badges]]></category>

		<guid isPermaLink="false">http://dougbelshaw.com/faq/?p=355</guid>
		<description><![CDATA[I&#8217;m participating in a podcast for Teachers Teaching Teachers tonight. This is to help me to get to stuff I&#8217;ve written about Open Badges, quickly! DMLcentral Gaining Some Perspective on Badges for Lifelong Learning Badges for Lifelong Learning: Reframing the Debate My blog What we’re up to with Mozilla Webmaker (Open) badges. An elevator pitch [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m participating in a podcast for <a href="http://edtechtalk.com/ttt">Teachers Teaching Teachers</a> tonight. This is to help me to get to stuff I&#8217;ve written about <a href="http://openbadges.org">Open Badges</a>, quickly!</p>
<h3>DMLcentral</h3>
<ul>
<li><a href="http://dmlcentral.net/blog/doug-belshaw/gaining-some-perspective-badges-lifelong-learning">Gaining Some Perspective on Badges for Lifelong Learning</a></li>
<li><a href="http://dmlcentral.net/blog/doug-belshaw/badges-lifelong-learning-reframing-debate">Badges for Lifelong Learning: Reframing the Debate</a></li>
</ul>
<h3>My blog</h3>
<ul>
<li><a href="http://dougbelshaw.com/blog/what-were-up-to-with-mozilla-webmaker-open-badges">What we’re up to with Mozilla Webmaker (Open) badges.</a></li>
<li><a href="http://dougbelshaw.com/blog/an-elevator-pitch-for-openbadges-v0-2-video">An elevator pitch for #openbadges (v0.2) [VIDEO]</a></li>
<li><a href="http://dougbelshaw.com/blog/google-hangout-about-openbadges-today-1100-bst">[UPDATED] Google+ Hangout about #openbadges TODAY 11:00 (BST)</a></li>
<li><a href="http://dougbelshaw.com/blog/howto-issue-openbadges-in-5-steps-using-wordpress-wpbadger">HOWTO: Issue #openbadges in 5 steps using WordPress + WPBadger</a></li>
<li><a href="http://dougbelshaw.com/blog/informal-learning-gaming-and-openbadges-design">Informal learning, gaming, and #openbadges design</a></li>
<li><a href="http://dougbelshaw.com/blog/getting-up-to-speed-on-the-technical-side-of-openbadges">Getting up to speed on the technical side of #openbadges</a></li>
<li><a href="http://dougbelshaw.com/blog/openbadges-through-the-rear-view-mirror">#OpenBadges through the rear-view mirror?</a></li>
<li><a href="http://dougbelshaw.com/blog/recording-connected-learning-webinar-on-open-badges">[RECORDING] Connected Learning webinar on Open Badges</a></li>
<li><a href="http://dougbelshaw.com/blog/badges-talking-at-cross-purposes">Badges: talking at cross purposes?</a></li>
<li><a href="http://dougbelshaw.com/blog/if-not-now-when-why-we-need-openbadges-and-dmlbadges-for-lifelong-learning-right-now">If not now, when? Why we need #openbadges and #dmlbadges for lifelong learning RIGHT NOW.</a></li>
<li><a href="http://dougbelshaw.com/blog/of-bitcoin-and-badges">Of Bitcoin and Badges.</a></li>
<li><a href="http://dougbelshaw.com/blog/what-did-we-learn-during-a-semester-of-learning-on-openbadges-over-at-p2pu-org">What did we learn during a ‘semester of learning’ on #openbadges over at P2PU.org?</a></li>
<li><a href="http://dougbelshaw.com/blog/responding-to-some-criticisms-about-badges-for-lifelong-learning">Responding to some criticisms about ‘badges’ for lifelong learning</a></li>
<li><a href="http://dougbelshaw.com/blog/openbadges-learner-stories">#openbadges – Learner Stories</a></li>
</ul>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/0U9dcFGO7Yw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2012/08/15/have-you-got-a-list-of-everything-youve-written-so-far-about-openbadges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2012/08/15/have-you-got-a-list-of-everything-youve-written-so-far-about-openbadges/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=have-you-got-a-list-of-everything-youve-written-so-far-about-openbadges</feedburner:origLink></item>
		<item>
		<title>What do you think about Mitch Resnick’s (@mres) skeptical #OpenBadges comments?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/bifUBZHof4k/</link>
		<comments>http://dougbelshaw.com/faq/2012/02/29/what-do-you-think-about-mitch-resnicks-mres-skeptical-openbadges-comments/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 01:47:23 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://dajbposterous.wordpress.com/2012/02/29/what-do-you-think-about-mitch-resnicks-mres-skeptical-openbadges-comments</guid>
		<description><![CDATA[In &#039;Still a Badge Skeptic&#039; (http://hastac.org/blogs/mres/2012/02/27/still-badge-skeptic) Mitch Resnick, Professor at MIT outlines his concerns about badges: &#34;The problem, for me, lies in the role of badges as motivators. In many cases, educators are proposing badge systems in order to motivate students. It’s easy to understand why educators are doing this: most students get excited and [...]]]></description>
				<content:encoded><![CDATA[<p>In &#039;Still a Badge Skeptic&#039; (<a href="http://hastac.org/blogs/mres/2012/02/27/still-badge-skeptic">http://hastac.org/blogs/mres/2012/02/27/still-badge-skeptic</a>) Mitch Resnick, Professor at MIT outlines his concerns about badges:</p>
<p>&quot;The problem, for me, lies in the role of badges as motivators. In many cases, educators are proposing badge systems in order to motivate students. It’s easy to understand why educators are doing this: most students get excited and engaged by badges. But towards what end? And for how long?&quot;</p>
<p>I agree with Mitch&#039;s concerns.</p>
<p>At the moment I&#039;m reading Clay Shirky&#039;s &#039;Cognitive Surplus&#039;. Here&#039;s a quotation from a great section about motivation:</p>
<p>&quot;Deci&#039;s experiment suggested that extrinsic motivations aren&#039;t always the most effective ones and that increasing extrinsic motivations can actually decrease intrinsic ones. He concluded that an extrinsic motivation like being paid can crowd out an intrinsic one like enjoying something for its own sake.&quot;</p>
<p>Shirky goes on to cite another study where the implicit contract between parents and daycare workers was broken. Fines for late arrival were imposed on the test group of parents whilst the control group remained unchanged. </p>
<p>The result of imposing fines for late arrival? Parents in the test group were *more* likely to arrive late (and therefore be fined) than before. And then, when the fines were removed, the behaviour &#8211; the increased number of late arrivals &#8211; remained. The implicit contract had been broken; the extrinsic motivator crowded out the intrinsic motivator.</p>
<p>To my mind, the focus of Open Badges is not motivation. They&#039;re about accrediting the types of things that just don&#039;t get accredited or signalling a learning journey. Yes, badges *can* be used as extrinsic motivators, but I&#039;d argue that&#039;s not their best use.  </p>
<p>So I&#039;d agree with Mitch that we need to be careful when it comes to motivation around badges. We need to ensure that the focus is upon learning, pedagogy and creating a holistic picture of the individual. If it&#039;s just about finding another way to extrinsically motivate learners then we&#039;ve failed.</p>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/bifUBZHof4k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2012/02/29/what-do-you-think-about-mitch-resnicks-mres-skeptical-openbadges-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2012/02/29/what-do-you-think-about-mitch-resnicks-mres-skeptical-openbadges-comments/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-do-you-think-about-mitch-resnicks-mres-skeptical-openbadges-comments</feedburner:origLink></item>
		<item>
		<title>Examples of using badges to credentialize learning (#openbadges &amp; #dmlbadges)</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/-OaS0aEOu5E/</link>
		<comments>http://dougbelshaw.com/faq/2011/11/09/examples-of-using-badges-to-credentialize-learning-openbadges-dmlbadges/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 11:13:00 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://dajbposterous.wordpress.com/2011/11/09/examples-of-using-badges-to-credentialize-learning-openbadges-dmlbadges</guid>
		<description><![CDATA[At my main blog&#160;I&#8217;ve been talking quite a lot about the potential for badges to credentialise informal learning.&#160;Quite apart from the MacArthur Foundation, Mozilla, HASTAC, US Department of Education and NASA-backed DML Competition, there&#8217;s an Open Badges infrastructure that people are beginning to use right now. Up until now I don&#8217;t think that, collectively, we&#8217;ve [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-size:12px">At my <a href="http://dougbelshaw.com/blog">main blog</a>&nbsp;I&#8217;ve been talking quite a lot about the potential for badges to credentialise informal learning.&nbsp;Quite apart from the MacArthur Foundation, Mozilla, HASTAC, US Department of Education and NASA-backed <a href="http://dmlcompetition.net">DML Competition</a>, there&#8217;s an <a href="http://openbadges.org">Open Badges infrastructure</a> that people are beginning to use right <em>now</em>.
<p /> Up until now I don&#8217;t think that, collectively, we&#8217;ve done a good enough job so far at surfacing examples of people using badges imaginatively and creatively. That&#8217;s why I asked <a href="http://www.kitchenbox.com/">Ruth Schmidt</a>, who&#8217;s been working with the <a href="http://digitalyouthnetwork.org/">Digital Youth Network</a> in Chicago, to share some documents thy she showed in a session at the <a href="http://mozillafestival.org">Mozilla Festival</a> last weekend.
<p />  As you can see, one of the documents shows broadly four different types of badges. The other shows a retrospective analysis of the social network DYN has been using with students, and how badges would fit into their existing structure. I think it&#8217;s a great, well thought-through example of doing something with badges that is difficult or problematic with existing assessment and grading regimes.</span></p>
<p>
<div class='p_embed p_file_embed'>
<a href="http://dougsfaq.posterous.com/examples-of-using-badges-to-credentialize-lea"><img alt="" src="http://posterous.com/images/filetypes/pdf.png" /></a></p>
<div class='p_embed_description'>
<strong>badge-diagnostic-8nov2011.pdf</strong><br />
<a href="http://dajbposterous.files.wordpress.com/2011/11/badge-diagnostic-8nov20111.pdf">Download this file</a>
</div>
</div>
<p>
<div class='p_embed p_file_embed'>
<a href="http://dougsfaq.posterous.com/examples-of-using-badges-to-credentialize-lea"><img alt="" src="http://posterous.com/images/filetypes/pdf.png" /></a></p>
<div class='p_embed_description'>
<strong>DYNbadge-booklet-vF.pdf</strong><br />
<a href="http://getfile7.posterous.com/getfile/files.posterous.com/dougsfaq/Tjj47iwPtQaDVMCfKIm1UjmkFr9Fod9vSATv8ClDlqkL013DSOoVzmM9cycY/DYNbadge-booklet-vF.pdf">Download this file</a>
</div>
</div>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/-OaS0aEOu5E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2011/11/09/examples-of-using-badges-to-credentialize-learning-openbadges-dmlbadges/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2011/11/09/examples-of-using-badges-to-credentialize-learning-openbadges-dmlbadges/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=examples-of-using-badges-to-credentialize-learning-openbadges-dmlbadges</feedburner:origLink></item>
		<item>
		<title>Why are your websites down?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/NdjcCtwyIFU/</link>
		<comments>http://dougbelshaw.com/faq/2011/10/21/why-are-your-websites-down/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 11:42:00 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://dajbposterous.wordpress.com/2011/10/21/why-are-your-websites-down</guid>
		<description><![CDATA[This is the message that greeted me when I woke up this morning. My &#8216;main&#8217; website when I signed up to Bluehost was historyshareforum.com, hence the reference to it below. I have no idea which of the Terms of Service I am supposed to have &#8216;violated&#8217;. I&#8217;m currently looking for a way to transfer my [...]]]></description>
				<content:encoded><![CDATA[<div>This is the message that greeted me when I woke up this morning. My &#8216;main&#8217; website when I signed up to Bluehost was historyshareforum.com, hence the reference to it below.</div>
<p />
<div>I have no idea which of the Terms of Service I am supposed to have &#8216;violated&#8217;. I&#8217;m currently looking for a way to transfer my sites elsewhere as this isn&#8217;t the first time this has happened. :-/</div>
<p style="color:#a0a0a8">Forwarded message:</p>
<blockquote>
<div><strong>From:</strong> <a href="mailto:support@bluehost.com">support@bluehost.com</a><br /> <strong>To:</strong> [redacted]<br /> <strong>Date:</strong> Thursday, 20 October 2011 22:25:37<br /> <strong>Subject:</strong> Web hosting account deactivated for HISTORYSHAREFORUM.COM</div>
<p></p>
<div>
<div>
<div>Dear Doug:
<p />Your web hosting account for <a href="http://historyshareforum.com">historyshareforum.com</a> has been deactivated, as of 10/20/2011. (reason: site causing performance problems)
<p />This deactivation was due to a Terms of Service violation associated with your account. At sign-up, all users state that they have read through, understand, and agree to our terms. These terms are legal and binding.
<p />Although your web site has been suspended, your data may still be available for up to 15 days from the date of deactivation; if you do not contact us during that 15 day period, your account and all of its files, databases, and emails may be deleted.
<p />If you feel this deactivation was made in error, or in order to gain access to your account, please call our customer service line as soon as possible at (888) 401-4678 and press 5 to speak with a member of our Terms of Service Compliance department.<br />Please read the following, derived from our Terms of Service agreement, for additional information regarding the matter.
<p />Engaging in any activity that, in <a href="http://BlueHost.com">BlueHost.com</a>&#8216;s sole and absolute discretion, disrupts, interferes with, or is harmful to (or threatens to disrupt, interfere with, or be harmful to) <a href="http://BlueHost.com">BlueHost.com</a>&#8216;s services, <a href="http://BlueHost.com">BlueHost.com</a>&#8216;s business, operations, reputation, goodwill, subscribers and/or subscriber relations, or the ability of <a href="http://BlueHost.com">BlueHost.com</a>&#8216;s subscribers to effectively use <a href="http://BlueHost.com">BlueHost.com</a>&#8216;s services is prohibited.
<p />Please review the current copy of our Terms of Service here:<br /><a href="http://www.bluehost.com/cgi/terms">http://www.bluehost.com/cgi/terms</a>
<p />Thank you,<br /><a href="http://BlueHost.com">BlueHost.com</a> Technical Support<br /><a href="http://www.bluehost.com">http://www.bluehost.com</a><br />For support go to <a href="http://helpdesk.bluehost.com">http://helpdesk.bluehost.com</a>/<br />Toll-Free: (888) 401-4678 Option 2</div>
</div>
</div>
</blockquote>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/NdjcCtwyIFU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2011/10/21/why-are-your-websites-down/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2011/10/21/why-are-your-websites-down/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=why-are-your-websites-down</feedburner:origLink></item>
		<item>
		<title>How are you progressing with the #neverendingthesis?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/qgYi8yNpEAE/</link>
		<comments>http://dougbelshaw.com/faq/2011/09/20/how-are-you-progressing-with-the-neverendingthesis/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 06:43:09 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://dajbposterous.wordpress.com/2011/09/20/how-are-you-progressing-with-the-neverendingthesis</guid>
		<description><![CDATA[Pretty well, thanks. I was planning to submit this Friday, but a couple of things are going to prevent that. First, I&#039;m off to the Scottish Learning Festival tomorrow (which means I won&#039;t be able to work on it for a couple of days). Second, I&#039;ve found more minor corrections than I thought I would. [...]]]></description>
				<content:encoded><![CDATA[<p>Pretty well, thanks. I was planning to submit this Friday, but a couple of things are going to prevent that. First, I&#039;m off to the Scottish Learning Festival tomorrow (which means I won&#039;t be able to work on it for a couple of days). Second, I&#039;ve found more minor corrections than I thought I would.</p>
<p>A note on my method for minor correction-spotting. Digital documents are great for writing and editing, but not for seeing the bigger picture. I needed a lot of space to blu-tack up nearly 300 pages, so I went into work on Saturday and Sunday and spent 10 hours in total going through my thesis with a fine toothcomb:</p>
<p><a href="http://www.flickr.com/apps/slideshow/show.swf?v=71649">http://www.flickr.com/apps/slideshow/show.swf?v=71649</a></p>
<p>My thesis as it stood a couple of weeks ago is available at http:/<a href="http://dougbelshaw.com/thesis">dougbelshaw.com/thesis</a>. Once I&#039;ve submitted, I&#039;m planning to turn it into a wiki at <a href="http://neverendingthesis.com">http://neverendingthesis.com</a> <img src='http://dougbelshaw.com/faq/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/qgYi8yNpEAE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2011/09/20/how-are-you-progressing-with-the-neverendingthesis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2011/09/20/how-are-you-progressing-with-the-neverendingthesis/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-are-you-progressing-with-the-neverendingthesis</feedburner:origLink></item>
		<item>
		<title>Why was your camping trip a ‘tragi-comedy of micro-epic proportions’?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/XzIG7Wbez9g/</link>
		<comments>http://dougbelshaw.com/faq/2011/08/22/why-was-your-camping-trip-a-tragi-comedy-of-micro-epic-proportions/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 08:31:05 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://dajbposterous.wordpress.com/2011/08/22/why-was-your-camping-trip-a-tragi-comedy-of-micro-epic-proportions</guid>
		<description><![CDATA[Over at P2PU I&#8217;m organising a semester of learning around Mozilla&#8217;s Open Badges project. If there was one for &#8216;packing up a tent in the dark&#8217; or &#8216;continuingin the face of adversity&#8217; I&#8217;d have a fuller CV this morning. It all started innocently enough. &#8220;It&#8217;s a lovely day, isn&#8217;t it?&#8221; stated the four year-old HyperActiveBoy™ [...]]]></description>
				<content:encoded><![CDATA[<p>    Over at P2PU I&#8217;m organising a semester of learning around Mozilla&#8217;s Open Badges project. If there was one for &#8216;packing up a tent in the dark&#8217; or &#8216;continuing<br />in the face of adversity&#8217; I&#8217;d have a fuller CV this morning.
<p>It all started innocently enough. &#8220;It&#8217;s a lovely day, isn&#8217;t it?&#8221; stated the four year-old HyperActiveBoy™ as we played football in the back garden on Saturday. &#8220;I think we should go camping tonight.&#8221; I was too busy trying to hold ChunkGirl™ (who, at seven months, is now the same weight as her two year-old cousin) to concentrate on the question. &#8220;Yes, we should go sometime,&#8221; I replied.  </p>
<p>After much badgering over Saturday and Sunday it was agreed: PersistentBoy™ and Daddy would go camping on Sunday night. Mummy found a campsite close by and, at 18.30, off we went, driving less than ten miles to our destination. The opencast mine and trainline we passed close-by to the campsite should have put me off or, failing that, the bizarre fluffy white chickens. But oh no. In the words of the Beautiful South, we Carried On Regardless.  </p>
<p>HyperActiveBoy™ and I had the tent up and were in it by 19.30 after having the now-traditional hot chocolate and cookies, and getting washed in the shower block. My plan was to read in the tent but, on leaning back to lie down, managed to crush my Kindle in a way that broke the screen. Not the most auspicious of starts.   </p>
<p>With AwakeBoy™ far too excited to get to sleep with Daddy in the tent, I decamped to the car planning to scour internet forums for a solution to my Kindle problem. But, of course, we were in deep Northumberland where GPRS is like frickin&#8217; broadband. After about an hour of fruitless searching, and with AwakeBoy™ still steadfastly refusing to sleep, I decided to get back into the tent.   </p>
<p>Back in summer 2001 I went round Italy with AwakeBoy™&#8217;s Mummy staying at Youth Hostels. The sleeping bag I bought for that trip was an ultra-light one made for Mediterranean summers. On Sunday night it felt like the equivalent of a bin bag. Oh, and I didn&#8217;t have anything to use as a pillow as AwakeBoy™ was hogging the improvised rolled-up blanket.  </p>
<p>AwakeBoy™, a.k.a. TalkInHisSleepBoy™ a.k.a. HotWaterBottleBoy™, of course, has never been cold in his entire life, so didn&#8217;t really understand why I, at about midnight when he was finally dropping off to sleep, proclaimed I needed to go back into the car to get my oh-so-thick M&amp;S Dad cardigan.   </p>
<p>From there it was all downhill. The excitement started again with AwakeBoy™ as I re-entered the tent. I threatened to take him home. A train went past. Something was moving in the opencast mine. He needed a wee-wee at 2am, managing to cover the outside of the tent in more than dew.  </p>
<p>But then, at 3.30am, the cockerel started crowing. &#8220;That&#8217;s it!&#8221; I cried, not really caring who heard us by this point, &#8220;we&#8217;re going home!&#8221; AwakeBoy™, looking bewildered and as if he&#8217;d done something wrong, asked why. I explained that it wasn&#8217;t his fault, that it was the worst campsite in the world, and bundled him into the car.  </p>
<p>Taking down the tent took about ten minutes in the dark given that I just threw it into the boot of the car. We drove up the drive towards the campsite owner&#8217;s house where I dropped the key off by posting it through the letterbox.   </p>
<p>Did I also include a £10 note to cover the pitch fee? No reader, I did not.</p>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/XzIG7Wbez9g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2011/08/22/why-was-your-camping-trip-a-tragi-comedy-of-micro-epic-proportions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2011/08/22/why-was-your-camping-trip-a-tragi-comedy-of-micro-epic-proportions/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=why-was-your-camping-trip-a-tragi-comedy-of-micro-epic-proportions</feedburner:origLink></item>
		<item>
		<title>What did you think of the Supercar Fantastic Four driving event?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/jb9BY36zzQQ/</link>
		<comments>http://dougbelshaw.com/faq/2011/08/19/what-did-you-think-of-the-supercar-fantastic-four-driving-event/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 19:34:00 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://dajbposterous.wordpress.com/2011/08/19/what-did-you-think-of-the-supercar-fantastic-four-driving-event</guid>
		<description><![CDATA[See the full gallery on Posterous I really enjoyed it! Hannah, my wife, bought me the experience for my 30th birthday last December but I&#8217;ve only recently been able to find a date which worked for all the family. I have no idea how much it cost, although I&#8217;m pretty sure she&#8217;ll have found a [...]]]></description>
				<content:encoded><![CDATA[<div>
<div class='p_embed p_image_embed'>
<a href="http://dajbposterous.files.wordpress.com/2011/08/dsc03103_hdr_small1.jpg"><img alt="Dsc03103_hdr_small" height="332" src="http://dajbposterous.files.wordpress.com/2011/08/dsc03103_hdr_small1.jpg?w=300" width="500" /></a><br />
<a href="http://dajbposterous.files.wordpress.com/2011/08/dsc03107_hdr_small1.jpg"><img alt="Dsc03107_hdr_small" height="332" src="http://dajbposterous.files.wordpress.com/2011/08/dsc03107_hdr_small1.jpg?w=300" width="500" /></a><br />
<a href="http://dajbposterous.files.wordpress.com/2011/08/dsc03108_hdr_small1.jpg"><img alt="Dsc03108_hdr_small" height="332" src="http://dajbposterous.files.wordpress.com/2011/08/dsc03108_hdr_small1.jpg?w=300" width="500" /></a><br />
<a href="http://dajbposterous.files.wordpress.com/2011/08/dsc03134_hdr_small1.jpg"><img alt="Dsc03134_hdr_small" height="332" src="http://dajbposterous.files.wordpress.com/2011/08/dsc03134_hdr_small1.jpg?w=300" width="500" /></a><br />
<a href="http://dajbposterous.files.wordpress.com/2011/08/dsc03136_hdr_small11.jpg"><img alt="Dsc03136_hdr_small" height="332" src="http://dajbposterous.files.wordpress.com/2011/08/dsc03136_hdr_small11.jpg?w=300" width="500" /></a></p>
<div class='p_see_full_gallery'><a href="http://dougsfaq.posterous.com/what-did-you-think-of-the-supercar-fantastic">See the full gallery on Posterous</a></div>
</div>
</div>
<div>I really enjoyed it!</div>
<p />
<div>Hannah, my wife, bought me the experience for my 30th birthday last December but I&#8217;ve only recently been able to find a date which worked for all the family. I have no idea how much it cost, although I&#8217;m pretty sure she&#8217;ll have found a discount somewhere! The event was held near York, and Vision Motorsport, who ran the day, have also got a track near Oxford that they use.</div>
<p />
<div>I drove, in order, an Aston Martin V8 Vantage, Lamborghini Gallardo, Ferrari 360 and a Porsche GT3. In order of preference, I&#8217;d go:</div>
<div>
<ol>
<li>Ferrari</li>
<li>Porsche</li>
<li>Lamborghini</li>
<li>Aston Martin</li>
</ol>
<div>Most people there preferred the Porsche, but I managed to overtake the person driving that in the Aston Martin! The Ferrari was just <em>out of this world</em> in terms of raw power and acceleration. The steering was precision and the traction control just made driving it a breeze. I remember Jeremy Clarkson reviewing the Lamborghini Gallardo and pointing out the weird driving position: the pedals are over to the left which means you kind of have to twist your body.&nbsp;</div>
</div>
<p />
<div>On the other hand, if I had to pick a car to drive every day, I&#8217;d choose the Aston Martin. It&#8217;s a refined, more comfortable car that&#8217;s really smooth to drive. I suppose that&#8217;s why rich businessmen drive it. You&#8217;d have to be pretty ostentatious to drive a Lamborghini Gallardo around the place &#8211; especially in bright yellow!&nbsp;</div>
<p />
<div>Hannah asked me a pertinent question on the way back home. I&#8217;ve got a Ford Puma, an absolutely awesome machine which is pretty quick and hugs corners. She asked if, had I not bought my Puma last year, whether I&#8217;d have enjoyed the experience more. I suppose that yes, I probably would. Our other car, a Ford Focus C-MAX is very much a family car and handles like a <em>ship</em> compared to my Puma. So, if I&#8217;d been used to driving that instead of my Puma for the last 10 months, then I suppose the day would have been even better.</div>
<p />
<div>As it was, I thought it certainly lived up to its &#8216;fantastic&#8217; billing. It&#8217;s just a shame that a couple of the instructors kept telling me off for taking the corners too fast&#8230; <img src='http://dougbelshaw.com/faq/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </div>
<p><strong>Update:</strong> I created a video&#8230;</p>
<p>
<a href="http://www.flickr.com/apps/video/stewart.swf?v=71377">http://www.flickr.com/apps/video/stewart.swf?v=71377</a>
</p>
<p>(and yes, those photos have been HDR-ised and I added F1 noises!)</p>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/jb9BY36zzQQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2011/08/19/what-did-you-think-of-the-supercar-fantastic-four-driving-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2011/08/19/what-did-you-think-of-the-supercar-fantastic-four-driving-event/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=what-did-you-think-of-the-supercar-fantastic-four-driving-event</feedburner:origLink></item>
		<item>
		<title>So you don’t condemn the rioters?</title>
		<link>http://feedproxy.google.com/~r/DougsFaq/~3/NsAydRAZMK0/</link>
		<comments>http://dougbelshaw.com/faq/2011/08/10/so-you-dont-condemn-the-rioters/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 08:21:52 +0000</pubDate>
		<dc:creator>Doug Belshaw</dc:creator>
				<category><![CDATA[FAQ]]></category>

		<guid isPermaLink="false">http://dajbposterous.wordpress.com/2011/08/10/so-you-dont-condemn-the-rioters</guid>
		<description><![CDATA[Whilst I would absolutely condemn the violence and criminality that we&#8217;ve seen over the last few nights in major English cities, I can&#8217;t help but think that we&#8217;re narrow-mindedly only accepting one side of a much larger, more complex (and more disturbing) picture. Put yourself in the place of a teenager in modern-day England. Even [...]]]></description>
				<content:encoded><![CDATA[<div>Whilst I would absolutely condemn the violence and criminality that we&#8217;ve seen over the last few nights in major English cities, I can&#8217;t help but think that we&#8217;re narrow-mindedly only accepting one side of a much larger, more complex (and more disturbing) picture.</div>
<p />
<div>Put yourself in the place of a teenager in modern-day England. Even if you keep your side of the bargain &#8211; if you keep your head down, work hard and keep out of trouble &#8211; you still have to pay what must seem like an egregious amount of money to get a degree, something that is fast becoming a minimum entry level qualification for many jobs. How would you feel then?&nbsp;</div>
<p />
<div>But what about if it&#8217;s worse than that? What about if you&#8217;ve grown up in an environment where you&#8217;ve been neglected (or worse still, abused), where it&#8217;s up to you if you decide to go to school, where there&#8217;s no money in the house for what others class as basics? What if the structure that used to be provided by families, schools and communities just doesn&#8217;t exist for you? What if there literally are no boundaries? Is that your fault?</div>
<p />
<div>As we saw with the student fees protests, you can be well-educated, articulate, and peaceful in your demonstrations and *still* be completely ignored by the government. What chance have young, poorly-educated and marginalised people really got, then? What use is marching with a placard going to do? Can you honestly say that in those circumstances you wouldn&#8217;t turn to gangs and people who, on a short-term and very local level *can* sort out your problems for you? I&#8217;m not sure I could be so certain.</div>
<p />
<div>So whilst I obviously don&#8217;t condone violence and criminal damage, I have to wonder just how our young people are supposed to vent their dissatisfaction with the current state of affairs. As I mentioned yesterday I believe that the structural inequality in England is larger than at any time during my 30 years living in the country:</div>
<p />
<div>As Richard Wilkinson points out in his book <i>The Spirit Level</i> the overwhelming cause of male homicide is status inequality. In fact, the power of the effect is three times greater than the strongest correlation previously measured. Status inequality affects seratonin levels which, in turn, lessens an individual&#8217;s ability to enjoy pleasure and amplifies negative emotions. As a result, cortisol levels are likely to increase which are linked to almost everything bad that can happen to you health-wise: depression, cancer, heart disease, you name it.</div>
<p />
<div>So let&#8217;s catch the young people carrying out criminal damage. But rather than punish them in unjust ways, let&#8217;s be measured in our response. And for goodness&#8217; sake, let&#8217;s get their side of the story. Perhaps then we can do something about working towards a more just society.</div>
<img src="http://feeds.feedburner.com/~r/DougsFaq/~4/NsAydRAZMK0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://dougbelshaw.com/faq/2011/08/10/so-you-dont-condemn-the-rioters/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		<feedburner:origLink>http://dougbelshaw.com/faq/2011/08/10/so-you-dont-condemn-the-rioters/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=so-you-dont-condemn-the-rioters</feedburner:origLink></item>
	</channel>
</rss>
