<?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>Themelody Dream</title>
	<atom:link href="http://www.themelodydream.com/dreams/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.themelodydream.com/dreams</link>
	<description>Version 2.0</description>
	<lastBuildDate>Fri, 02 Mar 2012 06:17:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting Things Done &#8211; five minute intro</title>
		<link>http://www.themelodydream.com/dreams/?p=544</link>
		<comments>http://www.themelodydream.com/dreams/?p=544#comments</comments>
		<pubDate>Fri, 17 Feb 2012 21:00:47 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Dreams]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=544</guid>
		<description><![CDATA[I love David Allen&#8217;s &#8216;Getting Things Done&#8217;
and friends often want to know how to start.
Here&#8217;s a five minute intro.

I Combined some images I had from past presentations with images from http://gtdrawings.blogspot.com/2005_12_01_archive.html
The art of stress free productivity is the result of using a system that frees our mind to focus on the moment we are in [...]]]></description>
			<content:encoded><![CDATA[<p>I love David Allen&#8217;s &#8216;Getting Things Done&#8217;<br />
and friends often want to know how to start.<br />
Here&#8217;s a five minute intro.</p>
<p><iframe width="420" height="315" src="http://www.youtube.com/embed/66pgNqcRmGk" frameborder="0" allowfullscreen></iframe></p>
<p>I Combined some images I had from past presentations with images from <a title="http://gtdrawings.blogspot.com/2005_12_01_archive.html" href="http://gtdrawings.blogspot.com/2005_12_01_archive.html" target="_blank">http://gtdrawings.blogspot.com/2005_12_01_archive.html</a></p>
<p><strong><span style="text-decoration: underline;">The art of stress free productivity</span></strong> is the result of using a system that frees our mind to focus on the moment we are in (<em>mind like water). </em>I was introduced to the idea through David Allen, Getting Things Done (GTD),<br />
which is typically thought of as a task management system, many years ago.</p>
<p>Basically, if you consistently do the following:</p>
<ul>
<li>Use ubiquitous capture (a pen and paper always in reach, or a smart phone)</li>
<li>Develop a system for managing all the stuff for all the contexts of your life</li>
<li>Do a weekly review</li>
</ul>
<p>You will take advantage of the miracle of ready state, distributive cognition.</p>
<p>For many people exploring GTD, there is a great sense of relief in the first few weeks. Keep doing capture, process, and review for a year or more, then bask in the transcendental experience: <em>mind like water.</em></p>
<p>This is because most people have a system they can trust for the <strong>majority, but not all</strong> of their lives. Do this for a month and feel at ease. Do a hundred reviews and that system will cover all the contexts of your life.</p>
<p>For more information refer to his talk at Google <a href="http://www.youtube.com/watch?v=Qo7vUdKTlhk">http://www.youtube.com/watch?v=Qo7vUdKTlhk</a> or <a href="../../temp/DavidAllenGoogle.mp3">mp3</a></p>
<p>Either book by David Allen, <span style="text-decoration: underline;">Getting Things Done</span> or <span style="text-decoration: underline;"><a href="../../temp/MakingItAllWork.zip">Making it all work</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=544</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to automate testing (part 2)</title>
		<link>http://www.themelodydream.com/dreams/?p=531</link>
		<comments>http://www.themelodydream.com/dreams/?p=531#comments</comments>
		<pubDate>Mon, 23 Jan 2012 18:50:04 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=531</guid>
		<description><![CDATA[
To return to part 1
One of the downsides of Sheila… is her ability to read, though this  can easily be worked around. Using character regognition (OCR) it is  possible to navigate through the user interface (UI) and read the text.  Using tools like Tesseract or the Python Imagin Library   (PIL)  it [...]]]></description>
			<content:encoded><![CDATA[<p><img title="Robot Sheila Typing" src="http://rm.awarenessnetworks.com/5081550350599592910.png" alt="Robot Sheila Typing" width="150" height="195" /></p>
<p>To return to <a href="http://growyourbiz.kodak.com/growyourbiz/post/?ID=5170070278439576109" target="_self">part 1</a></p>
<p>One of the downsides of Sheila… <span id="more-531"></span>is her ability to read, though this  can easily be worked around. Using character regognition (OCR) it is  possible to navigate through the user interface (UI) and read the text.  Using tools like <a href="http://en.wikipedia.org/wiki/Tesseract">Tesseract</a> or the Python Imagin Library   (<a href="http://www.pythonware.com/products/pil/">PIL</a>)  it is possible to read the screen. This allows for more human tests,  such as click, File, Save As.., which if perfect for integration, which  naturally evolves into future regression testing. Without this type of  testing it is possible to release software with functionality that is  not avaialbe in the UI.</p>
<p>While Bruce is still better at patern recognition, it is possible to  teach Sheila to search for paterns in screen using image comparison  tools in PIL or any Tiff-Diff tool, and sheila is wonderful for looking  at every single pixel out of millions and detecting the slightest shift  in color. In Kodak Proofing Software™ we do exactly that comparing  millions if not billions of pixels of hot folder output for jobs we  believe are cool or tricky.</p>
<p>As mentioned earlier one of the great advantages of automated testing  is the ability to clone systems. Using virtual machines any number of  instances can be duplicated, which is fabulous for trying hundreds of  variations of very similar conditions. There are even companies that  provide virtual farms, which allow tests to run in parallel using a  great number of computers. Tests that once required an entire night to  run could be run on a virtual farm of 100 computers in a matter of  minutes. This makes it practical for developer to get immediate feedback  after a code change. This makes refactoring code easy in comparison to  nightly or slower test cycles.</p>
<p>It might require a group of monkeys an infinite amount of time to  create the entire works of Shakespeare banging on Smith Corona. It might  even take a group of virtual machines longer to write the <em>Great Gatsby</em> using random combinations that the duration of the universe or in  particular the human species will practically allow; however, virtual  machines can easily test 1024 commendations of the user interface  without ever getting bored. The same group of monkeys or worse humans  would likely cause total chaos before completing such a tedious task.</p>
<p>To set up automated testing a group needs to commit to a framework. A  perfect choice is Python. It is open source, multiplatform, widely  supported, and has a great number of libraries useful in testing. It  also is highly readable, and encourages unit testing. Python can be used  to drive the user interface, so the robots don&#8217;t actually need to type.  Perl and AutoIt could also be used as a framework for automated  testing, though AutoIt is Windows only. It is also well possible to have  the developers create an API for the code being developed, though this  is not required, especially when using the user interface to test.</p>
<p>One of the biggest challenges in automated testing is interacting with  hardware. If you require testing of the system that requires hardware  feedback in real time this may be challenging. For this it is likely a  workaround will be required. For instance, in Kodak Proofing Software it  is not possible to have a spectrophotometer read a chart that provides  the same measurement data each time, since print color shifts over time.  Virtual machines are also useless at moving paper. Therefore we decided  to use canned data and have Python provide this using XML during the  test. We still use humans to measure actual color in real time in an  additonal to the automated test. So there is at least one reason to keep  the humans around.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=531</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ivany&#8217;s 2008</title>
		<link>http://www.themelodydream.com/dreams/?p=550</link>
		<comments>http://www.themelodydream.com/dreams/?p=550#comments</comments>
		<pubDate>Sat, 21 Jan 2012 13:33:40 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Ivany Family]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=550</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object id="vp1sbyLT" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="432" height="240" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://static.animoto.com/swf/w.swf?w=swf/vp1&amp;e=1329888661&amp;f=sbyLTRKhCFnSHJgtapx0kQ&amp;d=190&amp;m=a&amp;r=240p+480p&amp;volume=100&amp;start_res=480p&amp;i=m&amp;options=" /><param name="allowfullscreen" value="true" /><embed id="vp1sbyLT" type="application/x-shockwave-flash" width="432" height="240" src="http://static.animoto.com/swf/w.swf?w=swf/vp1&amp;e=1329888661&amp;f=sbyLTRKhCFnSHJgtapx0kQ&amp;d=190&amp;m=a&amp;r=240p+480p&amp;volume=100&amp;start_res=480p&amp;i=m&amp;options=" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=550</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trains</title>
		<link>http://www.themelodydream.com/dreams/?p=540</link>
		<comments>http://www.themelodydream.com/dreams/?p=540#comments</comments>
		<pubDate>Mon, 09 Jan 2012 19:00:22 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=540</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object id="vp1X96eY" width="432" height="240" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"><param name="movie" value="http://static.animoto.com/swf/w.swf?w=swf/vp1&#038;e=1326135788&#038;f=X96eYejQdFcOO2jQrvcSMQ&#038;d=173&#038;m=a&#038;r=360p&#038;volume=100&#038;start_res=360p&#038;i=m&#038;options="></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed id="vp1X96eY" src="http://static.animoto.com/swf/w.swf?w=swf/vp1&#038;e=1326135788&#038;f=X96eYejQdFcOO2jQrvcSMQ&#038;d=173&#038;m=a&#038;r=360p&#038;volume=100&#038;start_res=360p&#038;i=m&#038;options=" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="432" height="240"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=540</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple after Steve Jobs</title>
		<link>http://www.themelodydream.com/dreams/?p=527</link>
		<comments>http://www.themelodydream.com/dreams/?p=527#comments</comments>
		<pubDate>Mon, 09 Jan 2012 18:43:45 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Dreams]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=527</guid>
		<description><![CDATA[As long as Tim Cook and Jony Ive work together Apples product and brand can succeed the amazingly crazy Yogi.
]]></description>
			<content:encoded><![CDATA[<p>As long as Tim Cook and Jony Ive work together Apples product and brand can succeed the amazingly crazy Yogi.</p>
<div class="wp-caption alignnone" style="width: 330px"><img title="Wisdom Of The Ancients " src="http://www.themelodydream.com/Images/DenverCoder.jpg" alt="Wisdom Of The Ancients " width="320" height="178" /><p class="wp-caption-text">Wisdom Of The Ancients </p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=527</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why automate testing</title>
		<link>http://www.themelodydream.com/dreams/?p=514</link>
		<comments>http://www.themelodydream.com/dreams/?p=514#comments</comments>
		<pubDate>Tue, 23 Aug 2011 20:03:33 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Dreams]]></category>
		<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=514</guid>
		<description><![CDATA[Let me intro Bruce and Sheila. Sheila is the computer I use to produce music and videos. Bruce is the software tester I would love to hire seen below. Bruce is good with crayons, but Sheila and I suck (see below).

more…
]]></description>
			<content:encoded><![CDATA[<p><a>Let me intro Bruce and Sheila. Sheila is the computer I use to produce </a><a href="http://www.themelodydream.com/">music</a> and <a title="Kodak Proofing Software" href="http://www.youtube.com/watch?v=Q5IqA_XBfDI&amp;feature=related" target="_blank">videos</a>. Bruce is the software tester I would love to hire seen below. Bruce is good with crayons, but Sheila and I suck (see below).</p>
<p><a href="http://growyourbiz.kodak.com/growyourbiz/post/?id=5170070278439576109&amp;catid=10596&amp;type=post" target="_blank"><br />
<img src="http://rm.awarenessnetworks.com/6989513456122388665.jpg" alt="" width="330" height="417" />more…</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=514</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Things Done (GTD) The art of stress free productivity</title>
		<link>http://www.themelodydream.com/dreams/?p=510</link>
		<comments>http://www.themelodydream.com/dreams/?p=510#comments</comments>
		<pubDate>Fri, 12 Aug 2011 00:09:54 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Dreams]]></category>
		<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=510</guid>
		<description><![CDATA[The art of stress free productivity is the result of using a system that frees our mind to focus on the moment we are in (mind like water).
I was introduced to the idea through David Allen, Getting Things Done (GTD),
which is typically thought of as a task management system.
Basically, if you consistently do the following:

Use [...]]]></description>
			<content:encoded><![CDATA[<p>The art of stress free productivity is the result of using a system that frees our mind to focus on the moment we are in (<em>mind like water).</em></p>
<p>I was introduced to the idea through David Allen, Getting Things Done (GTD),<br />
which is typically thought of as a task management system.</p>
<p>Basically, if you consistently do the following:</p>
<ul>
<li>Use ubiquitous capture (a pen and paper always in reach, or a smart phone)</li>
<li>Develop a system for managing all the stuff for all the contexts of your life</li>
<li>Do a weekly review</li>
</ul>
<p>You will take advantage of the miracle of ready state, distributive cognition.</p>
<p>For many people exploring GTD, there is a great sense of relief in the first few weeks. Keep doing capture, process, and review for a year or more, then bask in the transcendental experience: <em>mind like water.</em></p>
<p>This is because most people have a system they can trust for the <strong>majority, but not all</strong> of their lives. Do this for a month and feel at ease. Do a hundred reviews and that system will cover all the contexts of your life.</p>
<p>For more information refer to his talk at Google <a href="http://www.youtube.com/watch?v=Qo7vUdKTlhk">http://www.youtube.com/watch?v=Qo7vUdKTlhk</a> or <a href="../../temp/DavidAllenGoogle.mp3">mp3</a></p>
<p>Either book by David Allen, <span style="text-decoration: underline;">Getting Things Done</span> or <span style="text-decoration: underline;"><a href="http://www.amazon.com/Making-All-Work-Winning-Business/dp/0143116622/ref=pd_bxgy_b_img_c">Making it all work</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=510</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See the world from a different point of view</title>
		<link>http://www.themelodydream.com/dreams/?p=492</link>
		<comments>http://www.themelodydream.com/dreams/?p=492#comments</comments>
		<pubDate>Sat, 26 Mar 2011 00:10:19 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Dreams]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=492</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="/Images/Blog/"><img src="/dreams/images/DaveMackSketchsDwightAtLunch.jpg" alt="" width="287" height="369" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=492</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rat race wins the donut</title>
		<link>http://www.themelodydream.com/dreams/?p=481</link>
		<comments>http://www.themelodydream.com/dreams/?p=481#comments</comments>
		<pubDate>Tue, 08 Mar 2011 07:10:08 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Dreams]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=481</guid>
		<description><![CDATA[
Studies show that people tasked to memorize a less significant series of numbers will make a healthier decision, and those tasked with memorizing a greater string of digits go for donuts: explaining today&#8217;s growing office waistline.
]]></description>
			<content:encoded><![CDATA[<p><a href="/Images/Blog/"><img src="images/RatRaceGTD.jpg" alt="" width="450" /></a></p>
<p>Studies show that people tasked to memorize a less significant series of numbers will make a healthier decision, and those tasked with memorizing a greater string of digits go for donuts: explaining today&#8217;s growing office waistline.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=481</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iterate</title>
		<link>http://www.themelodydream.com/dreams/?p=472</link>
		<comments>http://www.themelodydream.com/dreams/?p=472#comments</comments>
		<pubDate>Tue, 25 Jan 2011 20:40:49 +0000</pubDate>
		<dc:creator>Dwight</dc:creator>
				<category><![CDATA[Dreams]]></category>

		<guid isPermaLink="false">http://www.themelodydream.com/dreams/?p=472</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="/dreams/images/Iterate.png"><img src="/dreams/images/Iterate.png" alt="" width="450" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.themelodydream.com/dreams/?feed=rss2&amp;p=472</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

