<?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>Synesthesia &#187; Software_Development</title>
	<atom:link href="http://www.synesthesia.co.uk/blog/archives/tag/software_development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.synesthesia.co.uk/blog</link>
	<description>Notes on stuff</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:24:28 +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>Where to intervene in a system</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2005/08/31/where-to-intervene-in-a-system/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2005/08/31/where-to-intervene-in-a-system/#comments</comments>
		<pubDate>Wed, 31 Aug 2005 15:08:21 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/?p=798</guid>
		<description><![CDATA[Developer.* has published Places To Intervene In a System by the late Donella Meadows, with an afterword by Don Gray applying the thinking to software devleopment. Thought-provoking stuff &#8211; Meadows herself cautions that the essay is not a recipe for finding leverage points. Rather it&#8217;s an invitation to think more broadly about system change. In [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.developerdotstar.com/index.html">Developer.*</a> has published <a href="http://www.developerdotstar.com/mag/articles/places_intervene_system.html">Places To Intervene In a System</a> by the late <a href="http://en.wikipedia.org/wiki/Donella_Meadows">Donella Meadows</a>, with an afterword by <a href="http://www.donaldegray.com/">Don Gray</a> applying the thinking to software devleopment. Thought-provoking stuff &#8211; Meadows herself <a href="http://purpleslurple.net/ps.php?theurl=http://www.developerdotstar.com/printable/mag/articles/places_intervene_system.html#purp62">cautions</a> that the essay <cite title="http://purpleslurple.net/ps.php?theurl=http://www.developerdotstar.com/printable/mag/articles/places_intervene_system.html#purp62">is not a recipe for finding leverage points. Rather it&#8217;s an invitation to think more broadly about system change</cite>.</p>
<p>In summary (original numbering scheme!), places to think about intervening:</p>
<p>9. Numbers<br />
8. Material stocks and flows<br />
7. Regulating negative feedback loops<br />
6. Driving positive feedback loops<br />
5. Information flows<br />
4. The rules of the system<br />
3. The power of self-organisation<br />
2. The goals of the system<br />
1. The paradigm or mindset out of which the goals, rules and feedback structure arose.</p>
<p>  [ via <a href="http://www.jrothman.com/weblog/2005/08/interventions.html">Johanna Rothman</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2005/08/31/where-to-intervene-in-a-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with OpenOffice and Ruby</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2005/03/25/problem-with-openoffice-and-ruby/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2005/03/25/problem-with-openoffice-and-ruby/#comments</comments>
		<pubDate>Fri, 25 Mar 2005 08:13:38 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2005/03/25/problem-with-openoffice-and-ruby/</guid>
		<description><![CDATA[OpenOffice OLE Bridge produces error when trying to set properties from Ruby]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to automate <a href="http://www.openoffice.org/">OpenOffice</a> from <a href="http://www.ruby-lang.org/">Ruby</a> to carry out a batch format conversion of approximately 100 documents. I&#8217;ve researched a fair amount on the web, especially <a href="http://www.rubygarden.org/ruby/ruby?OpenOffice">here</a>, <a href="http://www.oooforum.org/forum/viewtopic.phtml?t=3510">here</a> and <a href="http://www.oooforum.org/forum/viewtopic.phtml?t=9815">here</a>, but I&#8217;m still having problems.</p>
<p>Specifically all works until I try and save a document using parameters (to tell OpenOffice to use an output filter), at which point the OLE Bridge is giving an error.  </p>
<p>If anyone reading this has found and cured a similar problem I&#8217;d be interested in your thoughts. Code snip follows:<br />
<span id="more-468"></span><br />
Ignore the escaping of the &#8221; signs &#8211; this seems to be some oddity of my WordPress installation&#8230;</p>
<pre>

# oo tests

require 'win32ole'

$serviceManager = WIN32OLE.new("com.sun.star.ServiceManager")
$desktop = $serviceManager.createInstance("com.sun.star.frame.Desktop")

def newWriterDocument()
    document = $desktop.loadComponentFromURL("private:factory/swriter", "_blank", 0, [])
   document
end

def test()
   filter = "writer_pdf_Export"
   fprops = makeProperties("FilterName" => filter)
   document = newWriterDocument
   text = document.GetText
   cursor = text.createTextCursor
   text.insertString(cursor, "Hello World", 0)
   oURL = "file:///c|/test.pdf"
   document.storeAsUrl(oURL, fprops) # this line fails with OLE error
   #store a document in standard format - document.storeAsUrl(oURL, []) - works
end

def makeProperty(name, value)
   property = $serviceManager.Bridge_GetStruct("com.sun.star.beans.PropertyValue")
   property["Name"] = name
   property["Value"] = value
   property
end

def makeProperties(hash)
   properties = []
   hash.each { | key, value |
   properties < < makeProperty(key, value)
     }
   properties
end

begin
  test
rescue

ensure

end
</pre>
<p><ins datetime="2005-03-29T19:00:46-01:00">Question also <a href="http://www.oooforum.org/forum/viewtopic.phtml?t=18607">posted</a> to OpenOffice.org forum.</ins></p>
<p><ins datetime="2005-03-29T22:16:16-01:00">OpenOffice.org forum came up with the answer:<br />
Replace </p>
<pre>document.storeAsUrl(oURL, fprops) # this line fails with OLE error</pre>
<p>with</p>
<pre>document.storeToUrl(oURL, fprops) # this line works!</pre>
<p></ins></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2005/03/25/problem-with-openoffice-and-ruby/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BlogWalk IV : IntraBliki</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2004/09/19/blogwalk-iv-intrabliki/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2004/09/19/blogwalk-iv-intrabliki/#comments</comments>
		<pubDate>Sun, 19 Sep 2004 09:10:32 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[BlogWalk]]></category>
		<category><![CDATA[Organisations]]></category>
		<category><![CDATA[Social Software]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Social_Software]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2004/09/19/blogwalk-iv-intrabliki/</guid>
		<description><![CDATA[The theme of <a href="http://blogwalk.mediapedagogy.com/">Blogwalk IV</a>  was the use of social software inside the firewall. 

We noted that there were certain technological barriers to be overcome before the tools were sufficiently invisible to support a wide acceptance of corporate blogging / wiki etc. 

I agreed to start some work to define the requirements of the ideal internal corporate blog / wiki tool so I've started writing some initial user requirements in the wiki. The root of the notes is at <a href="http://www.synesthesia.co.uk/wiki/IntraBliki">IntraBliki</a>,  please join in if you are interested.]]></description>
			<content:encoded><![CDATA[<p>The theme of <a href="http://blogwalk.mediapedagogy.com/">Blogwalk IV</a>  was the use of social software inside the firewall. </p>
<p>We noted that there were certain technological barriers to be overcome before the tools were sufficiently invisible to support a wide acceptance of corporate blogging / wiki etc. </p>
<p>I agreed to start some work to define the requirements of the ideal internal corporate blog / wiki tool so I&#8217;ve started writing some initial user requirements in the wiki. The root of the notes is at [wiki]IntraBliki[/wiki], please join in if you are interested.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2004/09/19/blogwalk-iv-intrabliki/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keeping Your Options Open</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2004/06/11/keeping-your-options-open/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2004/06/11/keeping-your-options-open/#comments</comments>
		<pubDate>Fri, 11 Jun 2004 13:40:11 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[QuickLinks]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2004/06/11/keeping-your-options-open/</guid>
		<description><![CDATA[&#8220;Extreme Programming and the Economics of Flexibility&#8221;:http://www.favaro.net/john/home/publications/xpecon.pdf [PDF] via &#8220;Agile Business Coach&#8221;:http://abc.truemesh.com/]]></description>
			<content:encoded><![CDATA[<p>&#8220;Extreme Programming and the Economics of Flexibility&#8221;:http://www.favaro.net/john/home/publications/xpecon.pdf [PDF] via &#8220;Agile Business Coach&#8221;:http://abc.truemesh.com/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2004/06/11/keeping-your-options-open/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business value approach to requirements</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2004/06/08/business-value-approach-to-requirements/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2004/06/08/business-value-approach-to-requirements/#comments</comments>
		<pubDate>Tue, 08 Jun 2004 16:49:16 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2004/06/08/business-value-approach-to-requirements/</guid>
		<description><![CDATA[&#8220;Chris Matts&#8221;:http://abc.truemesh.com/ &#8220;points&#8221;:http://abc.truemesh.com/archives/000306.html to a paper he co-authored with &#8220;Andy Pols&#8221;:http://www.pols.co.uk/blog/index.html on &#8220;Business Value-driven Software Development&#8221;:http://www.pols.co.uk/business-coach/BusinessValueDrivenDevelopment.pdf (PDF) Sounds like obvious common sense to me, which presumably means it doesn&#8217;t happen as much as it could in the real world! In &#8220;another post(Documents Create Antagonism)&#8221;:http://abc.truemesh.com/archives/000305.html he also puts his finger on a common problem with &#8220;Big [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Chris Matts&#8221;:http://abc.truemesh.com/  &#8220;points&#8221;:http://abc.truemesh.com/archives/000306.html to a paper he co-authored with &#8220;Andy Pols&#8221;:http://www.pols.co.uk/blog/index.html on &#8220;Business Value-driven Software Development&#8221;:http://www.pols.co.uk/business-coach/BusinessValueDrivenDevelopment.pdf (PDF) Sounds like obvious common sense to me, which presumably means it doesn&#8217;t happen as much as it could in the real world! <img src='http://www.synesthesia.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In &#8220;another post(Documents Create Antagonism)&#8221;:http://abc.truemesh.com/archives/000305.html he also puts his finger on a common problem with &#8220;Big Design Up Front&#8221;:http://c2.com/cgi/wiki?BigDesignUpFront projects &#8211; namely the dysfunctional behaviour driven on both business and development sides of a project by too much early specification that does not consider the value of requested features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2004/06/08/business-value-approach-to-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Study notes  &#8211; &#8220;Lean Software Development&#8221; Chapter 3</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2003/10/19/study-notes-lean-software-development-chapter-3/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2003/10/19/study-notes-lean-software-development-chapter-3/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2003/10/19/study-notes-lean-software-development-chapter-3/</guid>
		<description><![CDATA[Summary notes from chapter 3 of <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321150783/ref%3Dase%5Ffivegocrazyinmid">Lean Software Development</a> by Mary and Tom Poppendieck]]></description>
			<content:encoded><![CDATA[<p>Continuing to work through <a href="http://www.synesthesia.co.uk/library/archives/000197.php">Lean Software Development</a> by Mary &#038; Tom Poppendieck.</p>
<p>*Chapter 3 &#8211; Decide As Late As Possible*</p>
<p>* Concurrent development &#8211; the importance of both knowledge and collaboration.<br />
* Cost escalation curves for changes &#8211; the old &#8220;exponential&#8221; model for increasing cost of late change really only applies to critical constraints (e.g. major technical architecture decisions)<br />
* Use &#8220;breadth first&#8221; approach for the major constraints &#8211; for other aspects defer decision as long as possible through iterative development<br />
* Importance of keeping options open until &#8220;last responsible moment&#8221;<br />
* Share information early &#8211; don&#8217;t wait for it to be &#8220;complete&#8221;<br />
* Direct worker-to-worker collaboration<br />
* Learn how to deal with change<br />
* Breadth-first decision making works best when business domain is evolving<br />
* Simple rules allow robust and flexible response to real-world variation</p>
<div class="inlineimg"><a target="_blank" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMM03.jpg"><img align="center" width="400" height="521" src="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMMthmb03.jpg" alt="Mindmap"></a></p>
<div class="caption">Mindmap: <a target="_blank"  title="Open JPEG of Mindmap in a new Window" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMM03.jpg">JPEG</a> [110kb], <a  title="Link to MindManager file of mind map" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/Lean Software Development.mmp">MindManager</a> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2003/10/19/study-notes-lean-software-development-chapter-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Study notes  &#8211; &#8220;Lean Software Development&#8221; Chapter 2</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2003/10/07/study-notes-lean-software-development-chapter-2/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2003/10/07/study-notes-lean-software-development-chapter-2/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2003/10/07/study-notes-lean-software-development-chapter-2/</guid>
		<description><![CDATA[Summary notes from chapter 2 of <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321150783/ref%3Dase%5Ffivegocrazyinmid">Lean Software Development</a> by Mary and Tom Poppendieck]]></description>
			<content:encoded><![CDATA[<p>Continuing to work through <a href="http://www.synesthesia.co.uk/library/archives/000197.php">Lean Software Development</a> by Mary &#038; Tom Poppendieck.</p>
<p>Chapter 2 &#8211; Amplify Learning</p>
<p>The problems solved by software do not have &#8220;right&#8221; answers, rather it is a case of seeking to reduce uncertainty as the project progresses &#8211; uncertainty about customer requirements, uncertainty about technology. Software development is therefore a process of learning and like all learning inherently cyclical.</p>
<p>The tools introduced in this chapter are primarily about adopting maximising opportunities for learning, enhancing communication between the people who understand different parts of the problem domain and allowing solutions to emerge that meet the needs of all stakeholders.</p>
<blockquote><p>
An iteration should be considered a demonstration of a possible solution; it should not be considered an only solution [...] As iterations progress and more choices are made, the design space should be gradually narrowed
</p></blockquote>
<p>Tool 3  &#8211; Feedback<br />
Tool 4 &#8211; Iterations<br />
Tool 5 &#8211; Synchronisation<br />
Tool 6 &#8211; Set-based Development</p>
<p>Reading this chapter I was struck by the importance of trust between all stakeholders &#8211; I&#8217;m looking forward to see how that might be dealt with when they discuss teams, committment, motivation and contracting issues&#8230;</p>
<div class="inlineimg"><a target="_blank" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMM02.jpg"><img align="center" width="400" height="468" src="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMMthmb02.jpg" alt="Mindmap"></a></p>
<div class="caption">Mindmap: <a target="_blank"  title="Open JPEG of Mindmap in a new Window" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMM02.jpg">JPEG</a> [155kb], <a  title="Link to MindManager file of mind map" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/Lean Software Development.mmp">MindManager</a> </div>
</div>
<p><ins>Updated 2003-10-13</ins><br />
Re-reading the chapter, and as the result of a couple of real-life project conversations that have happened since the original entry, I&#8217;ve realised the importance of the concept of <strong>variable scope</strong>. In the book the Poppendiecks cite <a href="http://www.xp2003.org/talksinfo/johnson.pdf" title="ROI, It's your job">ROI, It&#8217;s your job [PDF 716kb]</a> by Jim Johnson of <a href="http://www.standishgroup.com/">The Standish Group</a>. In that document Johnson refers to a study of over 35,000 application development projects which found that in a typical  system <q cite="http://www.xp2003.org/talksinfo/johnson.pdf">45 percent of features are never used and 19 percent are rarely used</q></p>
<p>The Poppendiecks note (p32):<br />
<blockquote>Since customers often don&#8217;t know exactly what they want at the beginning of a project, they tend to ask for everything they think they might need, especially if they think they will only get one shot at it. This is one of the best ways we know to increase the scope of a project well beyond what is necessary to accomplish the project&#8217;s overall mission. [...] If you let customers ask only for their highest priority features, deliver them quickly, then ask for the next highest priority, you are more likely to get short lists of what is important. [...] This approach to project management may seem to lead to unpredictable results, but quite the opposite is true. Once a track record of delivering working software is established it is easy to project how much work will be done in each iteration [...] by tracking the team <em>velocity</em> you can forecast from past work how much work will probably be done in the future. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2003/10/07/study-notes-lean-software-development-chapter-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Study notes &#8211; &#8220;Lean Software Development&#8221; Chapter 1</title>
		<link>http://www.synesthesia.co.uk/blog/archives/2003/10/06/study-notes-lean-software-development-chapter-1/</link>
		<comments>http://www.synesthesia.co.uk/blog/archives/2003/10/06/study-notes-lean-software-development-chapter-1/#comments</comments>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<dc:creator>Julian</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software_Development]]></category>

		<guid isPermaLink="false">http://www.synesthesia.co.uk/blog/archives/2003/10/06/study-notes-lean-software-development-chapter-1/</guid>
		<description><![CDATA[Summary notes from chapter 1 of <a href="http://www.amazon.co.uk/exec/obidos/ASIN/0321150783/ref%3Dase%5Ffivegocrazyinmid">Lean Software Development</a> by Mary and Tom Poppendieck]]></description>
			<content:encoded><![CDATA[<p>Started to work through <a href="http://www.synesthesia.co.uk/library/archives/000197.php">Lean Software Development</a> by Mary &#038; Tom Poppendieck.</p>
<p>Chapter 1 &#8211; Eliminate Waste</p>
<p>waste = non-value added activity</p>
<p>value = customer perception</p>
<p>Tool 1 = seeing waste</p>
<p>* Partially Done Work<br />
* Extra Processes<br />
* Extra Features<br />
* Task Switching<br />
* Waiting<br />
* Motion<br />
* Defects </p>
<p>Tool 2 &#8211; Value Chain mapping </p>
<p>* Map process flow<br />
* Value-added<br />
* Non-value-added<br />
* Prioritise improvements<br />
* Repeat </p>
<div class="inlineimg"><a target="_blank" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMM01.jpg"><img align="center" width="400" height="207" src="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMMthmb01.jpg" alt="Mindmap"></a></p>
<div class="caption"> Mindmap: <a target="_blank"  title="Open JPEG of Mindmap in a new Window" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/LeanSoftwareDevMM01.jpg">JPEG</a> [93kb], <a  title="Link to MindManager file of mind map" href="http://www.julian.elve.dial.pipex.com/mindmaps/leanswdev/Lean Software Development.mmp">MindManager</a> </div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.synesthesia.co.uk/blog/archives/2003/10/06/study-notes-lean-software-development-chapter-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

