<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Freekshow &#187; Learning</title>
	<atom:link href="http://freekleemhuis.com/category/learning/feed/" rel="self" type="application/rss+xml" />
	<link>http://freekleemhuis.com</link>
	<description>SoftWear 'n Tears</description>
	<lastBuildDate>Wed, 05 May 2010 16:44:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='freekleemhuis.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4539f785b4d546832e4e6a93f0d1a38f?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Freekshow &#187; Learning</title>
		<link>http://freekleemhuis.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://freekleemhuis.com/osd.xml" title="Freekshow" />
	<atom:link rel='hub' href='http://freekleemhuis.com/?pushpress=hub'/>
		<item>
		<title>Programming for kids</title>
		<link>http://freekleemhuis.com/2010/05/05/programming-for-kids/</link>
		<comments>http://freekleemhuis.com/2010/05/05/programming-for-kids/#comments</comments>
		<pubDate>Wed, 05 May 2010 16:44:32 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Devnology]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=418</guid>
		<description><![CDATA[Some time ago I was running out of time for the Devnology codefest assignment to create my own Tetris clone. At the same time I was trying to spend some more time with my daughter, who is 8 years old now. She is sometimes very bored from school, which I sympathise with &#8211; I was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=418&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some time ago I was running out of time for the <a href="http://Devnology.nl" target="_blank">Devnology</a> <a href="http://devnology.nl/nl/blog/7-verslagen/100-verslag-tetris-codefest" target="_blank">codefest assignment </a>to create my own Tetris clone. At the same time I was trying to spend some more time with my daughter, who is 8 years old now. She is sometimes very bored from school, which I sympathise with &#8211; I was the same at that age I guess. So I thought this would be a good time to try and see if she would be interested in programming. After some research on visual programming languages for kids I to give <a href="http://scratch.mit.edu/">Scratch </a>a go to see if we could build something together.<br />
It took us very little time to get going, and in no time we had some of the build-in characters moving across the screen. Visual programming makes it relatively easy to grock some of the core concepts of programming. Loops, conditions, variables &#8211; you just drag them on a pane and they snap together.</p>
<p><img class="alignleft size-full wp-image-427" title="scratch" src="http://freekleemhuis.files.wordpress.com/2010/05/scratch1.png?w=1024&#038;h=792" alt="" width="1024" height="792" /></p>
<p>We started out by discovering animation, and this is when something amazing happened. We added some animation logic while the app was running, and it changed its behavior <em>while it was running.</em><br />
I had a flashback to Alan Kay&#8217;s demo on TED &#8211; <strong>a powerful idea about ideas</strong>. If you&#8217;ve not seen it, go ahead and watch &#8211; it will be 20 minutes well spent.<br />
<object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param> <param name="flashvars" value="vu=http://video.ted.com/talks/embed/AlanKay_2007-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/AlanKay-2007.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=228" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/AlanKay_2007-embed_high.flv&su=http://images.ted.com/images/ted/tedindex/embed-posters/AlanKay-2007.embed_thumbnail.jpg&vw=432&vh=240&ap=0&ti=228"></embed></object></p>
<p>Reading up on Scratch I found it is actually build on <a href="http://www.squeak.org/" target="_blank">Squeak</a>, an implementation of the Smalltalk language and environment.<br />
After some goofing around we set off to create a simple tetris clone. Except tetris isn&#8217;t that simple, and with no means of testing or debugging, one quickly realises this is really an educational tool but not so good in producing something more complicated.<br />
We did get sort of half-way, but it&#8217;s fair to say that by then neither of us was enjoying the experience very much.<br />
I&#8217;m very impressed with Scratch as a tool for education young children, and it&#8217;s a real joy to see the thoughts and discoveries of your child click into place going through some of the basics. Some advice for other fathers: take it slow, one step at a time. After an hour or so trying to explain everyting, it turned out to be a lot to ask for from Hannah. &#8216;Can I play with my playmobile now daddy?&#8217; Ofcourse you can, just wait while your daddy finishes this real simple tetris game&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freekleemhuis.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freekleemhuis.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freekleemhuis.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freekleemhuis.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/418/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/418/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/418/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=418&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2010/05/05/programming-for-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfef0fe08324b3d16ab57b6502d2c3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Freek Leemhuis</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2010/05/scratch1.png" medium="image">
			<media:title type="html">scratch</media:title>
		</media:content>
	</item>
		<item>
		<title>Adrenaline Junkies and Template Zombies</title>
		<link>http://freekleemhuis.com/2010/03/17/adrenaline-junkies-and-template-zombies/</link>
		<comments>http://freekleemhuis.com/2010/03/17/adrenaline-junkies-and-template-zombies/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 20:34:28 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=404</guid>
		<description><![CDATA[I&#8217;ve followed Tom DeMarco and Tim Lister ever since I read Peopleware, a great book about building great software teams. When a new book by these authors (and a few others) came out last year, I ordered it straight away. It&#8217;s called Adrenaline Junkies and Template Zombies, and it&#8217;s a great list of patterns of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=404&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve followed Tom DeMarco and Tim Lister ever since I read <a title="Peopleware link" href="http://www.google.nl/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;ved=0CA4QFjAA&amp;url=http%3A%2F%2Fwww.amazon.com%2FPeopleware-Productive-Projects-Teams-Second%2Fdp%2F0932633439&amp;ei=9DKhS_6YG9q_-QbT3_mODA&amp;usg=AFQjCNHoD_tQsGXc1By17np7ol9o368PbA&amp;sig2=tR3LpKbRfH8gOC1F61DXqA" target="_blank">Peopleware,</a> a great book about building great software teams. When a new book by these authors (and a few others) came out last year, I ordered it straight away. It&#8217;s called <em>Adrenaline Junkies and Template Zombies, </em>and it&#8217;s a great list of patterns of project behaviour.<br />
It&#8217;s a fun read, although I&#8217;m sure for some of my colleagues and former colleagues some of the stories are too close for comfort.<br />
I&#8217;ll describe why a few of the patterns really resonated with me:</p>
<table>
<tbody>
<tr>
<td><img class="alignleft size-full wp-image-406" title="PrinceII" src="http://freekleemhuis.files.wordpress.com/2010/03/princeii.jpg?w=296&#038;h=296" alt="" width="296" height="296" /></td>
<td>At one of my previous assignment there were a lot of procedures to  follow. Using project management procedures like Prince2 really  revolved around having the specified documents in place at certain to  pass certain milestones. Usually, the templates for these documents have  little descriptions here and there where information is required.At the start of a project, one had to fill in an document listing predefined architectural concerns and design decisions for the system to be delivered. In itself not a bad practice, but ofcourse only valuable if you put the right amount of detail and consideration into it. As a test, I filled in the template with completely inane comments to see who would pick up on it. Where it asked: <em>what are the logging and tracing requirements for this application</em> I wrote <em>This application has no specific needs for logging and tracing other than standard.<br />
</em>Under the heading: <em>what security concerns need to be adressed for the information contained in the database </em>I wrote : <em>the information needs to be authorized by the guidelines specified in the technical design</em> (note: there was at that time no technical design document &#8211; this was to be delivered only in the next project phase). You get the picture. I filed the document and it passed with flying colours: all boxes where checked. In reality, it amounted to nothing.<br />
This kind of behaviour is what DeMarco et al refer to as <strong>Template Zombies. </strong>If procedures are more about form than content, be very careful. The Template Zombies are out to get you.</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>The other pattern that lends it&#8217;s name to the book is one I deal with quite a bit:<strong> Adrenaline Junkies</strong>. You will find these people in organizations where priorities are constantly shifting to the project that is particular urgent at that time. A new project was about to start, and after calculating the manpower required to finish on time we concluded that a 4man team should start right away to have any chance of actually meeting the deadline. However, after confronting the project manager with this information, he looked at us stunned, and responded: `are you kidding me? There are 10 more projects that we need to work on before we start that one!&#8217;<br />
And so we did not start until it was too late, and ofcourse the project was late like any other project they were doing.<br />
This is the thing when you are dealing with Adraneline Junkies: they react rather than consider, and there is no long-time planning, and generally they confuse being very busy with being very productive. There is generally a lot of burnout and turnover at companies that follow this pattern. Junkie behaviour does not scale, and companies that fail to recognize it will struggle to make a long term impact.<br />
Mind you, the book does not really go into detail on how to handle the situations it describes. It merely gives a name to patterns that are, unfortunately, rife in our industrie. When dealing with Adraneline Junkies I have made my mind up to avoid in particular one other pattern mentioned by DeMarco: I will not be a <strong>Film Critic. </strong>Go ahead and<a title="systemsguild link" href="http://www.systemsguild.com/GuildSite/Books/ajtz.html" target="_blank"> look that one up,</a> and many other similarly apt named patterns.</td>
<td><img class="alignleft size-full wp-image-408" title="skates" src="http://freekleemhuis.files.wordpress.com/2010/03/skates.jpg?w=444&#038;h=294" alt="" width="444" height="294" /></td>
</tr>
</tbody>
</table>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freekleemhuis.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freekleemhuis.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freekleemhuis.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freekleemhuis.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/404/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/404/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/404/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=404&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2010/03/17/adrenaline-junkies-and-template-zombies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfef0fe08324b3d16ab57b6502d2c3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Freek Leemhuis</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2010/03/princeii.jpg" medium="image">
			<media:title type="html">PrinceII</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2010/03/skates.jpg" medium="image">
			<media:title type="html">skates</media:title>
		</media:content>
	</item>
		<item>
		<title>On the nature of community driven events</title>
		<link>http://freekleemhuis.com/2009/10/15/on-the-nature-of-community-driven-events/</link>
		<comments>http://freekleemhuis.com/2009/10/15/on-the-nature-of-community-driven-events/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 17:45:47 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Devnology]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=337</guid>
		<description><![CDATA[    Last week I was involved in organizing a Scala workshop, and from the feedback we received it was notable that some of the issues that were mentioned were more to do with the expectation of participants than with the actual content.The average rating from the evaluation for this event was 7.3 (on a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=337&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> <br />
 </p>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tbody>
<tr>
<td valign="top"><img class="size-medium wp-image-341 alignleft" style="display:inline;margin:20px;" title="lowscore" src="http://freekleemhuis.files.wordpress.com/2009/10/image001.png?w=300&#038;h=222" alt="lowscore" width="300" height="222" align="left" /></td>
<td valign="top">Last week I was involved in organizing a <a title="Scala avond" href="http://devnology.nl/nl/blog/7-verslagen/60-verslag-scala-avond" target="_blank">Scala workshop</a>, and from the feedback we received it was notable that some of the issues that were mentioned were more to do with the expectation of participants than with the actual content.The average rating from the evaluation for this event was 7.3 (on a scale from 1 to 10), and while that might seem decent it is dramatically lower then scores for our previous events.Some of the feedback that was provided was very fair. For example, it was mentioned that the tempo could have been higher, and it could have. The typical participants of <a href="http://devnology.nl">Devnology</a> meetings have way more smarts and passion about them than any other group I have participated in, so we need to become better at tailoring our meetings accordingly.</td>
</tr>
</tbody>
</table>
<p>Another point of criticism we received was that the facilitators did not seem to know all the ins and outs of the subject matter. This in my opinion is a result of the position we take in organizing these types of events: there should not be one expert explaining to the rest everything there is to know, but rather a situation where there&#8217;s enough preparation done to go through the material, and in the process learn from each other.</p>
<p>Under these conditions, chances are a lot bigger that it will be an <em>interactive</em> event, with <em>active participation</em>.</p>
<p>This way, you get to know the attendees, learn what knowledge and experience they can contribute, possibly even beyond the event itself. The meetings will become more lively and interesting, and more in line with the ideas behind the <a href="http://en.wikipedia.org/wiki/Unconference">Unconference</a>.</p>
<p>Having an expert capable of explaining everything on a particular subject may not improve the experience, expecially if you lose a level of interaction. We will therefore continue to encourage members of the community to take on a subject and create a learning events that is geared toward learning together.</p>
<p>Obviously, this will only be a success if the more knowledgeable participants are aware of this and willing to share their skills and ideas. If you are aware of points being missed or if you have information or skills that can contribute, one way to react it to sit back and be bored. It might however be better to ask yourself this question: what have I done to improve the experience of this event for some (or all) of the other participants?</p>
<p>Let me paraphrase what this guy said:</p>
<table border="0" cellspacing="0" cellpadding="2" width="70%">
<tbody>
<tr>
<td valign="top">
<h2>Ask not what your community can do for you, ask what you can do for your community!</h2>
<p>I don&#8217;t mean to sound obnoxious here and I certainly don&#8217;t want to put people off from attending. What I hope to achieve with this post is to make our viewpoints regarding these issues clear and hopefully prevent misunderstanding in the future.</td>
<td valign="top"><img class="size-full wp-image-340 alignleft" style="display:inline;margin:20px;" title="jfk" src="http://freekleemhuis.files.wordpress.com/2009/10/jfk.png?w=245&#038;h=309" alt="jfk" width="245" height="309" align="left" /></td>
</tr>
</tbody>
</table>
<h2> </h2>
<p>Please feel free to respond!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freekleemhuis.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freekleemhuis.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freekleemhuis.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freekleemhuis.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/337/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/337/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/337/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=337&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/10/15/on-the-nature-of-community-driven-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfef0fe08324b3d16ab57b6502d2c3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Freek Leemhuis</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2009/10/image001.png?w=300" medium="image">
			<media:title type="html">lowscore</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2009/10/jfk.png" medium="image">
			<media:title type="html">jfk</media:title>
		</media:content>
	</item>
		<item>
		<title>Speak up!</title>
		<link>http://freekleemhuis.com/2009/05/26/speak-up/</link>
		<comments>http://freekleemhuis.com/2009/05/26/speak-up/#comments</comments>
		<pubDate>Tue, 26 May 2009 13:46:11 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Learning]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=283</guid>
		<description><![CDATA[Lately I&#8217;ve been involved in a lot of workshops and meetings and one thing I noticed is that when a question is asked in a group of developers, it&#8217;s very often the younger attendants that reply first. Sometimes there&#8217;s a crop of bright young developers who really know their stuff, but other participants with years of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=283&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lately I&#8217;ve been involved in a lot of workshops and meetings and one thing I noticed is that when a question is asked in a group of developers, it&#8217;s very often the younger attendants that reply first. Sometimes there&#8217;s a crop of bright young developers who really know their stuff, but other participants with years of experience just seem to be less vocal. In discussing this observation with a colleague last week it started to dawn on me: it&#8217;s not that the younger guys are brighter, they are less inhibited because they can still get away with an answering incorrectly.</p>
<p>If you have been a developer for 8 years or more, and someone asks an innocuous question (<em>what is a function?</em>), you probably know the answer. However, suppose you give the wrong answer, in front of a crowd of fellow programmers. Your reputation is on the line. Better keep quiet, and let the young guys go at it, right?</p>
<p>The best way to learn is to be wrong occasionally, even if it means being painfully wrong sometimes. As a programmer, there&#8217;s so many things that you &#8216;should know&#8217; that it&#8217;s near impossible to have all this knowledge readily available. There&#8217;s never a better learning moment then these. Being painfully wrong means being wrong once. Being silent can mean being wrong many times. So, mainly as a reminder to myself: it&#8217;s ok to be wrong. It&#8217;s not okay to stop learning. As the lady says, sometimes you just have to <a href="http://www.amazon.co.uk/Feel-Fear-Anyway-Susan-Jeffers/dp/0712671056" target="_blank">feel the fear and do it anyway.</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freekleemhuis.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freekleemhuis.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freekleemhuis.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freekleemhuis.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/283/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/283/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/283/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=283&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/05/26/speak-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfef0fe08324b3d16ab57b6502d2c3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Freek Leemhuis</media:title>
		</media:content>
	</item>
		<item>
		<title>More DDD</title>
		<link>http://freekleemhuis.com/2009/04/10/more-ddd/</link>
		<comments>http://freekleemhuis.com/2009/04/10/more-ddd/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 16:12:58 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Domain Driven Design]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=275</guid>
		<description><![CDATA[The second part of the DDD workshop contained a modelling session (modelling out loud!), which I think helped a lot explaining some of the concepts. I&#8217;ve attached the slides for the second day below. ddd-day2 slide deck<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=275&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The second part of the DDD workshop contained a modelling session (modelling out loud!), which I think helped a lot explaining some of the concepts.</p>
<p><a href="http://freekleemhuis.files.wordpress.com/2009/04/picture-030.jpg"><img class="alignleft size-medium wp-image-276" title="picture-030" src="http://freekleemhuis.files.wordpress.com/2009/04/picture-030.jpg?w=225&#038;h=300" alt="picture-030" width="225" height="300" /></a><a href="http://freekleemhuis.files.wordpress.com/2009/04/picture-030.jpg"></a></p>
<p>I&#8217;ve attached the slides for the second day below.</p>
<p><a href="http://freekleemhuis.files.wordpress.com/2009/04/ddd-day2.ppt">ddd-day2 slide deck</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freekleemhuis.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freekleemhuis.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freekleemhuis.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freekleemhuis.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/275/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/275/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/275/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=275&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/04/10/more-ddd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfef0fe08324b3d16ab57b6502d2c3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Freek Leemhuis</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2009/04/picture-030.jpg?w=225" medium="image">
			<media:title type="html">picture-030</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning</title>
		<link>http://freekleemhuis.com/2009/01/31/learning/</link>
		<comments>http://freekleemhuis.com/2009/01/31/learning/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 21:06:03 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Learning]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=209</guid>
		<description><![CDATA[As a consultant, it&#8217;s sometimes difficult to find a new job that is a good match with your skills. We preferably want to learn on the job, but the person doing the hiring wants to find someone who already knows all the stuff that is required to do a good job.I think it was Noel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=209&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As a consultant, it&#8217;s sometimes difficult to find a new job that is a good match with your skills. We preferably want to learn on the job, but the person doing the hiring wants to find someone who already knows all the stuff that is required to do a good job.I think it was <a href="http://www.noeltichy.com/" target="_blank">Noel Tichy </a>who developed the model of concentric learning zones that can be used to illustrate the point.<br />
<img class="alignright size-full wp-image-223" title="zones1" src="http://freekleemhuis.files.wordpress.com/2009/01/zones1.jpg?w=334&#038;h=348" alt="zones1" width="334" height="348" /><br />
If you want to learn, you need to get out of your comfort zone, but just enough to stay in the learning zone. If you cross over to the panic zone you&#8217;ll be thrashing rather than learning. So if I&#8217;m looking for a new assignment, I want to use skills that I do not yet fully master. Most people that are looking to hire a consultant however seem hell bent on finding someone that has demonstrated a mastery of the required skills, preferably for a number of years. They want to make sure the person they hire can do the job, and previous experience is what they perceive as the ultimate proof that the person is a good match. If the person can perform the skills required within their comfort zone, there&#8217;s no risk of them straying into the panic zone.</p>
<p>Requiring X number of years of experience for a language, platform of framework is not effective. Experience does not equate level of skill, and as <a href="http://www.37signals.com/svn/posts/833-years-of-irrelevance" target="_blank">David says</a>, as long as applicants have 6 months to a year of experience, consider it a moot point for comparison.</p>
<p>There&#8217;s some strange job postings that I&#8217;ve browsed through the last month or so.</p>
<p><em>4 years of experience with c# 3.0</em>? Who are they hoping to attract, Anders bloody Hejlsberg?</p>
<p>And how about this one: <em>looking for unit testers</em>. Wat are they? People who only write unit tests all day, and they are not allowed to actually write code?</p>
<p>Some of these job postings contain clues on how ignorant the company is on the matter. Someone really needs to tell them what they are looking for is a <em>good software engineer</em>, and rather then matching precise experience they would be better of looking at different attributes that point to good candidates. </p>
<p>I like <a href="http://www.codinghorror.com/blog/archives/000226.html">Jeff Atwood&#8217;s approach</a> on finding the right candidate:</p>
<p style="padding-left:30px;">Have the candidate give a 20 minute presentation to your team on their area of expertise. I think this is a far better indicator of success than a traditional interview, because you&#8217;ll quickly ascertain..</p>
<ul>
<li>
<div style="padding-left:30px;">Is this person passionate about what they are doing?</div>
</li>
<li>
<div style="padding-left:30px;">Can they communicate effectively to a small group?</div>
</li>
<li>
<div style="padding-left:30px;">Do they have a good handle on their area of expertise?</div>
</li>
<li>
<div style="padding-left:30px;">Would your team enjoy working with this person?</div>
</li>
</ul>
<p><em>Please note that acquisition in response to this blog post might not be appreciated </em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/freekleemhuis.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/freekleemhuis.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/freekleemhuis.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/freekleemhuis.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/209/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/209/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/209/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&amp;blog=2670743&amp;post=209&amp;subd=freekleemhuis&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/01/31/learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bfef0fe08324b3d16ab57b6502d2c3b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Freek Leemhuis</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2009/01/zones1.jpg" medium="image">
			<media:title type="html">zones1</media:title>
		</media:content>
	</item>
	</channel>
</rss>