<?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>Somewhere out there! &#187; Uncategorized</title>
	<atom:link href="http://stateless.geek.nz/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateless.geek.nz</link>
	<description></description>
	<lastBuildDate>Tue, 14 Feb 2012 11:00:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Random MAC address for libvirt</title>
		<link>http://stateless.geek.nz/2011/12/08/random-mac-address-for-libvirt/</link>
		<comments>http://stateless.geek.nz/2011/12/08/random-mac-address-for-libvirt/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 00:25:16 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Kvm]]></category>
		<category><![CDATA[libvirt]]></category>
		<category><![CDATA[snippet]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=857</guid>
		<description><![CDATA[Snippet for generating a random MAC address. Useful if adding interfaces to a libvirt xml define file.]]></description>
			<content:encoded><![CDATA[<p>Snippet for generating a random MAC address. Useful if adding interfaces to a libvirt xml define file.</p>
<pre class="brush: bash; title: ; notranslate">MACADDR=&quot;52:54:$(dd if=/dev/urandom count=1 2&gt;/dev/null | md5sum | sed 's/^\(..\)\(..\)\(..\)\(..\).*$/\1:\2:\3:\4/')&quot;;
echo $MACADDR
echo &quot;
&lt;interface type='bridge'&gt;
&lt;mac address='$MACADDR'/&gt;
&lt;source bridge='br233'/&gt;
&lt;model type='virtio'/&gt;
&lt;/interface&gt;
&quot;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2011/12/08/random-mac-address-for-libvirt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KDC reply did not match expectations while getting initial credentials</title>
		<link>http://stateless.geek.nz/2011/07/06/kdc-reply-did-not-match-expectations-while-getting-initial-credentials/</link>
		<comments>http://stateless.geek.nz/2011/07/06/kdc-reply-did-not-match-expectations-while-getting-initial-credentials/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 00:07:12 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=849</guid>
		<description><![CDATA[Seems kinit is particular: I had similar problems. I figured out that krb5.conf requires the realm names to be in upper case. I have converted the domain names (wherever it appears in krb5.conf) to uppercase. [root@LinuxLS logicalfuzz]# kinit myaccount@corp.example.com Password for myaccount@corp.example.com: kinit(v5): KDC reply did not match expectations while getting initial credentials [root@LinuxLS logicalfuzz]# [...]]]></description>
			<content:encoded><![CDATA[<p>Seems kinit is <a href="http://www.linuxquestions.org/questions/linux-networking-3/kerberos-kinit-reply-did-not-match-expectations-445698/">particular</a>:</p>
<blockquote><p>I had similar problems. I figured out that krb5.conf requires the realm names to be in upper case. I have converted the domain names (wherever it appears in krb5.conf) to uppercase.</p>
<p><code>[root@LinuxLS logicalfuzz]# kinit myaccount@corp.example.com<br />
Password for myaccount@corp.example.com:<br />
kinit(v5): KDC reply did not match expectations while getting initial credentials<br />
[root@LinuxLS logicalfuzz]# kinit myaccount@CORP.EXAMPLE.COM<br />
Password for myaccount@CORP.EXAMPLE.COM:<br />
[root@LinuxLS logicalfuzz]#</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2011/07/06/kdc-reply-did-not-match-expectations-while-getting-initial-credentials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SATA cable fault causes disk system to timeout</title>
		<link>http://stateless.geek.nz/2009/10/18/sata-cable-fault-causes-disk-system-to-timeout/</link>
		<comments>http://stateless.geek.nz/2009/10/18/sata-cable-fault-causes-disk-system-to-timeout/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 11:03:29 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[nexenta]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=713</guid>
		<description><![CDATA[While setting up Nexenta 3.0 on a Intel SS4200, I hit this error: &#8220;transport failed reason tran_err&#8220;. The reason &#8211; a SATA cable was caught and being compressed between a drive cage and the case.]]></description>
			<content:encoded><![CDATA[<p>While setting up Nexenta 3.0 on a Intel SS4200, I hit this error: &#8220;<strong>transport failed reason tran_err</strong>&#8220;. The reason &#8211; a SATA cable was caught and being compressed between a drive cage and the case.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/10/18/sata-cable-fault-causes-disk-system-to-timeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vmbuilder, virtio and fstab</title>
		<link>http://stateless.geek.nz/2009/08/14/vmbuilder-virtio-and-fstab/</link>
		<comments>http://stateless.geek.nz/2009/08/14/vmbuilder-virtio-and-fstab/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 00:26:06 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Kvm]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=688</guid>
		<description><![CDATA[nic@vm-base:~$ sudo blkid /dev/vda2 /dev/vda2: UUID=&#8221;0c75b2dd-6c6f-4729-b041-0d95475dc171&#8243; TYPE=&#8221;swap&#8221; If you install a vm with vmbuilder without virtio the swap section of /etc/fstab will use /dev/sda2 instead of /dev/vda2. You can use blkid nic@vm-base:~$ sudo blkid /dev/vda1: UUID="bac299c4-c545-46ca-aed3-26da4a56f6d7" TYPE="ext3" /dev/vda2: TYPE="swap" UUID="0c75b2dd-6c6f-4729-b041-0d95475dc171" /dev/vdb: UUID="jIkLcQ-zXUo-KIWR-zvmm-cpKP-9PpT-eE9RY3" TYPE="lvm2pv" and then add this UUID to fstab: nic@vm-base:~$ cat /etc/fstab # /etc/fstab: [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">nic@vm-base:~$ sudo blkid /dev/vda2</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">/dev/vda2: UUID=&#8221;0c75b2dd-6c6f-4729-b041-0d95475dc171&#8243; TYPE=&#8221;swap&#8221;</div>
<p>If you install a vm with vmbuilder without virtio the swap section of /etc/fstab will use /dev/sda2 instead of /dev/vda2. You can use blkid</p>
<pre>nic@vm-base:~$ sudo blkid
/dev/vda1: UUID="bac299c4-c545-46ca-aed3-26da4a56f6d7" TYPE="ext3"
/dev/vda2: TYPE="swap" UUID="0c75b2dd-6c6f-4729-b041-0d95475dc171"
/dev/vdb: UUID="jIkLcQ-zXUo-KIWR-zvmm-cpKP-9PpT-eE9RY3" TYPE="lvm2pv"</pre>
<div>and then add this UUID to fstab:</div>
<pre style="padding-left: 30px;">nic@vm-base:~$ cat /etc/fstab
# /etc/fstab: static file system information.
# &lt;file system&gt;                                 &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;
proc                                            /proc           proc    defaults        0       0
/dev/sda1                                       /               ext3    defaults        0       0
UUID="0c75b2dd-6c6f-4729-b041-0d95475dc171"     swap            swap    defaults        0       0</pre>
<p>in order to get swap working with different driver types.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/08/14/vmbuilder-virtio-and-fstab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shared Storage and Virtualisation</title>
		<link>http://stateless.geek.nz/2009/08/13/shared-storage-and-virtualisation/</link>
		<comments>http://stateless.geek.nz/2009/08/13/shared-storage-and-virtualisation/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 22:46:55 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2009/08/13/shared-storage-and-virtualisation/</guid>
		<description><![CDATA[Recent issues and 18 months of experience have shown me that shared storage for a small (2-4 node) virtualisation cluster is hard. It is still practical and possible to build a shared storage cluster using Solaris, rather than buying super experience appliance storage. But you must always spec at least two storage nodes, otherwise you [...]]]></description>
			<content:encoded><![CDATA[<p>Recent issues and 18 months of experience have shown me that shared storage for a small (2-4 node) virtualisation cluster is hard.</p>
<p>It is still practical and possible to build a shared storage cluster using Solaris, rather than buying super experience appliance storage.  But you must always spec at least two storage nodes, otherwise you lock yourself into a structure that can be difficult to change. That includes changes that involve upgrades.</p>
<p>Virtualisation technology has moved a long way in the last couple years.  And while I&#8217;m still formulating a new approach, there are many more options for flexible micro virtualisation clusters.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/08/13/shared-storage-and-virtualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KVM, disk formats and disposable computing</title>
		<link>http://stateless.geek.nz/2009/08/13/kvm-disk-formats-and-disposable-computing/</link>
		<comments>http://stateless.geek.nz/2009/08/13/kvm-disk-formats-and-disposable-computing/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 22:17:12 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=683</guid>
		<description><![CDATA[I&#8217;ve got a couple XenServer vms that I never migrated to ESX. Time and complexity got in the way. In fact one of the reasons why I dislike XenServer is that fact that way it ran disk images was not portable.   Where as with ESX and KVM I can migrate disk images between the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a couple XenServer vms that I never migrated to ESX. Time and complexity got in the way. In fact one of the reasons why I dislike XenServer is that fact that way it ran disk images was not portable.   Where as with ESX and KVM I can migrate disk images between the two hypervisors without needing to chance anything in the guest. With XenServer at the time this was not easy. XenOSS has a similar issue with PV domains, although with KVM+xenner  is meant to be able to run these.</p>
<p>Anyway here are a few links for converting disk images between formats.</p>
<ul>
<li><a href="http://watzmann.net/blog/index.php/2007/12/05/running_a_jumpbox_with_virt_image_and_li">Running a JumpBox with virt-image and libvirt</a></li>
<li><a href="http://jim.studt.net/depository/index.php/converting-vhd-to-raw-disk-images-or-even-vmdk">Converting VHD to raw disk images, or even VMDK.</a></li>
<li><a href="http://www.qc4blog.com/?p=84">convert .vhd (VirtualPc) files into .vdi (VirtualBox) files</a></li>
</ul>
<p>I found though in the end that kvm-img or qemu-img has able to handle all the images I use: VHD, VMDK, RAW, and QCOW2. For example <em>kvm-image convert disk.vhd -O raw disk.raw</em> will work.</p>
<p>This leads to the nicest thing I found about KVM. With either ESXi 3.5 or vSphere 4 ubuntu 8.04 or 8.10 VMDK files I was able to: <em>kvm-img convert -O raw disk.vmdk disk.raw. </em>Then run this new disk in raw format<strong> </strong>with KVM plus virtio drivers and <strong>do so </strong><strong>without any changes</strong> in the guest.</p>
<p>This truely is disposable computing!</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/08/13/kvm-disk-formats-and-disposable-computing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running KVM</title>
		<link>http://stateless.geek.nz/2009/08/13/running-kvm/</link>
		<comments>http://stateless.geek.nz/2009/08/13/running-kvm/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 21:50:45 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Kvm]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Virtualisation]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2009/08/13/running-kvm/</guid>
		<description><![CDATA[I&#8217;ve started running KVM recently and I&#8217;ll post a review at some point. I&#8217;m finding it very flexible and much much easier to use that Xen. There are still a few questions regarding file caches and disk images. In general I&#8217;m happy that it&#8217;s ready for production.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started running KVM recently and I&#8217;ll post a review at some point.  I&#8217;m finding it very flexible and much much easier to use that Xen.</p>
<p>There are still a few questions regarding file caches and disk images. In general I&#8217;m happy that it&#8217;s ready for production.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/08/13/running-kvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Wave &#8211; Fully Integrated Social Tech Networks</title>
		<link>http://stateless.geek.nz/2009/05/31/google-wave-fully-integrated-social-tech-networks/</link>
		<comments>http://stateless.geek.nz/2009/05/31/google-wave-fully-integrated-social-tech-networks/#comments</comments>
		<pubDate>Sat, 30 May 2009 23:44:27 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=677</guid>
		<description><![CDATA[Watch this video. There is a lot I could say, but it&#8217;s best to watch the video. Google Wave covers most of my vision of how communication should work, but extends it further in directions I haven&#8217;t considered. Inline replies Simultaneous online interaction  Wiki like behaviour Data interface linking. Drag and drop. The whole agent/robot functionality is [...]]]></description>
			<content:encoded><![CDATA[<p>Watch this <a href="http://www.youtube.com/watch?v=v_UyVmITiYQ">video</a>. There is a lot I could say, but it&#8217;s best to watch the video. <a href="http://googlewavedev.blogspot.com/2009/05/introducing-google-wave-apis-what-can.html">Google Wave</a> covers most of my vision of how communication should work, but extends it further in directions I haven&#8217;t considered.</p>
<ul>
<li>Inline replies</li>
<li>Simultaneous online interaction </li>
<li>Wiki like behaviour</li>
<li>Data interface linking.</li>
<li>Drag and drop.</li>
</ul>
<p>The whole agent/robot functionality is very exciting.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/05/31/google-wave-fully-integrated-social-tech-networks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://stateless.geek.nz/2009/03/16/659/</link>
		<comments>http://stateless.geek.nz/2009/03/16/659/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 20:58:55 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ethernet]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Vmware]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=659</guid>
		<description><![CDATA[From Professional VMware blog, here is another method to fix your lost Ethernet device on Ubuntu. Another method of doing this, is to edit the ‘persistent-net-generator.rules’ file to include something similar to: # ignore VMware virtual interfaces ATTR{address}==&#8221;00:0c:29:*&#8221;, GOTO=&#8221;persistent_net_generator_end&#8221;]]></description>
			<content:encoded><![CDATA[<p>From <a href="http://professionalvmware.com/2009/03/10/ubuntu-cloning-mac-address-change-mayhem/">Professional VMware</a> blog, here is another method to fix your <a href="http://stateless.geek.nz/2007/02/01/ubuntu-and-vmware-losing-your-ethernet-device-when-migrating/">lost Ethernet</a> device on Ubuntu.</p>
<p style="padding-left: 30px;"><em>Another method of doing this, is to edit the ‘persistent-net-generator.rules’ file to include something similar to:</em></p>
<p style="padding-left: 30px;"><em># ignore VMware virtual interfaces<br />
ATTR{address}==&#8221;00:0c:29:*&#8221;, GOTO=&#8221;persistent_net_generator_end&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/03/16/659/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Automation</title>
		<link>http://stateless.geek.nz/2009/02/26/cloud-automation/</link>
		<comments>http://stateless.geek.nz/2009/02/26/cloud-automation/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 01:01:07 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[disposable]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=654</guid>
		<description><![CDATA[Image via CrunchBase Couple article with interest methods for leveraging cloud computing.  Both of these talk to my concept of disposable computing. Do the maths correctly for cloud computing. Look for applications that leverage Amazon&#8217;s ease of use: EC2 instances can easily be brought up and quiesced; it&#8217;s not necessary to keep an instance up [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 265px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/mechanical-turk"><img title="Image representing Mechanical Turk as depicted..." src="http://www.crunchbase.com/assets/images/resized/0002/2452/22452v1-max-450x450.png" alt="Image representing Mechanical Turk as depicted..." width="255" height="42" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>Couple article with interest methods for leveraging cloud computing.  Both of these talk to my concept of <strong>disposable computing</strong>.</p>
<p><a href="http://cio.co.nz/cio.nsf/tech/8C3B0757EDD1AB68CC25755E007056B6">Do the maths correctly for cloud computing</a>.</p>
<blockquote><p><span class="Apple-style-span" style="border-collapse: separate; color: #333333; font-family: Verdana; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 16px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><span class="Apple-converted-space"> </span><em>Look for applications that leverage Amazon&#8217;s ease of use: EC2 instances can easily be brought up and quiesced; it&#8217;s not necessary to keep an instance up and running 24/7. Unlike a data center, where once a server is installed it&#8217;s easier to keep it running than to power it up and down, Amazon is ideally suited for applications that are used in a transient fashion, or even a temporary fashion. For example, one company I worked with had an application where it needed to test a system with 100 simultaneous browser instances. The company fired up 100 Amazon EC2 instances, ran a browser script on each one overnight, and completed the test the following day, whereupon it shut down the instances and discarded the systems. It accomplished all of this over a period of three days. Imagine how long it would take to do this in a traditional IT environment. Even better: the total cost for the simulation: $100.</em></span></p></blockquote>
<p><a href="http://aws.typepad.com/aws/2009/02/virtual-stressfree-testing-in-the-cloud.html">Virtual Stress-free Testing in the Cloud</a>.</p>
<blockquote>
<p style="margin-top: 10px; margin-bottom: 10px; text-align: left;"><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><strong>Throw-away boxes</strong><br />
It was funny when I was talking to some developers about testing. One of the developer jumped and said &#8220;If you mess up the configuration, simply dump the instance and start a new one. Time is precious, dude!&#8221;  I knew developers from server-less start-up companies in our ecosystem, who start their dev boxes every morning and run it for 12 hours (the average developer uptime) per day and shut down every night before they go home. But I never thought that one can actually use Amazon EC2 to create thousands of Test environments in the Cloud &#8211; all fresh and new &#8211; and dump them, if they mess up and/or recreate it in the next test/sprint cycle. When you are testing your mobile application on different device platforms or testing your database-agnostic and app server-agnostic middleware app on different deployment configurations, the Cloud becomes an ideal platform to create-dump-recreate environments as you need.</span></p>
<p style="margin-top: 10px; margin-bottom: 10px; text-align: left;"><span class="Apple-style-span" style="border-collapse: separate; color: #000000; font-family: Arial; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">&#8230;<br />
</span></p>
<p style="margin-top: 10px; margin-bottom: 10px; text-align: left;"><strong><a style="text-decoration: underline; font-weight: bold; color: #999999;" href="http://www.mturk.com/">Mechanical Turk</a><span class="Apple-converted-space"> </span>for Innovative Testing</strong><br />
Using the on-demand workforce to help you in testing your app:</p>
<ol style="margin-top: 10px; margin-bottom: 10px;">
<li>Workers create actual test scenarios (<a style="text-decoration: underline; font-weight: bold; color: #336600;" href="http://seleniumhq.org/">Selenium</a>)</li>
<li>Workers enable Usability testing</li>
<li>Worker help analyze results from Cross-browser testing (present a screenshot and ask a turker to compare the pages)</li>
<li>Worker analyzes your test results/log files</li>
<li>Worker tests for broken links on your website</li>
<li>Workers participate in surveys that rate look-and-feel, navigation, search features of your website</li>
</ol>
<p style="margin-top: 10px; margin-bottom: 10px; text-align: left;">You will find variety of<span class="Apple-converted-space"> </span><a style="text-decoration: underline; font-weight: bold; color: #336600;" href="http://dandye.blogs.weogeo.com/2008/07/15/user-testing-with-mechanical-turk/">customer stories</a><span class="Apple-converted-space"> </span>and actual HITs on Mturk.com. Last year&#8217;s Start-Up Challenge Contest nominee<span class="Apple-converted-space"> </span><a style="text-decoration: underline; font-weight: bold; color: #336600;" href="http://www.usertesting.com/" target="_blank">UserTesting.com</a><span class="Apple-converted-space"> </span>uses Amazon Mechanical Turk to create real videos to capture user behavior.</p>
</blockquote>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/0378a9d5-746b-4e91-a45f-839a903f1e30/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=0378a9d5-746b-4e91-a45f-839a903f1e30" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/02/26/cloud-automation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

