<?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>me.andering - Willem van den Ende &#187; workshop</title>
	<atom:link href="http://me.andering.com/tag/workshop/feed/" rel="self" type="application/rss+xml" />
	<link>http://me.andering.com</link>
	<description>Systems thinking about software development</description>
	<lastBuildDate>Sun, 23 May 2010 15:07:39 +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>Cleaner code in other languages</title>
		<link>http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/</link>
		<comments>http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/#comments</comments>
		<pubDate>Mon, 17 May 2010 15:59:07 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=773</guid>
		<description><![CDATA[At SPA2010 Rob Westgeest, Marc Evers and yours truly hosted the workshop &#8220;Flying horses, Cleaner code in other languages&#8221;. This is a quick writeup accompanied by the flipcharts that were created by the groups to summarize what they learned.
We brought one exercise, to be carried out by pair programming. A pair can choose what ever [...]]]></description>
			<content:encoded><![CDATA[<p><em>At SPA2010 <a target="_blank" href="http://notaresource.blogspot.com">Rob Westgeest</a>, <a target="_blank" href="http://blog.piecemealgrowth.net">Marc Evers</a> and yours truly hosted the workshop &#8220;Flying horses, Cleaner code in other languages&#8221;. This is a quick writeup accompanied by the flipcharts that were created by the groups to summarize what they learned.</em></p>
<p>We brought one exercise, to be carried out by pair programming. A pair can choose what ever programming language they want to use. We try of course to get an interesting variety of languages to learn from. We ran three 40 minute timeboxes. Each timebox consists of 25 minutes for actual work, and 15 minutes reflecting (about three different solutions presented on the projector accompanied by discussion). Some people switch pairs from one timebox to the next, so they can get hands-on experience of trying to solve the same problem in different languages. The goal of the exercise is not to finish first, or have the cleverest solution, but develop a solution that is idiomatic in the language one is solving it in, so that we could compare notes afterwards.<a rel="attachment  wp-att-780" href="http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1270/"><img class="aligncenter size-medium wp-image-780" title="Flying Horses - cleaner code in other languages at  SPA2010 - group shot" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_1270-499x333.jpg" alt="" width="499" height="333" /></a></p>
<p>This time we had three pairs working in smalltalk (<a target="_blank" href="http://www.cincomsmalltalk.com">cincom smalltalk</a> as well as <a target="_blank" href="http://www.squeak.org">squeak</a>), two pairs in ruby, two java, and further pairs in Scala and Haskell.</p>
<p>A few pairs wrote examples using Rspec or Scalaspec, most pairs wrote &#8216;classic&#8217; XUnit style tests. Some worked completely outside-in, other bottom up, and quite a few from the middle outward (me and my pair amongst others).</p>
<p>Some things that struck me:</p>
<ul>
<li>at least one of the smalltalk solutions I saw did not strike me as very idiomatic smalltalk (admittedly, the presenter said it needed refactoring, so they went for make it work/make it right).</li>
<li>Nat Pryce noticed that collections were processed easier (and with less code) in the Haskell and Smalltalk solutions than in Java.</li>
<li>The smalltalk pairs were the first ones to finish setting up their development environment and getting to work (Rob did a timecheck, the smalltalkers were the only ones working on the problem already). Having an environment that contains almost all the tools and libraries that you need gives a big speed boost at the beginning. What was more striking still was that all smalltalkers used environments they just installed and had not used before; I installed <a target="_blank" href="http://www.squeak.org">squeak</a> last weekend, the others were using a fresh beta version of their environment.</li>
<li>Many people had not seen (much of) haskell/ruby/smalltalk style of iterating over collections using blocks/closures, luckily these idioms seem to be trickling down to Java and C#.</li>
</ul>
<p>As with the previous instance of Flying Horses, the Haskell pair was moving towards a complete solution the fastest. This may be because the exercise we use seems to find itself in Haskell&#8217;s sweet spot (parsing and manipulating data).<a rel="attachment wp-att-780" href="http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1270/"></a></p>
<p>On the whole, the level of engagement was pretty intense (about half the participants continued working through the breaks, even though we emphatically tried to get them to stop <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ), participants said they got to see some very different ways of solving a problem from what they knew, so they came out of the workshop with puzzles to investigate further.</p>
<p>As one participant mentioned, code presentations work up to a point. They show what a pair has done, but it is hard to see what steps they have taken to get to the solution. Seeing the sequence of steps (and experiencing it) when you are part of a pair (especially with someone you don&#8217;t know) is very valuable. I&#8217;m interested in suggestions for getting more of the sequence of events (rather than the solution) out into the presentations.</p>
<p>We have tried letting people work with task lists and presenting from there (works somewhat, but may cause pairs to loose to much time on their small design up front).</p>
<p>Let a thousand languages bloom <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Below are the flipcharts summarizing some of the things people learnt from the workshop.</p>

<a href='http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1270/' title='Flying Horses - cleaner code in other languages at SPA2010 - group shot'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_1270-150x150.jpg" class="attachment-thumbnail" alt="" title="Flying Horses - cleaner code in other languages at SPA2010 - group shot" /></a>
<a href='http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1271/' title='IMG_1271'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_1271-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_1271" /></a>
<a href='http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1273/' title='IMG_1273'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_1273-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_1273" /></a>
<a href='http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1272/' title='IMG_1272'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_1272-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_1272" /></a>
<a href='http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1274/' title='IMG_1274'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_1274-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_1274" /></a>
<a href='http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1275-2/' title='IMG_1275'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_12751-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_1275" /></a>
<a href='http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/img_1275/' title='IMG_1275'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2010/05/IMG_1275-150x150.jpg" class="attachment-thumbnail" alt="" title="IMG_1275" /></a>



<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;title=Cleaner+code+in+other+languages" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;title=Cleaner+code+in+other+languages" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;title=Cleaner+code+in+other+languages" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;submitHeadline=Cleaner+code+in+other+languages&amp;submitSummary=At%20SPA2010%20Rob%20Westgeest%2C%20Marc%20Evers%20and%20yours%20truly%20hosted%20the%20workshop%20%22Flying%20horses%2C%20Cleaner%20code%20in%20other%20languages%22.%20This%20is%20a%20quick%20writeup%20accompanied%20by%20the%20flipcharts%20that%20were%20created%20by%20the%20groups%20to%20summarize%20what%20they%20learned.%0D%0A%0D%0AWe%20brought%20one%20exercise%2C%20to%20be%20carried%20out%20by%20pair%20progr&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;title=Cleaner+code+in+other+languages" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;t=Cleaner+code+in+other+languages" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Cleaner+code+in+other+languages+-+http://is.gd/cdhpd+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Cleaner%20code%20in%20other%20languages%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22At%20SPA2010%20Rob%20Westgeest%2C%20Marc%20Evers%20and%20yours%20truly%20hosted%20the%20workshop%20%22Flying%20horses%2C%20Cleaner%20code%20in%20other%20languages%22.%20This%20is%20a%20quick%20writeup%20accompanied%20by%20the%20flipcharts%20that%20were%20created%20by%20the%20groups%20to%20summarize%20what%20they%20learned.%0D%0A%0D%0AWe%20brought%20one%20exercise%2C%20to%20be%20carried%20out%20by%20pair%20progr%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;title=Cleaner+code+in+other+languages&amp;summary=At%20SPA2010%20Rob%20Westgeest%2C%20Marc%20Evers%20and%20yours%20truly%20hosted%20the%20workshop%20%22Flying%20horses%2C%20Cleaner%20code%20in%20other%20languages%22.%20This%20is%20a%20quick%20writeup%20accompanied%20by%20the%20flipcharts%20that%20were%20created%20by%20the%20groups%20to%20summarize%20what%20they%20learned.%0D%0A%0D%0AWe%20brought%20one%20exercise%2C%20to%20be%20carried%20out%20by%20pair%20progr&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;title=Cleaner+code+in+other+languages" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Cleaner+code+in+other+languages&amp;link=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;T=Cleaner+code+in+other+languages" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/+&quot;Cleaner+code+in+other+languages&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/&amp;title=Cleaner+code+in+other+languages&amp;body=At%20SPA2010%20Rob%20Westgeest%2C%20Marc%20Evers%20and%20yours%20truly%20hosted%20the%20workshop%20%22Flying%20horses%2C%20Cleaner%20code%20in%20other%20languages%22.%20This%20is%20a%20quick%20writeup%20accompanied%20by%20the%20flipcharts%20that%20were%20created%20by%20the%20groups%20to%20summarize%20what%20they%20learned.%0D%0A%0D%0AWe%20brought%20one%20exercise%2C%20to%20be%20carried%20out%20by%20pair%20progr" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2010/05/17/cleaner-code-in-other-languages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Retrospective Hero</title>
		<link>http://me.andering.com/2009/09/21/retrospective-hero/</link>
		<comments>http://me.andering.com/2009/09/21/retrospective-hero/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:20:17 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile-open]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[retrospectives]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=731</guid>
		<description><![CDATA[Retrospective Hero is a new simulation / role playing workshop I'm developing with Nicole Belilos. The goal is to let facilitators experience several situations that can happen in real life, and let them try out some techniques for facilitating retrospectives in a safe context. This is a report of the trial run we held at Agile Open Holland 2009,  with an explanation on how the workshop works.]]></description>
			<content:encoded><![CDATA[<p><em>Retrospective Hero is a new simulation / role playing workshop I&#8217;m developing with <a target="_blank" href="http://www.linkedin.com/in/nicolebelilos">Nicole Belilos</a> of <a href="http://www.task24.nl">Task24</a>. The goal is to let facilitators experience several situations that can happen in real life, and let them experiment with facilitation techniques to make the most of a situation. This is a report of the trial run we held at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland 2009, with an explanation on how the workshop works.</em></p>
<p><em> </em></p>
<div id="attachment_737" class="wp-caption aligncenter" style="width: 510px"><em> </em><em><img class="size-medium wp-image-737" title="Sandra, one of the product owners, explains her point of view, Serge listens intently as facilitator" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T142817-000050.thumb-500x333.jpg" alt="Sandra, one of the product owners, explains her point of view, Serge listens intently as facilitator" width="500" height="333" /></em><p class="wp-caption-text">Sandra, one of the product owners, explains her point of view, Serge listens intently as facilitator</p></div>
<p><span id="more-731"></span></p>
<div id="attachment_738" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-738" title="Now, lets' hear the second group of product owners, with their position" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T142823-000051.thumb-500x333.jpg" alt="Now, lets' hear the second group of product owners, with their position" width="500" height="333" /><p class="wp-caption-text">Now, lets&#39; hear the second group of product owners, with their position</p></div>
<p>Nicole and I thought it would be fun do design a simulation game around facilitating retrospectives. At first we came up with a sort of board game, but after some brainstorming we thought a role-play would work better &#8211; our board game was turning out to be a bit too simplistic for our taste.</p>
<p>These are the benefits we proposed for our session at<a href="http://www.xpday.net/Xpday2009/Program.html" target="_blank"> XP Days Benelux 2009, November 23/24</a>:</p>
<ul>
<li>Learn new techniques by applying them to a simulated real world situation</li>
<li>Experiment with techniques you already know &#8211; do something different with them</li>
<li>Hold an emergency retrospective to &#8216;get to the bottom of it&#8217; and come up with sustainable solutions quickly.</li>
<li>Get some fresh ideas to do group reflection on emergency situations and longer timespans</li>
</ul>
<p>At XP Days we have an hour and 45 minutes, for the try out at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> we decided to see what we could do in a 60 minute timeslot to get as much feedback as possible on our game ideas. For the XP days version we were thinking about playing two simulation rounds, in which the participants get to deal with a) facilitating during an emergency situation and b) facilitating a retrospective over a longer period (weeks or months).</p>
<p>We were most curious about facilitating in an emergency; what we expect to learn from these simulations as hosts is observing facilitators &#8216;in the wild&#8217; under controlled conditions and seeing how they behave, and what techniques work in which circumstances <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (we have our preferences, but they do not necessarily end up in the simulation). For the longer-term retrospective part we still would like to do a trial run. <a target="_blank" href="http://www.livingsoftware.nl/?q=en/contact">contact me</a> if you&#8217;re interested in hosting it.</p>
<p>Therefore we designed a role play that happens in a Bank, something went terribly wrong and after the facilitator comes in on a monday morning he or she is asked to facilitate a &#8216;hero retrospective&#8217; : find out what went wrong quickly and get the group to agree on some actions.One or two participants play facilitator, while the other participants play roles like product owners, helpdesk boss, development team and systems administrators. We give everybody an overview of the situation, and then each role receives an envelope with a more detailed description of what happened from their point of view. This leads to a group situation where everybody has partial information, so one of the challenges for the facilitator is to surface all the relevant information quickly. (I won&#8217;t say much more, because I fear that would spoil the simulation in case you come and play it&#8230;)</p>
<img class="size-medium wp-image-739" title="The systems administrator speaks, the index cards in front represent A3 problem solving" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T143307-000003.thumb-500x333.jpg" alt="The systems administrator speaks, the index cards in front represent the partial outcome of A3 problem solving. In the background, Mary Beijleveld observing what Nicole and I are doing - lots of facilitation going on ;)" width="500" height="333" />
<p>We creatively brainstormed the situation and roles based on our own experiences. And it worked. One of the players asked me &#8216;does this happen?&#8217; about something that I experienced during a meeting; some of the assignments and poses of the roles seem far-fetched, but things get political when people have to divide resources, and as a facilitator you&#8217;d best be prepared to not be surprised about that <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You might say &#8216;that is not a retrospective&#8217;, and you may be right; that is something that we want the participants to figure out and discuss in the debrief. And at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> they did. Participants found that for effective facilitation you need to find a technique and style that fits you, the participants and the <a target="_blank" href="http://www.satirworkshops.com/en/congruent-action">context</a>. Some &#8216;participants&#8217; preferred a &#8216;businesslike&#8217; style, focused on only content, while others seemed to prefer also getting the mood of the people on the table.</p>
<p>In writing this sounds like knocking down an open door, but the emergency role play was pretty intense, with at least one facilitator behaving differently from his own expectations. We really did manage to create a stress situation <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Now we have to pick up the pieces and figure out what to do next with the simulations and the workshop. The participants gave us a good amount of useful feedback. The roleplay worked well, so we are going to keep that, but how to fit it into an overal workshop seems to, ehh, depend <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . We introduced two techniques before the simulation, and encouraged the facilitators to use one of those two. Next time we may only chose one, and see how that compares between groups, or alternatively (especially in an in-house course where we have more time), start out without a specific suggestion, roleplay and learn from the debrief, maybe explain a technique and try again, and see what difference that makes.</p>
<p>In reviewing the session for XP Days, <a target="_blank" href="http://www.twitter.com/p_pugliese">Pierluigi Pugliese</a> suggested we add observers to the list of roles, and give them specific instructions. That seemed to work well.</p>
<div id="attachment_735" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-735" title="Jorrit shares his observations with the group" src="http://me.andering.com/wp-content/uploads/2009/09/photo2009-09-10T145415-000007.thumb-500x333.jpg" alt="Jorrit shares his observations with the group" width="500" height="333" /><p class="wp-caption-text">Jorrit shares his observations with the group</p></div>
<p>Since we are operating a kind of pull system for workshops, we asked ourselves beforhand: what do we want to learn from the try-out (does the simulation work? This is the first roleplay I helped create.), and what is the least amount of work we need to do to get that feedback. Therefore we created all the role descriptions in dutch&#8230;</p>
<p><a target="_blank" href="http://www.deborahpreuss.com">Deborah Preuss</a> wanted to participate, and while she speaks and understands a couple of languages, dutch is not among them. So we improvised and gave her, as an observer, the task to observe and interpret body language. Because of this the players learned about the effect of finger pointing, and that they were doing it without realizing it&#8230; The debrief was interesting. Deb noted that at some point several players&#8217; body language indicated they knew enough and were finished with the discussion.</p>
<div id="attachment_736" class="wp-caption aligncenter" style="width: 510px"><img class="size-medium wp-image-736" title="Deborah observes body language" src="http://me.andering.com/wp-content/uploads/2009/09/body_language_1-500x313.jpg" alt="Deborah observes body language of one group" width="500" height="313" /><p class="wp-caption-text">Deborah observes body language of one group</p></div>
<p>From the players&#8217; perspective that was partially true: some of the players were finished with the discussion, not because they were satisfied, but because they realized they had nothing to gain by the meeting, as their concerns went unheard (and unacted upon).</p>
<p>For those of you who asked me what Retrospective Hero was, and what it was about, I hope this cleared it up a bit. I welcome your questions and suggestions. For those of you who participated or observed, we&#8217;d love to know what you feel about the game after a few weeks.</p>
<p>In any case, we hope you join us at <a href="http://www.xpday.net/Xpday2009/Program.html" target="_blank">XP Days Benelux 2009</a> to experience the extended version <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2009/09/21/retrospective-hero/&amp;submitHeadline=Retrospective+Hero&amp;submitSummary=Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2009/09/21/retrospective-hero/&amp;t=Retrospective+Hero" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Retrospective+Hero+-+http://tr.im/BCox+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Retrospective%20Hero%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/09/21/retrospective-hero/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2009/09/21/retrospective-hero/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero&amp;summary=Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Retrospective+Hero&amp;link=http://me.andering.com/2009/09/21/retrospective-hero/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2009/09/21/retrospective-hero/&amp;T=Retrospective+Hero" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2009/09/21/retrospective-hero/+&quot;Retrospective+Hero&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2009/09/21/retrospective-hero/&amp;title=Retrospective+Hero&amp;body=Retrospective%20Hero%20is%20a%20new%20simulation%20%2F%20role%20playing%20workshop%20I%27m%20developing%20with%20Nicole%20Belilos%20of%20Task24.%20The%20goal%20is%20to%20let%20facilitators%20experience%20several%20situations%20that%20can%20happen%20in%20real%20life%2C%20and%20let%20them%20experiment%20with%20facilitation%20techniques%20to%20make%20the%20most%20of%20a%20situation.%20This%20is%20a%20rep" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2009/09/21/retrospective-hero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tryout labour turnover June 17th</title>
		<link>http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/</link>
		<comments>http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 14:35:43 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[public courses]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[tryout]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=313</guid>
		<description><![CDATA[Nicole Belilos and I are hosting a trial run of our &#8216;labour turnover &#8211; should I stay or should I go&#8217; workshop &#8211; we&#8217;re going to also run it during agile2008. We&#8217;re doing a trial run next tuesday (June 17th) at the office of Topic in Best. contact me or Nicole if you want to [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.linkedin.com/in/nicolebelilos">Nicole Belilos</a> and I are hosting a trial run of our &#8216;labour turnover &#8211; should I stay or should I go&#8217; workshop &#8211; we&#8217;re going to also run it during agile2008. We&#8217;re doing a trial run next tuesday (June 17th) at the office of Topic in Best. <a href="http://www.livingsoftware.nl/?q=nl/contact"><a target="_blank" href="http://www.livingsoftware.nl/?q=en/contact">contact me</a></a> or Nicole if you want to join. If you want to know more, read the <a href="http://submissions.agile2008.org/node/570">workshop description</a>, or the full trial description in Dutch (below).<br />
<span id="more-313"></span><br />
Hi,</p>
<p>Tijdens Agile2008 in Toronto faciliteren we de workshop &#8220;Agile and labour turnover &#8211; Should I stay or should I go?&#8221; Op 17 Juni gaan we deze proefdraaien, om met jouw feedback de workshop nog beter te maken <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Tijdens deze workshop onderzoeken we samen met de deelnemers welk effect de introductie van een agile methodiek heeft op het verloop van werknemers binnen het bedrijf of de afdeling.</p>
<p>Is het echt, zoals sommigen schrijven, dat 20% vrijwillig of gedwongen vertrekt? Of neemt het verloop juist af, omdat een Agile werkwijze leidt tot een grotere tevredenheid over het werk en de sfeer? En wat doe je met mensen die een hekel hebben aan deze nieuwe manier van werken, maar die, om allerlei andere redenen, toch blijven zitten?</p>
<p>De deelnemers brengen hun eigen verhalen en situaties in kaart met behulp van oorzaak-gevolg diagramman (systeemdenken). Dankzij deze diagrammen worden patronen in kaart gebracht, zodat die een volgende keer doorbroken kunnen worden.</p>
<p>Nieuwsgierig? Lees de <a href="http://submissions.agile2008.org/node/570">volledige beschrijving van de sessie</a> en schrijf je in!<br />
Voordat we naar Toronto afreizen willen we onze sessie graag een keer proefdraaien,  zodat we onze sessie met behulp van onze feedback-verslaving <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  nog beter kunnen maken.</p>
<p>De proefsessie is 17 juni op het kantoor van Topic in Best (www.topic.nl).</p>
<p>Het programma ziet er als volgt uit:</p>
<p>17:15 &#8211; 18:00 Ontvangst met een broodje<br />
* 18:00 &#8211; 19:30 Agile and labour turnover &#8211; proefsessie<br />
* 19:30 &#8211; 20:00 Evaluatie van de sessie<br />
* 20:00 &#8211; 20:30 Napraten met een drankje<br />
*<br />
Wil je ons helpen een goede sessie te maken? En/Of ben je gewoon benieuwd naar wat we in Toronto gaan doen? <a href="http://www.livingsoftware.nl/?q=nl/contact">Stuur dan een mailtje</a>, zodat we rekening kunnen houden met jouw komst.</p>
<p>Hopelijk tot 17 juni!</p>
<p><a target="_blank" href="http://www.linkedin.com/in/nicolebelilos">Nicole Belilos</a></p>
<p>Willem van den Ende</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;title=tryout+labour+turnover+June+17th" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;title=tryout+labour+turnover+June+17th" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;title=tryout+labour+turnover+June+17th" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;submitHeadline=tryout+labour+turnover+June+17th&amp;submitSummary=Nicole%20Belilos%20and%20I%20are%20hosting%20a%20trial%20run%20of%20our%20%27labour%20turnover%20-%20should%20I%20stay%20or%20should%20I%20go%27%20workshop%20-%20we%27re%20going%20to%20also%20run%20it%20during%20agile2008.%20We%27re%20doing%20a%20trial%20run%20next%20tuesday%20%28June%2017th%29%20at%20the%20office%20of%20Topic%20in%20Best.%20Contact%20me%20or%20Nicole%20if%20you%20want%20to%20join.%20If%20you%20want%20to%20know%20&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;title=tryout+labour+turnover+June+17th" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;t=tryout+labour+turnover+June+17th" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=tryout+labour+turnover+June+17th+-+http://tr.im/BHg3+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22tryout%20labour%20turnover%20June%2017th%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Nicole%20Belilos%20and%20I%20are%20hosting%20a%20trial%20run%20of%20our%20%27labour%20turnover%20-%20should%20I%20stay%20or%20should%20I%20go%27%20workshop%20-%20we%27re%20going%20to%20also%20run%20it%20during%20agile2008.%20We%27re%20doing%20a%20trial%20run%20next%20tuesday%20%28June%2017th%29%20at%20the%20office%20of%20Topic%20in%20Best.%20Contact%20me%20or%20Nicole%20if%20you%20want%20to%20join.%20If%20you%20want%20to%20know%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;title=tryout+labour+turnover+June+17th&amp;summary=Nicole%20Belilos%20and%20I%20are%20hosting%20a%20trial%20run%20of%20our%20%27labour%20turnover%20-%20should%20I%20stay%20or%20should%20I%20go%27%20workshop%20-%20we%27re%20going%20to%20also%20run%20it%20during%20agile2008.%20We%27re%20doing%20a%20trial%20run%20next%20tuesday%20%28June%2017th%29%20at%20the%20office%20of%20Topic%20in%20Best.%20Contact%20me%20or%20Nicole%20if%20you%20want%20to%20join.%20If%20you%20want%20to%20know%20&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;title=tryout+labour+turnover+June+17th" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=tryout+labour+turnover+June+17th&amp;link=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;T=tryout+labour+turnover+June+17th" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/+&quot;tryout+labour+turnover+June+17th&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/&amp;title=tryout+labour+turnover+June+17th&amp;body=Nicole%20Belilos%20and%20I%20are%20hosting%20a%20trial%20run%20of%20our%20%27labour%20turnover%20-%20should%20I%20stay%20or%20should%20I%20go%27%20workshop%20-%20we%27re%20going%20to%20also%20run%20it%20during%20agile2008.%20We%27re%20doing%20a%20trial%20run%20next%20tuesday%20%28June%2017th%29%20at%20the%20office%20of%20Topic%20in%20Best.%20Contact%20me%20or%20Nicole%20if%20you%20want%20to%20join.%20If%20you%20want%20to%20know%20" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2008/06/10/tryout-labour-turnover-june-17th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing Carousel at Agile2006</title>
		<link>http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/</link>
		<comments>http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/#comments</comments>
		<pubDate>Fri, 04 Aug 2006 13:30:42 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[workshop]]></category>

		<guid isPermaLink="false">http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/</guid>
		<description><![CDATA[The drawing carousel Marc and I ran at agile2006 did not run as expected (in a good way) I called Vera Peeters, who originally designed the workshop, to tell her how it went. So far every drawing carousel we have ran is interestingly different in some way, we are puzzling on causes, so we can [...]]]></description>
			<content:encoded><![CDATA[<p>The drawing carousel Marc and I ran at agile2006 did not run as expected (in a good way) I called Vera Peeters, who originally designed the workshop, to tell her how it went. So far every drawing carousel we have ran is interestingly different in some way, we are puzzling on causes, so we can get more people to experience the flow resulting from promiscuously pairing in short episodes.</p>
<p>We had a somewhat smallish audience, so we assembled one team. Team dynamics were great. After strictly facilitating iteration reviews and standup meetings the team started to self-organise these. The team started to quickly decide pair rotation, and many decisions were taken through osmosis &#8211; as pairs rotated, information was spread around, so not everything needed to be discussed at the reflection and standup meetings.</p>
<p>One of those things, as we discovered during the session debrief, was that the team did not deliver a drawing, but more of a collage made of cutouts. We asked how that had happened, because we had been present at all of the iteration reflections and standups, and we were still surprised by the result. Cutting was not mentioned during the meetings (or at least, we did not notice&#8230;). The team said consensus on cutting was reached within the first three iterations, solely through pairing.</p>
<p>The team also asked difficult questions before the first iteration (I won&#8217;t mention the questions here, as that may spoil a future run&#8230;). Having one or more experienced testers, who are skilled in looking for holes and asking critical questions, in the team present at the first planning meeting helped in preventing rework early on.</p>
<p>The team had gotten into the zone / flow, where the team operated as one.</p>
<p>Factors that may have contributed to this:</p>
<ul>
<li>good mix of experienced agilista&#8217;s and &#8216;newbies&#8217; &#8211; getting the &#8216;innocent newbie questions&#8217; often expose holes in product and process &#8211; it also makes the debriefs easier to facilitate, as what happens in the simulation is,through the questions, easier to tie to real life</li>
<li>Running it with only one team gave Marc and me ample time to discuss facilitation strategies during the drawing episodes. We were also able to pick up more keys from observation.</li>
<li>Lynne Azpeitia was in the room as well, mostly observing, that gave us even more information to steer the session.</li>
<li>There was no competion on resources with other teams (if there are more teams, the limited number of scissors, glue sticks and sticky tape rolls leads to resource competition and wait times &#8211; teams are not allowed to change tools while drawing, only after the standup and before restarting drawing.).</li>
</ul>
<p>In hindsight, I did get a key for the team making cutouts. At one point, the team ran out of scissors. We had about five pairs, and four scissors&#8230; If they were mainly drawing, they would not need that many scissor.<br />
<img alt="uncommented photo img_0764.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0764.jpg" /></p>
<p><img alt="uncommented photo img_0767.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0767.jpg" /></p>
<p><span style="font-style: italic">pair drawing</span></p>
<p><img alt="uncommented photo img_0768.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0768.jpg" /></p>
<p><span style="font-style: italic"> switched pairs</span><br />
<img alt="uncommented photo img_0766.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0766.jpg" /></p>
<p><img alt="uncommented photo img_0778.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0778.jpg" /></p>
<p><span style="font-style: italic">drawing and cutting a prototype</span></p>
<p><img alt="uncommented photo img_0771.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0771.jpg" /></p>
<p style="font-style: italic">standup</p>
<p><img alt="uncommented photo img_0785.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0785.jpg" /></p>
<p><span style="font-style: italic">standup with list of tasks on the flipchart in the background</span></p>
<p><img alt="uncommented photo img_0783.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0783.jpg" /></p>
<p><span style="font-style: italic">Editing the task list</span></p>
<p><img alt="uncommented photo img_0802.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0802.jpg" /></p>
<p style="font-style: italic">drawing signed with business cards (some business cards were created on the spot with mini-index cards)</p>
<p><img alt="uncommented photo img_0800.jpg" src="http://www.willemvandenende.com/images/2006/agile2006/drawingcarousel/img_0800.jpg" /></p>
<p><em>The team proudly presents their result</em><br />
<a href="http://me.andering.com/?s=drawing+carousel" /></p>
<p>See also <a href="http://me.andering.com/?s=drawing+carousel">Other entries about drawing carousel</a>, mainly photos from previous runs.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced sexy-bookmarks-bg-enjoy">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;title=Drawing+Carousel+at+Agile2006" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;title=Drawing+Carousel+at+Agile2006" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;title=Drawing+Carousel+at+Agile2006" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;submitHeadline=Drawing+Carousel+at+Agile2006&amp;submitSummary=The%20drawing%20carousel%20Marc%20and%20I%20ran%20at%20agile2006%20did%20not%20run%20as%20expected%20%28in%20a%20good%20way%29%20I%20called%20Vera%20Peeters%2C%20who%20originally%20designed%20the%20workshop%2C%20to%20tell%20her%20how%20it%20went.%20So%20far%20every%20drawing%20carousel%20we%20have%20ran%20is%20interestingly%20different%20in%20some%20way%2C%20we%20are%20puzzling%20on%20causes%2C%20so%20we%20can%20get%20mo&amp;submitCategory=science&amp;submitAssetType=text" rel="nofollow" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;title=Drawing+Carousel+at+Agile2006" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;t=Drawing+Carousel+at+Agile2006" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Drawing+Carousel+at+Agile2006+-+http://tr.im/BFPv+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Drawing%20Carousel%20at%20Agile2006%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22The%20drawing%20carousel%20Marc%20and%20I%20ran%20at%20agile2006%20did%20not%20run%20as%20expected%20%28in%20a%20good%20way%29%20I%20called%20Vera%20Peeters%2C%20who%20originally%20designed%20the%20workshop%2C%20to%20tell%20her%20how%20it%20went.%20So%20far%20every%20drawing%20carousel%20we%20have%20ran%20is%20interestingly%20different%20in%20some%20way%2C%20we%20are%20puzzling%20on%20causes%2C%20so%20we%20can%20get%20mo%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;title=Drawing+Carousel+at+Agile2006&amp;summary=The%20drawing%20carousel%20Marc%20and%20I%20ran%20at%20agile2006%20did%20not%20run%20as%20expected%20%28in%20a%20good%20way%29%20I%20called%20Vera%20Peeters%2C%20who%20originally%20designed%20the%20workshop%2C%20to%20tell%20her%20how%20it%20went.%20So%20far%20every%20drawing%20carousel%20we%20have%20ran%20is%20interestingly%20different%20in%20some%20way%2C%20we%20are%20puzzling%20on%20causes%2C%20so%20we%20can%20get%20mo&amp;source=me.andering - Willem van den Ende" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;title=Drawing+Carousel+at+Agile2006" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Drawing+Carousel+at+Agile2006&amp;link=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/" rel="nofollow" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-ning">
			<a href="http://bookmarks.ning.com/addItem.php?url=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;T=Drawing+Carousel+at+Agile2006" rel="nofollow" title="Add this to Ning">Add this to Ning</a>
		</li>
		<li class="sexy-techmeme">
			<a href="http://twitter.com/home/?status=Tip+@Techmeme+http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/+&quot;Drawing+Carousel+at+Agile2006&quot;" rel="nofollow" title="Tip this to TechMeme">Tip this to TechMeme</a>
		</li>
		<li class="sexy-pingfm">
			<a href="http://ping.fm/ref/?link=http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/&amp;title=Drawing+Carousel+at+Agile2006&amp;body=The%20drawing%20carousel%20Marc%20and%20I%20ran%20at%20agile2006%20did%20not%20run%20as%20expected%20%28in%20a%20good%20way%29%20I%20called%20Vera%20Peeters%2C%20who%20originally%20designed%20the%20workshop%2C%20to%20tell%20her%20how%20it%20went.%20So%20far%20every%20drawing%20carousel%20we%20have%20ran%20is%20interestingly%20different%20in%20some%20way%2C%20we%20are%20puzzling%20on%20causes%2C%20so%20we%20can%20get%20mo" rel="nofollow" title="Ping this on Ping.fm">Ping this on Ping.fm</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://me.andering.com/2006/08/04/drawing-carousel-at-agile2006/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
