<?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; conference</title>
	<atom:link href="http://me.andering.com/tag/conference/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>Agile Open Holland 2009 &#8211; what can I say?</title>
		<link>http://me.andering.com/2009/10/13/agile-open-holland-2009-what-can-i-say/</link>
		<comments>http://me.andering.com/2009/10/13/agile-open-holland-2009-what-can-i-say/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 09:33:58 +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[open-space]]></category>
		<category><![CDATA[people]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=758</guid>
		<description><![CDATA[I still don&#8217;t know what to say exactly about Agile Open Holland 2009, even though it was a couple of weeks ago already. I&#8217;ll let the photos taken by Sander, Lucia, see also the video she made) and by Laurens at the event speak for themselves. Starting with some photos by Sander:

Group photo



Lucia presents her [...]]]></description>
			<content:encoded><![CDATA[<div id="photoImgDiv3952718796" style="width: 502px;">I still don&#8217;t know what to say exactly about <a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland 2009, even though it was a couple of weeks ago already. I&#8217;ll let the photos taken <a href="http://www.flickr.com/photos/sanderv/sets/72157622325831353/">by Sander</a>, <a href="http://sin.as/?p=265">Lucia, see also the video she made)</a> and <a href="http://www.flickr.com/photos/laurensbonnema/sets/72157622232648647/">by Laurens</a> at the event speak for themselves. Starting with some photos by Sander:</div>
<div style="width: 502px;"><a href="http://www.flickr.com/photos/sanderv/3952718796/in/set-72157622325831353/"><img title="Group Photo at agile Open Holland 2009 by Sander Verbruggen" src="http://farm4.static.flickr.com/3418/3952718796_eb16ede272.jpg" alt="IMG_1677 by Sander Verbruggen." width="500" height="333" /></a></div>
<div style="width: 502px; text-align: center;"><em>Group photo</em></div>
<div style="width: 502px; text-align: center;"><em><span id="more-758"></span><br />
</em></div>
<div id="photoImgDiv3951905165" style="width: 502px;"><img src="http://farm3.static.flickr.com/2618/3951905165_35d3d5c4f4.jpg" alt="IMG_1625 by Sander Verbruggen." width="500" height="333" /></div>
<div style="width: 502px; text-align: center;"><em>Lucia presents her session on the second day opening</em></div>
<div id="photoImgDiv3952670068" style="width: 335px; text-align: center;"><img src="http://farm3.static.flickr.com/2537/3952670068_90c9a8459b.jpg" alt="IMG_1600 by Sander Verbruggen." width="333" height="500" /></div>
<div style="width: 335px; text-align: center;"><em>yours truly, opening space</em></div>
<div style="width: 502px;">We decided to do the closing circle in the Bar, so we didn&#8217; have to chose between relaxing with a beer and closing the open space.</div>
<div id="photoImgDiv3952711914" style="width: 502px;"><img src="http://farm4.static.flickr.com/3466/3952711914_f7f4b20bd8.jpg" alt="IMG_1665 by Sander Verbruggen." width="500" height="333" /></div>
<div style="width: 502px;"><em>The hobby horse was one of our MVP&#8217;s (Most Valuable Participants). </em></div>
<div style="width: 502px;"><img src="http://farm3.static.flickr.com/2429/3952708358_2e3023faef.jpg" alt="IMG_1661 by Sander Verbruggen." width="500" height="333" /></div>
<div style="width: 502px; text-align: center;"><em>Sandra with the hobby horse we used as a talking stick. Beers are not talking sticks.<br />
</em></div>
<div id="photoImgDiv3952717350" style="width: 335px;"><img src="http://farm3.static.flickr.com/2636/3952717350_edcbf1e1d4.jpg" alt="IMG_1672 by Sander Verbruggen." width="333" height="500" /></div>
<div style="width: 335px; text-align: center;"><em>Marc and his hobby horse</em></div>
<div style="width: 335px; text-align: left;"></div>
<div style="width: 335px; text-align: left;">The hobby horse was a lucky accident. Maroesja, Marcs&#8217; wife suggested it. It went well with the theme &#8216;my method is bigger than yours, or is it?&#8217;. During the opening round we got everyone to say one or two words about their hobby horse for this conference, so that everybody knew at least something about everybody else.</div>
<div style="width: 335px; text-align: left;"></div>
<div style="width: 335px; text-align: left;">Lucia and Laurens went on a friendly contest: who takes the best portraits? These are <a href="http://www.flickr.com/photos/digitalluus/sets/72157622246650219/">by Lucia</a>:</div>
<div style="width: 335px; text-align: left;">
<div id="photoImgDiv3920495869" style="width: 502px; text-align: center;"><img src="http://farm3.static.flickr.com/2427/3920495869_2576e53e5c.jpg" alt="#agileopen by ❀Luus." width="500" height="277" /></div>
<form id="fave_form" style="visibility: hidden;" method="post">
<input name="magic_cookie" type="hidden" value="2702d565526638204c3efbdbd84f14f2" />
<input name="faveadd" type="hidden" value="0" />
<input name="faveremove" type="hidden" value="0" /></form>
<form id="blog_form" style="visibility: hidden;" action="/blog.gne" method="post">
<input name="magic_cookie" type="hidden" value="2702d565526638204c3efbdbd84f14f2" />
<input name="photo" type="hidden" value="3920495869" />
<input name="blog" type="hidden" value="0" /></form>
<p><!-- PHOTO CONTENT: DESCRIPTION, NOTES, COMMENTS --></div>
<div id="description_div3920495869" style="text-align: center;"><em>The <a target="_blank" href="http://www.qwan.it">QWAN</a> duck was a popular model.</em>Not sure many people talked to her during the conference, since there were so many other participants to choose from.</div>
<div id="photoImgDiv3920494605" style="width: 334px;"><img src="http://farm3.static.flickr.com/2425/3920494605_d54a08fecb.jpg" alt="#agileopen by ❀Luus." width="332" height="500" /></div>
<div style="width: 334px; text-align: center;"><em>Enjoying a beer after all has been said and done<br />
</em></div>
<div style="text-align: center;">
<div id="photoImgDiv3920491685" style="width: 334px; text-align: center;"><img src="http://farm4.static.flickr.com/3434/3920491685_fb848cbf9f.jpg" alt="#agileopen by ❀Luus." width="332" height="500" /></div>
<p><em><script type="text/javascript">// < ![CDATA[
// < ![CDATA[// <![CDATA[ F.decorate(_ge('photo_notes'), F._photo_notes).notes_go_go_go(3920491685, 'http://farm4.static.flickr.com/3434/3920491685_fb848cbf9f_t.jpg', '3.1444');
// ]]&gt;</script>Rob </em></p>
<form id="fave_form" style="visibility: hidden;" method="post">
<input name="magic_cookie" type="hidden" value="2702d565526638204c3efbdbd84f14f2" />
<input name="faveadd" type="hidden" value="0" />
<input name="faveremove" type="hidden" value="0" /></form>
<form id="blog_form" style="visibility: hidden;" action="/blog.gne" method="post">
<input name="magic_cookie" type="hidden" value="2702d565526638204c3efbdbd84f14f2" />
<input name="photo" type="hidden" value="3920491685" />
<input name="blog" type="hidden" value="0" /></form>
<p><!-- PHOTO CONTENT: DESCRIPTION, NOTES, COMMENTS --></div>
<div style="width: 335px; text-align: center;">
<div id="photoImgDiv3921256070" style="width: 334px;"><img src="http://farm3.static.flickr.com/2515/3921256070_8bfcf3bcd7.jpg" alt="#agileopen by ❀Luus." width="332" height="500" /></div>
<form id="fave_form" style="visibility: hidden;" method="post">
<input name="magic_cookie" type="hidden" value="2702d565526638204c3efbdbd84f14f2" />
<input name="faveadd" type="hidden" value="0" />
<input name="faveremove" type="hidden" value="0" /></form>
<form id="blog_form" style="visibility: hidden;" action="/blog.gne" method="post">
<input name="magic_cookie" type="hidden" value="2702d565526638204c3efbdbd84f14f2" />
<input name="photo" type="hidden" value="3921256070" />
<input name="blog" type="hidden" value="0" /></form>
<p><!-- PHOTO CONTENT: DESCRIPTION, NOTES, COMMENTS --></p>
<div id="description_div3921256070"><em>Laurens, wearing the t-shirt he got on the last day at his previous gig. His colleagues dared him that he would not wear a t-shirt reading &#8220;Life is like a Hashtable&#8221;. I guess they were wrong.</em></div>
<div style="text-align: left;">Next up are <a href="http://www.flickr.com/photos/laurensbonnema/sets/72157622232648647/">Laurens&#8217; photos</a></div>
<div id="photoImgDiv3915604053" style="width: 502px;"><img src="http://farm3.static.flickr.com/2582/3915604053_34a6d52420.jpg" alt="agile_open_2009_033 by laurensbonnema." width="500" height="332" /></div>
<div style="width: 502px;"><em>Maarten, organiser at VX Company</em>, who made sure everything ran (very) smoothly</div>
<div id="photoImgDiv3915607803" style="width: 502px;"><img src="http://farm3.static.flickr.com/2457/3915607803_3c8f72eba6.jpg" alt="agile_open_2009_040 by laurensbonnema." width="500" height="332" /></div>
<div style="width: 502px;"><em>Huib and Bert in a serious conversation</em></div>
<div id="photoImgDiv3916398860" style="width: 502px;"><img src="http://farm3.static.flickr.com/2582/3916398860_ab99463b55.jpg" alt="agile_open_2009_056 by laurensbonnema." width="500" height="332" /></div>
<div style="width: 502px;"><em>Deb, listening</em></div>
<div style="width: 502px;"></div>
<div id="photoImgDiv3916408134" style="width: 502px;"><img src="http://farm3.static.flickr.com/2422/3916408134_87220dd6fd.jpg" alt="agile_open_2009_080 by laurensbonnema." width="500" height="332" /></div>
<div style="width: 502px;"><em>Nicole and Ids. Even though we try to make the sessions at least as interesting as the coffee breaks, the coffee breaks are still essential</em></div>
<div id="photoImgDiv3915624253" style="width: 502px;"><img src="http://farm3.static.flickr.com/2670/3915624253_b35c206432.jpg" alt="agile_open_2009_081 by laurensbonnema." width="500" height="332" /></div>
<div style="width: 502px;"><em>Mary and Michiel, Approach-Able <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </em></div>
<div style="width: 502px;"><em><br />
</em></div>
<div id="photoImgDiv3916403586" style="width: 502px;"><img src="http://farm3.static.flickr.com/2563/3916403586_aac49da33e.jpg" alt="agile_open_2009_068 by laurensbonnema." width="500" height="332" /></div>
<div style="width: 502px;"><em>And last, but not least, the opening. Participants Queuing to propose a session<br />
</em></div>
<div style="width: 502px; text-align: left;"></div>
<div style="width: 502px; text-align: left;">People who are not used to Open Space often ask me, &#8220;arent&#8217; you worried that nobody is going to propose a session?&#8221;. No. This photo clearly shows why. It&#8217;s more like &#8220;get over with opening the space already, I&#8217;m itching to go!&#8221;.</div>
<div style="width: 502px; text-align: left;">I hope these photos encourage you to join an <a target="_blank" href="http://www.agileopen.net">Agile Open</a> near you. In the coming weeks there is one in <a href="http://agileopencalifornia.com/index.php?option=com_content&amp;task=view&amp;id=18&amp;Itemid=45">Northern California &#8220;Agile in Changing Times&#8221;</a> (this thursday and friday), and one <a href="http://www.agileopen.net/node/403">in Spain</a> (Ocotber 23 and 24. It has no theme, but apparently it is the first meeting of spanish agilists).</div>
<div style="width: 502px; text-align: left;">In the meantime, you can see more photos and read about the conference and particular sessions through the <a href="http://wiki.agileholland.com/index.php/Main_Page"><a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland 2009 wiki page</a>.</div>
</div>


<!-- 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/10/13/agile-open-holland-2009-what-can-i-say/&amp;title=Agile+Open+Holland+2009+-+what+can+I+say%3F" 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/10/13/agile-open-holland-2009-what-can-i-say/&amp;title=Agile+Open+Holland+2009+-+what+can+I+say%3F" 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/10/13/agile-open-holland-2009-what-can-i-say/&amp;title=Agile+Open+Holland+2009+-+what+can+I+say%3F" 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/10/13/agile-open-holland-2009-what-can-i-say/&amp;submitHeadline=Agile+Open+Holland+2009+-+what+can+I+say%3F&amp;submitSummary=I%20still%20don%27t%20know%20what%20to%20say%20exactly%20about%20Agile%20Open%20Holland%202009%2C%20even%20though%20it%20was%20a%20couple%20of%20weeks%20ago%20already.%20I%27ll%20let%20the%20photos%20taken%20by%20Sander%2C%20Lucia%2C%20see%20also%20the%20video%20she%20made%29%20and%20by%20Laurens%20at%20the%20event%20speak%20for%20themselves.%20Starting%20with%20some%20photos%20by%20Sander%3A%0D%0A%0D%0AGroup%20photo%0D%0A%0D%0A%0D%0A&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/10/13/agile-open-holland-2009-what-can-i-say/&amp;title=Agile+Open+Holland+2009+-+what+can+I+say%3F" 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/10/13/agile-open-holland-2009-what-can-i-say/&amp;t=Agile+Open+Holland+2009+-+what+can+I+say%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Agile+Open+Holland+2009+-+what+can+I+say%3F+-+http://tr.im/BCJL+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Agile%20Open%20Holland%202009%20-%20what%20can%20I%20say%3F%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20still%20don%27t%20know%20what%20to%20say%20exactly%20about%20Agile%20Open%20Holland%202009%2C%20even%20though%20it%20was%20a%20couple%20of%20weeks%20ago%20already.%20I%27ll%20let%20the%20photos%20taken%20by%20Sander%2C%20Lucia%2C%20see%20also%20the%20video%20she%20made%29%20and%20by%20Laurens%20at%20the%20event%20speak%20for%20themselves.%20Starting%20with%20some%20photos%20by%20Sander%3A%0D%0A%0D%0AGroup%20photo%0D%0A%0D%0A%0D%0A%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/10/13/agile-open-holland-2009-what-can-i-say/" 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/10/13/agile-open-holland-2009-what-can-i-say/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/10/13/agile-open-holland-2009-what-can-i-say/&amp;title=Agile+Open+Holland+2009+-+what+can+I+say%3F&amp;summary=I%20still%20don%27t%20know%20what%20to%20say%20exactly%20about%20Agile%20Open%20Holland%202009%2C%20even%20though%20it%20was%20a%20couple%20of%20weeks%20ago%20already.%20I%27ll%20let%20the%20photos%20taken%20by%20Sander%2C%20Lucia%2C%20see%20also%20the%20video%20she%20made%29%20and%20by%20Laurens%20at%20the%20event%20speak%20for%20themselves.%20Starting%20with%20some%20photos%20by%20Sander%3A%0D%0A%0D%0AGroup%20photo%0D%0A%0D%0A%0D%0A&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/10/13/agile-open-holland-2009-what-can-i-say/&amp;title=Agile+Open+Holland+2009+-+what+can+I+say%3F" 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=Agile+Open+Holland+2009+-+what+can+I+say%3F&amp;link=http://me.andering.com/2009/10/13/agile-open-holland-2009-what-can-i-say/" 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/10/13/agile-open-holland-2009-what-can-i-say/&amp;T=Agile+Open+Holland+2009+-+what+can+I+say%3F" 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/10/13/agile-open-holland-2009-what-can-i-say/+&quot;Agile+Open+Holland+2009+-+what+can+I+say%3F&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/10/13/agile-open-holland-2009-what-can-i-say/&amp;title=Agile+Open+Holland+2009+-+what+can+I+say%3F&amp;body=I%20still%20don%27t%20know%20what%20to%20say%20exactly%20about%20Agile%20Open%20Holland%202009%2C%20even%20though%20it%20was%20a%20couple%20of%20weeks%20ago%20already.%20I%27ll%20let%20the%20photos%20taken%20by%20Sander%2C%20Lucia%2C%20see%20also%20the%20video%20she%20made%29%20and%20by%20Laurens%20at%20the%20event%20speak%20for%20themselves.%20Starting%20with%20some%20photos%20by%20Sander%3A%0D%0A%0D%0AGroup%20photo%0D%0A%0D%0A%0D%0A" 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/10/13/agile-open-holland-2009-what-can-i-say/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fall Conference Appearances</title>
		<link>http://me.andering.com/2009/10/09/fall-conference-appearances/</link>
		<comments>http://me.andering.com/2009/10/09/fall-conference-appearances/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 10:52:56 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[announcement]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[craftsmanship]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[retrospectives]]></category>
		<category><![CDATA[test-driven-development]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=753</guid>
		<description><![CDATA[I planned to write individual posts about new and upcoming workshops, but the rate at which we get invited and accepted to conferences this fall outstrips my ability to post new entries   I have to post now, before the conferences themselves are over&#8230; I hope you&#8217;ll join us for at least one of [...]]]></description>
			<content:encoded><![CDATA[<p><em>I planned to write individual posts about new and upcoming workshops, but the rate at which we get invited and accepted to conferences this fall outstrips my ability to post new entries <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  I have to post now, before the conferences themselves are over&#8230; I hope you&#8217;ll join us for at least one of these. We&#8217;ll be doing some hard-core programming workshops as well as more enterprise and facilitation oriented sessions this fall.</em></p>
<p><em><span id="more-753"></span> </em><br />
<a href="http://www.scan-agile.org/"><img class="alignleft" title="I'm speaking at Scan-Agile blog badge" src="/wp-content/uploads/2009/09/scanagilelogo-150x84.jpg" alt="" width="150" height="84" /></a>First up is <em><strong><a href="http://www.scan-agile.org">Scan-Agile</a></strong></em> next Thursday and Friday in Helsinki, Finland. Marc already wrote about our<a href="http://blog.piecemealgrowth.net/conference-appearences-in-october/"> Story Testing</a> workshop.  I&#8217;m also very much looking forward to participating in the <a href="http://softwaredevelopmenttoday.blogspot.com/search/label/open%20space">Scan-<a target="_blank" href="http://www.agileopen.net">Agile Open</a> Space</a>, which now has its&#8217; own day.  The main reason for me to return to Scan-Agile this year, is that last year it had very strong participants (and presenters, but good session organizers are only part of what makes a conference worthwile). Having my own unit tests ripped to shreds by critical participants was interesting and valuable. So I&#8217;m glad this year all participants get more space. We had some discussion on Twitter about &#8216;is kanban a failure mode of lean? (and what that means if it is so)&#8217; that merits more than 140 characters&#8230; should make for lively open space as everybody involved in that discussion will be there <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . If I haven&#8217;t motivated you to join us, check out <a href="http://softwaredevelopmenttoday.blogspot.com/search/label/scan-agile">Vasco Duarte&#8217;s series of motivational posts about Scan-Agile</a>.</p>
<p><a href="http://www.practicalproductlines.org/ppl2009/"><img class="alignleft" style="border: 0pt none;" title="practical product lines " src="http://blog.piecemealgrowth.net/images/PPL-banner-i%27m-speaking-at......jpg" border="0" alt="" width="150" height="84" /></a>Next up is the <a title="Practical Product Lines" href="http://www.practicalproductlines.org/ppl2009/" target="_blank"><em><strong>Practical Product Lines conference</strong></em> </a>, October 20 and 21 in Amsterdam, Netherlands. There we will be hosting a <a href="http://blog.piecemealgrowth.net/conference-appearences-in-october/">value stream</a><a href="http://blog.piecemealgrowth.net/conference-appearences-in-october/"> mapping workshop, as described by Marc.</a> We decided to try out more conferences outside our regular schedule of agile conferences &#8211; preaching to the choir is fun, and helps us improve our understanding, but going out into the world and sharing what we&#8217;ve learned is at leas as valuable. We thought it would be interesting to bring our understanding of value stream mapping, and take participants&#8217; experiences with product lines, should provide an interesting mix.</p>
<p>Freek Leemhuis of Devnology asked us to send in some proposals for the <em><strong><a href="http://devnology.nl/nl/bijeenkomsten/details/15-community-day-01">Devnology community day</a></strong></em>, saturday November 7 in Baarn, Netherlands.  We did, and they chose three of <a target="_blank" href="http://www.qwan.it">QWAN</a>&#8217;s sessions for the <a href="http://devnology.nl/nl/blog/7-verslagen/57-community-day-agenda">program</a>:</p>
<p><em>Refactoring to concurrency (with Scala)</em> grew out of a series of commits I did for a product I&#8217;m developing with Marc, micro-ISV style. We needed some background processing to make our application more responsive, and I wanted to take small steps, be sure that it worked and have everything covered with tests. So I first refactored, until introducing concurrency was just a one character change. This session shows you how to do the same thing, with scala or another language.</p>
<p><em>Flying Horses</em> &#8211; cleaner code in other languages. This session was inspired by a dojo description from Emily Bache (I don&#8217;t have the link handy right now, will insert it later). Rob ran with it and tried it out at <a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland last month. We&#8217;ll bring an application written in one language, everybody gets their laptops, a pair to program with and translates that to their favourite language. At first as literally as possible, and then make it &#8216;more like their language&#8217;. Then we will discuss what makes code, e.g. pythonic, javaic, C-sharpish etc. based on the examples we just created.</p>
<p><em>Give your code some love</em> is a demonstration (a series of prepared katas) of us doing tiny refactorings on code that looks allright at first glance. Tiny refactorings then show that there are quite a lot of things we can do to make the code express its&#8217; intent better. This session was heavily inspired by Ivan Moor and British <a target="_blank" href="http://www.exdriven.co.uk">Mike Hill</a> &#8217;s <span style="font-size: x-small;"><a href="http://www.parlezuml.com/softwarecraftsmanship/sessions/programming_in_the_small.htm">Programming  					In The Small workshop at the software craftsmanship conference in London </a>earlier this year.<a href="http://www.parlezuml.com/softwarecraftsmanship/sessions/programming_in_the_small.htm"><br />
</a></span></p>
<p><a href="http://www.nljug.org/jfall/"><strong><em>Jfall</em></strong></a>, conference of the Dutch Java Users&#8217; group, November 11 in Bussum, Netherlands, sees Rob and me doing <a href="http://www.nljug.org/pages/events/content/jfall_2009/sessions/00035/">TDD As If You Meant It</a>, inspired by <a href="http://www.parlezuml.com/softwarecraftsmanship/sessions/tdd_as_if_you_meant_it.htm">Keith Braithwaite&#8217;s session of the same name</a> at, again, the software crafsmanship conference in London. Keith kindly gave us permission to reuse the name. We are happy to see more people applying unit testing. Very few, however, seem to be really doing Test Driven Development. In this demonstration we hope to give the audience a taste of what test-first programming can do for you.</p>
<p><strong><em>Xp Days Benelux, </em></strong>November 23 and 24, Mechelen, Belgium I already described <a title="Retrospective Hero" href="../2009/09/21/retrospective-hero/">Retrospective Hero</a> with <a target="_blank" href="http://www.linkedin.com/in/nicolebelilos">Nicole Belilos</a> of Task24 and <a title="Agile Politics – (re)discover the politician in you at XP Days Benelux" href="../2009/09/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/">Agile Politics – (re)discover the politician in you at XP Days Benelux </a>with Emmanuel Gaillot of Pyxis</p>
<p>and Finally, XpDay London, December 7 and 8th where I&#8217;ll be pair facilitating the Open Space with <a target="_blank" href="http://www.agilexp.com">Rachel Davies</a>.</p>
<p><a href="http://faler.wordpress.com">Wille Faler</a> asked on Twitter earlier this week about how people who go to conferences a lot do work. All of the conferences above are one, maximum two days, that leaves plenty of time in the rest of the week to do &#8216;actual&#8217; work.  The other thing is, writing is a poor medium (for me at least, even though <a target="_self" href="http://me.andering.com">my blog</a> does seem to travel reasonably well these days) to show our passion for software development, going out to conferences helps us connect with other people who are equally passionate about our profession. And sometimes this then leads to actual work. Which leads me to the following:</p>
<p><strong><em>Shameless plug:</em></strong></p>
<p><em>At the moment I&#8217;m looking for a new project to work on, either as a developer, agile coach and/or project leader. <a target="_blank" href="http://www.livingsoftware.nl/?q=en/contact">contact me</a> if you know of a place where my skills would add value. Also, all of the sessions above and more are available as customized in-house training.<br />
</em></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/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" 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/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" 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/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" 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/10/09/fall-conference-appearances/&amp;submitHeadline=Fall+Conference+Appearances&amp;submitSummary=I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the&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/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" 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/10/09/fall-conference-appearances/&amp;t=Fall+Conference+Appearances" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Fall+Conference+Appearances+-+http://tr.im/BCnv+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Fall%20Conference%20Appearances%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/10/09/fall-conference-appearances/" 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/10/09/fall-conference-appearances/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/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances&amp;summary=I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the&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/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances" 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=Fall+Conference+Appearances&amp;link=http://me.andering.com/2009/10/09/fall-conference-appearances/" 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/10/09/fall-conference-appearances/&amp;T=Fall+Conference+Appearances" 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/10/09/fall-conference-appearances/+&quot;Fall+Conference+Appearances&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/10/09/fall-conference-appearances/&amp;title=Fall+Conference+Appearances&amp;body=I%20planned%20to%20write%20individual%20posts%20about%20new%20and%20upcoming%20workshops%2C%20but%20the%20rate%20at%20which%20we%20get%20invited%20and%20accepted%20to%20conferences%20this%20fall%20outstrips%20my%20ability%20to%20post%20new%20entries%20%3B%29%20I%20have%20to%20post%20now%2C%20before%20the%20conferences%20themselves%20are%20over...%20I%20hope%20you%27ll%20join%20us%20for%20at%20least%20one%20of%20the" 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/10/09/fall-conference-appearances/feed/</wfw:commentRss>
		<slash:comments>2</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>Agile Politics &#8211; (re)discover the politician in you at XP Days Benelux</title>
		<link>http://me.andering.com/2009/09/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/</link>
		<comments>http://me.andering.com/2009/09/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 17:51:25 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[systems-thinking]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=711</guid>
		<description><![CDATA[If you believe corporate politics is something for &#8216;those dirty managers&#8217; think again. Everybody behaves in a political way when a limited amount of resources has to be divided over groups of people. Come play our game and experience firsthand how dirty a politician you are!
It has behooved the XP Days Benelux conference to allow playing of devious [...]]]></description>
			<content:encoded><![CDATA[<p><em>If you believe corporate politics is something for &#8216;those dirty managers&#8217; think again. Everybody behaves in a political way when a limited amount of resources has to be divided over groups of people. Come play our game and experience firsthand how dirty a politician you are!</em></p>
<p>It has behooved the <a title="The premier agile conference with a schedule in the benelux area" href="http://www.xpday.net/" target="_blank">XP Days Benelux conference</a> to allow playing of devious political games in its program. Join Emmanuel Gaillot and me on <a title="XP Days Benelux" href="http://www.xpday.net/" target="_blank">November 23 or 24</a> so that you can (re)find the (dirty?) politician in you.</p>
<p><a href="http://www.flickr.com/photos/87913776@N00/506938160"> <img src="http://farm1.static.flickr.com/230/506938160_e6dd5f3a50.jpg" alt="&quot;Cheney Satan '08&quot;" /> </a></p>
<p style="text-align: center;"><em><a href="http://www.flickr.com/photos/87913776@N00/506938160">&#8220;Cheney Satan &#8216;08&#8243;</a> by         <a href="http://www.flickr.com/people/87913776@N00">futureatlas.com</a></em></p>
<p style="text-align: center;">Photo found through <a target="_blank" href="http://labs.qwan.it/photosuggest">Photo Suggest</a></p>
<p><span id="more-711"></span></p>
<p>(Well, you don&#8217;t have to get as dirty as the photo suggests, but you will have to put up a fight for your cause <img src='http://me.andering.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>We will play politics &#8211; in a game you will represent a political faction that tries to get an alliance of agilists to spend money the way you prefer.  Convince others to vote for you so you can carry out your program, or choose another party to do what you want for you&#8230; Will you be trying to convince the voters to spend money on conference organization, advanced agile research, business 2 business schmoozing, or something else entirely?</p>
<p>After playing the game we will debrief our experiences and draw parallels with everyday work. It may be that you are already aware of the politics around you.  In that case the game can help you understand more about your behaviour.  It may be that you believe your work has nothing to do with politics.  Think again&#8230; it may be that you are a &#8220;spoiltician&#8221; <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8211; someone who has &#8220;delegated&#8221; that dirty politics to others (e.g. your boss <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> . This game will show you how political many common project decisions are. Whether you care about corporate politics or not, they have an impact on your worklife. Regardless your status, be it an opinion leader, a reckless reformer or &#8220;just a programmer&#8221; in the silent crowd, this workshop is for you!</p>
<p>Benefits:</p>
<ul>
<li>Learn when politics happen</li>
<li>Get a better grasp at why politics happen the way they happen</li>
<li>Experience your own behaviour and that of others &#8211; it is the situation that is politically charged more than you</li>
<li>Try out various political strategies and safely observe their possible outcomes</li>
<li>Have fun!</li>
</ul>
<p>In case we haven&#8217;t convinced you to join, maybe we can offer you a bribe or a kickback? (In case you are american, we may also have some pork available for projects in your home state, to be executed by the companies you love <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )</p>
<p><a title="XP Days Benelux" href="http://www.xpday.net/" target="_blank">Agile Politics Workshop, November 23 or 24, XP Days Benelux, Mechelen<br />
</a></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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;title=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;title=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;title=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;submitHeadline=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux&amp;submitSummary=If%20you%20believe%20corporate%20politics%20is%20something%20for%20%27those%20dirty%C2%A0managers%27%20think%20again.%20Everybody%20behaves%20in%20a%20political%20way%20when%20a%C2%A0limited%20amount%20of%20resources%20has%20to%20be%20divided%20over%20groups%20of%20people.%C2%A0Come%20play%20our%20game%20and%20experience%20firsthand%20how%20dirty%20a%20politician%20you%20are%21%0D%0A%0D%0AIt%20has%20behooved%20th&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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;title=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;t=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux+-+http://tr.im/BCoE+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Agile%20Politics%20-%20%28re%29discover%20the%20politician%20in%20you%20at%20XP%20Days%20Benelux%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22If%20you%20believe%20corporate%20politics%20is%20something%20for%20%27those%20dirty%C2%A0managers%27%20think%20again.%20Everybody%20behaves%20in%20a%20political%20way%20when%20a%C2%A0limited%20amount%20of%20resources%20has%20to%20be%20divided%20over%20groups%20of%20people.%C2%A0Come%20play%20our%20game%20and%20experience%20firsthand%20how%20dirty%20a%20politician%20you%20are%21%0D%0A%0D%0AIt%20has%20behooved%20th%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/09/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;title=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux&amp;summary=If%20you%20believe%20corporate%20politics%20is%20something%20for%20%27those%20dirty%C2%A0managers%27%20think%20again.%20Everybody%20behaves%20in%20a%20political%20way%20when%20a%C2%A0limited%20amount%20of%20resources%20has%20to%20be%20divided%20over%20groups%20of%20people.%C2%A0Come%20play%20our%20game%20and%20experience%20firsthand%20how%20dirty%20a%20politician%20you%20are%21%0D%0A%0D%0AIt%20has%20behooved%20th&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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;title=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux" 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=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux&amp;link=http://me.andering.com/2009/09/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;T=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/+&quot;Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux&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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/&amp;title=Agile+Politics+-+%28re%29discover+the+politician+in+you+at+XP+Days+Benelux&amp;body=If%20you%20believe%20corporate%20politics%20is%20something%20for%20%27those%20dirty%C2%A0managers%27%20think%20again.%20Everybody%20behaves%20in%20a%20political%20way%20when%20a%C2%A0limited%20amount%20of%20resources%20has%20to%20be%20divided%20over%20groups%20of%20people.%C2%A0Come%20play%20our%20game%20and%20experience%20firsthand%20how%20dirty%20a%20politician%20you%20are%21%0D%0A%0D%0AIt%20has%20behooved%20th" 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/03/agile-politics-rediscover-the-politician-in-you-at-xp-days-benelux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Open Spain, 23 &amp; 24 October 2009</title>
		<link>http://me.andering.com/2009/08/17/agile-open-spain-23-24-october-2009/</link>
		<comments>http://me.andering.com/2009/08/17/agile-open-spain-23-24-october-2009/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:28:56 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile-open]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[unconference]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=633</guid>
		<description><![CDATA[It&#8217;s cool to see more spaces opening, the spanish agile user group is hosting Agile Open Spain, 23 &#38; 24 October 2009 .
Xavier Quesada Allue tells me this will be mostly in Spanish. My Spanish stops around &#8216;donda esta el bano&#8217; and &#8216;hola&#8217;, unfortunately. If yours goes further, this might be for you. Madrid as [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s cool to see more spaces opening, the spanish agile user group is hosting <a href="http://www.agileopen.net/node/403"><a target="_blank" href="http://www.agileopen.net">Agile Open</a> Spain, 23 &amp; 24 October 2009 </a>.</p>
<p class="title">Xavier Quesada Allue tells me this will be mostly in Spanish. My Spanish stops around &#8216;donda esta el bano&#8217; and &#8216;hola&#8217;, unfortunately. If yours goes further, this might be for you. Madrid as a location is attractive, and should be easy to reach. No doubt the organisation will be very good as well, and the event is for free!</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/48175193@N00/469660513"> <img class="aligncenter" src="http://farm1.static.flickr.com/213/469660513_38036aecce.jpg" alt="electronic waterfall" /> </a></p>
<p style="text-align: center;"><em><a href="http://www.flickr.com/photos/48175193@N00/469660513">electronic waterfall</a> by         <a href="http://www.flickr.com/people/48175193@N00">curly_exp( l)osure</a></em></p>
<p>In the meantime, if you speak english, why not attend <a href="http://www.agileopen.net/agile-open-holland-2009"><a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland &#8211; my named cloud is bigger than yours, or is it?</a>, September 10 &amp; 11? Registrations are going fast. At last count we had over 50 participants, with space for about 80. As in previous years it&#8217;s looking to attract a good mix of old &amp; new faces, all equally fanatical about <a href="http://www.agilemanifesto.org">uncovering better ways to develop software</a>. It&#8217;s not free, but we kept registrations low enough &#8211; we hope the value for money makes it a no-brainer; the fee covers part of the costs, but its&#8217; main purpose is to prevent no-shows, so that everybody who wants to attend, can attend. I hope to see you there!</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/7167652@N06/2677559569"> <img class="aligncenter" src="http://farm4.static.flickr.com/3130/2677559569_f88030ee4c.jpg" alt="Madrid scenes de rue" /></a><em><a href="http://www.flickr.com/photos/7167652@N06/2677559569">Madrid scenes de rue</a> by         <a href="http://www.flickr.com/people/7167652@N06">George Eastman House</a></em></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/08/17/agile-open-spain-23-24-october-2009/&amp;title=Agile+Open+Spain%2C+23+%26+24+October+2009" 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/08/17/agile-open-spain-23-24-october-2009/&amp;title=Agile+Open+Spain%2C+23+%26+24+October+2009" 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/08/17/agile-open-spain-23-24-october-2009/&amp;title=Agile+Open+Spain%2C+23+%26+24+October+2009" 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/08/17/agile-open-spain-23-24-october-2009/&amp;submitHeadline=Agile+Open+Spain%2C+23+%26+24+October+2009&amp;submitSummary=It%27s%20cool%20to%20see%20more%20spaces%20opening%2C%20the%20spanish%20agile%20user%20group%20is%20hosting%20Agile%20Open%20Spain%2C%2023%20%26amp%3B%2024%20October%202009%20.%0D%0AXavier%20Quesada%20Allue%20tells%20me%20this%20will%20be%20mostly%20in%20Spanish.%20My%20Spanish%20stops%20around%20%27donda%20esta%20el%20bano%27%20and%20%27hola%27%2C%20unfortunately.%20If%20yours%20goes%20further%2C%20this%20might%20be%20for%20y&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/08/17/agile-open-spain-23-24-october-2009/&amp;title=Agile+Open+Spain%2C+23+%26+24+October+2009" 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/08/17/agile-open-spain-23-24-october-2009/&amp;t=Agile+Open+Spain%2C+23+%26+24+October+2009" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Agile+Open+Spain%2C+23+%26+24+October+2009+-+http://tr.im/BCoN+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Agile%20Open%20Spain%2C%2023%20%26%2024%20October%202009%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22It%27s%20cool%20to%20see%20more%20spaces%20opening%2C%20the%20spanish%20agile%20user%20group%20is%20hosting%20Agile%20Open%20Spain%2C%2023%20%26amp%3B%2024%20October%202009%20.%0D%0AXavier%20Quesada%20Allue%20tells%20me%20this%20will%20be%20mostly%20in%20Spanish.%20My%20Spanish%20stops%20around%20%27donda%20esta%20el%20bano%27%20and%20%27hola%27%2C%20unfortunately.%20If%20yours%20goes%20further%2C%20this%20might%20be%20for%20y%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/08/17/agile-open-spain-23-24-october-2009/" 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/08/17/agile-open-spain-23-24-october-2009/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/08/17/agile-open-spain-23-24-october-2009/&amp;title=Agile+Open+Spain%2C+23+%26+24+October+2009&amp;summary=It%27s%20cool%20to%20see%20more%20spaces%20opening%2C%20the%20spanish%20agile%20user%20group%20is%20hosting%20Agile%20Open%20Spain%2C%2023%20%26amp%3B%2024%20October%202009%20.%0D%0AXavier%20Quesada%20Allue%20tells%20me%20this%20will%20be%20mostly%20in%20Spanish.%20My%20Spanish%20stops%20around%20%27donda%20esta%20el%20bano%27%20and%20%27hola%27%2C%20unfortunately.%20If%20yours%20goes%20further%2C%20this%20might%20be%20for%20y&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/08/17/agile-open-spain-23-24-october-2009/&amp;title=Agile+Open+Spain%2C+23+%26+24+October+2009" 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=Agile+Open+Spain%2C+23+%26+24+October+2009&amp;link=http://me.andering.com/2009/08/17/agile-open-spain-23-24-october-2009/" 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/08/17/agile-open-spain-23-24-october-2009/&amp;T=Agile+Open+Spain%2C+23+%26+24+October+2009" 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/08/17/agile-open-spain-23-24-october-2009/+&quot;Agile+Open+Spain%2C+23+%26+24+October+2009&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/08/17/agile-open-spain-23-24-october-2009/&amp;title=Agile+Open+Spain%2C+23+%26+24+October+2009&amp;body=It%27s%20cool%20to%20see%20more%20spaces%20opening%2C%20the%20spanish%20agile%20user%20group%20is%20hosting%20Agile%20Open%20Spain%2C%2023%20%26amp%3B%2024%20October%202009%20.%0D%0AXavier%20Quesada%20Allue%20tells%20me%20this%20will%20be%20mostly%20in%20Spanish.%20My%20Spanish%20stops%20around%20%27donda%20esta%20el%20bano%27%20and%20%27hola%27%2C%20unfortunately.%20If%20yours%20goes%20further%2C%20this%20might%20be%20for%20y" 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/08/17/agile-open-spain-23-24-october-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Come defend &#8216;your named cloud&#8217; at Agile Open Holland</title>
		<link>http://me.andering.com/2009/07/08/come-defend-your-named-cloud-at-agile-open-holland/</link>
		<comments>http://me.andering.com/2009/07/08/come-defend-your-named-cloud-at-agile-open-holland/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 23:42:40 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile-open]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[lean]]></category>
		<category><![CDATA[open-space]]></category>
		<category><![CDATA[people]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=616</guid>
		<description><![CDATA[Marc already has the scoop, details and a pretty word cloud to explain the theme, so I&#8217;ll keep it short and simple. The next Agile Open conference in the Netherlands will be September 10 &#38; 11, in Baarn.
We chose the theme &#8216;my method is bigger than yours&#8230; or is it?&#8217; because it seems that as [...]]]></description>
			<content:encoded><![CDATA[<p>Marc already has the<a href="http://blog.piecemealgrowth.net/agile-open-holland-2009/"> scoop, details and a pretty word cloud to explain the theme</a>, so I&#8217;ll keep it short and simple. The next <a href="http://www.agileopen.net/"><a target="_blank" href="http://www.agileopen.net">Agile Open</a> conference</a> in the Netherlands will be September 10 &amp; 11, in Baarn.</p>
<p>We chose the theme &#8216;my method is bigger than yours&#8230; or is it?&#8217; because it seems that as this agile software development thing goes mainstream more and more people lose sight of what we perceived was one of the underlying goals of the <a href="http://www.agilemanifesto.org" target="_blank">Agile Manifesto</a>: get continuous experimentation and learning going <em>by developing software and helping others do it</em> across communities &#8211; hence the signing by people involved in all &#8216;lightweight&#8217; methodologies at the time. We like the <a href="http://www.xprogramming.com/blog/needles/my-named-cloud-is-better-than-your-named-cloud.htm">Named clouds</a> meme and hope it spurs some discussions.<a href="http://www.xprogramming.com/blog/needles/my-named-cloud-is-better-than-your-named-cloud.htm"><br />
</a></p>
<p><a href="http://www.xprogramming.com/blog/needles/my-named-cloud-is-better-than-your-named-cloud.htm"></a>Even if this theme does not speak to you, come to <a href="http://blog.piecemealgrowth.net/agile-open-holland-2009/"><a target="_blank" href="http://www.agileopen.net">Agile Open</a> Holland</a> anyway &#8211; <em>anything goes</em>, and new cloud formations are likely to form during the conference. <a href="http://www.xprogramming.com/blog/needles/my-named-cloud-is-better-than-your-named-cloud.htm">Named ones</a> in the sessions and the hallways, <a href="http://www.weathernotebook.org/transcripts/2000/04/27.html" target="_blank">unnamed ones</a> in the sky (we do hope the sun shines most of the time though..).</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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;title=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland" 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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;title=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland" 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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;title=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland" 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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;submitHeadline=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland&amp;submitSummary=Marc%20already%20has%20the%20scoop%2C%20details%20and%20a%20pretty%20word%20cloud%20to%20explain%20the%20theme%2C%20so%20I%27ll%20keep%20it%20short%20and%20simple.%20The%20next%20Agile%20Open%20conference%20in%20the%20Netherlands%20will%20be%20September%2010%20%26amp%3B%2011%2C%20in%20Baarn.%0D%0A%0D%0AWe%20chose%20the%20theme%20%27my%20method%20is%20bigger%20than%20yours...%20or%20is%20it%3F%27%20because%20it%20seems%20that%20as%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/2009/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;title=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland" 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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;t=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland+-+http://tr.im/BHl9+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Come%20defend%20%27your%20named%20cloud%27%20at%20Agile%20Open%20Holland%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Marc%20already%20has%20the%20scoop%2C%20details%20and%20a%20pretty%20word%20cloud%20to%20explain%20the%20theme%2C%20so%20I%27ll%20keep%20it%20short%20and%20simple.%20The%20next%20Agile%20Open%20conference%20in%20the%20Netherlands%20will%20be%20September%2010%20%26amp%3B%2011%2C%20in%20Baarn.%0D%0A%0D%0AWe%20chose%20the%20theme%20%27my%20method%20is%20bigger%20than%20yours...%20or%20is%20it%3F%27%20because%20it%20seems%20that%20as%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/07/08/come-defend-your-named-cloud-at-agile-open-holland/" 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/07/08/come-defend-your-named-cloud-at-agile-open-holland/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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;title=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland&amp;summary=Marc%20already%20has%20the%20scoop%2C%20details%20and%20a%20pretty%20word%20cloud%20to%20explain%20the%20theme%2C%20so%20I%27ll%20keep%20it%20short%20and%20simple.%20The%20next%20Agile%20Open%20conference%20in%20the%20Netherlands%20will%20be%20September%2010%20%26amp%3B%2011%2C%20in%20Baarn.%0D%0A%0D%0AWe%20chose%20the%20theme%20%27my%20method%20is%20bigger%20than%20yours...%20or%20is%20it%3F%27%20because%20it%20seems%20that%20as%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/2009/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;title=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland" 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=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland&amp;link=http://me.andering.com/2009/07/08/come-defend-your-named-cloud-at-agile-open-holland/" 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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;T=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland" 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/07/08/come-defend-your-named-cloud-at-agile-open-holland/+&quot;Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland&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/07/08/come-defend-your-named-cloud-at-agile-open-holland/&amp;title=Come+defend+%27your+named+cloud%27+at+Agile+Open+Holland&amp;body=Marc%20already%20has%20the%20scoop%2C%20details%20and%20a%20pretty%20word%20cloud%20to%20explain%20the%20theme%2C%20so%20I%27ll%20keep%20it%20short%20and%20simple.%20The%20next%20Agile%20Open%20conference%20in%20the%20Netherlands%20will%20be%20September%2010%20%26amp%3B%2011%2C%20in%20Baarn.%0D%0A%0D%0AWe%20chose%20the%20theme%20%27my%20method%20is%20bigger%20than%20yours...%20or%20is%20it%3F%27%20because%20it%20seems%20that%20as%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/2009/07/08/come-defend-your-named-cloud-at-agile-open-holland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new new Newsletter</title>
		<link>http://me.andering.com/2009/06/11/new-new-newsletter/</link>
		<comments>http://me.andering.com/2009/06/11/new-new-newsletter/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 20:18:45 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[cultural-patterns]]></category>
		<category><![CDATA[product-development]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[xp2009]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=595</guid>
		<description><![CDATA[A newsletter is much like software &#8211; if you create a larger batch of items, the work grows more than linearly (editing, translating, scrolling, selecting). It&#8217;s still worth it though &#8211; creating the newsletter on a regular basis helps to reflect on what we&#8217;ve done, but also creates focus: what are we going to do [...]]]></description>
			<content:encoded><![CDATA[<p>A newsletter is much like software &#8211; if you create a larger batch of items, the work grows more than linearly (editing, translating, scrolling, selecting). It&#8217;s still worth it though &#8211; creating the newsletter on a regular basis helps to reflect on what we&#8217;ve done, but also creates focus: what are we going to do or research to make the next one interesting&#8230;. The positive response we&#8217;ve gotten so far also helps. Marc was kind enough to create a wordle to reveal more of the content:</p>
<a href="http://www.qwan.it/en/newsletter2009-06"><img class="size-medium wp-image-598" title="QWAN newsletter topics, according to wordle" src="http://me.andering.com/wp-content/uploads/2009/06/wordle_june09_black1-500x195.png" alt="QWAN newsletter topics, according to wordle" width="500" height="195" /></a>
<p>Maybe because of the delay (we skipped May eventually) we not only have more items, they are also longer. We try to keep the newsletter short, but the things we discussed at conferences and while making the product development training gave us some inspiration to explain some topics in more detail. If the topics pique your interest, you can <a href="http://www.qwan.it/en/newsletter2009-06">read it online</a> or <a title="QWAN Newsletter" href="http://www.qwan.it/en/newsletter">subscribe</a>.</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/06/11/new-new-newsletter/&amp;title=new+new+Newsletter" 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/06/11/new-new-newsletter/&amp;title=new+new+Newsletter" 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/06/11/new-new-newsletter/&amp;title=new+new+Newsletter" 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/06/11/new-new-newsletter/&amp;submitHeadline=new+new+Newsletter&amp;submitSummary=A%20newsletter%20is%20much%20like%20software%20-%20if%20you%20create%20a%20larger%20batch%20of%20items%2C%20the%20work%20grows%20more%20than%20linearly%20%28editing%2C%20translating%2C%20scrolling%2C%20selecting%29.%20It%27s%20still%20worth%20it%20though%20-%20creating%20the%20newsletter%20on%20a%20regular%20basis%20helps%20to%20reflect%20on%20what%20we%27ve%20done%2C%20but%20also%20creates%20focus%3A%20what%20are%20we&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/06/11/new-new-newsletter/&amp;title=new+new+Newsletter" 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/06/11/new-new-newsletter/&amp;t=new+new+Newsletter" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=new+new+Newsletter+-+http://tr.im/BCVU+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22new%20new%20Newsletter%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22A%20newsletter%20is%20much%20like%20software%20-%20if%20you%20create%20a%20larger%20batch%20of%20items%2C%20the%20work%20grows%20more%20than%20linearly%20%28editing%2C%20translating%2C%20scrolling%2C%20selecting%29.%20It%27s%20still%20worth%20it%20though%20-%20creating%20the%20newsletter%20on%20a%20regular%20basis%20helps%20to%20reflect%20on%20what%20we%27ve%20done%2C%20but%20also%20creates%20focus%3A%20what%20are%20we%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/06/11/new-new-newsletter/" 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/06/11/new-new-newsletter/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/06/11/new-new-newsletter/&amp;title=new+new+Newsletter&amp;summary=A%20newsletter%20is%20much%20like%20software%20-%20if%20you%20create%20a%20larger%20batch%20of%20items%2C%20the%20work%20grows%20more%20than%20linearly%20%28editing%2C%20translating%2C%20scrolling%2C%20selecting%29.%20It%27s%20still%20worth%20it%20though%20-%20creating%20the%20newsletter%20on%20a%20regular%20basis%20helps%20to%20reflect%20on%20what%20we%27ve%20done%2C%20but%20also%20creates%20focus%3A%20what%20are%20we&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/06/11/new-new-newsletter/&amp;title=new+new+Newsletter" 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=new+new+Newsletter&amp;link=http://me.andering.com/2009/06/11/new-new-newsletter/" 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/06/11/new-new-newsletter/&amp;T=new+new+Newsletter" 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/06/11/new-new-newsletter/+&quot;new+new+Newsletter&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/06/11/new-new-newsletter/&amp;title=new+new+Newsletter&amp;body=A%20newsletter%20is%20much%20like%20software%20-%20if%20you%20create%20a%20larger%20batch%20of%20items%2C%20the%20work%20grows%20more%20than%20linearly%20%28editing%2C%20translating%2C%20scrolling%2C%20selecting%29.%20It%27s%20still%20worth%20it%20though%20-%20creating%20the%20newsletter%20on%20a%20regular%20basis%20helps%20to%20reflect%20on%20what%20we%27ve%20done%2C%20but%20also%20creates%20focus%3A%20what%20are%20we" 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/06/11/new-new-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xp2009 beach photos</title>
		<link>http://me.andering.com/2009/05/31/xp2009-beach-photos/</link>
		<comments>http://me.andering.com/2009/05/31/xp2009-beach-photos/#comments</comments>
		<pubDate>Sun, 31 May 2009 15:28:31 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[open-space]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[xp2009]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=536</guid>
		<description><![CDATA[One of the things that made the xp2009 conference exceed my expectations was the beach. Here you can see photos from thursday, May 28th &#8211; Patrick Kua hosted an Open Space session on &#8221; is there a lean versus agile versus kanban divide?&#8221; that turned into one of the best sessions of the conference. The [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that made the xp2009 conference exceed my expectations was the beach. Here you can see photos from thursday, May 28th &#8211; Patrick Kua hosted an Open Space session on &#8221; is there a lean versus agile versus kanban divide?&#8221; that turned into one of the best sessions of the conference. The guys from agical organized an unplanned barbecue, which was great; most participants were there, and the hotel management was very supportive.</p>

<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/0354-000028/' title='Patrick Kua hosting &quot;is there a Kanban Divide?&quot; Open Space session on the beach'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/0354-000028-150x150.jpg" class="attachment-thumbnail" alt="" title="Patrick Kua hosting &quot;is there a Kanban Divide?&quot; Open Space session on the beach" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/0415-000041/' title='0415-000041'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/0415-000041-150x150.jpg" class="attachment-thumbnail" alt="" title="0415-000041" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/0430-000043/' title='0430-000043'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/0430-000043-150x150.jpg" class="attachment-thumbnail" alt="" title="0430-000043" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/0447-000030/' title='0447-000030'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/0447-000030-150x150.jpg" class="attachment-thumbnail" alt="" title="0447-000030" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/0447-000045/' title='0447-000045'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/0447-000045-150x150.jpg" class="attachment-thumbnail" alt="" title="0447-000045" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1438-000022/' title='1438-000022'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1438-000022-150x150.jpg" class="attachment-thumbnail" alt="" title="1438-000022" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1446-000024/' title='1446-000024'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1446-000024-150x150.jpg" class="attachment-thumbnail" alt="" title="1446-000024" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1452-000025/' title='1452-000025'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1452-000025-150x150.jpg" class="attachment-thumbnail" alt="" title="1452-000025" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1657-000037/' title='1657-000037'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1657-000037-150x150.jpg" class="attachment-thumbnail" alt="" title="1657-000037" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1810-000064/' title='1810-000064'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1810-000064-150x150.jpg" class="attachment-thumbnail" alt="" title="1810-000064" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1818-000048/' title='1818-000048'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1818-000048-150x150.jpg" class="attachment-thumbnail" alt="" title="1818-000048" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1828-000049/' title='1828-000049'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1828-000049-150x150.jpg" class="attachment-thumbnail" alt="" title="1828-000049" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1832-000050/' title='1832-000050'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1832-000050-150x150.jpg" class="attachment-thumbnail" alt="" title="1832-000050" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/1839-000051/' title='1839-000051'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/1839-000051-150x150.jpg" class="attachment-thumbnail" alt="" title="1839-000051" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/2140-000062/' title='2140-000062'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/2140-000062-150x150.jpg" class="attachment-thumbnail" alt="" title="2140-000062" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/2525-000067/' title='2525-000067'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/2525-000067-150x150.jpg" class="attachment-thumbnail" alt="" title="2525-000067" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/2643-000068/' title='2643-000068'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/2643-000068-150x150.jpg" class="attachment-thumbnail" alt="" title="2643-000068" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/2643-000068-xavier/' title='2643-000068-xavier'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/2643-000068-xavier-150x150.jpg" class="attachment-thumbnail" alt="" title="2643-000068-xavier" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/2724-000069/' title='2724-000069'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/2724-000069-150x150.jpg" class="attachment-thumbnail" alt="" title="2724-000069" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/3214-000055/' title='3214-000055'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/3214-000055-150x150.jpg" class="attachment-thumbnail" alt="" title="3214-000055" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/3433-000032/' title='3433-000032'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/3433-000032-150x150.jpg" class="attachment-thumbnail" alt="" title="3433-000032" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/3436-000033/' title='3436-000033'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/3436-000033-150x150.jpg" class="attachment-thumbnail" alt="" title="3436-000033" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/4239-000039/' title='4239-000039'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/4239-000039-150x150.jpg" class="attachment-thumbnail" alt="" title="4239-000039" /></a>
<a href='http://me.andering.com/2009/05/31/xp2009-beach-photos/5759-000060/' title='5759-000060'><img width="150" height="150" src="http://me.andering.com/wp-content/uploads/2009/05/5759-000060-150x150.jpg" class="attachment-thumbnail" alt="" title="5759-000060" /></a>

<p>I&#8217;ll process and post the rest of the photos when time permits &#8211; I decided not to do everything in a big batch this time <img src='http://me.andering.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  (which sometimes means the batch never gets executed and photos are not published). Tomorrow Marc and I depart to Luzern, Switzerland for the first instance of our <a href="http://www.qwan.it/en/agile-product-development" target="_blank">Agile Product Development training</a>, so there is not much time left.</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/05/31/xp2009-beach-photos/&amp;title=xp2009+beach+photos" 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/05/31/xp2009-beach-photos/&amp;title=xp2009+beach+photos" 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/05/31/xp2009-beach-photos/&amp;title=xp2009+beach+photos" 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/05/31/xp2009-beach-photos/&amp;submitHeadline=xp2009+beach+photos&amp;submitSummary=One%20of%20the%20things%20that%20made%20the%20xp2009%20conference%20exceed%20my%20expectations%20was%20the%20beach.%20Here%20you%20can%20see%20photos%20from%20thursday%2C%20May%2028th%20-%20Patrick%20Kua%20hosted%20an%20Open%20Space%20session%20on%20%22%20is%20there%20a%20lean%20versus%20agile%20versus%20kanban%20divide%3F%22%20that%20turned%20into%20one%20of%20the%20best%20sessions%20of%20the%20conference.%20The&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/05/31/xp2009-beach-photos/&amp;title=xp2009+beach+photos" 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/05/31/xp2009-beach-photos/&amp;t=xp2009+beach+photos" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=xp2009+beach+photos+-+http://tr.im/BFFa+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22xp2009%20beach%20photos%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22One%20of%20the%20things%20that%20made%20the%20xp2009%20conference%20exceed%20my%20expectations%20was%20the%20beach.%20Here%20you%20can%20see%20photos%20from%20thursday%2C%20May%2028th%20-%20Patrick%20Kua%20hosted%20an%20Open%20Space%20session%20on%20%22%20is%20there%20a%20lean%20versus%20agile%20versus%20kanban%20divide%3F%22%20that%20turned%20into%20one%20of%20the%20best%20sessions%20of%20the%20conference.%20The%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/05/31/xp2009-beach-photos/" 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/05/31/xp2009-beach-photos/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/05/31/xp2009-beach-photos/&amp;title=xp2009+beach+photos&amp;summary=One%20of%20the%20things%20that%20made%20the%20xp2009%20conference%20exceed%20my%20expectations%20was%20the%20beach.%20Here%20you%20can%20see%20photos%20from%20thursday%2C%20May%2028th%20-%20Patrick%20Kua%20hosted%20an%20Open%20Space%20session%20on%20%22%20is%20there%20a%20lean%20versus%20agile%20versus%20kanban%20divide%3F%22%20that%20turned%20into%20one%20of%20the%20best%20sessions%20of%20the%20conference.%20The&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/05/31/xp2009-beach-photos/&amp;title=xp2009+beach+photos" 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=xp2009+beach+photos&amp;link=http://me.andering.com/2009/05/31/xp2009-beach-photos/" 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/05/31/xp2009-beach-photos/&amp;T=xp2009+beach+photos" 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/05/31/xp2009-beach-photos/+&quot;xp2009+beach+photos&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/05/31/xp2009-beach-photos/&amp;title=xp2009+beach+photos&amp;body=One%20of%20the%20things%20that%20made%20the%20xp2009%20conference%20exceed%20my%20expectations%20was%20the%20beach.%20Here%20you%20can%20see%20photos%20from%20thursday%2C%20May%2028th%20-%20Patrick%20Kua%20hosted%20an%20Open%20Space%20session%20on%20%22%20is%20there%20a%20lean%20versus%20agile%20versus%20kanban%20divide%3F%22%20that%20turned%20into%20one%20of%20the%20best%20sessions%20of%20the%20conference.%20The" 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/05/31/xp2009-beach-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyond Agile: Cultural Patterns video on InfoQ</title>
		<link>http://me.andering.com/2009/05/30/beyond-agile-cultural-patterns-video-on-infoq/</link>
		<comments>http://me.andering.com/2009/05/30/beyond-agile-cultural-patterns-video-on-infoq/#comments</comments>
		<pubDate>Sat, 30 May 2009 22:21:37 +0000</pubDate>
		<dc:creator>Willem</dc:creator>
				<category><![CDATA[people & systems]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[agile_software_development]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[cultural-patterns]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[product-development]]></category>
		<category><![CDATA[systems-thinking]]></category>

		<guid isPermaLink="false">http://me.andering.com/?p=530</guid>
		<description><![CDATA[In our quest to put into words and pictures how important context is to choose practices, to show that there is no one-size-fits all solution for process and change strategy, Marc Evers and me went on tour last year with a presentation on Cultural Patterns. Take a look over at InfoQ &#8211; Beyond Agile: Cultural [...]]]></description>
			<content:encoded><![CDATA[<p>In our quest to put into words and pictures how important <a target="_blank" href="http://www.satirworkshops.com/en/congruent-action">context</a> is to choose practices, to show that there is no one-size-fits all solution for process and change strategy, <a target="_blank" href="http://blog.piecemealgrowth.net">Marc Evers</a> and me went on tour last year with a presentation on Cultural Patterns. Take a look over at <a href="http://www.infoq.com/presentations/beyond-agile">InfoQ &#8211; Beyond Agile: Cultural Patterns</a>.</p>
<blockquote>
<div class="entry">
<p class="image"><a href="http://www.infoq.com/presentations/beyond-agile"><img src="http://www.infoq.com/resource/presentations/beyond-agile/en/smallimage/BA.jpg" alt="" /></a></p>
<p>Willem and Marc introduce cultural patterns that can be found in software organizations. By understanding the cultural patterns then you can better adapt your practices.<a href="http://www.infoq.com/presentations/beyond-agile"><span id="more-530"></span><br />
</a></div>
</blockquote>
<p>The presentation starts off a bit slow, but picks up after the introduction. At the time we were incorporating some feedback about our presentations, most notably that we said too little about ourselves, so that the audience had difficulty understanding where we are coming from, and why we had to say something about the subject.</p>
<p>The videographer and editor did a good job at choosing the shots &#8211; shooting a pair presentation with one camera is challenging, especially since Marc and I are on opposite sides of the projected slide. The last part of the presentation was helped a lot by questions from the back of the room, I remember Keith Braithwaite and David Anderson (you can hear them faintly in the background) and there were one or two others. Next time I guess we could repeat more of the questions so they are more audible on the video.</p>
<p>A surprising thing we ran into was that Agile was not as mainstream as we thought &#8211; a surprising small number of participants put up their hands when we asked whether they were using (at least some) practices connected to Agile Software Development. Luckily, the patterns are independent of this, so we hope those who were/are doing something else get value from seeing various ways to organize development. It&#8217;s all about choosing an approach that fits and makes you more effective.</p>
<p>In hindsight the presentation became more graphical and less textual with each iteration. We&#8217;ve left the presentation alone for some time, and now have new ideas on presenting the material, as well as some new ideas on how to place various approaches to organize development. We&#8217;d love to hear from you about opportunities to perform new iterations&#8230;</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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;title=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ" 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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;title=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ" 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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;title=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ" 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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;submitHeadline=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ&amp;submitSummary=In%20our%20quest%20to%20put%20into%20words%20and%20pictures%20how%20important%20context%20is%20to%20choose%20practices%2C%20to%20show%20that%20there%20is%20no%20one-size-fits%20all%20solution%20for%20process%20and%20change%20strategy%2C%20Marc%20Evers%20and%20me%20went%20on%20tour%20last%20year%20with%20a%20presentation%20on%20Cultural%20Patterns.%20Take%20a%20look%20over%20at%20InfoQ%20-%20Beyond%20Agile%3A%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/2009/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;title=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ" 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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;t=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ+-+http://tr.im/BCpp+(via+@most_alive)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Beyond%20Agile%3A%20Cultural%20Patterns%20video%20on%20InfoQ%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22In%20our%20quest%20to%20put%20into%20words%20and%20pictures%20how%20important%20context%20is%20to%20choose%20practices%2C%20to%20show%20that%20there%20is%20no%20one-size-fits%20all%20solution%20for%20process%20and%20change%20strategy%2C%20Marc%20Evers%20and%20me%20went%20on%20tour%20last%20year%20with%20a%20presentation%20on%20Cultural%20Patterns.%20Take%20a%20look%20over%20at%20InfoQ%20-%20Beyond%20Agile%3A%20%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://me.andering.com/2009/05/30/beyond-agile-cultural-patterns-video-on-infoq/" 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/05/30/beyond-agile-cultural-patterns-video-on-infoq/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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;title=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ&amp;summary=In%20our%20quest%20to%20put%20into%20words%20and%20pictures%20how%20important%20context%20is%20to%20choose%20practices%2C%20to%20show%20that%20there%20is%20no%20one-size-fits%20all%20solution%20for%20process%20and%20change%20strategy%2C%20Marc%20Evers%20and%20me%20went%20on%20tour%20last%20year%20with%20a%20presentation%20on%20Cultural%20Patterns.%20Take%20a%20look%20over%20at%20InfoQ%20-%20Beyond%20Agile%3A%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/2009/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;title=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ" 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=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ&amp;link=http://me.andering.com/2009/05/30/beyond-agile-cultural-patterns-video-on-infoq/" 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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;T=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ" 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/05/30/beyond-agile-cultural-patterns-video-on-infoq/+&quot;Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ&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/05/30/beyond-agile-cultural-patterns-video-on-infoq/&amp;title=Beyond+Agile%3A+Cultural+Patterns+video+on+InfoQ&amp;body=In%20our%20quest%20to%20put%20into%20words%20and%20pictures%20how%20important%20context%20is%20to%20choose%20practices%2C%20to%20show%20that%20there%20is%20no%20one-size-fits%20all%20solution%20for%20process%20and%20change%20strategy%2C%20Marc%20Evers%20and%20me%20went%20on%20tour%20last%20year%20with%20a%20presentation%20on%20Cultural%20Patterns.%20Take%20a%20look%20over%20at%20InfoQ%20-%20Beyond%20Agile%3A%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/2009/05/30/beyond-agile-cultural-patterns-video-on-infoq/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
