<?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</title>
	<atom:link href="http://freekleemhuis.com/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://www.gravatar.com/blavatar/4539f785b4d546832e4e6a93f0d1a38f?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>Freekshow</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&blog=2670743&post=418&subd=freekleemhuis&ref=&feed=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/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&blog=2670743&post=418&subd=freekleemhuis&ref=&feed=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&blog=2670743&post=404&subd=freekleemhuis&ref=&feed=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/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&blog=2670743&post=404&subd=freekleemhuis&ref=&feed=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>Transfer news</title>
		<link>http://freekleemhuis.com/2009/10/16/transfer-news/</link>
		<comments>http://freekleemhuis.com/2009/10/16/transfer-news/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 12:42:19 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=374</guid>
		<description><![CDATA[Working for Logica as a consultant for the last three years has been quite a journey. For a number of reasons, (I won&#8217;t bore you with them here) I felt the need for a new challenge, and when the opportunity arose I decided to join IHomer. As of the 1st of November I will become [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=374&subd=freekleemhuis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-376" title="resume" src="http://freekleemhuis.files.wordpress.com/2009/10/resume.jpg?w=300&#038;h=211" alt="resume" width="300" height="211" /></p>
<p>Working for Logica as a consultant for the last three years has been quite a journey. For a number of reasons, (I won&#8217;t bore you with them here) I felt the need for a new challenge, and when the opportunity arose I decided to join<a href="http://www.ihomer.nl"> IHomer</a>. As of the 1st of November I will become the tenth participant of this group. Delighted as I am with this prospect, I am also sad to leave Logica. There&#8217;s some tremendously talented people there, and I have enjoyed my travels with you all.<br />
I would like to express my gratitude to Logica, working with them has brought me many things and it´s been a great place to work.</p>
<p> </p>
<p>One of the perks of working for IHomer is, obvious, working from home on a regular basis. I´m really looking forward to this, I´ve created a nice little home office and I´m sure I´ll see a lot more of my girls.</p>
<p>I have commited myself to deliver workshops for Logica later this year, so for my colleguaes: there´ll be opportunities to catch up.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=374&subd=freekleemhuis&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/10/16/transfer-news/feed/</wfw:commentRss>
		<slash:comments>1</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/resume.jpg?w=300" medium="image">
			<media:title type="html">resume</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&blog=2670743&post=337&subd=freekleemhuis&ref=&feed=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/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&blog=2670743&post=337&subd=freekleemhuis&ref=&feed=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>DDD Course&#8230; coming to a theatre near you very soon!</title>
		<link>http://freekleemhuis.com/2009/07/17/ddd-course-coming-to-a-theatre-near-you-very-soon/</link>
		<comments>http://freekleemhuis.com/2009/07/17/ddd-course-coming-to-a-theatre-near-you-very-soon/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 07:23:26 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Domain Driven Design]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=287</guid>
		<description><![CDATA[There&#8217;s a great opportunity to immerse yourself for 2 days in Domain Driven Design. On the 14th and 15th of September Gregory Young will speak about the essentials of applying DDD concepts in the design and implementation of your application. This is a very practical, hands-on event. Places are limited, so sign up now at http://www.jworks.nl/ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=287&subd=freekleemhuis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a great opportunity to immerse yourself for 2 days in Domain Driven Design. On the 14th and 15th of September <a href="http://codebetter.com/blogs/gregyoung/">Gregory Young</a> will speak about the essentials of applying DDD concepts in the design and implementation of your application. This is a very practical, hands-on event. Places are limited, so sign up now at <a href="http://www.jworks.nl/">http://www.jworks.nl/</a></p>
<p>You can see Greg in action in this <a href="http://www.infoq.com/presentations/greg-young-unshackle-qcon08">recent presentation at QCon</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/287/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/287/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/287/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=287&subd=freekleemhuis&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/07/17/ddd-course-coming-to-a-theatre-near-you-very-soon/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>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&blog=2670743&post=283&subd=freekleemhuis&ref=&feed=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/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&blog=2670743&post=283&subd=freekleemhuis&ref=&feed=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&blog=2670743&post=275&subd=freekleemhuis&ref=&feed=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/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&blog=2670743&post=275&subd=freekleemhuis&ref=&feed=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>Spreading the word</title>
		<link>http://freekleemhuis.com/2009/04/08/spreading-the-word/</link>
		<comments>http://freekleemhuis.com/2009/04/08/spreading-the-word/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 07:33:57 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Domain Driven Design]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=259</guid>
		<description><![CDATA[Eindhoven, 7th of april 2009, Workshop Domain Driven Design.   Smiles all around yesterday as each participant received a copy of the DDD bible. I think a few heads were spinning toward the end of the evening trying to take it all in. It is hard to cram a lot of the ideas in just [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=259&subd=freekleemhuis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Eindhoven, 7th of april 2009, Workshop Domain Driven Design.</p>
<p><img class="alignleft size-full wp-image-260" title="ddd_eindhoven" src="http://freekleemhuis.files.wordpress.com/2009/04/ddd_eindhoven.jpg?w=518&#038;h=390" alt="ddd_eindhoven" width="518" height="390" /></p>
<p> </p>
<p>Smiles all around yesterday as each participant received a copy of the <a href="http://domaindrivendesign.org/books/#DDD" target="_blank">DDD bible</a>. I think a few heads were spinning toward the end of the evening trying to take it all in. It is hard to cram a lot of the ideas in just a few hours, especially if there&#8217;s good discussion.</p>
<p>The slide deck can be found <a href="http://freekleemhuis.files.wordpress.com/2009/04/workshop-ddd-part1.pptx" target="_blank">here</a>, and the assignment <a href="http://freekleemhuis.files.wordpress.com/2009/04/workshop-ddd-assignment.ppt" target="_blank">here</a>.</p>
<p>Second part on thursday, see you all there!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/259/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/259/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/259/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=259&subd=freekleemhuis&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/04/08/spreading-the-word/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/ddd_eindhoven.jpg" medium="image">
			<media:title type="html">ddd_eindhoven</media:title>
		</media:content>
	</item>
		<item>
		<title>Code Fest 01</title>
		<link>http://freekleemhuis.com/2009/04/02/code-fest-01/</link>
		<comments>http://freekleemhuis.com/2009/04/02/code-fest-01/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 16:00:55 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Devnology]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=252</guid>
		<description><![CDATA[Some night that was! I was well impressed with the people that showed up, discussion and banter flowed between them based on a shared passion for technology and interest in other people&#8217;s approaches. On this first Code Fest (all in Dutch, apologies) we had implementations of that old classic, James Conway&#8217;s Game of Life. On [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=252&subd=freekleemhuis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Some night that was! I was well impressed with the people that showed up, discussion and banter flowed between them based on a shared passion for technology and interest in other people&#8217;s approaches.</p>
<p><a href="http://freekleemhuis.files.wordpress.com/2009/04/codefest1.jpg"><img class="alignleft size-full wp-image-270" title="codefest1" src="http://freekleemhuis.files.wordpress.com/2009/04/codefest1.jpg?w=500&#038;h=334" alt="codefest1" width="500" height="334" /></a></p>
<p>On this<a href="http://devnology.nl/volgende-bijeenkomst/details/4-code-fest-game-of-life" target="_blank"> first Code Fest </a>(all in Dutch, apologies) we had implementations of that old classic, James Conway&#8217;s <a href="http://www.wikipedia.org/wiki/Game_of_Life">Game of Life</a>. On the night we had demonstrations of implementations in <strong>Flex, Erlang, Haskell, C++, Alloy, Java, CosMos</strong> and the <strong>Google App Engine</strong>. It certainly had my head spinning, and with what I thought was a cracking atmosphere we couldn&#8217;t have asked for more. We have invested a lot of time and energy in getting this thing of the ground, but yesterday evening alone was worth every bit of it.</p>
<p>Thanks all for a great evening.</p>
<p>On a sidenote, I was playing with this domain model to describe Devnology, and thought I&#8217;d share it here:</p>
<p><img class="alignleft size-full wp-image-254" title="model" src="http://freekleemhuis.files.wordpress.com/2009/04/model.png?w=638&#038;h=390" alt="model" width="638" height="390" /></p>
<p> </p>
<p>Geek as I am, it helps me focus and explain what I think we can achieve : Building a <em>technology agnostic</em> community by organising events that have <em>high interaction </em>between <em>passionate </em>developers. Enable interaction between<em> academia</em> and the software development industrie (<a href="http://en.wikipedia.org/wiki/Software_Craftsmanship" target="_blank">software craftsmen</a>, if you like).</p>
<p>With result like yesterday and the <a href="http://devnology.nl/volgende-bijeenkomst/details/6-software-testing-middag" target="_blank">software testing event at TU Delft </a>things are shaping up. Come and join us at our next meeting!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/252/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/252/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/252/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=252&subd=freekleemhuis&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/04/02/code-fest-01/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/codefest1.jpg" medium="image">
			<media:title type="html">codefest1</media:title>
		</media:content>

		<media:content url="http://freekleemhuis.files.wordpress.com/2009/04/model.png" medium="image">
			<media:title type="html">model</media:title>
		</media:content>
	</item>
		<item>
		<title>Devnology!</title>
		<link>http://freekleemhuis.com/2009/02/20/devnology/</link>
		<comments>http://freekleemhuis.com/2009/02/20/devnology/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 09:24:20 +0000</pubDate>
		<dc:creator>Freek Leemhuis</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Devnology]]></category>

		<guid isPermaLink="false">http://freekleemhuis.com/?p=244</guid>
		<description><![CDATA[The cat is out of the bag! It&#8217;s been a long time in the making, but finally&#8230;. coming to a theatre near you very soon&#8230; It&#8217;s&#8230;.. Our first event is planned for the 1st of april (no joke, I promise) and is now open for registration. Do come!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=244&subd=freekleemhuis&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The cat is out of the bag! It&#8217;s been a long time in the making, but finally&#8230;. coming to a theatre near you very soon&#8230; It&#8217;s&#8230;..<a href="http://devnology.nl" target="_blank"><img class="alignleft size-full wp-image-243" title="devnology" src="http://freekleemhuis.files.wordpress.com/2009/02/devnology1.png?w=373&#038;h=84" alt="devnology" width="373" height="84" /></a></p>
<p>Our first event is planned for the 1st of april (no joke, I promise) and is now <a href="http://devnology.nl/volgende-bijeenkomst/details/4-code-fest-game-of-life" target="_blank">open for registration</a>. Do come!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/freekleemhuis.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/freekleemhuis.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/freekleemhuis.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/freekleemhuis.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/freekleemhuis.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/freekleemhuis.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/freekleemhuis.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/freekleemhuis.wordpress.com/244/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/freekleemhuis.wordpress.com/244/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/freekleemhuis.wordpress.com/244/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=freekleemhuis.com&blog=2670743&post=244&subd=freekleemhuis&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://freekleemhuis.com/2009/02/20/devnology/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/02/devnology1.png" medium="image">
			<media:title type="html">devnology</media:title>
		</media:content>
	</item>
	</channel>
</rss>