<?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>Cthulhu and other crazies &#187; Education</title>
	<atom:link href="http://swizec.com/blog/tag/education/feed" rel="self" type="application/rss+xml" />
	<link>http://swizec.com/blog</link>
	<description>A blog about life, the universe and everything else</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:57:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Freelance teaching is great, or why C/Java/etc. are horrible teaching tools</title>
		<link>http://swizec.com/blog/freelance-teaching-is-great-or-why-cjavaetc-are-horrible-teaching-tools/swizec/1326</link>
		<comments>http://swizec.com/blog/freelance-teaching-is-great-or-why-cjavaetc-are-horrible-teaching-tools/swizec/1326#comments</comments>
		<pubDate>Mon, 03 May 2010 14:38:06 +0000</pubDate>
		<dc:creator>Swizec</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[food for thought]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Teacher]]></category>

		<guid isPermaLink="false">http://swizec.com/blog/?p=1326</guid>
		<description><![CDATA[



Image via Wikipedia



Seriously why aren&#8217;t there more teachers in the world? What a bunch of charlatans.
But I&#8217;m getting ahead of myself in this story.
Last week I was doing a lot of freelancing as a teacher and instructor in the dark arts of programming. There was this kid who desperately wanted to get a passing grade [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Jordanhill_college.jpg" rel="lightbox[1326]"><img title="Main Building" src="http://swizec.com/blog/wp-content/uploads/2010/05/300px-Jordanhill_college.jpg" alt="Main Building" width="300" height="225"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Jordanhill_college.jpg" rel="lightbox[1326]">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Seriously why aren&#8217;t there more teachers in the world? What a bunch of charlatans.</p>
<p>But I&#8217;m getting ahead of myself in this story.</p>
<p>Last week I was doing a lot of freelancing as a teacher and instructor in the <a class="zem_slink freebase/guid/9202a8c04000641f80000000001c8c10" title="Magic in Harry Potter" rel="wikipedia" href="http://en.wikipedia.org/wiki/Magic_in_Harry_Potter">dark arts</a> of <a class="zem_slink freebase/en/computer_programming" title="Computer programming" rel="wikipedia" href="http://en.wikipedia.org/wiki/Computer_programming">programming</a>. There was this kid who desperately wanted to get a passing grade on a test this Wednesday. And there was this guy with a hat who has never in his life done any teaching and has spent all his life adamantly convinced he&#8217;s got no patience of such things. But he could do with some money in his pockets.</p>
<p>So the story begins. We had a three hour session almost every day and an even better reward than the easiest lump of money I ever made, was the fact that kid suggested, and seriously meant it, that I should think about becoming a teacher when I &#8220;grow up&#8221;. It was truly quite marvelous.</p>
<p>And all I did was explain some basic things to him and make him think.</p>
<p>Which brings us to the next question. Why was it that this poor bastard who has spent almost a year at the hands of professional teachers even needed someone to explain to him how a <a class="zem_slink freebase/en/for_loop" title="For loop" rel="wikipedia" href="http://en.wikipedia.org/wiki/For_loop">for loop</a> works? How to distill an <a class="zem_slink freebase/en/algorithm" title="Algorithm" rel="wikipedia" href="http://en.wikipedia.org/wiki/Algorithm">algorithm</a> out of a problem description? How to &#8230; stuff?</p>
<p>I mean, seriously. What the hell!?</p>
<p>They trouble these young dudes with details like variable types, function prototypes and the fact that this thing called Dev-C needs a System(&#8220;PAUSE&#8221;) at the end.</p>
<p>All the while they don&#8217;t even understand that a variable will just keep its value and that this (and loops) is the basic principle behind everything a computer does and that you can change the way a computer does something by tweaking values in variables.</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px; float: left">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Ataturkstatue.jpg" rel="lightbox[1326]"><img title="Ataturk teaching the children of Turkey the La..." src="http://swizec.com/blog/wp-content/uploads/2010/05/300px-Ataturkstatue.jpg" alt="Ataturk teaching the children of Turkey the La..." width="300" height="236"></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Ataturkstatue.jpg" rel="lightbox[1326]">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Pretty pathetic if you ask me.</p>
<p>When I was a little dude in that kid&#8217;s shoes I hated flowcharts and I hated everything to do with real programming. All I wanted to do was pump out functioning code. But the thing is, far before that there was somebody to instill The Way a Programmer Thinks in my head. I already knew most of the basic stuff.</p>
<p>But for those who don&#8217;t understand thinking like a programmer. Who can&#8217;t empathise with a computer. They need a different learning method and schools and universities (at least around here) are horrible when it comes to that. All they ever do at school is try teaching you languages before you even learn how to talk.</p>
<p>Ever tried speaking a foreign language right out of the dictionary?</p>
<p>That&#8217;s how people try to teach you programming these days.</p>
<p>It sucks and it&#8217;s got to change.</p>
<p>Personally I think pupils should be taught to do nothing but programming for at least a year when they start. Then, maybe, they could start getting into coding.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/f7e63a2f-e5c1-42f3-acc6-9af9df602967/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=f7e63a2f-e5c1-42f3-acc6-9af9df602967" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://swizec.com/blog/freelance-teaching-is-great-or-why-cjavaetc-are-horrible-teaching-tools/swizec/1326/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The bliss and curse of mindsets</title>
		<link>http://swizec.com/blog/the-bliss-and-curse-of-mindsets/swizec/1250</link>
		<comments>http://swizec.com/blog/the-bliss-and-curse-of-mindsets/swizec/1250#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:36:12 +0000</pubDate>
		<dc:creator>Swizec</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://swizec.com/blog/?p=1250</guid>
		<description><![CDATA[



Image via Wikipedia



Have you ever noticed how sometimes a difficult task suddenly becomes childplay? Incredibly easy? Painfully simplistic?
This sometimes happens to me and it&#8217;s a phenomena so awesome I just had to have a ponder about it. Just why the fuck does that happen?
Personally I notice this effect mostly when I&#8217;m studying mathematics. For some [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block; float: right;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:GodfreyKneller-IsaacNewton-1689.jpg" rel="lightbox[1250]"><img title="Isaac Newton" src="http://swizec.com/blog/wp-content/uploads/2010/03/300px-GodfreyKneller-IsaacNewton-1689.jpg" alt="Isaac Newton" width="300" height="412" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:GodfreyKneller-IsaacNewton-1689.jpg" rel="lightbox[1250]">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Have you ever noticed how sometimes a difficult task suddenly becomes childplay? Incredibly easy? Painfully simplistic?</p>
<p>This sometimes happens to me and it&#8217;s a phenomena so awesome I just had to have a ponder about it. Just why the fuck does that happen?</p>
<p>Personally I notice this effect mostly when I&#8217;m studying mathematics. For some reason advanced maths just comes incredibly hard for me, I have a fuzzy mind and maths requires one of those surgically clean minds. But after doing maths on and off all day, BAMF!, suddenly, even stumbling upon a problem I&#8217;ve never seen, it is just soooo very clear in my mind.</p>
<p>Suddenly I can see complex vector spaces, I can imagine how functions behave in a hyper space, dare I say it, I can even understand how to convert a stupid point and lien to a plane. Yes! Yes I can!</p>
<p>And it&#8217;s all because my mindset switches to mathematics and that&#8217;s a wonderful thing because it makes me feel I might actually pass that exam on Tuesday.</p>
<p>But there&#8217;s a very very dark side to these awesome mindset thingies.</p>
<p>It&#8217;s when you&#8217;ve got two or three completely different things that need to be done that come from completely different fields. Like when work deadlines and exams start playing in the same week and disturbing one another.</p>
<p>Horrible really, because now you&#8217;re faced with a decision: Do you spend another hour or two switching from maths mindset to business mindset and risk not getting the maths mindset back quickly enough. Or do you risk clearing your whole schedule for that exam and then hope you can get the other mindset back in time for that other deadline?</p>
<p>I mostly tend to choose the maths, it feels much cooler.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/44940793-8c2f-42d0-953b-c7d084d5a86c/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=44940793-8c2f-42d0-953b-c7d084d5a86c" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://swizec.com/blog/the-bliss-and-curse-of-mindsets/swizec/1250/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The kind of professor we can all but hope to meet some day</title>
		<link>http://swizec.com/blog/the-kind-of-professor-we-can-all-but-hope-to-meet-some-day/swizec/1146</link>
		<comments>http://swizec.com/blog/the-kind-of-professor-we-can-all-but-hope-to-meet-some-day/swizec/1146#comments</comments>
		<pubDate>Mon, 11 Jan 2010 13:09:31 +0000</pubDate>
		<dc:creator>Swizec</dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[food for thought]]></category>
		<category><![CDATA[Professor]]></category>

		<guid isPermaLink="false">http://swizec.com/blog/?p=1146</guid>
		<description><![CDATA[Last night I watched a bloody amazing video of a university professor who was just oozing awesome. Seriously, this guy is all kinds of cool and I would love to someday have a professor that structures his lectures and classes like this guy does.
Now watch the video, I&#8217;m not here to blab, I&#8217;m here to [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I watched a bloody amazing video of a university professor who was just <strong>oozing awesome</strong>. Seriously, this guy is all kinds of cool and I would love to someday have a professor that structures his lectures and classes like this guy does.</p>
<p>Now watch the video, I&#8217;m not here to blab, I&#8217;m here to make you watch this <img src='http://swizec.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" 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/ji5_MqicxSo&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/ji5_MqicxSo&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/70a8eb0d-a456-42eb-981e-1e2f7eb97af4/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=70a8eb0d-a456-42eb-981e-1e2f7eb97af4" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://swizec.com/blog/the-kind-of-professor-we-can-all-but-hope-to-meet-some-day/swizec/1146/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
