<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jim Anning</title>
	<atom:link href="http://jimanning.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jimanning.com</link>
	<description>occasional random stuff</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:23:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>An Idea and a Call for Help</title>
		<link>http://jimanning.com/2012/01/an-idea-and-a-call-for-help/</link>
		<comments>http://jimanning.com/2012/01/an-idea-and-a-call-for-help/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 08:24:51 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[coding for kids]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=303</guid>
		<description><![CDATA[I&#8217;ve been thinking recently about how I can help introduce more young people to the joys of coding. So far I&#8217;ve scored a minor success teaching a group of nine year olds MIT&#8217;s Scratch, but I&#8217;d like to try something a bit more scalable, aimed at older learners. One concept I&#8217;ve been mulling over is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking recently about how I can help introduce more young people to the joys of coding. So far I&#8217;ve scored a minor success <a title="Putting my money where my mouth is" href="http://jimanning.com/2012/01/putting-my-money-where-my-mouth-is/">teaching a group of nine year olds</a> MIT&#8217;s Scratch, but I&#8217;d like to try something a bit more scalable, aimed at older learners.</p>
<p>One concept I&#8217;ve been mulling over is an easily accessible, online &#8216;coding game&#8217;. I have some basic thoughts, which I&#8217;ll outline below, but want to make it a collaborative, open source project. I&#8217;m putting the idea out there for comment / feedback etc and if you want to get involved in any way at all then get in touch.</p>
<p><strong>So here&#8217;s my initial thinking&#8230;</strong></p>
<ul>
<li>You play the game by writing code to guide a character/robot/thing around the screen to solve a series of increasingly complex challenges.</li>
<li>When you complete the challenge, you get to see (and play with) the code that other people who also solved the challenge used.</li>
<li>There would be a &#8216;compete&#8217; mode where you could play in real time, against another coder. At the end of the challenge we &#8216;swap&#8217; the code, so both people can learn from the way the other has constructed their code.</li>
</ul>
<p>My theory is that by setting out an &#8216;objective&#8217; (ie completing the challenge / beating your opponent) to the coding and then sharing the code it will encourage people to learn from each other (I&#8217;d be v. interested on any educationalists take on this approach &#8211; how would we improve it?). Of course, its not a completely original principle, but I haven&#8217;t seen anything web based that uses this combination of competition and code sharing as a learning tool before.</p>
<p><strong>I&#8217;ve expanded on some of my initial thoughts in this video.</strong></p>
<p><object width="640" height="480" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/bPILBmfXk-w?version=3&amp;hl=en_US&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed width="640" height="480" type="application/x-shockwave-flash" src="http://www.youtube.com/v/bPILBmfXk-w?version=3&amp;hl=en_US&amp;rel=0" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p><strong>I&#8217;m keen to make this happen, but I can&#8217;t make it happen on my own. What I can do is co-ordinate stuff; contribute ideas; do some of the code etc and generally move things forward. If you can help in any way then please leave a comment on the post and I&#8217;ll be in touch.</strong></p>
<p>Some links for things mentioned in the video&#8230;</p>
<ul>
<li><a href="http://robocode.sourceforge.net/">Robocode</a> is a good example of a code based game, although my view is its a bit complex for the age group we&#8217;re targetting</li>
<li><a href="http://raphaeljs.com/">Raphael</a> is a javscript vector graphics library &#8211; i&#8217;ve used it for a few projects and it&#8217;s good on the cross-browser front</li>
<li><a href="http://www.skulpt.org/">Skulpt</a> is an in-browser implementation of Python. I think there are lots of things about python that make it a good language for kids to code in, but of course maybe theres a better choice</li>
<li><a href="http://nodejs.org/">Node</a> seems like the obvious choice to provide any real-time element for the competitive challenges</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2012/01/an-idea-and-a-call-for-help/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Putting my money where my mouth is</title>
		<link>http://jimanning.com/2012/01/putting-my-money-where-my-mouth-is/</link>
		<comments>http://jimanning.com/2012/01/putting-my-money-where-my-mouth-is/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 22:35:26 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[coding for kids]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=286</guid>
		<description><![CDATA[I&#8217;ve banged on a lot about why it&#8217;s important that children learn about computing (mainly here, but also here and here). After attending the excellent coding for kids un-conference run by @hubmum and @katybeale, I made a promise to myself to do something practical to help more young people discover coding. So&#8230; I pitched the idea of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve banged on a lot about why it&#8217;s important that children learn about computing (mainly <a href="http://jimanning.com/2011/06/kidsprogramming/">here</a>, but also <a href="http://jimanning.com/2011/08/an-alternative-ict-curriculum/">here</a> and <a href="http://jimanning.com/2011/10/coding-for-kids-measuring-success/">here</a>). After attending the excellent <a href="http://codingforkids.org/wiki/Main_Page#Statement_of_intent">coding for kids un-conference</a> run by <a href="http://twitter.com/hubmum">@<a href="http://twitter.com/hubmum" rel="nofollow" target="_blank" title="View hubmum's Twitter Profile">hubmum</a></a> and <a href="http://twitter.com/katybeale">@<a href="http://twitter.com/katybeale" rel="nofollow" target="_blank" title="View katybeale's Twitter Profile">katybeale</a></a>, I made a promise to myself to <strong>do something practical</strong> to help more young people discover coding.</p>
<p>So&#8230; I pitched the idea of a coding for kids pilot to the Head Teacher of my son&#8217;s primary school and was pleasantly surprised that she was very open to the idea.</p>
<p>Shortly after that, a bit of serendipity came into play through a post on the <a href="http://www.computingatschool.org.uk/">Computing at School</a> mailing list. Peter Higginson (mentioned on Stanford&#8217;s <a href="http://en.wikipedia.org/wiki/List_of_Internet_pioneers#Birth_of_the_Internet_plaque_at_Stanford">&#8220;Birth of the Internet&#8221; plaque</a>) happens to live near me and was interested in doing something to help bring computer science to schools. Over a coffee (and some fascinating stories about the early days of the internet) we agreed to doing some sort of double act.</p>
<p>After a couple of planning meetings with the Deputy Head we settled on doing a pilot with a group of ten Year 5 (ie 9 year old) children. It would be two 1 hour sessions during school time. I was keen to target Year 5 as there is a general consensus that it&#8217;s about the age when people develop some of the thinking skills that computing needs (Plus I was somewhat influenced by Emma Mulqueeny&#8217;s <a href="http://mulqueeny.wordpress.com/2011/08/10/year-8-is-too-late/">Year 8 is too late</a> thoughts)</p>
<p>So here&#8217;s what we did, what happened and some thoughts on what&#8217;s next&#8230;</p>
<p><strong>What We Did</strong></p>
<p>We decided fairly quickly to use <a href="http://scratch.mit.edu/">MIT&#8217;s Scratch</a> as the basis for the sessions. It&#8217;s free, very accessible for children of that age and there are lots of online examples and resources that the kids could run with on their own if they wanted to.</p>
<p>We structured each session so that it would start with Peter covering theory and explaining some principles; followed by some guided practical work led by me; then ending with some freeform kids-do-stuff-while-we-walk-round-and-help-out-where-we-can time (I&#8217;m sure theres a proper &#8216;teacher-phrase&#8217; for that &#8211; perhaps someone will enlighten me).</p>
<p>In session 1 (<a href="http://jimanning.com/wp-content/uploads/2012/01/lesson-plan-1_2.doc">full notes here</a>), Peter introduced them to the basics of the Scratch environment, talked about variables and operations, made a dog chase a cat and showed how Scratch could be used to do some mathematical number crunching finding prime numbers (examples<a href="http://scratch.mit.edu/projects/plh256/2166742"> here</a>). I then helped the pupils build their first programme &#8211; drawing simple shapes &#8211; starting with squares and incrementally modifying the code to draw more complicated shapes.</p>
<p>In session 2, (<a href="http://jimanning.com/wp-content/uploads/2012/01/lesson-plan-2_2.doc">full notes here</a>) Peter covered more theory including conditionals, loops and broadcast messages. We had then preloaded a simple game I&#8217;d put together  - Moon Monsters (example in all its glory <a href="http://scratch.mit.edu/projects/jimanning/2290749">here</a>). I showed the students how it worked and then we encouraged them to modify it &#8211; changing how fast the monsters move, adding more monsters etc.</p>
<p><strong>Some Observations </strong></p>
<p>Firstly, the kids lapped it up. It was super-satisfying to see the penny drop that they could tell the machine what to do. Since doing the pilot we&#8217;re told that the school has been opening up their ICT suite at lunchtimes and a few of them are still going in and coding off their own backs. I&#8217;m chalking that one up as a win.</p>
<p>Secondly, there was something fantastic about watching Peter teach the kids. A veteran of the earliest days of the internet enthusing and passing his knowledge onto a new generation &#8211; I hope that the group will remember that for a long time.</p>
<p>With no experience of teaching, I found prepping the practical parts of the sessions hard work &#8211; trying to get the right balance between something that the pupils will be excited by, but also be within their grasp was quite challenging. I have a new-found respect for the work teachers must put into new material for their classes.</p>
<p><strong>The Future ?</strong></p>
<p>The question I keep asking myself is &#8220;How do we make this sustainable?&#8221; &#8211; perhaps the answer lies in those of us who code, helping those who teach to get up to speed with something like Scratch. Maybe I can use the community we&#8217;ve built at <a href="http://readinggeeknight.com">Reading Geek Night</a> to move that forward. Perhaps the answer lies in peripatetic coding teachers (much like the model of music and other specialist teachers). Perhaps there&#8217;s merit in out-of-school clubs and mentoring support for our newly minted coders.</p>
<p>Wherever the answer lies, we&#8217;re keen to keep experimenting and help get a few steps closer to an answer.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2012/01/putting-my-money-where-my-mouth-is/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Coding for Kids : Measuring Success</title>
		<link>http://jimanning.com/2011/10/coding-for-kids-measuring-success/</link>
		<comments>http://jimanning.com/2011/10/coding-for-kids-measuring-success/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 08:49:07 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[coding for kids]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=279</guid>
		<description><![CDATA[One of the things I&#8217;ve been pondering since attending the excellent Coding for Kids kick-off meeting last week is what measures should we look to for an indication of how well we are doing. My sons primary school has recently been through an Ofsted inspection. With that in mind, it struck me that as we [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things I&#8217;ve been pondering since attending the excellent <a href="http://codingforkids.org/wiki/Main_Page">Coding for Kids</a> kick-off meeting last week is what measures should we look to for an indication of how well we are doing.</p>
<p>My sons primary school has recently been through an Ofsted inspection. With that in mind, it struck me that as we increase the number of kids who are exposed to programming, we should expect to see more mention of it in <a href="http://www.ofsted.gov.uk/inspection-reports/find-inspection-report">Ofsted reports</a>.</p>
<p>So, if you were to take the last couple of years of primary school Ofsted reports and look for ones that mentioned programming, what would you find? Obviously, I wouldn&#8217;t expect the figure to be very high. Inspectors are not tasked to seek out examples of kids coding, so any mentions would just be because they had observed something that had stood out for them. However, if we are looking for evidence that Coding for Kids is having an impact, the reports might not be a bad starting point.</p>
<p>In a fit of data-geekery, last night I knocked together a script which scraped around two years of primary school data (10,747 Oftsted school inspection reports) from their website (Grrrr &#8211; Ofsted don&#8217;t organise their data to make this easy &#8211; but thats another story). A search for the word &#8216;programming&#8217; returns 22 results. A search for the word &#8220;computing&#8221; across all of these reports returns 105 results (however when you read them, many of these are actually referring to computing facilities in the context of ICT provision).</p>
<p><strong>So, looking back over the last couple of years, only 0.2% of primary Ofsted reports mention programming.</strong></p>
<p>Yes it&#8217;s a very crude measure, but I&#8217;m hoping that in a couple of years, with the various initiatives being kicked off under the Coding for Kids umbrella, I&#8217;ll be be to repeat the exercise and report a much improved percentage.</p>
<p>(PS: I&#8217;ll try and do the same for Secondary schools at some point &#8211; also if anyone wants a copy of the base data I scraped then just shout)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/10/coding-for-kids-measuring-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple and my 10 year old self</title>
		<link>http://jimanning.com/2011/10/appleandme/</link>
		<comments>http://jimanning.com/2011/10/appleandme/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 15:52:13 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=265</guid>
		<description><![CDATA[The first computer I touched was an Apple IIe. My Dad had bought one for his accountancy practice and one evening, after everyone had gone home, he took me to see it. It was amazing &#8211; we played breakout, made Lemonade, and calculated our Biorhythms &#8211; Believe me, for a ten year old in 1980 that [...]]]></description>
			<content:encoded><![CDATA[<p>The first computer I touched was an Apple IIe. My Dad had bought one for his accountancy practice and one evening, after everyone had gone home, he took me to see it. It was amazing &#8211; we played <a href="http://www.flickr.com/photos/loguidice/3210080342/">breakout</a>, made <a href="http://en.wikipedia.org/wiki/Lemonade_Stand">Lemonade</a>, and calculated our <a href="http://www.vintagecomputer.net/apple/appleII/biorhythm/">Biorhythms</a> &#8211; Believe me, for a ten year old in 1980 that was pretty impressive. With the computer there were a bunch of manuals, but the one that caught my eye was titled &#8220;<a href="http://www.scribd.com/doc/48989336/Apple-II-Basic-Programming-Manual">Apple II Basic Programming Manual</a>&#8220;.  I &#8216;borrowed&#8217; it &#8211; and in its pages I discovered a brand new world.</p>
<p>Thirty one years later and I wake up to the news that Steve Jobs is dead. However, for me, its not Apple&#8217;s obvious achievements that come to mind. I don&#8217;t think about the mac I&#8217;m reading the news on, or the Pixar films the kids watch, or the iPhone in my pocket. What comes to mind is a single paragraph on page 12 of that manual, still remembered three decades later.</p>
<p><strong>&#8220;There is nothing you can do by typing at the keyboard that can cause any damage to the computer. Unless you type with a hammer. So feel free to experiment. With your fingers.&#8221;</strong></p>
<p>And having been given permission to experiment&#8230;. thats exactly what I did. Reflecting on it now, I think that paragraph probably changed my life.</p>
<p><a href="http://www.scribd.com/doc/48989336/Apple-II-Basic-Programming-Manual"><img class="alignleft size-medium wp-image-267" title="Apple II Basic Programming Manual" src="http://jimanning.com/wp-content/uploads/2011/10/screenshot-202x300.png" alt="" width="202" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/10/appleandme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Alternative ICT curriculum?</title>
		<link>http://jimanning.com/2011/08/an-alternative-ict-curriculum/</link>
		<comments>http://jimanning.com/2011/08/an-alternative-ict-curriculum/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 10:48:17 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=251</guid>
		<description><![CDATA[The fact that the current UK ICT curriculum is pants has been a much discussed topic within the tech community for a long time. It&#8217;s focussed on consumption not creation, it ignores younger children and even if I were being charitable I&#8217;d say, at its best, it is preparing our kids for the kind of [...]]]></description>
			<content:encoded><![CDATA[<p>The fact that the current UK ICT curriculum is pants has been a much discussed topic within the tech community for a long time. It&#8217;s focussed on consumption not creation, it ignores younger children and even if I were being charitable I&#8217;d say, at its best, it is preparing our kids for the kind of jobs they might have found in the office of ten years ago.</p>
<p>In the last week this topic has had some limelight after <a href="http://www.bbc.co.uk/news/uk-14683133">Eric Schmidt&#8217;s talk</a> at the Edinburgh International Television Festival, prompting the <a href="http://www.guardian.co.uk/technology/2011/aug/28/ict-changes-needed-national-curriculum">mainstream media</a> to write about the subject.</p>
<div><strong>Of course the big question is&#8230; what do we do about it?</strong></div>
</p>
<div>Whilst its right to shout loudly about the <a href="http://jimanning.com/2011/06/kidsprogramming/">inadequacies of the current curriculum</a> (can we call it the &#8216;legacy&#8217; curriculum?), it is the easy option. To be credible we need to propose a solution &#8211; put up, or shut up.</div>
</p>
<div>Earlier today I <a href="https://twitter.com/jimanning/status/107739567708323840">mooted on twitter</a> that we need an open-source alternative ICT curriculum &#8211; its not an original idea by any means and I know its been talked about before. Quite rightly <a href="http://mulqueeny.wordpress.com/">Emma Mulqueeny</a> (<a href="https://twitter.com/#!/hubmum">@<a href="http://twitter.com/hubmum" rel="nofollow" target="_blank" title="View hubmum's Twitter Profile">hubmum</a></a>) responded with a &#8220;theres been talk, but whats needed, whats the first step?&#8221; challenge.</div>
</p>
<div>I have absolutely no experience of building a curriculum so I might be talking complete rubbish, but here are my starter-for-ten thoughts &#8211; they are unpolished and completely up for comment etc.</div>
</p>
<div><strong>1 &#8211; Find the people who are at the intersection</strong> between&#8230;.</div>
<div>
<ul>
<li>Caring deeply about this stuff</li>
<li>Knowing what works and doesn&#8217;t work in the classroom</li>
<li>Writing a curriculum that would be credible in the eyes of whoever it is that judges whether a curriculum passes muster or not</li>
</ul>
</div>
<div><strong>2 &#8211; Break it down into something small</strong></div>
</p>
<div>Theres no point in sitting in a room for years word-smithing an overarching curriculum (I&#8217;m guessing thats how we ended up with what we have now). I&#8217;m far more in the <em>&#8216;whats the fastest experiment we can do to see if this has legs?&#8217;</em> camp. So I guess the question is do we take a narrow part of the curriculum and develop something for all ages&#8230; or do we take one age group and develop a fuller curriculum for that? or is there a better way to slice it?</div>
</p>
<div><strong>3 &#8211; organise it like an open-source software project</strong></div>
</p>
<div>In the sense of having a public repository (git-hub or similar) and a means to incorporate contributions / changes / bugfixes &#8211; I&#8217;m quite taken by the idea of a bug fix to a curriculum <img src='http://jimanning.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
</p>
<div><strong>4- find the fastest way to test out the first iteration</strong></div>
</p>
<div>There are already plenty of enlightened teachers who do &#8216;get it&#8217; &#8211; are they able to go &#8216;off-curriculum&#8217; ? (I know thats easy for me to say and probably very difficult in practice). Would they be able to translate the objectives of the curriculum into free available lesson plans that could be more widely tried out?</div>
</p>
<div><strong>5 &#8211; Learn from the above and repeat until we get it right</strong></div>
</p>
<div>&#8230;Incomplete thoughts and rough round the edges I know, but is this (or a refinement of this) a workable way forward?</div>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/08/an-alternative-ict-curriculum/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Kids and Programming. We need change.</title>
		<link>http://jimanning.com/2011/06/kidsprogramming/</link>
		<comments>http://jimanning.com/2011/06/kidsprogramming/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 14:21:05 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Kids]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=237</guid>
		<description><![CDATA[Last week I got into conversation with Sue Black and others about kids and programming, which prompted me to expand on my observations here&#8230; My experience has been that with a combination of enthusiasm and encouragement from me, and opportunity (in the shape of the excellent kid-friendly Scratch from MIT) my six year old son [...]]]></description>
			<content:encoded><![CDATA[<p><em>Last week I got into conversation with <a href="http://twitter.com/#!/Dr_Black/">Sue Black</a> and <a href="http://twitter.com/#!/Dr_Black/kids-programming/members">others</a> about kids and programming, which prompted me to expand on my observations here&#8230;</em></p>
<p>My experience has been that with a combination of enthusiasm and encouragement from me, and opportunity (in the shape of the excellent kid-friendly <a href="http://scratch.mit.edu/">Scratch</a> from MIT) my six year old son has got to grips with some of the basics of programming and has had loads of fun making my laptop do crazy things.</p>
<p>Unfortunately, when I&#8217;ve visited his school and seen the way &#8216;ICT&#8217; (how I hate that term) is approached, I haven&#8217;t come away feeling that there is either the enthusiasm or the opportunity for kids to get their hands dirty on some code. I watched a class of bored children clicking on stuff with no real direction, supervised by an equally bored teaching assistant whose main role was as guardian of the usernames and password printout. By the end of the lesson there were still children who hadn&#8217;t actually logged on.</p>
<p>I should say at this point I&#8217;m not singling out the school or the teachers for criticism. Somehow, as a nation, we have allowed computing in schools to morph into something to be held at arms length, relegated to the &#8216;ICT suite&#8217;, where our kids are taught to click on the right buttons to churn out Powerpoint presentations. For a country about to celebrate the centenary  of the birth of the &#8216;<a href="http://en.wikipedia.org/wiki/Alan_Turing">father of computing</a>&#8216;, this is a sad state of affairs.</p>
<p><strong>So what? Why should we care?</strong></p>
<p>We should care because we have a choice about how we deal with technology&#8230; <a href="http://en.wikipedia.org/wiki/Douglas_Rushkoff">Douglas Rushkoff</a> makes the case very eloquently in his book &#8216;<a href="http://www.orbooks.com/our-books/program/">Program or be Programmed</a>&#8216;, but it boils down to&#8230;</p>
<div>
<blockquote><p><strong>&#8220;Do we direct technology, or do we let ourselves be directed by it and those who have mastered it?&#8221;</strong></p></blockquote>
</div>
<p>We should care about how computing is approached in our schools because if we don&#8217;t do something, many of our children will not be equipped to make that choice.</p>
<p>As I see it, at the moment, we are teaching our kids to &#8216;be directed&#8217;&#8230; to blindly press the right buttons. I want to see our kids being given the opportunity to create the buttons themselves. Of course, not everyone will want to become a button maker, but we must give them the choice.</p>
<p><strong>And the solution is&#8230;.?</strong></p>
<p>I don&#8217;t how we are going to make this happen, but I suspect that whatever the solution is it we will need to address at least these two questions&#8230;</p>
<ul>
<li>How do we dramatically increase the level of enthusiasm for coding that kids see around them?</li>
<li>How do we create more opportunities for kids to play with programming?</li>
</ul>
<p>In the communities I am part of I see lots of enthusiasm and lots of opportunity, maybe the solution lies in working out how to bring that to our children and our schools.</p>
<p>I&#8217;m hoping that we find the answers to these questions and that in 2012, one hundred years after Alan Turing was born, we can take action to change things. That&#8217;s a change I want to be part of.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/06/kidsprogramming/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>An App for Reading Beer Festival 2011</title>
		<link>http://jimanning.com/2011/04/an-app-for-reading-beer-festival-2011/</link>
		<comments>http://jimanning.com/2011/04/an-app-for-reading-beer-festival-2011/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 06:27:29 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=233</guid>
		<description><![CDATA[Last year I made a little web app which listed the beers available at Reading Beer Festival in a phone friendly way. It worked well and was an easy way of navigating the 500 or so beers on offer. This year I have done the same. Point your phone (or any other browser for that [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_234" class="wp-caption alignleft" style="width: 125px"><a href="http://jimanning.com/rdgbeerfest"><img class="size-full wp-image-234  " title="photo" src="http://jimanning.com/wp-content/uploads/2011/04/photo.png" alt="" width="115" height="173" /></a><p class="wp-caption-text">a little beer festival app</p></div>
<p>Last year I made a little web app which listed the beers available at <a href="http://www.readingbeerfestival.org.uk/" target="_blank">Reading Beer Festival</a> in a phone friendly way. It worked well and was an easy way of navigating the 500 or so beers on offer.</p>
<p>This year I have done the same. Point your phone (or any other browser for that matter) at <a href="http://jimanning.com/rdgbeerfest" target="_blank">http://jimanning.com/rdgbeerfest</a>, bookmark it and you&#8217;ll be all set.</p>
<p>If you are going&#8230; I hope you have a great time&#8230; and I hope that this little App helps you discover some new beers. (and apologies if you are a cider drinker&#8230; there are around 200 ciders on offer, but I haven&#8217;t had time to build them in as well)</p>
<p>Here&#8217;s the technical bit (for those who care). It&#8217;s not very sophisticated, but it&#8217;s functional and was pretty quick to knock up. I scraped the beer info from the <a href="http://readingbeerfestival.org.uk/2011/wetlists/beer" target="_blank">official site</a> using <a href="http://developer.yahoo.com/yql/" target="_blank">YQL</a>. Then I used a simple bit of array munging in PHP to output a couple of static html files pivoted around breweries and strengths, then wrapped the whole thing in <a href="http://code.google.com/p/iui/" target="_blank">iUI</a> to give it a simple iPhone-like interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/04/an-app-for-reading-beer-festival-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I&#8217;m voting Yes</title>
		<link>http://jimanning.com/2011/04/why-im-voting-yes/</link>
		<comments>http://jimanning.com/2011/04/why-im-voting-yes/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 19:23:23 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=226</guid>
		<description><![CDATA[On the 5th May we have a once in a lifetime opportunity. We can vote Yes to change the way we elect our members of parliament, or we can vote No to keep our current &#8216;first past the post&#8217; system. I will be voting Yes. The method we use for choosing the people who represent [...]]]></description>
			<content:encoded><![CDATA[<p>On the 5th May we have a once in a lifetime opportunity. We can vote Yes to change the way we elect our members of parliament, or we can vote No to keep our current &#8216;first past the post&#8217; system.</p>
<p>I will be voting Yes.</p>
<p>The method we use for choosing the people who represent us in parliament isn&#8217;t a bad one&#8230; but it was designed for a different world from the one we live in today. A century ago, when the majority of people were only offered a choice between two parties, first past the post made perfect sense. There was one winner with more than half the votes… and one loser with fewer than half the votes.</p>
<p>In 2011, we have more choice. Unfortunately, our current voting system means that there are many MP&#8217;s sat in the House of Commons who have the support of less than 35% of the people they claim to represent. If you were starting from scratch, would you design an electoral system that way? Of course you wouldn&#8217;t.</p>
<p>Next week we can vote Yes and upgrade to a more modern system &#8211; the Alternative Vote. Whilst the No campaign will tell you that its fiendishly complicated… it&#8217;s not.</p>
<p>To become an MP under AV, you need to get over 50% of the votes. You can&#8217;t take up your seat without the support of the majority of your constituents. Of course for some politicians, especially the 35% ones, this is very inconvenient. They will have to work much harder to keep their seats. (violins anyone?)</p>
<p>The process is simple. Instead of scrawling a single X against a candidate at the next general election, we will be able to rank the candidates in order &#8211; 1 in the box next to our first choice, 2 against the second and so on. You can vote for as many, or as few choices as you want.</p>
<p>The votes get counted and if a candidate gets more than 50% of the first choices then they have won.</p>
<p>If no-one has a majority the least popular candidate gets eliminated (X factor style) and there&#8217;s another vote… Luckily we don&#8217;t have to do the whole turning up at the ballot box thing again because we were smart enough to put our preferences in order. So if your first choice isn&#8217;t in the race anymore then you&#8217;ve already told the counters who you would vote for in the next round. If your first choice is still in the race then your vote counts for them again in the next round.</p>
<p>Its then rinse and repeat until someone gets 50% and they win.</p>
<p>OK… it is slightly more complicated than first past the post…. but it&#8217;s no more complicated than the X factor.</p>
<p>Under our current system, you win by being just a little bit less crap than the others. I don&#8217;t think thats good enough. By voting Yes we get a modern system which favours politicians who can prove they will represent a majority of their constituents &#8211; not just the minority who voted for them under a system designed for a long-gone age.</p>
<p>I said at the beginning of this post that it&#8217;s a once-in-a-lifetime chance. Referendums are rare &#8211; the last one was in 1975. First past the post is already past its sell-by date. If the polls are right and a majority of people vote No next week then we will be stuck with it for at least another generation. Please don&#8217;t let that happen.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/04/why-im-voting-yes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On Earning and Learning</title>
		<link>http://jimanning.com/2011/03/on-earning-and-learning/</link>
		<comments>http://jimanning.com/2011/03/on-earning-and-learning/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 07:11:51 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Random stuff]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=218</guid>
		<description><![CDATA[Yesterday, I mistyped &#8216;learn&#8217; as &#8216;earn&#8217; into our company Skype chat&#8230; which in a roundabout way started me thinking about the balance between what you get paid vs what you know and how different that is working on a startup like SocialOptic vs a regular paid job. Learn before you Earn&#8230; In a Startup, you [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, I mistyped &#8216;learn&#8217; as &#8216;earn&#8217; into our company Skype chat&#8230; which in a roundabout way started me thinking about the balance between what you get paid vs what you know and how different that is working on a startup like <a href="http://socialoptic.com">SocialOptic</a> vs a regular paid job.</p>
<p style="text-align: center;"><a href="http://jimanning.com/wp-content/uploads/2011/03/Photo-on-2011-03-24-at-07.08.jpg"><img class="size-full wp-image-219 aligncenter" title="Earning Learning" src="http://jimanning.com/wp-content/uploads/2011/03/Photo-on-2011-03-24-at-07.08.jpg" alt="" width="566" height="199" /></a></p>
<p><em>Learn before you Earn&#8230;</em></p>
<p>In a Startup, you have to do a whole lot of learning before you have any chance of earning. Learning what problem your customers have that you can solve; Learning how to find your customers; Learning how to build a product or a service that people will part with money for. The &#8216;earning&#8217; bit comes later, much later.  In our case there was at least a year of learning before even the first penny was earned.</p>
<p><em>Earn before you Learn&#8230;</em></p>
<p>In our Skype chat I wondered out loud what the other end of the spectrum looked like and <a href="http://twitter.com/caalie">@<a href="http://twitter.com/caalie" rel="nofollow" target="_blank" title="View caalie's Twitter Profile">caalie</a></a> pointed out that paid employment is a good example of earn before you learn. From day one in a job, you are paid by your employer despite the fact that you don&#8217;t even know where to find the toilets. Even though you may have a huge amount of knowledge in your specific field, all of the learning you need to do in terms of what customers want / how to improve things etc are paid for in advance (in some cases years in advance)</p>
<p><em>Does Earning = Learning (ever)&#8230;</em></p>
<p>So the, as yet unanswered, question I was left with is&#8230; in what situations does the earning and the learning balance? I can&#8217;t think of any. I can imagine scenario&#8217;s where you start at one end of the spectrum and move toward the middle, but are there any &#8216;day one&#8217; scenarios where earning = learning ? Feel free to put me right in the comments section.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/03/on-earning-and-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World Book Night</title>
		<link>http://jimanning.com/2011/03/world-book-night/</link>
		<comments>http://jimanning.com/2011/03/world-book-night/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 07:52:19 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jimanning.com/?p=212</guid>
		<description><![CDATA[Tonight is World Book Night. One million books are being given away by 20,000 people in the UK. I&#8217;m lucky enough to be one of them. The book I&#8217;m giving away is John le Carre&#8217;s The Spy Who Came in From the Cold. I first read it when I was around 15 or so. Since [...]]]></description>
			<content:encoded><![CDATA[<p>Tonight is <a href="http://www.worldbooknight.org/">World Book Night</a>. One million books are being given away by 20,000 people in the UK. I&#8217;m lucky enough to be one of them.</p>
<div id="attachment_213" class="wp-caption alignleft" style="width: 160px"><a href="http://jimanning.com/wp-content/uploads/2011/03/spybooks.jpg"><img class="size-thumbnail wp-image-213" title="spybooks" src="http://jimanning.com/wp-content/uploads/2011/03/spybooks-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">The World Book Night Editions of The Spy Who Came In From The Cold</p></div>
<p>The book I&#8217;m giving away is John le Carre&#8217;s The Spy Who Came in From the Cold. I first read it when I was around 15 or so. Since then, I&#8217;ve read pretty much everything le Carre has written, but The Spy Who Came in From the Cold remains one of my favourite books of all time.</p>
<p>This is how it works&#8230; On Thursday I picked up 48 copies from my nearest independent bookshop (<a href="http://www.wordplayshop.co.uk/">WordPlay</a> in Caversham &#8211; if you are local then do support them they are fab). I&#8217;ve already given a few away to people I saw at <a href="http://tvsmc.org">TVSMC</a> this week and to other friends. The rest of the books will go to whoever wants them&#8230;</p>
<p>If you want a copy (and you are local to Reading) then I would be delighted to let you have one. Let me know via twitter (<a href="http://twitter.com/jimanning">@<a href="http://twitter.com/JimAnning" rel="nofollow" target="_blank" title="View JimAnning's Twitter Profile">JimAnning</a></a>) or by mail (jim dot anning at mac dot com) and I&#8217;ll find a way of getting your copy to you. The only catch is that after you have read it, then I&#8217;d like you to give it away yourself to whoever you think would like it.</p>
<p>Its a fantastic book&#8230; it may start slowly, but once you get inside it you&#8217;ll be hooked. The moment in the book when it becomes clear to the main character that the mission he has been sent on is not quite what he thought it was is classic.</p>
<p>I&#8217;ll be taking all of my remaining copies to <a href="http://readinggeeknight.com">Reading Geek Night</a> on Tuesday 8th March, so if you are planning on being there, expect to have a copy thrust in your direction.</p>
]]></content:encoded>
			<wfw:commentRss>http://jimanning.com/2011/03/world-book-night/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

