<?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>Tea-Driven Development &#187; conference</title>
	<atom:link href="http://blog.mattwynne.net/tag/conference/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mattwynne.net</link>
	<description>Matt Wynne taking it one tea at a time</description>
	<lastBuildDate>Tue, 10 Jan 2012 20:07:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A Puzzle for Polite Ruby Programmers</title>
		<link>http://blog.mattwynne.net/2011/04/10/a-puzzle-for-polite-ruby-programmers/</link>
		<comments>http://blog.mattwynne.net/2011/04/10/a-puzzle-for-polite-ruby-programmers/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 16:46:09 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Ruby Programming]]></category>
		<category><![CDATA[alias_method_chain]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[metaprogramming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.mattwynne.net/2011/04/10/a-puzzle-for-polite-ruby-programmers/</guid>
		<description><![CDATA[I really enjoyed Jim Weirich&#8217;s session on polite programming at the Scottish Ruby Conference. He covered a problem that&#8217;s been vexing me for some time, about avoiding the use of method aliasing, by using inheritance instead. Unfortunately, his suggested solution didn&#8217;t tell me anything I hadn&#8217;t already tried. I still think this must be possible, [...]]]></description>
			<content:encoded><![CDATA[<p>I really enjoyed Jim Weirich&#8217;s session on polite programming at the Scottish Ruby Conference. He covered a problem that&#8217;s been vexing me for some time, about avoiding the use of method aliasing, by using inheritance instead. Unfortunately, his suggested solution didn&#8217;t tell me anything I hadn&#8217;t already tried. I still think this must be possible, but that I just don&#8217;t know quite enough about Ruby to be able to achieve it. Maybe you do?</p>

<p>Here&#8217;s the puzzle:</p>

<p><a href="https://gist.github.com/912504">https://gist.github.com/912504</a></p>

<p>Can you solve it?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattwynne.net/2011/04/10/a-puzzle-for-polite-ruby-programmers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Battling Robots at Software Craftsmanship 2010</title>
		<link>http://blog.mattwynne.net/2010/08/18/battling-robots-at-software-craftsmanship-2010/</link>
		<comments>http://blog.mattwynne.net/2010/08/18/battling-robots-at-software-craftsmanship-2010/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 08:15:15 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Agile / Lean Software Development]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Craftsmanship]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://blog.mattwynne.net/2010/08/18/battling-robots-at-software-craftsmanship-2010/</guid>
		<description><![CDATA[I&#8217;ve submitted a session for the Software Craftsmanship 2010 Conference. It&#8217;s a redux of the Robot Tournament I ran at SPA2010. The idea behind the session is to simulate the life of a start-up software company. In the early rounds of the tournament, the priority for each team is to get a robot, any robot, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve <a href="http://sc2010subs.wordpress.com/">submitted a session</a> for the <a href="softwarecraftsmanship.org.uk">Software Craftsmanship 2010 Conference</a>. It&#8217;s a redux of the Robot Tournament I ran at <a href="http://www.spaconference.org/spa2010/index.php">SPA2010</a>.</p>

<p>The idea behind the session is to simulate the life of a start-up software company. In the early rounds of the tournament, the priority for each team is to get a robot, any robot, out there an playing matches. As the tournament progresses, quality becomes more important as you need to adapt your robot to make it a better competitor.</p>

<p>This ability to adapt your approach to the work to the context you&#8217;re doing it in is, I think, really important for the true craftsperson to grasp. If you&#8217;ve been reading Kent Beck&#8217;s <a href="http://www.threeriversinstitute.org/blog/?p=251">posts</a> about <a href="http://www.threeriversinstitute.org/blog/?cat=10">start-ups</a> and <a href="http://www.threeriversinstitute.org/blog/?cat=6">design</a>, you&#8217;ll be familiar with this subject. It&#8217;s wonderful to be able to patiently produce a beautifully-worked piece of furniture, but what if the building is burning down and you just need a ladder to escape, right now? Can you rip up some floorboards and knock something together from the materials to hand and save your family?</p>

<p>There&#8217;s a great skill in understanding and working to the <em>appropriate</em> level of quality for the context you&#8217;re currently in, and I hope this session gives people a little insight into that.</p>

<p>You can watch my screencast audition for the session <a href="http://www.youtube.com/watch?v=7hd77KGk1kU">here</a>. Please leave any feedback or comments <a href="http://sc2010subs.wordpress.com/2010/08/17/robot-tournament-matt-wynne/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattwynne.net/2010/08/18/battling-robots-at-software-craftsmanship-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Random Notes from SPA2010</title>
		<link>http://blog.mattwynne.net/2010/05/20/random-notes-from-spa2010/</link>
		<comments>http://blog.mattwynne.net/2010/05/20/random-notes-from-spa2010/#comments</comments>
		<pubDate>Wed, 19 May 2010 23:31:26 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Agile / Lean Software Development]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[SPA]]></category>

		<guid isPermaLink="false">http://blog.mattwynne.net/2010/05/20/random-notes-from-spa2010/</guid>
		<description><![CDATA[Usage-Centric Design Narrative Journey Maps Duncan Prefers the term Usage-Centred Design to User-Centric Design. There was a book reference here but I missed it. Narrative Journey Maps (NJM) are a way to model and visualise the steps a user has to follow as they try to achieve a goal. Each Step is decorated with: Comments [...]]]></description>
			<content:encoded><![CDATA[<h2>Usage-Centric Design</h2>

<p><a href="http://blog.mattwynne.net/wp-content/uploads/2010/05/spa20101.jpg"><img class="aligncenter size-thumbnail wp-image-204" title="spa2010" src="http://blog.mattwynne.net/wp-content/uploads/2010/05/spa20101-150x150.jpg" alt="" width="150" height="150" /></a></p>

<h3>Narrative Journey Maps</h3>

<ul>
<li>Duncan Prefers the term <em><em>Usage</em>-Centred Design</em> to <em>User-Centric Design</em>. There was a book reference here but I missed it.</li>
<li>Narrative Journey Maps (NJM) are a way to model and visualise the steps a user has to follow as they try to achieve a goal.</li>
<li>Each Step is decorated with:</li>
<li>Comments</li>
<li>Questions</li>
<li>Ideas</li>
<li>An <em>Emotional Barometer</em> is draw across the top which highlights pain-points where the user may be particularly frustrated with the process.</li>
<li>NJMs are usually created from a <em>Contextual Study</em> where users are quietly observed trying to reach the goal.</li>
<li>They are a way to record the current state of play, and a place to start thinking about how things could change.</li>
</ul>

<h3>Personas</h3>

<ul>
<li>Alan Cooper 1985</li>
<li>Based on real data: capture and use direct observations of real experience</li>
<li>Group and merge those observations to form personas</li>
<li>Personas have:</li>
<li>Motivations</li>
<li>Goals</li>
<li>Frustrations</li>
<li>Behaviours</li>
</ul>

<p>It seemed that what had worked for the presenters was to focus on just one persona at a time, when it became obvious who their core user was, and work at satisfying their needs. Once they&#8217;d started to make significant inroads into this, it became clearer and more worthwhile to look for other personas.</p>

<h2>To Read</h2>

<p>Luke Hohman&#8217;s Innovation Games
Mr Squiggle (seed drawings for workshop excercises)
Consensus:</p>

<ul>
<li>Quaker Business Method</li>
<li>Sociocracy</li>
<li>Formal Consensus (CT Butler)</li>
<li>&#8220;Participatory Decision Making&#8221; &#8211; Sam Kaner</li>
</ul>

<p>&#8220;The Logical Thinking Process&#8221; &#8211; H William Dettner. A book on <em>conflict clouds</em>.
&#8220;Round the Bend&#8221; &#8211; Neville Chute. Like Zen and The Art of Motorcycle Maintenance but English</p>

<h2>Other Conferences</h2>

<p>Keith Braithwaite was heading out to &#8216;Next Generation Testing&#8217; and said he was really looking forward to it. He said it was quite easy to stand out from the crowd of big vendors, and that if you have something original to say you&#8217;ll likely be asked back. He also mentioned &#8216;Test Expo&#8217; as being another conference in this vein.</p>

<p>Really interesting it taking the Cucumber message to these conferences.</p>

<h2>Remote Pairing and Wolf-pack programming</h2>

<p>I met several people who are making use of or would like to make use of this more. Many of them were using Ubuntu so don&#8217;t have access to iChat, and were struggling with slow VNC connections. I suggested screen + emacs/vim to a few people (not that I&#8217;ve used it myself, but I&#8217;ve heard good things). People mentioned plug-ins for eclipse, and my old favourite SubEthaEdit came up. It does feel like there&#8217;s product missing here.</p>

<p>Some guys did a BoF trying out a crazy contraption they had using a smalltalk environment that allowed a dozen people all edit the same code at the same time, <em>on their own workstations</em>. It sounded pretty amazing.</p>

<h2>My Session</h2>

<p>I ran a session, <em>Robot Tournament</em> at the conference. Despite what I had considered thorough preparation, I had some rather exciting moments when the tournament engine spluttered and needed some running repairs. Overall though the feedback I got was positive. Some observations:</p>

<ul>
<li>The (accidental) downtime gave people an opportunity to make build scripts and so on. I wonder whether this could be engineered deliberately another time.</li>
<li>More logging and visibility of exactly what&#8217;s going on when a player runs would be useful to help participants with debugging.</li>
<li>The warm-up should include calling a robot with a command-line argument so that any teething problems with reading the input can be resolved at a relaxed pace.</li>
<li>A better explanation (role play?) of how the tournament works would help.</li>
<li>Need to limit the number of players to 1 per team. Although it was worth experimenting with allowing more than one, there were a couple of disadvantages that seemed to outweigh the advantages:</li>
<li>when people realised they could write scripts to add several robots, this really slowed down the time to run a round due to the number of permutations of matches. I guess here you could deal with this by using a league system, but for now the simplest thing seems to be to just limit the number of players.</li>
<li>there is a strategy (which the winning team used) where you use a patsy player which can recognise a game against another player from the same team and throw the game, thus giving that player an advantage. By releasing several patsy players you leverage that advantage.</li>
<li>I was surprised (and a bit disappointed) at how conservative most of the language choices were. I think we had 3 Ruby robots, 2 Java ones and one Haskell robot. Sadly I couldn&#8217;t get smalltalk working for the guy who wanted to use that. It seemed clear that rather than one language being particularly better than another for the problem at hand, teams who used a language they were familiar with did best.</li>
<li>It was hard for people to see what was going on when they were getting their robots running. More visibility how exactly what it looks like when their program is run on the server environment would be helpful.</li>
<li>Also more functionality on the UI to slice the results and look at just how your own robot had performed.</li>
<li>The problem was so small that tests were hardly needed. Pivoting, changing the rules of the game half-way through the tournament might have helped here.</li>
<li>I would also be interested in trying out variable-length iterations &#8211; some long ones, some short ones.</li>
<li>Shipping simple solutions early was definitely a strategy that had worked for everyone.</li>
<li>People enjoyed the fact that the goal &#8211; getting points &#8211; was clear, so that rather than it being about writing clean code or writing tests, it was more realistic to a business context.</li>
<li>Trying a more open game where you could learn more about your opponent might be interesting</li>
<li>Getting teams to swap code might also be interesting</li>
<li>Doing a code show &amp; tell wasn&#8217;t in my plan but worked really well</li>
</ul>

<p>The session format ended up being something like this:</p>

<ul>
<li>10 minutes introduction</li>
<li>25 minutes warm-up</li>
<li>30-45 minutes faffing around fixing the engine while people started to build their real robots
break</li>
<li>7 x 7 = 50 minutes tournament rounds</li>
<li>25 minutes code show &amp; tell</li>
<li>15 retrospective looking at what we&#8217;d learned and any insights</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattwynne.net/2010/05/20/random-notes-from-spa2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Agile North 2010</title>
		<link>http://blog.mattwynne.net/2010/04/26/agile-north-2010/</link>
		<comments>http://blog.mattwynne.net/2010/04/26/agile-north-2010/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 16:37:18 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Agile / Lean Software Development]]></category>
		<category><![CDATA[conference]]></category>

		<guid isPermaLink="false">http://blog.mattwynne.net/2010/04/26/agile-north-2010/</guid>
		<description><![CDATA[I&#8217;ll be speaking at Agile North this year. The title of my talk is &#8220;The Lean Startup&#8221;, in which I&#8217;ll describe my experiences with an incredible young company I&#8217;ve been working with for the last couple of years. Here&#8217;s some more details about the conference: Friday 14th May 2010 &#8211; UCLan, Preston Price held at [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be speaking at Agile North this year. The title of my talk is &#8220;The Lean Startup&#8221;, in which I&#8217;ll describe my experiences with an incredible young company I&#8217;ve been working with for the last couple of years. </p>

<p>Here&#8217;s some more details about the conference:</p>

<blockquote>
  <p>Friday 14th May 2010 &#8211; UCLan, Preston</p>
  
  <p>Price held at £95 per person &#8211; be there to learn, share, take part
  and enjoy</p>
  
  <p>Details on <a href="http://www.agilenorth.org/">www.agilenorth.org</a></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattwynne.net/2010/04/26/agile-north-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personas for Debugging Pair Programming Session</title>
		<link>http://blog.mattwynne.net/2009/08/09/personas-for-debugging-pair-programming-session/</link>
		<comments>http://blog.mattwynne.net/2009/08/09/personas-for-debugging-pair-programming-session/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 22:51:25 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Agile / Lean Software Development]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[pair programming]]></category>
		<category><![CDATA[Session]]></category>
		<category><![CDATA[teams]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.mattwynne.net/2009/08/09/personas-for-debugging-pair-programming-session/</guid>
		<description><![CDATA[As I may have mentioned I&#8217;m running a session at Agile 2009 called &#8216;Debugging Pair Programming&#8217;. There&#8217;s a preview of the session tomorrow night at Skills Matter and I&#8217;ve just finished preparing for it. Mind if I run a couple of things past you? I&#8217;m going to use personas in the session as a tool [...]]]></description>
			<content:encoded><![CDATA[<p>As I may have mentioned I&#8217;m <a href="http://agile2009.agilealliance.org/node/1206">running a session at Agile 2009</a> called &#8216;Debugging Pair Programming&#8217;. There&#8217;s a preview of the session tomorrow night at Skills Matter and I&#8217;ve just finished preparing for it.</p>

<p>Mind if I run a couple of things past you?</p>

<p><span id="more-140"></span>
I&#8217;m going to use <a href="http://en.wikipedia.org/wiki/Persona_(marketing)">personas</a> in the session as a tool to help people discuss the anti-patterns that I think cause teams to struggle with pair programming. You&#8217;ll hopefully recognise yourself or people you&#8217;ve worked with in the past in these personas. What do you think? Have I missed any? Are they too obvious?</p>

<h2>Goran, Architect</h2>

<p>&#8220;For most tasks, pair programming just slows me down. When you pair with me, it&#8217;s not pair programming, it&#8217;s mentoring&#8221;</p>

<p><img src="http://blog.mattwynne.net/wp-content/uploads/2009/08/goran1.jpg" alt="goran" /></p>

<p>Goran has been programming professionally for over 15 years and draws on that experience to write clean expressive code. He can code fluently in C++, C#, Python and is handy in numerous other languages. He knows all the common design patterns and when to apply them, as well as numerous refactoring strategies.</p>

<p>Goran has tried pairing a few times, but doesn&#8217;t really see the benefit. He feels that his level of experience makes for rather uneven and therefore pointless pairing sessions.</p>

<h2>Bart, Obsessive</h2>

<p>&#8220;I just hate having to share the keyboard&#8221;</p>

<p><img src="http://blog.mattwynne.net/wp-content/uploads/2009/08/bart.jpg" alt="bart" /></p>

<p>Bart is really gifted programmer who gets a huge amount done with few mistakes, but his team-mates often find it hard to understand and change his code. He&#8217;ll often use jokey or sarcastic names for variables and methods and has a tendency to write long, complex, methods. Bart drinks a lot of coffee and works long hours, often getting quite obsessed about finishing a particular piece of work.</p>

<p>Bart doesn&#8217;t really like the idea of pair programming. Although he understands the benefit of &#8216;no code ownership&#8217; in theory, in practice he feels quite possessive about his code, and finds himself quickly becoming aggressive when discussing design decisions with other members the team. He often seems to upset his team-mates when he just thinks he&#8217;s being honest with them.</p>

<h2>Moira, Anxious Project Manager</h2>

<p>&#8220;My team doesn&#8217;t have time to work in pairs, we have too many bugs to fix&#8221;</p>

<p><img src="http://blog.mattwynne.net/wp-content/uploads/2009/08/moira.jpg" alt="moira" /></p>

<p>Moira used to be a programmer back in the day, working on COBOL mainframe systems, so she knows the ropes. As everyone sticks to the plan, she sees no reason why things should go wrong. Right now her team are in the &#8216;testing phase&#8217; of another project, and as usual there&#8217;s a frenzy of activity as bugs are uncovered by the testers and passed to the developers to be fixed.</p>

<p>Moira just can&#8217;t see how halving the number of bugs being worked on by adopting pair programming can help her team meet their deadline. To her, pair programming just seems like a fad that helps programmers have a better time at work.</p>

<h2>John, Contractor</h2>

<p>&#8220;I&#8217;m scared people will realise I don&#8217;t know what I&#8217;m doing half the time&#8221;</p>

<p><img src="http://blog.mattwynne.net/wp-content/uploads/2009/08/john.jpg" alt="john" /></p>

<p>John is a contractor, a hired gun. He&#8217;s paid at least twice as much as most of his team-mates who are salaried. He&#8217;s experienced and highly competent, but secretly frets that he isn&#8217;t really worth the extortionate daily rate that he&#8217;s paid, and feels guilty when he gets stuck or has to ask his team-mates for help.</p>

<p>John has never tried pair programming but he worries how his team-mates will feel when they realise he sometimes needs to spend 20 minutes reading around blog posts and mailing list archives, or writing throw-away code to figure out how to use a library he&#8217;s never used before. Won&#8217;t they end up resenting him for wasting time?</p>

<h2>Sarah, Wallflower</h2>

<p>&#8220;I&#8217;m just used to programming on my own&#8221;</p>

<p><img src="http://blog.mattwynne.net/wp-content/uploads/2009/08/sarah-wallflower.jpg" alt="sarah-wallflower" /></p>

<p>Sarah has been programming since her early teens and got top grades studying Artificial Intelligence at University. Sarah is naturally shy, and has always found comfort in programming as a place where she can express herself and her ideas without having to talk to people face-to-face, which she finds awkward and embarrassing. She contributes to a couple of open-source libraries and can often be found on IRC channels and mailing lists supporting the users of those libraries with friendly and eloquent responses.</p>

<p>For Sarah, programming has always been a solitary activity. She finds the idea of pair programming strange and quite intimidating, since she doesn&#8217;t think she&#8217;s very good with people.</p>

<h2>Gary, Once Bitten</h2>

<p>&#8220;Pair Programming is a load of old bollocks&#8221;</p>

<p><img src="http://blog.mattwynne.net/wp-content/uploads/2009/08/gary1.png" alt="gary" /></p>

<p>Gary has worked on a project before where the team claimed to be &#8216;agile&#8217;. They used Scrum and user-stories for planning their work, and the scrum-master encouraged them to use pair programming. In fact, the scrum-master <em>forced</em> the team to work in pairs, by picking pairs at the start of each 2-week iteration, and making sure the developers stuck to those pairs for the entire duration of the iteration.</p>

<p>By the end of each iteration, most of the pairs were so sick of working with each other that they would barely speak for several days afterwards. Gary found he would come in earlier and earlier so that he could get some time hacking on ideas he&#8217;d had but didn&#8217;t have the chance to play with during the main working day. He found pairing to be a drudge and a chore.</p>

<h2>Rod, Whacky Races</h2>

<p>&#8220;Every time I pair with someone new, I have to learn their bloody keyboard shortcuts&#8221;</p>

<p><img src="http://blog.mattwynne.net/wp-content/uploads/2009/08/rod.png" alt="rod" /></p>

<p>Rod has just joined a new team who are using UNIX text editors to do their development in Perl. Rod is used to using the Eclipse IDE and has never really used these text editors before so he feels awkward and clumsy when he gets the keyboard. This is compounded by the fact that his team are using a mixture of editors and operating systems, with some people staunch EMACS users, others using VIM and yet more using Textmate on the Mac.</p>

<p>Rod likes the collaborative aspect of pairing, but feels hampered by the variety of development environments that his team uses. What can he do?</p>

<p>All thoughts and comments appreciated. If you&#8217;re in London tomorrow night, why not come along to the session and let us all know what you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattwynne.net/2009/08/09/personas-for-debugging-pair-programming-session/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>I am Extreme</title>
		<link>http://blog.mattwynne.net/2008/11/05/i-am-extreme/</link>
		<comments>http://blog.mattwynne.net/2008/11/05/i-am-extreme/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 00:47:54 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Agile / Lean Software Development]]></category>
		<category><![CDATA[agile]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.mattwynne.net/2008/11/05/i-am-extreme/</guid>
		<description><![CDATA[I going to be speaking (with my good friend Rob Bowley) at the forthcoming XP Day conference in London, 11th &#38; 12th December 2008. Which means that I am now officially extreme. Dude. Come to my talk if you want to hear my experiences of breaking a team out of the Scrum mould and doing [...]]]></description>
			<content:encoded><![CDATA[<p>I going to be speaking (with my good friend <a href="http://blog.robbowley.net/">Rob Bowley</a>) at the forthcoming <a href="http://www.xpday.org/">XP Day</a> conference in London, 11th &amp; 12th December 2008. Which means that I am now officially extreme. Dude.</p>

<p>Come to my talk if you want to hear my experiences of breaking a team out of the Scrum mould and doing some exciting stuff with value stream maps, <a href="http://www.infoq.com/articles/agile-kanban-boards">Kanban boards</a> and other techniques from the school of Lean Thinking. Come along if you want to hear about a world without task cards, exhausting planning days, and maybe even a world without estimates. <a href="http://parlezuml.com/blog/?postid=720">Sorry Jason</a>, but there may be some mention of coloured bits of card.</p>

<p>I&#8217;m actually one of only a few people with a scheduled talk, as the organisers have decided to use an <a href="http://citconf.com/openspace.php">open-space format</a> this year. Which means you also have a chance to get up on stage and lead some discussion. After my last experience with an open space, I&#8217;d say it&#8217;s well worth doing your homework and really thinking about what you&#8217;d like to discuss at the conference beforehand so that you get the most out of it.</p>

<p>If you&#8217;re interested in building software as well as you can, XP Day is a great place to meet like-minded people, share experiences and develop ideas. It&#8217;s only small, so <a href="http://booking.xpday.org/registration.php">register</a> soon!</p>

<p>Let me know in the comments if you&#8217;re coming, and what you&#8217;d like to talk about when you get there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattwynne.net/2008/11/05/i-am-extreme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XP Day 2007</title>
		<link>http://blog.mattwynne.net/2007/11/23/xp-day-2007/</link>
		<comments>http://blog.mattwynne.net/2007/11/23/xp-day-2007/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 02:01:28 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Agile / Lean Software Development]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[london]]></category>
		<category><![CDATA[people]]></category>
		<category><![CDATA[uk]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.mattwynne.net/2007/11/23/xp-day-2007/</guid>
		<description><![CDATA[&#8230;was good fun, and well worth a couple of days off. There&#8217;s a mixed crowd &#8211; some die-hard extreme programmers, quite a few self-styled (and self-promoting!) &#8216;coaches&#8217; and a few newbies. The atmosphere was really friendly &#8211; you would quite often find yourself sat in one session right next to the person who had been [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;was good fun, and well worth a couple of days off.</p>

<p>There&#8217;s a mixed crowd &#8211; some die-hard extreme programmers, quite a few self-styled (and self-promoting!) &#8216;coaches&#8217; and a few newbies.</p>

<p>The atmosphere was really friendly &#8211; you would quite often find yourself sat in one session right next to the person who had been leading the previous one, so that and the often fun and interactive sessions broke the ice pretty quickly.</p>

<p>The first day was a bit flat for me, but after a night on the free beer courtesy of the sponsors, the second day picked up and really made it worth it. I wish I&#8217;d had time to stay for another session in the pub on Tuesday evening.</p>

<p>Key things I took from this conference, more detail on these later if you&#8217;re lucky:
<ul>
    <li>There&#8217;s a fairly serious backlash going on against scrum (I heard more than one person drop the &#8216;r&#8217;, although I think one of those was accidental!), certainly within the London / UK agile scene.</li>
    <li>There&#8217;s tension, which as I see it is between the coaching community and the programmer / creator community, who disagree about how much it&#8217;s OK to compromise on the original agile manifesto values and XP practices. I heard the phrase &#8216;valuing pragmatism over orthodoxy&#8217; which summed it up rather well.</li>
    <li>Nobody, but nobody, works for ThoughtWorks anymore, not even <a href="http://processpeoplepods.blogspot.com/">Fred George</a></li>
    <li>You probably need to be working in Java if you want to get decent XP gigs, especially for a bank, and there&#8217;s quite a few people working for banks &#8211; particularly front office.</li>
    <li><a href="http://finance.groups.yahoo.com/group/kanbandev/">Kanban</a> is where it&#8217;s at, baby.</li>
</ul></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mattwynne.net/2007/11/23/xp-day-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

