<?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"
	>

<channel>
	<title>Managed Chaos</title>
	<atom:link href="http://blogs.agilefaqs.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.agilefaqs.com</link>
	<description>Naresh Jain's Weblog on Object thinking, Patterns, Open Source, Agile and Adventure Sports</description>
	<pubDate>Wed, 02 Jul 2008 12:17:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>What I care about?</title>
		<link>http://blogs.agilefaqs.com/2008/07/02/what-i-care-about/</link>
		<comments>http://blogs.agilefaqs.com/2008/07/02/what-i-care-about/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:16:17 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Genral]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/?p=309</guid>
		<description><![CDATA[According to Wordle’s processing of this blog’s text from the last 1 month, here’s what I care about:


]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">According to <a href="http://www.wordle.net/" target="_blank">Wordle’s</a> processing of this blog’s text from the last 1 month, here’s what I care about:<br />
<a title="Wordle: Managed Chaos" href="http://wordle.net/gallery/wrdl/47072/Managed_Chaos" target="_blank"></a></p>
<p style="text-align: center;"><a href="http://wordle.net/gallery/wrdl/47072/Managed_Chaos" target="_blank"><img class="aligncenter" style="border: 1px solid #dddddd; padding: 4px;" src="http://wordle.net/thumb/wrdl/47072/Managed_Chaos" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/07/02/what-i-care-about/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Slicing boulders in the 11th Century</title>
		<link>http://blogs.agilefaqs.com/2008/07/02/slicing-boulders-in-the-11th-century/</link>
		<comments>http://blogs.agilefaqs.com/2008/07/02/slicing-boulders-in-the-11th-century/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 12:07:31 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Random Thoughts]]></category>

		<category><![CDATA[hampi]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/?p=307</guid>
		<description><![CDATA[Well you might think they must have used a wire saw with a  7&#8243; blade and wide flat steel wedges.
But in the 11th century there was no electricity nor were there wire saws. The approach they used was,

they established the plane they want to follow by drawing it on the stone,
proceeded to drill small [...]]]></description>
			<content:encoded><![CDATA[<p>Well you might think they must have used a wire saw with a  7&#8243; blade and wide flat steel wedges.</p>
<p>But in the 11th century there was no electricity nor were there wire saws. The approach they used was,</p>
<ul>
<li>they established the plane they want to follow by drawing it on the stone,</li>
<li>proceeded to drill small holes with a primitive chisel and hammer,</li>
<li>they drilled holes every 6 to 12&#8221;,</li>
<li>inserted half inch wooden wedges into the holes,</li>
<li>poured some water into these holes,</li>
<li>left it over night for the wood to absorb water and expand.</li>
<li>finally, the boulder would split along the established plane.</li>
</ul>
<p>The wood and water method is till date used in a few places.</p>
<p>Here is a picture from ruins of <a href="http://www.hampi.in/" target="_blank">Hampi</a> where this technique was practiced in the 11th century.</p>
<p><a href="http://blogs.agilefaqs.com/wp-content/uploads/2008/07/slicingrock.jpg"><img class="alignleft size-full wp-image-308" title="slicingrock" src="http://blogs.agilefaqs.com/wp-content/uploads/2008/07/slicingrock.jpg" alt="" width="500" height="566" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/07/02/slicing-boulders-in-the-11th-century/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Continue to get MySQL table crashed error on TikiWiki</title>
		<link>http://blogs.agilefaqs.com/2008/06/25/continue-to-get-mysql-table-crashed-error-on-tikiwiki/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/25/continue-to-get-mysql-table-crashed-error-on-tikiwiki/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 09:35:29 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[tikiwiki]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/25/continue-to-get-mysql-table-crashed-error-on-tikiwiki/</guid>
		<description><![CDATA[A few months ago I had an exact same issue but with a different table. This time tiki_sessions table crashed.

I still don&#8217;t understand what is causing the crash. Luckily I know how to get rid of this issue quickly once I discover it.
executing the following command fixes the issue:
mysqlcheck –auto-repair -u{username} -p{password} {database_name} {database_table_name}
output:
{database.name}.tiki_sessions
error    : [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I had an <a href="http://blogs.agilefaqs.com/2008/02/02/mysql-table-crash/">exact same issue but with a different table</a>. This time tiki_sessions table crashed.</p>
<p><a href="http://blogs.agilefaqs.com/wp-content/uploads/2008/06/tikiwiki_crash.png" title="Tiki Wiki Error due to MySQL Table Crash"><img src="http://blogs.agilefaqs.com/wp-content/uploads/2008/06/tikiwiki_crash.png" alt="Tiki Wiki Error due to MySQL Table Crash" align="left" /></a></p>
<p>I still don&#8217;t understand what is causing the crash. Luckily I know how to get rid of this issue quickly once I discover it.</p>
<p>executing the following command fixes the issue:<br />
mysqlcheck –auto-repair -u{username} -p{password} {database_name} {database_table_name}</p>
<p>output:</p>
<p>{database.name}.tiki_sessions<br />
error    : Table &#8216;./{database.name}/tiki_sessions&#8217; is marked as crashed and should be repaired</p>
<p>Repairing tables<br />
{database.name}.tiki_sessions<br />
warning  : Number of rows changed from 0 to 2<br />
status   : OK</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/25/continue-to-get-mysql-table-crashed-error-on-tikiwiki/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Scrum fills a gap</title>
		<link>http://blogs.agilefaqs.com/2008/06/25/scrum-fills-a-gap/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/25/scrum-fills-a-gap/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 08:46:22 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/25/scrum-fills-a-gap/</guid>
		<description><![CDATA[I used to think the only reason why Scrum is so popular today is coz of their &#8220;over-the-counter&#8221; certification programs. After thinking about it, I started to question myself, why others cannot see that the whole certification thing is so flawed? My best guess was, if I can see, I&#8217;m sure a lot of other [...]]]></description>
			<content:encoded><![CDATA[<p>I <em>used to</em> think the only reason why Scrum is so popular today is coz of their <a href="http://www.controlchaos.com/certification/" target="_blank">&#8220;over-the-counter&#8221; certification programs</a>. After thinking about it, I started to question myself, why others cannot see that the whole certification thing is so flawed? My best guess was, if I can see, I&#8217;m sure a lot of other people can also see through it. Then why is it so popular?</p>
<p>I talked to close to 50 companies that claim they are practicing Agile (read as Scrum). I tried to understand what was the driving factor for them to choose scrum. Some obvious points came across:</p>
<ul>
<li>Its easy to get Management buy-in coz Scrum is big on Project Management aspect</li>
<li>Scrum is very simple, so we can start doing it without a huge change to our existing organization structure and culture</li>
<li>Its easy to find training (certification programs)</li>
</ul>
<p>Most people said it was a good starting point. After doing Scrum for a while, we realized Scrum alone will not help much, we need some XP practices for sure.</p>
<p>The I asked them, why did they not choose to start with XP? What was the biggest concern?</p>
<p>Surprisingly most people said that, we have heard that in XP you don&#8217;t need Managers. Most people who do XP, claim that middle-management becomes a big road-block for them.  In most organization they cannot get rid of middle-management nor can they find something more interesting/valuable for them to do. So XP becomes a big No No for them. But with Scrum, what lots of organizations do is, they send their managers to Certified Scrum Master classes and make them Scrum Master. Some become Scrum Masters on teams, some become Scrum Masters for their Scrum of Scrums. This way they get middle-management on board.</p>
<p>So looks like Scrum has found a way to address the role of middle-management. Hence fill the gap. I&#8217;m not too sure if I agree with this, but its a fact of what I see out there happening.</p>
<p>Disclaimer: Personally I don&#8217;t care what people do, XP, Scrum, Crystal, DSDM, RUP, Spiral, V&amp;V, etc. As far as it really helps them and constantly improves them its great. But if they are just doing/following some process for the sake of the label, it really bother me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/25/scrum-fills-a-gap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tangible results of Agile Software Development</title>
		<link>http://blogs.agilefaqs.com/2008/06/24/tangible-results-of-agile-software-development/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/24/tangible-results-of-agile-software-development/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 12:14:59 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/24/tangible-results-of-agile-software-development/</guid>
		<description><![CDATA[Often people ask me what are the tangible results of agile software development?
Following is my elevator pitch :
In my experience Agile leads to :

Happier and more satisfied Customers and End-Users due to faster turn around time and greater visibility/involvement
Happier development team due to heavy focus on people and team.
Greater emphasis on quality (and testing) by [...]]]></description>
			<content:encoded><![CDATA[<p>Often people ask me what are the tangible results of agile software development?</p>
<p>Following is my elevator pitch :</p>
<p>In my experience Agile leads to :</p>
<ul>
<li>Happier and more satisfied Customers and End-Users due to faster turn around time and greater visibility/involvement</li>
<li>Happier development team due to heavy focus on people and team.</li>
<li>Greater emphasis on quality (and testing) by building it into the process rather than having it as an after thought</li>
<li>Self organization and empowerment of team leads to more responsible team and greater innovation</li>
<li>Very effective at handling changes in requirements, technology, people etc</li>
<li>With the large number of feedback cycles at various levels, it is very effective at adapting the project progress and hence addressing project risks</li>
</ul>
<p>Obviously there are many more points, but these come to my mind immediately.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/24/tangible-results-of-agile-software-development/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Why is common sense so uncommon?</title>
		<link>http://blogs.agilefaqs.com/2008/06/21/why-is-common-sense-so-uncommon/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/21/why-is-common-sense-so-uncommon/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 20:13:14 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[Random Thoughts]]></category>

		<category><![CDATA[ASCI]]></category>

		<category><![CDATA[position paper]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/21/why-is-common-sense-so-uncommon/</guid>
		<description><![CDATA[And this continues to puzzle me&#8230;.
Through the Agile Software Community of India, I&#8217;m organizing three workshops by Mary and Tom Poppendieck in Mumbai, Bangalore and Delhi. As a way to ensure quality (passionate and committed) individuals get to attend this workshop, I introduced the concept of a position paper. To participate in the workshop interested [...]]]></description>
			<content:encoded><![CDATA[<p>And this continues to puzzle me&#8230;.</p>
<p>Through the <a href="http://agileindia.org" target="_blank">Agile Software Community of India</a>, I&#8217;m organizing three workshops by <a href="http://poppendieck.com/people.htm" target="_blank">Mary and Tom Poppendieck</a> in <a href="http://agileindia.org/maryandtompoppendieck" target="_blank">Mumbai, Bangalore and Delhi</a>. As a way to ensure quality (passionate and committed) individuals get to attend this workshop, I introduced the concept of a <a href="http://agileindia.org/asciwiki/tiki-index.php?page=Position+Paper" target="_blank">position paper</a>. To participate in the workshop interested people have to add their position papers to <a href="http://agileindia.org/asciwiki/tiki-index.php?page=Lean%20Workshop%20Position%20Papers" target="_blank">ASCI wiki</a>. The position paper is a simple, plain text response to 3 basic questions. The idea is we have an index page (home page) for the workshop in each city. People are supposed to add their name to the table (index) and link their position paper page from this index. This helps each one create a position paper page on the wiki, add what they want to add to the page and then link it up to the index, so that anyone can see who all have signed-up and if they want to know details about any person, they can click on their position paper link.</p>
<p>This might sound a little cryptic, but when you have an example to see, it all seems to make perfect sense to me. But if you see what has been happening on our wiki with these position papers is:</p>
<ul>
<li>Some people don&#8217;t know wikis and they just email me saying here is my position paper. I&#8217;m happy at least these folks are not messing the whole wiki</li>
<li>Some people can add their name to the index, but don&#8217;t know how to create link. Even if there are 30 other people who have create a link one line above their text, they cannot figure out how to create a link. There is a link to the guide, but that apparently is not helping people either.</li>
<li>Some people don&#8217;t understand or don&#8217;t want to understand how to edit a table on a wiki.  Even if there are lots of other people who have added their rows to the table, some people cannot figure out how to. They keep doing wired things like randomly adding pipes and that messes the whole table up.</li>
<li>There is a description on the top of the page linking to the position paper description page. Some people click on this link, delete the position paper definition and add their position paper right there.</li>
<li>Some folks just clicking on the first person&#8217;s position paper, deleting the content on the page and adding their own content. So you click on person A&#8217;s position paper and you&#8217;ll see Person X&#8217;s position paper</li>
<li>Worst of all, some people are deleting the whole index page and just adding their position paper without any name or any other details.</li>
</ul>
<p>In all these instances, people are not try to knowingly mess the wiki, but unknowingly are doing all this non-sense. Now one might feel this is common sense, why is this so difficult? If nothing else copy what others have done and that seems to work. My big question is &#8220;How can these guys build complex software applications for their clients, if they can&#8217;t work with a wiki&#8221;?</p>
<p>You know what scares the shit out of me, when I think of over 1 million people in the Indian IT industry who are out there. At least these people are taking an initiative and trying to learn something by attending these sessions. But what about those over million software professionals who don&#8217;t even have the drive or energy to learn something new?</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/21/why-is-common-sense-so-uncommon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>XPLite &#038; ScrumBud</title>
		<link>http://blogs.agilefaqs.com/2008/06/15/xplite-scrumbud/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/15/xplite-scrumbud/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 09:59:57 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[XP 2008]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/15/xplite-scrumbud/</guid>
		<description><![CDATA[At XP 2008, during a panel on &#8220;There&#8217;s no such thing as Best Practice&#8221;, Joseph Pelrine talked about new emerging Agile methodologies called &#8220;XPLite&#8221; and &#8220;ScrumBud&#8221;. (heavily influenced by MillerLite and BudWeiser beer) Accordingly to him, there are lot of teams who claim they are Agile because they follow one of the most important Agile [...]]]></description>
			<content:encoded><![CDATA[<p>At <a href="http://www.lero.ie/xp2008" target="_blank">XP 2008</a>, during a panel on &#8220;There&#8217;s no such thing as Best Practice&#8221;, <a href="http://www.scrumalliance.org/profiles/61-joseph-pelrine" target="_blank">Joseph Pelrine</a> talked about new emerging Agile methodologies called &#8220;XPLite&#8221; and &#8220;ScrumBud&#8221;. (heavily influenced by MillerLite and BudWeiser beer) Accordingly to him, there are lot of teams who claim they are Agile because they follow one of the most important Agile principles i.e. &#8220;Inspect and Adapt&#8221;. They read the book (inspect) and then adapt it by taking and applying what they think is most convenient to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/15/xplite-scrumbud/feed/</wfw:commentRss>
		</item>
		<item>
		<title>If you can&#8217;t get Distributed Development working, your company is doomed!</title>
		<link>http://blogs.agilefaqs.com/2008/06/10/if-you-cant-get-distributed-development-working-your-company-is-doomed/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/10/if-you-cant-get-distributed-development-working-your-company-is-doomed/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 09:48:40 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Distributed Development]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/10/if-you-cant-get-distributed-development-working-your-company-is-doomed/</guid>
		<description><![CDATA[Today Distributed Development is unavoidable and is the need of the hour.
My belief is that if you have the &#8220;right&#8221; set of people, motivated and happy on your team, it will be a huge contribution to the success of the project. But the problem is most often &#8220;right&#8221; people are distributed all over the world [...]]]></description>
			<content:encoded><![CDATA[<p>Today Distributed Development is unavoidable and is the need of the hour.</p>
<p>My belief is that if you have the &#8220;right&#8221; set of people, motivated and happy on your team, it will be a huge contribution to the success of the project. But the problem is most often &#8220;right&#8221; people are distributed all over the world and not located in the same city. A lot of organizations have tried to move people to the same city so that they can be collocated. While this might work to some extent, this model cannot scale and is not sustainable. All of us would like to settle down in the location of our choice. We don&#8217;t want our work to dictate where we live and what lifestyle we choose. For example, I like to live in India close to friends and family. So far I have traveled quite a bit, but once my daughter starts going to school it would be very difficult for me to relocate to another city.</p>
<p>Also if you consider a lot of leading companies they are loosing a huge amount of people, because most of those employees don&#8217;t want to travel/commute any more and want to settle down in one place. While tele-porting is a few centuries away, employees have to live with stressful commute everyday. Not only this is a huge wastage of time, it also affects your productivity and makes your family life very stressful. Currently most of the successful companies have offices in multiple cities. One of the main drivers for having multiple office in different cities is to attract local talent. If your company does not plan to have a office in location X, guess what, your competitors will open an office and you&#8217;ll loose some of the smartest folks you could have other wise hired. And when you have multiple office, guess what, people in different offices have to work together. This is another reason why distributed development is becoming more and more important.</p>
<p>In Agile we talk about having development and business teams together. It is very critical to have constant business involvement. But what do you do when your Business is distributed? Because of the global economy most businesses have global presence.  Also each region might have slightly different business rules or market. Hence it is very important to have development teams close to local businesses and distributed. This again leads to distributed development.</p>
<p>Another point to be aware of is, if we consider what industrialization has done by building power centers in industrial cities leaving the rest of the country really backward. We don&#8217;t really want IT to do the same thing to the country&#8217;s economy. <br id="rv_o2" /><br id="rv_o3" />If you consider these practical issue, collocated team model turns out to be unrealistic in the long run. The chances are you will have to compromise on the quality of people or have the team members travel a lot if you want all of them to be collocated. The alternative is to build a model where the team members can be distributed across space and time. <br id="xa500" /><br id="xa501" />Unfortunately so far, we&#8217;ve not had great results with distributed development. A lot of people have published their experiences trying to effectively work in distributed teams. For some it has worked or some it has not. But for most of them its not as effective as collocated teams.</p>
<p>What has worked best of me so far is to start off a team by having them collocated for a couple of week to a month. Then created cross-functional self sufficient teams in each distributed location. Once this model seems to work, then try to fully distribute your team with team members spread all the world. This turns out to be a long and painful process. But this is the best I know of today. Check out my presentation on <a href="http://www.slideshare.net/nashjain/distributed-agile" target="_blank">Distributed Agile which I gave at the IV Agile Gathering in Ukraine</a>.</p>
<p>Next year I plan to kick off a few experimental distributed projects to try out different techniques to get Distributed Development work as effectively or may be even better than collocated teams.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/10/if-you-cant-get-distributed-development-working-your-company-is-doomed/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Process OVER People</title>
		<link>http://blogs.agilefaqs.com/2008/06/10/process-over-people/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/10/process-over-people/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 09:21:24 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Community]]></category>

		<category><![CDATA[Conference]]></category>

		<category><![CDATA[Agile Coach Camp]]></category>

		<category><![CDATA[Lightening Talk]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/10/process-over-people/</guid>
		<description><![CDATA[At the last Agile Coach Camp I gave a lightening talk on &#8220;Process OVER People&#8221;. In this talk I requested all the coaches present at the conference to really think about their advice to companies. Are we trying to put a process boundary and become Process police? Is this coaching? A lot of coaches I [...]]]></description>
			<content:encoded><![CDATA[<p>At the last <a href="http://wiki.agilecoachcamp.org" target="_blank">Agile Coach Camp</a> I gave a <a href="http://wiki.agilecoachcamp.org/tiki-index.php?page=LightningTalks&amp;highlight=Lithening%20talks" target="_blank">lightening talk</a> on &#8220;Process OVER People&#8221;. In this talk I requested all the coaches present at the conference to really think about their advice to companies. Are we trying to put a process boundary and become Process police? Is this coaching? A lot of coaches I meet, recommend &#8220;First do it by the Book, then deviate&#8221;. What does &#8220;First Do it by the Book&#8221; mean? I appreciate the book and I think there is a wealth of knowledge out there. But we should remember the book was written with some context in mind and at some point in time. One cannot blindly take what is in the book and try to apply it. That really feels like &#8220;Process OVER People&#8221; to me. You need to take your team into account. You need to consider what you are trying to build and most importantly you need to prioritize what needs to be fixed on your team or in your organization before trying to go and &#8220;Do it by the Book&#8221;.</p>
<p>Over the last couple of years I really feel Agile is gone into a mass-production mode and we&#8217;ve stopped innovating. Every company wants to be Agile. This has lead to a huge demand for Agile Coaches. And because of this you find all kind of people claiming to be Agile coaches. What surprises me is a lot of these folks have themselves never really worked on an Agile project. Forget Agile project, a lot them don&#8217;t really have a successful project delivery story to share. How can one preach something and do something else (or do nothing)? My belief is that one needs to lead by example and not my blabbering crap.</p>
<p>I asked the participants at the conference to tell me what new tricks, techniques, tips, practices, etc they have learnt in the last one or two. Very few people (may be 2 out of 50) had something to share. Are we getting so busy mass producing what onces worked that we have forgot to go back into the trenches and try new things? My fear is that if we continue this way, Agile will soon be the next CMM (at least the bad implementations of it, which is most common).</p>
<p>If you are interested in some background about where I&#8217;m coming from, you can read <a href="http://wiki.agilecoachcamp.org/tiki-index.php?page=NareshJainPositionPaper" target="_blank">my position paper for the Agile Coach Camp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/10/process-over-people/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finally made it to Ireland to attend XP 2008 Conf</title>
		<link>http://blogs.agilefaqs.com/2008/06/10/finally-made-it-to-ireland-to-attend-xp-2008-conf/</link>
		<comments>http://blogs.agilefaqs.com/2008/06/10/finally-made-it-to-ireland-to-attend-xp-2008-conf/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 07:12:58 +0000</pubDate>
		<dc:creator>Naresh Jain</dc:creator>
		
		<category><![CDATA[Agile]]></category>

		<category><![CDATA[Conference]]></category>

		<category><![CDATA[ireland]]></category>

		<category><![CDATA[XP 2008]]></category>

		<guid isPermaLink="false">http://blogs.agilefaqs.com/2008/06/10/finally-made-it-to-ireland-to-attend-xp-2008-conf/</guid>
		<description><![CDATA[After a 4 hr delay in my flights I finally made it to Ireland. But the airline lost my bags on the way. Looks like my bad luck is only bad! (This is a typical thing you would hear an Indian say when things go wrong.)
Well on the bright side, I got to walk for [...]]]></description>
			<content:encoded><![CDATA[<p>After a 4 hr delay in my flights I finally made it to Ireland. But the airline lost my bags on the way. Looks like my bad luck is only bad! (This is a typical thing you would hear an Indian say when things go wrong.)</p>
<p>Well on the bright side, I got to walk for 2 miles at mid-night to go shopping to a 24 store here in Limerick called Dunnes Stores. I had absolutely no clothes left to wear today. To my surprise there was a father&#8217;s day sale running at the store. So I got a bunch of clothes quite cheap, about 40 EURO in all. Also I found really nice and friendly people in the city. I lost my way a couple of time and folks were generous enough to show me the correct way. One gentleman even gave me a drop in his car when I was way off the road I had to go.</p>
<p>Thanks to <a href="http://agilealliance.org/" target="_blank">Agile Alliance</a> for sponsoring my trip. I&#8217;m using <a href="http://blogs.agilefaqs.com/2007/08/20/am-honored-to-receive-the-gordon-pask-2007-award/">my Gordon Pask award</a> to cover the expenses for this conference. The award comes with a “travel to two conferences in two other continents” and all expenses paid by Agile Alliance. This is the first out of the 2, I&#8217;m using. I&#8217;m hoping that there is a conference in Australia or South Africa that I can use this award to go to.</p>
<p><a href="http://www.lero.ie/XP2008/tutorialAcceptanceTDD.html" target="_blank">This afternoon I&#8217;m running a workshop</a> on <a href="http://www.slideshare.net/nashjain/acceptance-test-driven-development-350264/" target="_blank">Acceptance Test Driven Development</a>. I was told that there are 16 people who have registered (paid) to attend this workshop. I&#8217;m really looking forward to meet those folks and to attend the rest of the conference.</p>
<p>This is my first time in Ireland and I must tell you, this place is awesome. Its really beautiful. Weather is great. Well I&#8217;m going out to enjoy my time. Will be back in Mumbai in a week&#8217;s time (hopefully, pray for me).</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.agilefaqs.com/2008/06/10/finally-made-it-to-ireland-to-attend-xp-2008-conf/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
