<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<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>scratch &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/scratch/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Mon, 23 Feb 2026 09:25:11 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>scratch &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Code Club Lessons - The Checklist]]></title>
		<link>https://shkspr.mobi/blog/2013/02/code-club-lessons-the-checklist/</link>
					<comments>https://shkspr.mobi/blog/2013/02/code-club-lessons-the-checklist/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 23 Feb 2013 12:00:01 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[checklist manifesto]]></category>
		<category><![CDATA[codeclub]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[coding for kids]]></category>
		<category><![CDATA[codingforkids]]></category>
		<category><![CDATA[pens]]></category>
		<category><![CDATA[scratch]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=7649</guid>

					<description><![CDATA[Somehow, simultaneously, all 10 children in my CodeClub shoot their hands up.  &#34;Terence! Terence! Why doesn&#039;t this work?  &#34;Help! My bird isn&#039;t flapping!&#34;  &#34;What do I press to set this variable?&#34;  I am run off my feet. I dash from workstation to workstation, troubleshooting the problems.  In every case, my response is the same.  &#34;Did you follow the instructions on the sheet?&#34; I say.  &#34;YES!&#34; Comes…]]></description>
										<content:encoded><![CDATA[<p>Somehow, simultaneously, all 10 children in my CodeClub shoot their hands up.</p>

<p>"Terence! Terence! Why doesn't this work?</p>

<p>"Help! My bird isn't flapping!"</p>

<p>"What do I press to set this variable?"</p>

<p>I am run off my feet. I dash from workstation to workstation, troubleshooting the problems.  In <em>every</em> case, my response is the same.</p>

<p>"Did you follow the instructions on the sheet?" I say.</p>

<p>"YES!" Comes the howl of protestation.</p>

<p>"Even this one where it tells you to click on cat before making the changes?"</p>

<p>"Oh... Oh! That makes sense! Thanks." and off they go.</p>

<p>I'm quite serious.  For five lessons, I extolled the virtues of reading the worksheets.  Of double-checking one's workings.  Of re-reading the instructions and making sure they had been followed.</p>

<p>No impact.</p>

<p>So, I bought out the big guns!</p>

<p><a href="http://www.amazon.co.uk/gp/product/B004DBHR2Q/ref=as_li_ss_il?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B004DBHR2Q&amp;linkCode=as2&amp;tag=shkspr-21"><img border="0" src="https://images-eu.ssl-images-amazon.com/images/I/5101VHponmL._SL1600_.jpg"></a></p>

<p>Yeah, that's right. Biro pens!</p>

<p>"Next to every step," I intoned, in my most schoolmasterly voice "is a check box."</p>

<p>I showed them the worksheets created by <a href="http://www.codeclub.org.uk/">Code Club</a>.
<a href="https://shkspr.mobi/blog/wp-content/uploads/2013/02/Scratch-Worksheet.jpg"><img src="https://shkspr.mobi/blog/wp-content/uploads/2013/02/Scratch-Worksheet.jpg" alt="Scratch Worksheet" width="663" height="628" class="aligncenter size-full wp-image-7650"></a>
"Once you have completed a step," I continued, "You are to tick the box with your pen.  Then, and <strong>only then</strong> can you proceed to the next step.  And woe betide any child who calls me over for help without first having made sure they have completed all the necessary steps..."</p>

<p>I then set them off and braced for the inevitable flurry of hands.</p>

<p>Nothing!  Blissful silence as the kids toiled away over their Scratch projects.</p>

<p>I waited and waited.  Slowly, a hand raised.</p>

<p>"Terence," the girl's voice wavered, "I've instantiated my variables but I don't know whether they should have global scope or merely be restricted to local scope."</p>

<p>(Ok... ok... She didn't word it <em>quite</em> like that - but that's what she meant.)</p>

<p>A few minutes later a boy stuck up his hand.</p>

<p>"I've found an interesting race condition which occurs when two scripts are initialised simultaneously.  Is there any way to guard against this?"</p>

<p>(Again, I've embellished. Look, these are 9 year olds learning Scratch. Their computer science vocabulary is somewhat limited.)</p>

<p>In fact, there were only a couple of questions which could be answered by saying "read the text thoroughly and tell me what you've missed."</p>

<p>The majority were interesting questions about Scratch, how to craft fun games, general computing problems, and the philosophical nature of whether a horse could outrace a bat.</p>

<p>And all because I'd handed each kid a pen and taught them how to use it.</p>

<h2 id="ticking-all-the-boxes"><a href="https://shkspr.mobi/blog/2013/02/code-club-lessons-the-checklist/#ticking-all-the-boxes">Ticking All The Boxes</a></h2>

<p>By complete coincidence, I have just finished reading <a href="http://www.amazon.co.uk/gp/product/B0037Z8SLI/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B0037Z8SLI&amp;linkCode=as2&amp;tag=shkspr-21">The Checklist Manifesto by Atul Gawande </a></p>

<p><a href="http://www.amazon.co.uk/gp/product/B0037Z8SLI/ref=as_li_ss_il?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B0037Z8SLI&amp;linkCode=as2&amp;tag=shkspr-21"><img border="0" src="https://images-eu.ssl-images-amazon.com/images/I/41KbpPiGF7L._SL1600_.jpg"></a></p>

<p>Much like Malcolm Gladwell's books, its premise can be summed up in a single sentence.  People doing complex tasks often forget basic steps - following a checklist helps prevent errors.</p>

<p>In <a href="http://en.wikipedia.org/wiki/Atul_Gawande">Atul Gawande</a>'s book, he talks about his success at introducing a checklist at hospitals.  By reminding surgical teams to make sure they were operating on the correct side of the patient, had appropriately sterilised the equipment, and knew of any likely complications - they were able to prevent thousands of mistakes and save hundreds of lives.</p>

<p>It sounds too good to be true, doesn't it?  Having a tickbox which says "check patient has suitable anaesthesia" (or whatever) actually works.  To quote from <a href="http://www.nejm.org/doi/full/10.1056/NEJMsa0810119">a study of the checklist published in the New England Journal of Medicine</a>:</p>

<blockquote><p>The rate of death was 1.5% before the checklist was introduced and declined to 0.8% afterward (P=0.003). Inpatient complications occurred in 11.0% of patients at baseline and in 7.0% after introduction of the checklist (P&lt;0.001).</p></blockquote>

<p>You can find <a href="https://web.archive.org/web/20130525073749/https://gawande.com/articles">links to some peer reviewed articles about the success of the checklist on Gawande's website</a>.</p>

<p>While I recommend <a href="http://www.amazon.co.uk/gp/product/B0037Z8SLI/ref=as_li_ss_tl?ie=UTF8&amp;camp=1634&amp;creative=19450&amp;creativeASIN=B0037Z8SLI&amp;linkCode=as2&amp;tag=shkspr-21">buying the book</a> - you can read for free the <a href="http://www.newyorker.com/reporting/2007/12/10/071210fa_fact_gawande?currentPage=all">original article which inspired it</a> in the New Yorker.</p>

<p>It's important to realise that a checklist isn't a universal panacea.  The checklist itself has to be well designed and easy to use.  But after seeing how it transformed a cluster of kids in a Code Club, I'm a convert.  Before, they struggled to reach the end of a worksheet because they spend so much time correcting their mistakes. With the checklist, they were easily able to reach the end and could spend more time playing, coding, designing, and having fun.</p>

<p>More importantly, the kids didn't seem to mind having to occasionally tick a box to move on to the next step. It didn't interrupt their flow or stifle their imagination.</p>

<p>An <a href="http://qualitysafety.bmj.com/content/20/1/102.abstract">article in the British Medical Journal about the effectiveness of the checklist</a> in surgical situations concluded with:</p>

<blockquote><p>The checklist was considered easy to use by 80.2% of respondents, while 19.8% felt that it took a long time to complete, and 78.6% felt that the programme prevented errors.</p></blockquote>

<p>The real kicker is the final line.</p>

<blockquote><p>Overall, 93.4% would want the checklist used if they were undergoing operation.</p></blockquote>

<p>If you're teaching kids or adult - consider seeing what a simple checklist can do for your students.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=7649&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2013/02/code-club-lessons-the-checklist/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Raspberry Pi + MakeyMakey + Scratch = Fruit & Veg interface]]></title>
		<link>https://shkspr.mobi/blog/2013/02/raspberry-pi-makeymakey-scratch-fruit-veg-interface/</link>
					<comments>https://shkspr.mobi/blog/2013/02/raspberry-pi-makeymakey-scratch-fruit-veg-interface/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sun, 10 Feb 2013 18:44:52 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[makeymakey]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[scratch]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=7508</guid>

					<description><![CDATA[I recently got a MakeyMakey. It&#039;s a sort of ersatz USB keyboard that can be plugged into anything electrically conductive.  So, I plugged it into my Raspberry Pi, loaded up the Scratch programming environment, and created a fruit and veg interface. See for yourself!    The scripts themselves are very simple.  The MakeyMakey in its default state, acts like a USB keyboard - so it will send up,…]]></description>
										<content:encoded><![CDATA[<p>I recently got a <a href="http://www.makeymakey.com/">MakeyMakey</a>. It's a sort of ersatz USB keyboard that can be plugged into anything electrically conductive.</p>

<p>So, I plugged it into my <a href="https://shkspr.mobi/blog/tag/raspberry-pi/">Raspberry Pi</a>, loaded up the <a href="https://shkspr.mobi/blog/tag/scratch/">Scratch</a> programming environment, and created a fruit and veg interface. See for yourself!</p>

<iframe title="Raspberry Pi + MakeyMakey + Scratch = awesome" width="620" height="349" src="https://www.youtube.com/embed/bNSC5W1_6U4?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe>

<p>The scripts themselves are very simple.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2013/02/Scratch-Fruit-and-Veg-Keyboard.gif" alt="Scratch Fruit and Veg Keyboard" width="543" height="106" class="aligncenter size-full wp-image-7509">
The MakeyMakey in its default state, acts like a USB keyboard - so it will send up, down, left, right, and the space key.  So, it's really easy to use with Scratch's "Key ___ Pressed" sensor.</p>

<p><a href="http://scratch.mit.edu/">Download Scratch from MIT</a> (available for Linux, Windows, Mac).</p>

<p>You can <a target="_blank" href="http://www.amazon.co.uk/s/?_encoding=UTF8&amp;camp=1634&amp;creative=19450&amp;field-keywords=raspberry%20pi&amp;linkCode=ur2&amp;tag=shkspr-21&amp;url=search-alias%3Delectronics">grab yourself a Raspberry Pi on Amazon</a></p>

<p><a href="https://amzn.to/3Et4ADL">You can buy a MakeyMakey from Amazon for around £40</a></p>

<p>You can buy bananas and spring onions from any reputable green-grocer. Be sure to ask if they're electrically conductive.</p>

<p>Thanks to the <a href="http://www.openrightsgroup.org/blog/2012/why-your-friends-should-open-rights-group">OpenRightsGroup for sending me the MakeyMakey</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=7508&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2013/02/raspberry-pi-makeymakey-scratch-fruit-veg-interface/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Lessons From CodeClub]]></title>
		<link>https://shkspr.mobi/blog/2013/01/lessons-from-codeclub/</link>
					<comments>https://shkspr.mobi/blog/2013/01/lessons-from-codeclub/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 11 Jan 2013 17:00:43 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[codeclub]]></category>
		<category><![CDATA[coding for]]></category>
		<category><![CDATA[codingforkids]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[woking]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=7352</guid>

					<description><![CDATA[Last night, I ran my second Code Club at Woking Library - teaching kids how to program using Scratch.  We&#039;re following CodeClub&#039;s syllabus which has loads of kid friendly lessons.  The first lesson was a great success.  It was held before the Christmas break - so I was eager to make sure that interest hadn&#039;t waned.  Far from it - we were over subscribed!  We had 10 PCs and 12 kids - which lead…]]></description>
										<content:encoded><![CDATA[<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2012/12/Coding-For-Kids-Woking-Library-225x300.jpg" alt="Coding For Kids Woking Library" width="225" height="300" class="alignleft size-medium wp-image-6824">
Last night, I ran my second <a href="https://shkspr.mobi/blog/2012/12/coding-for-kids-in-woking-library/">Code Club at Woking Library</a> - teaching kids how to program using Scratch.  We're following <a href="http://www.codeclub.org.uk/">CodeClub's syllabus</a> which has loads of kid friendly lessons.</p>

<p>The <a href="https://shkspr.mobi/blog/2012/12/giving-back-codeclub-and-appsforgood/">first lesson was a great success</a>.  It was held before the Christmas break - so I was eager to make sure that interest hadn't waned.  Far from it - we were over subscribed!</p>

<p>We had 10 PCs and 12 kids - which lead to some sharing of equipment.  Everyone involved seemed to enjoy it (including me) - so I thought it would be worthwhile to make some general notes which I hope may be of use to other instructors.</p>

<ul>
    <li>Girls like coding! Around a third of participants were mini-<a href="https://web.archive.org/web/20130116071646/https://ladygeek.com/">LadyGeeks</a>.  The CodeClub plans are suitable for boys and girls.</li><br>
    <li>Sharing a PC sucks.  I don't know if it's better to exclude kids who turn up late, or make them do "pair programming" - but it's harder to learn if one person is doing the work and one is an onlooker.</li><br>
    <li>Make sure you have all your handouts ready. Due to a printer mishap, we had to share some worksheets - that's not great when kids are working at different speeds.</li><br>
    <li>Scatch is very simple. Which means the enterprising child can find half a dozen ways to make it misbehave!  With 10 children clamouring for attention, it can be hard to spot where the bug is.  Sometimes it's best to say "Delete everything, start again, and follow the instructions <em>really</em> carefully!"</li><br>
    <li>Some kids finish early and want to be stretched.  You can either give them the advanced assignments (add more monsters, change their colours, etc) or you can deputise them into classroom assistants.  Guess which option I chose!</li><br>
    <li>Kids can be really creative - both in terms of the customisations they build and the questions they ask.  I'll never forget how a little girl with an Alice band asked me "How can I make the monster drip with blood and then have its head explode when I click on it?"</li><br>
    <li>Parents can be a hindrance.  Remember when you got a train set for your birthday and your dad "helped" you by putting it all together, breaking it, and then claiming it wasn't his fault that you weren't enjoying it?  Any kids who can use a mouse can probably get by without parental help.</li><br>
    <li>That said, having parents view the child's work at the end of the lesson is really encouraging.  It lets the parent know what their kid has been doing and it gives the kid a chance to show off.</li><br>
    <li>Have a memory stick for each participant to save their work on.  Thanks to Telefonica (my employer, I'm not speaking for them, may contain nuts, etc.) I was able to give a flash drive to each kid.  I put on a copy of Scratch for Linux, Mac, and Windows - along with some other programming resources.  Not every kid will have a computer at home, but Scratch will quite happily run from a memory stick on a school or library machine.</li><br>
<li>Use headphones if the program needs sound.  It stops the kids from getting distracted by hearing the noises eminating from their friends' PCs.  In a library setting, it stops you getting glared at.</li><br>
    <li>Have helpers. I'm enormously grateful to the staff of Woking Library who have been helping me.  Dealing with ten excitable children is slightly more complex than I imagined!</li><br>
</ul>

<p>...and all that's just from two sessions! Wonder what the next will bring?</p>

<p>If you want to help young people learn how to program computers, you can <a href="http://scratch.mit.edu/">download Scratch for free</a> - and <a href="http://www.codeclub.org.uk/">register with CodeClub</a> to get their lesson plans.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=7352&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2013/01/lessons-from-codeclub/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Giving Back - CodeClub and AppsForGood]]></title>
		<link>https://shkspr.mobi/blog/2012/12/giving-back-codeclub-and-appsforgood/</link>
					<comments>https://shkspr.mobi/blog/2012/12/giving-back-codeclub-and-appsforgood/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 07 Dec 2012 12:00:08 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[appsforgood]]></category>
		<category><![CDATA[codeclub]]></category>
		<category><![CDATA[helping]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[schools]]></category>
		<category><![CDATA[scratch]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=6856</guid>

					<description><![CDATA[It occurred to me that I&#039;ve been very lucky in my computing career. I had parents who encouraged my love of technology, who were able to teach me BASIC, and buy my brother and I our first computer when we were still quite young. That old BBC Micro served me well and helped springboard me to where I am today.  I think it&#039;s time for all of us in the technology industry to encourage young people to…]]></description>
										<content:encoded><![CDATA[<p>It occurred to me that I've been very lucky in my computing career. I had parents who encouraged my love of technology, who were able to teach me BASIC, and buy my brother and I our first computer when we were still quite young. That old BBC Micro served me well and helped springboard me to where I am today.</p>

<p>I think it's time for all of us in the technology industry to encourage young people to explore the fascinating world of computers. Our lives are dominated by computers - and knowing how to program them is as essential as knowing how to start a fire was to our ancestors.</p>

<p>Computers aren't televisions. They are not passive entertainment devices. They are not appliances which can only perform the functions set by their creators. They are the very embodiment of our age - electronic servants which, with the right coaxing, will do our bidding and help us change the world.</p>

<p>That's why I'm investing my time in helping kickstart kids on their journey to hackerdom.</p>

<p>Here are the two projects with which I am involved.</p>

<h2 id="apps-for-good"><a href="https://shkspr.mobi/blog/2012/12/giving-back-codeclub-and-appsforgood/#apps-for-good">Apps For Good</a></h2>

<p><a href="http://appsforgood.org/"><img class="alignleft size-full wp-image-6859" title="Apps-for-Good" src="https://shkspr.mobi/blog/wp-content/uploads/2012/12/Apps-for-Good.jpg" alt="Apps-for-Good" width="450" height="260"></a>I've spent the last year working with the <a href="http://appsforgood.org/">CDI AppsForGood team</a>. They run programs in secondary schools which get kids to design and build Android apps which will be useful to them and their peers.</p>

<p>Sadly, I was rather <a href="https://shkspr.mobi/blog/2010/09/opentech-2010/#comment-13966">dismissive of the idea</a> when I first heard about it - but I have since <a href="https://web.archive.org/web/20110718133914/http://www.inmobi.com/inmobiblog/2011/07/13/for-good/">seen the error of my ways</a>.</p>

<p>So, I've spent the last year Skyping into schools and - Dragons' Den style - hearing pitches from teenagers, and giving them feedback.</p>

<p>It has been immensely fun! Some of the app ideas have been really inventive - apps to help prevent anorexia and bullying, apps to help you with your bad hair day, apps to help you with dyslexia, and apps to help you find books your friends like - I've taken great delight in explaining how do do a basic customer survey, how to create a minimum-viable-product, what common pitfalls to avoid. The kids seem to really enjoy having an industry expert take their questions.</p>

<p><strong>You</strong> should <a href="http://appsforgood.org/expert-community/">become an AppsForGood Expert</a>. Seriously, whether you're a coder, a designer, a product manager, CEO, StartUp Founder, or UI expert - you'll find it incredibly rewarding.</p>

<p>It's really simple to participate - Skype sessions are 45 minutes and really easy to fit around your day. <a href="http://appsforgood.org/expert-community/">Become an AppsForGood Expert today</a>!</p>

<h2 id="code-club"><a href="https://shkspr.mobi/blog/2012/12/giving-back-codeclub-and-appsforgood/#code-club">Code Club</a></h2>

<p><a href="http://www.codeclub.org.uk/"><img class="alignleft size-medium wp-image-6860" title="Code Club logo" src="https://shkspr.mobi/blog/wp-content/uploads/2012/12/Code-Club-logo-300x300.png" alt="Code Club logo" width="300" height="300"></a>As I mentioned a few days ago - <a href="https://shkspr.mobi/blog/2012/12/coding-for-kids-in-woking-library/">I've helped start a CodeClub at my local library</a>. I signed up with <a href="http://www.codeclub.org.uk/">CodeClub</a>, downloaded their excellent lesson plans and, yesterday, taught my first class.</p>

<p>I was really nervous. I taught kids at drama lessons many years ago, but this was my first time in years facing a hostile audience of savage youths! We had eight kids turn up - including two girls (no doubt future <a href="https://web.archive.org/web/20121107151055/https://ladygeek.com/">LadyGeeks</a>).</p>

<p>After a quick intro from me, the kids tore through the worksheets - while I ran around answering their questions and fixing their problems. I was ably assisted by librarians from Woking Library.</p>

<p>What surprised me most was how willing the kids were to diverge from the worksheets and go off on their own flights of fancy.</p>

<p>I thought the class went really well - and hopefully we'll run some more in the new year - but I'll leave the final verdict up to the kids.</p>

<img class="aligncenter size-full wp-image-6857" title="Scratch Feedback" src="https://shkspr.mobi/blog/wp-content/uploads/2012/12/Scratch-Feedback.jpg" alt="Scratch Feedback" width="489" height="320">

<h2 id="your-move"><a href="https://shkspr.mobi/blog/2012/12/giving-back-codeclub-and-appsforgood/#your-move">Your Move</a></h2>

<p>So, what are <em>you</em> doing to spark wonder and delight in young people?</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=6856&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/12/giving-back-codeclub-and-appsforgood/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Coding For Kids - In Woking Library]]></title>
		<link>https://shkspr.mobi/blog/2012/12/coding-for-kids-in-woking-library/</link>
					<comments>https://shkspr.mobi/blog/2012/12/coding-for-kids-in-woking-library/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Tue, 04 Dec 2012 12:10:20 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[codeclub]]></category>
		<category><![CDATA[coding for kids]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[woking]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=6823</guid>

					<description><![CDATA[A few months ago, my friend Adam Cohen-Rose told me that Surrey Libraries were looking for a volunteer to help teach coding to kids.  Adam Cohen-Rose@adamcohenrosehey @edent Surrey Library Service in Woking is looking for a @CodeClub volunteer… know anyone? codeclub.org.uk/getting-starte…❤️ 0💬 0🔁 009:44 - Fri 31 August 2012  So, after a few months of negotiations, demonstrations, CRB checks, and c…]]></description>
										<content:encoded><![CDATA[<p>A few months ago, my friend Adam Cohen-Rose told me that Surrey Libraries were looking for a volunteer to help teach coding to kids.</p>

<blockquote class="social-embed" id="social-embed-241471503487623168" lang="en" itemscope="" itemtype="https://schema.org/SocialMediaPosting"><header class="social-embed-header" itemprop="author" itemscope="" itemtype="https://schema.org/Person"><a href="https://twitter.com/adamcohenrose" class="social-embed-user" itemprop="url"><img class="social-embed-avatar social-embed-avatar-circle" src="data:image/webp;base64,UklGRrwCAABXRUJQVlA4ILACAABQDQCdASowADAAPrVMmkmnJKIhMdZsAOAWiWIAuGOYCBkrn7B4D+Lj2PIBOA+kkaxZnGmqrG/zwLG4ckYIvCwq+pW3GSC70aht2spX6VGWixAOss8NHxT8P7qML0f/B0VkFFsjKYx2B+pilboLtVJWAKgAAP7+Oz/pv3NKwZ3YQwbFCCqoxWf6TMX/lwXE0o+bNns4doCeHYhVeR8l4PG3CNxKwvN+B+Eh0HDUp9NNxLPR4ebMGKabcxtHus9XxlFr7acajTknr8D9/r/1HaEmeWyrKMJg8r4zgkmrDBDE31Kk+Serfne+44+06O27mfl5/BkajIyKVZpeORJsgbZOC9XEapS0Dvef6QViViwSH5Vk/6y7q0ZJep4eacVQ0jiaUOfBhwJ4tZtGabii1bGnVy6HOXs9WWjLIGYDMdfEQuGOVSa2Go/z3gM/a3UY4ja6fYL4lpxv7mPuOkprIhOXeB1N9xHaSS/jaWk1zL+BNfG8XTm7X2TfxT0o34CNfl4GPnQQWl6ckjANzsnjf8S0h9oooUfKdZdDhli/CkEkmE1eGgF/aaAF7GiIzVRky5KRqe5bvTv0lDYpeqR3np2VVPme26zYx7EpYkLSPHjfrc3OAgaqR0mK+I13hn5O48KEJyYLVJeKq/CoWqEYjp5fGsXZ+36B8BD5hkvAkqmECVmRENZmMfVeBs/mycbw3VNqrbp4iVBhBW5jaNQ/VgiZ8m9SUCYLkN8li5G++dEH6ozfPdARKbgWlj0IXqpvjMVoUCJn/li32x3UPyToYlNpjr1XZSE1w0n1NUSY7FpefD4HLcyDtSiZ7hUYWxiOe25e+oaqsCNw5QDJmm7jR8k0LfBwd3b9QvzW5vzhcpNME+fkXWyfXHz9Fl1jx588o+rlgoJwH9fB+4ImEHmkM2gA" alt="" itemprop="image"><div class="social-embed-user-names"><p class="social-embed-user-names-name" itemprop="name">Adam Cohen-Rose</p>@adamcohenrose</div></a><img class="social-embed-logo" alt="Twitter" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0Aaria-label%3D%22Twitter%22%20role%3D%22img%22%0AviewBox%3D%220%200%20512%20512%22%3E%3Cpath%0Ad%3D%22m0%200H512V512H0%22%0Afill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%231d9bf0%22%20d%3D%22m458%20140q-23%2010-45%2012%2025-15%2034-43-24%2014-50%2019a79%2079%200%2000-135%2072q-101-7-163-83a80%2080%200%200024%20106q-17%200-36-10s-3%2062%2064%2079q-19%205-36%201s15%2053%2074%2055q-50%2040-117%2033a224%20224%200%2000346-200q23-16%2040-41%22%2F%3E%3C%2Fsvg%3E"></header><section class="social-embed-text" itemprop="articleBody">hey <a href="https://twitter.com/edent">@edent</a> Surrey Library Service in Woking is looking for a <a href="https://twitter.com/CodeClub">@CodeClub</a> volunteer… know anyone? <a href="http://codeclub.org.uk/getting-started/Volunteers/">codeclub.org.uk/getting-starte…</a></section><hr class="social-embed-hr"><footer class="social-embed-footer"><a href="https://twitter.com/adamcohenrose/status/241471503487623168"><span aria-label="0 likes" class="social-embed-meta">❤️ 0</span><span aria-label="0 replies" class="social-embed-meta">💬 0</span><span aria-label="0 reposts" class="social-embed-meta">🔁 0</span><time datetime="2012-08-31T09:44:27.000Z" itemprop="datePublished">09:44 - Fri 31 August 2012</time></a></footer></blockquote>

<p>So, after a few months of negotiations, demonstrations, CRB checks, and consultations - I'm now ready to run a pilot programme at Woking Library.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2012/12/Coding-For-Kids-Woking-Library.jpg" alt="Coding For Kids Woking Library" title="Coding For Kids Woking Library" width="540" height="720" class="aligncenter size-full wp-image-6824"></p>

<p>Although I've written a few <a href="https://shkspr.mobi/blog/tag/python-pals/">short stories about learning Python</a>, this class will be entirely taught using <a href="http://scratch.mit.edu/">Scratch</a>.</p>

<p>It's been quite fun learning a new programming language. I really appreciate how simple the drag-and-drop interface is.  It's also great that the language runs on Linux, Mac, and Windows.  More importantly, it can be run from a USB stick - so the locked down machines of the library will have no problems running it.</p>

<p>I've written a demo game, learned most of what Scratch can do, and loaded up a dozen USB sticks with Scratch and other resources.  Now all I need is for some kids to come along so I can fill their brains with a love of coding!</p>

<p>If you're interested in running a club at your school, or want to volunteer, <a href="http://www.codeclub.org.uk">visit www.codeclub.org.uk</a></p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=6823&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/12/coding-for-kids-in-woking-library/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Time To Resurrect The Byte Brothers?]]></title>
		<link>https://shkspr.mobi/blog/2012/11/time-to-resurrect-the-byte-brothers/</link>
					<comments>https://shkspr.mobi/blog/2012/11/time-to-resurrect-the-byte-brothers/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Fri, 02 Nov 2012 11:30:46 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[byte brothers]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Python Pals]]></category>
		<category><![CDATA[scratch]]></category>
		<guid isPermaLink="false">http://shkspr.mobi/blog/?p=6446</guid>

					<description><![CDATA[I&#039;m currently getting involved in the Coding For Kids scene. I&#039;m setting up a workshop in my local library to teach kids programming - specifically, the MIT language Scratch.  I&#039;ve been left slightly dissatisfied with the unstructured nature of the Scratch teaching materials. While it&#039;s quite fun to teach a cat to dance - it doesn&#039;t seem to be building up to anything.  I&#039;m also working with…]]></description>
										<content:encoded><![CDATA[<p>I'm currently getting involved in the <a href="http://www.codeclub.org.uk/">Coding For Kids scene</a>. I'm setting up a workshop in my local library to teach kids programming - specifically, the MIT language <a href="http://scratch.mit.edu/">Scratch</a>.</p>

<p>I've been left slightly dissatisfied with the unstructured nature of the Scratch teaching materials. While it's quite fun to teach a cat to dance - it doesn't seem to be building up to anything.</p>

<p>I'm also working with <a href="http://appsforgood.org/">AppsForGood</a> - it's a project run in secondary schools which aims to get students to research, design, and build a mobile application which will be useful to them or their community.</p>

<p>One of the things I love about it is the students are often trying to solve their own real-world issues. There's a definite sense that they have identified a problem and are working towards a goal.</p>

<p>That's when I remembered The Byte Brothers! In the mid-eighties I somehow chanced upon the mysterious sounding <a href="http://openlibrary.org/works/OL15553835W/The_Bytes_Brothers_go_to_a_getaway">The Byte Brothers Go To A Getaway by Lois &amp; Floyd McCoy.</a></p>

<p><a href="http://www.computinghistory.org.uk/det/12994/The-Bytes-Brothers-Program-a-Problem-2/"><img class="alignleft  wp-image-6447" title="Byte Brothers Cover" src="https://shkspr.mobi/blog/wp-content/uploads/2012/10/Byte-Brothers-Cover.jpg" alt="Byte Brothers Cover" width="237" height="384"></a></p>

<p>"The Byte Brothers" were a series of "solve it yourself" adventures. You read the story, and had to attempt to solve the mystery using BASIC. A typical puzzle involved working out average speed, learning how to use loops to generate "I must not cheat in class" lines for detention, and decoding Morse code.</p>

<p>They stepped through the code as they went - explaining how it all worked and what you could do to change the program. You coded as you went along, until you completed the task.</p>

<p>I <em>loved</em> them. I was a sucker for adventure books, and I adored the thrill of being able to solve a crime using my trusty BBC Micro.</p>

<p>The books, sadly, seem <a href="http://www.goodreads.com/author/show/349264.Lois_McCoy">out of print</a>. There is virtually no information on the web about the Byte Brothers, nor Lois McCoy. Even Wikipedia is silent on the subject.</p>

<p>I think it's time to resurrect the spirit of the Byte Brothers! Is it possible to create a series of mystery short stories which can solved using, say, Python?</p>

<p>I think so!  I'll try to write a few solve-it-yourself adventure stories and publish them on here.  If you want to write a story - go ahead. If we get enough momentum behind this, I think it could really engage kids (and adults) into learning to code.</p>

<p>So, stay tuned for tomorrow's exciting story "The Python Pals Program A Problem"!</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=6446&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2012/11/time-to-resurrect-the-byte-brothers/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
	</channel>
</rss>
