<?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>Deployment Zone &#187; Uncategorized</title>
	<atom:link href="http://www.deploymentzone.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deploymentzone.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 19:28:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>F# Survival Guide</title>
		<link>http://www.deploymentzone.com/2010/07/29/f-survival-guide/</link>
		<comments>http://www.deploymentzone.com/2010/07/29/f-survival-guide/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 19:28:15 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.deploymentzone.com/2010/07/29/f-survival-guide/</guid>
		<description><![CDATA[While doing some research on what options are available to eliminate deeply nested branching, I stumbled across this:
http://www.ctocorner.com/fsharp/book/default.aspx
I’ve been reading it when I have a moment here and there and so far its been great.&#160; 
]]></description>
			<content:encoded><![CDATA[<p>While doing some research on what options are available to eliminate deeply nested branching, I stumbled across this:</p>
<p><a href="http://www.ctocorner.com/fsharp/book/default.aspx">http://www.ctocorner.com/fsharp/book/default.aspx</a></p>
<p>I’ve been reading it when I have a moment here and there and so far its been great.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.deploymentzone.com/2010/07/29/f-survival-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon Kindle for eBooks on a Jailbroken iPhone</title>
		<link>http://www.deploymentzone.com/2009/11/19/amazon-kindle-for-ebooks-on-a-jailbroken-iphone/</link>
		<comments>http://www.deploymentzone.com/2009/11/19/amazon-kindle-for-ebooks-on-a-jailbroken-iphone/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 15:44:53 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.deploymentzone.com/2009/11/19/amazon-kindle-for-ebooks-on-a-jailbroken-iphone/</guid>
		<description><![CDATA[Until November 25th Pragmatic Press is offering 40% off all their existing print and upcoming print books.&#160; I took advantage of this and picked up a few print books, but one of the books I wanted was eBook only.&#160; No problem, except… no Kindle.&#160; So:
&#160;

Jailbreak iPhone if you haven’t done so already.&#160; Very important to [...]]]></description>
			<content:encoded><![CDATA[<p>Until November 25th <a href="http://www.pragprog.com/news/40-off-thanksgiving-pragsale-now-through-1125?900443">Pragmatic Press is offering 40% off</a> all their existing print and upcoming print books.&#160; I took advantage of this and picked up a few print books, but one of the books I wanted was eBook only.&#160; No problem, except… no Kindle.&#160; So:</p>
<p>&#160;</p>
<ol>
<li>Jailbreak iPhone if you haven’t done so already.&#160; Very important to change your root and mobile user passwords – root’s password by default is `alpine’ - either by installing Cydia’s Terminal application or sshing into your phone.&#160; (Jailbreaking is a time consuming process and I feel guilty about putting it as a single step.) </li>
<ol>
<li>You will need to install OpenSSH so you can copy files to the phone; you will probably also want to install Terminal.&#160; Both of these applications are available for free within Cydia, just search for them and install.&#160; It will take a long time for your very first ssh connection to your phone to connect as its generating encryption keys.</li>
</ol>
<li>Install the free Kindle app on the iPhone from the iTunes store.
<ol>
<li>The Kindle stores its books in an `eBooks’ folder buried in the `/var/mobile/Applications/…/Documents/eBooks’ where the `…’ is a GUID identifying the application. </li>
</ol>
</li>
<li>SSH (preferably a client where you can copy and paste) or Terminal.      <br /> 
<pre class="brush: bash;">find -type d /var/mobile/Applications -name 'eBooks'</pre>
<ol>
<li>a. Copy the GUID, and you’ll want to end up with the path in 2.1, above, but where the `…’ is replaced by the GUID.&#160; (On my device the GUID was <font size="2" face="conso">127DF7F1-9B49-423B-9FA9-77AB87775E24</font> but I don’t know if this is the same across devices; probably not.) </li>
</ol>
</li>
<li>This is purely for convenience, mainly because I want to use <a href="http://winscp.net/eng/index.php">WinSCP</a> to copy files from my Windows 7 PC to my iPhone and I don’t want to remember the GUID for the Amazon application every time I want to do this.&#160; (You can also use command line scp, but you’ll likely still want to create a symlink.) (You may also want to use `/private/var/root/Media/eBooks’ if you prefer a better organizational hierarchy.)
<p></p>
<pre class="brush: bash;">ln -s /var/mobile/Applications/YOUR_GUID/Documents/eBooks \
/private/var/root/eBooks</pre>
</li>
<li>Now you can use WinSCP or scp to copy *.mobi files directly into your device’s `/private/var/root/eBooks’ directory; books you copy here will be available in the Amazon Kindle iPhone app next time you launch it. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.deploymentzone.com/2009/11/19/amazon-kindle-for-ebooks-on-a-jailbroken-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Khorne Berzerkers</title>
		<link>http://www.deploymentzone.com/2009/06/04/khorne-berzerkers/</link>
		<comments>http://www.deploymentzone.com/2009/06/04/khorne-berzerkers/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 06:16:12 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.deploymentzone.com/?p=126</guid>
		<description><![CDATA[Some Khorne Berzerkers I finished up after having them assembled and sitting in a box for over six years.  Also trying out my new camera and figuring out how to take pictures.
 
 
]]></description>
			<content:encoded><![CDATA[<p>Some Khorne Berzerkers I finished up after having them assembled and sitting in a box for over six years.  Also trying out my new camera and figuring out how to take pictures.</p>
<p> <br />
<a class="tt-flickr tt-flickr tt-flickr-Small" title="Khorne Berzerkers" href="http://farm4.static.flickr.com/3662/3593413231_cac5728bd6_b.jpg"><img src="http://farm4.static.flickr.com/3662/3593413231_cac5728bd6_m.jpg" border="0" alt="Khorne Berzerkers" width="240" height="180" /></a> <a class="tt-flickr tt-flickr tt-flickr-Small" title="Khorne Berzerkers (All)" href="http://farm4.static.flickr.com/3097/3593413419_a2fba133b4_b.jpg"><img src="http://farm4.static.flickr.com/3097/3593413419_a2fba133b4_m.jpg" border="0" alt="Khorne Berzerkers (All)" width="240" height="180" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deploymentzone.com/2009/06/04/khorne-berzerkers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hordes: Lord of the Feast</title>
		<link>http://www.deploymentzone.com/2009/05/26/hordes-lord-of-the-feast/</link>
		<comments>http://www.deploymentzone.com/2009/05/26/hordes-lord-of-the-feast/#comments</comments>
		<pubDate>Tue, 26 May 2009 20:29:27 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hordes painting]]></category>

		<guid isPermaLink="false">http://www.deploymentzone.com/?p=124</guid>
		<description><![CDATA[One of the coolest Hordes models and also one of the weakest.  I painted this a long time ago and its one of the funnest paint jobs I've done.  When I use this model its only because it looks awesome and intimidating.
 
Update: a much better photo.
]]></description>
			<content:encoded><![CDATA[<p>One of the coolest Hordes models and also one of the weakest.  I painted this a long time ago and its one of the funnest paint jobs I've done.  When I use this model its only because it looks awesome and intimidating.</p>
<p><a class="tt-flickr tt-flickr tt-flickr-Small" title="Lord of the Feast" href="http://farm4.static.flickr.com/3568/3594344930_eddf93f12a_b.jpg"><img src="http://farm4.static.flickr.com/3568/3594344930_eddf93f12a_m.jpg" border="0" alt="Lord of the Feast" width="240" height="180" /></a> </p>
<p>Update: a much better photo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deploymentzone.com/2009/05/26/hordes-lord-of-the-feast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eight Cores!</title>
		<link>http://www.deploymentzone.com/2009/04/22/eight-cores/</link>
		<comments>http://www.deploymentzone.com/2009/04/22/eight-cores/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 04:31:20 +0000</pubDate>
		<dc:creator>Chuck</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.deploymentzone.com/2009/04/22/eight-cores/</guid>
		<description><![CDATA[I've had this machine, dubbed &#34;The BEAST&#34; to the outside world (aka my friends) since last August with literally nothing to do.&#160; Its a monster, eight cores, HyperV with several VMs running, 8 GBs of RAM and Server 2008 64-bit.&#160; I just wish I had some useful task to put it towards!

]]></description>
			<content:encoded><![CDATA[<p>I've had this machine, dubbed &quot;The BEAST&quot; to the outside world (aka my friends) since last August with literally nothing to do.&#160; Its a monster, eight cores, HyperV with several VMs running, 8 GBs of RAM and Server 2008 64-bit.&#160; I just wish I had some useful task to put it towards!</p>
<p><a href="http://www.deploymentzone.com/wp-content/uploads/2009/04/image2.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="484" alt="Look ma, eight cores!" src="http://www.deploymentzone.com/wp-content/uploads/2009/04/image-thumb2.png" width="439" border="0" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.deploymentzone.com/2009/04/22/eight-cores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
