<?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>Max Clark</title>
	<atom:link href="http://www.clarksys.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarksys.com</link>
	<description>Rants and Raves!</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:12:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HOWTO Improve iPhone Battery Life</title>
		<link>http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/</link>
		<comments>http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 17:12:10 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=560</guid>
		<description><![CDATA[There are quite a few guides on how to improve the iPhone 4S / IOS 5 battery life. If you are just starting to research this search for: Disabling APP Notifications Disabling Location Services Disabling System Services I found a &#8230; <a href="http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are quite a few guides on how to improve the iPhone 4S / IOS 5 battery life. If you are just starting to research this search for:</p>
<ul>
<li>Disabling APP Notifications</li>
<li>Disabling Location Services</li>
<li>Disabling System Services</li>
</ul>
<p>I found a new one this week &#8211; disconnect your AT&#038;T MicroCell. I don&#8217;t know what the cause of this one is, but my battery drain slowed to about 25% of the rate before with the MicroCell on. I was never really happy with the MicroCell, and it literally sucks. My reception and call quality is actually better now without it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/11/10/howto-improve-iphone-battery-life/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Name Based SSL Virtual Hosting</title>
		<link>http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/</link>
		<comments>http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 23:55:38 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=556</guid>
		<description><![CDATA[Wait, before you say to yourself that it&#8217;s impossible to use Name Based SSL Virtual Hosting and that you have to use IP Based SSL Virtual Hosting checkout this link: http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI It turns out that there is an undocumented (or &#8230; <a href="http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wait, before you say to yourself that it&#8217;s impossible to use Name Based SSL Virtual Hosting and that you have to use IP Based SSL Virtual Hosting checkout this link:</p>
<p><a href="http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI" target="_blank">http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI</a></p>
<p>It turns out that there is an undocumented (or poorly documented) extension to the SSL protocol called Server Name Indication.</p>
<blockquote><p>The solution is an extension to the SSL protocol called Server Name Indication (RFC 4366), which allows the client to include the requested hostname in the first message of its SSL handshake (connection setup). This allows the server to determine the correct named virtual host for the request and set the connection up accordingly from the start.</p>
<p>With SNI, you can have many virtual hosts sharing the same IP address and port, and each one can have its own unique certificate (and the rest of the configuration).</p></blockquote>
<p>Of course there is a gotcha &#8211; your clients need to be running a modern browser (no IE6), but really who cares? This is just too awesome to pass up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/10/26/name-based-ssl-virtual-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO Create ISO on Mac OS X</title>
		<link>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/</link>
		<comments>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 18:40:19 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=551</guid>
		<description><![CDATA[Found here: 1. Insert CD/DVD source 2. Fire up a Terminal, you can then determine the device that is you CD/DVD drive using the following command: $ drutil status Vendor Product Rev MATSHITA DVD-R UJ-835E GAND Type: DVD-ROM Name: /dev/disk1 &#8230; <a href="http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Found <a href="http://www.slashdotdash.net/2006/08/14/create-iso-cd-dvd-image-with-mac-os-x-tiger-10-4/">here</a>:</p>
<p>1. Insert CD/DVD source</p>
<p>2.  Fire up a Terminal, you can then determine the device that is you CD/DVD drive using the following command:</p>
<p><code><br />
$ drutil status<br />
 Vendor   Product           Rev<br />
 MATSHITA DVD-R   UJ-835E   GAND</p>
<p>           Type: DVD-ROM              Name: /dev/disk1<br />
      Cur Write:    8x DVD          Sessions: 1<br />
      Max Write:    8x DVD            Tracks: 1<br />
   Overwritable:   00:00:00         blocks:        0 /   0.00MB /   0.00MiB<br />
     Space Free:   00:00:00         blocks:        0 /   0.00MB /   0.00MiB<br />
     Space Used:  364:08:27         blocks:  1638627 /   3.36GB /   3.13GiB<br />
    Writability:<br />
      Book Type: DVD-ROM<br />
</code></p>
<p>3. Unmount the disk with the following command:</p>
<p><code><br />
$ diskutil unmountDisk /dev/disk1<br />
Disk /dev/disk1 unmounted<br />
</code></p>
<p>4. Create the ISO file with the dd utility (may take some time):</p>
<p><code><br />
$ dd if=/dev/disk1 of=file.iso bs=2048<br />
</code></p>
<p>5. Test the ISO image by mounting the new file (or open with Finder):</p>
<p><code><br />
$ hdid file.iso<br />
</code></p>
<p>6. The ISO image can then be burnt to a blank CD/DVD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/08/17/howto-create-iso-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Researchers Lie &#8211; Cure for cancer stolen</title>
		<link>http://www.clarksys.com/blog/2011/02/27/researchers-lie-cure-for-cancer-stolen/</link>
		<comments>http://www.clarksys.com/blog/2011/02/27/researchers-lie-cure-for-cancer-stolen/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 17:02:26 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=548</guid>
		<description><![CDATA[These two should be fired, they should lose their grants, and they should never work in this industry again. Why? Either they are: a) The biggest idiots in the world. If you&#8217;ve spent years researching a cure for cancer you &#8230; <a href="http://www.clarksys.com/blog/2011/02/27/researchers-lie-cure-for-cancer-stolen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>These two should be fired, they should lose their grants, and they should never work in this industry again. Why? Either they are:</p>
<p>a) The biggest idiots in the world. If you&#8217;ve spent years researching a cure for cancer you would be backing up/copying/archiving your data on a regular basis. The sole copy wouldn&#8217;t be on one device you carried around with you. And if you had a possible cure, something that would make you famous beyond belief, undoubtedly rich, and most likely win a Nobel Prize even if you didn&#8217;t backup/copy/archive your data you would carry the laptop with you everywhere you went.</p>
<p>b) Lying through their teeth. This the is modern day &#8220;my dog ate my homework&#8221; routine. They&#8217;ve spent years or work/money with nothing to show for it, and their laptop with all of their research and data is conveniently stolen from the car. Guess they don&#8217;t have to go in front of the review board now and justify their salaries.</p>
<p>Something in my gut tells me the real story here is version (b). Think about it, what would you do with a winning lottery ticket? Personally I&#8217;d put it in a zip lock back and then duct tape it to my chest. What do you think?</p>
<p>Computer Stolen Containing Research To Cure Prostate Cancer</p>
<blockquote><p>An Oklahoma couple is urging thieves to return a stolen computer they say has the power to save millions of lives.</p>
<p>Last Sunday, Sook Shin was carrying a possible cure for cancer on a small Apple computer with years worth of data.</p>
<p>&#8230;</p>
<p>Unfortunately, most of the data was never backed up, a mistake Shin said could be a major setback in the fight against cancer.</p></blockquote>
<p>via <a href="http://www.news9.com/Global/story.asp?S=13833909">Computer Stolen Containing Research To Cure Prostate Cancer &#8211; News9.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/02/27/researchers-lie-cure-for-cancer-stolen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 80/20 Rule of Startup Founders</title>
		<link>http://www.clarksys.com/blog/2011/02/24/the-8020-rule-of-startup-founders/</link>
		<comments>http://www.clarksys.com/blog/2011/02/24/the-8020-rule-of-startup-founders/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 00:24:26 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=546</guid>
		<description><![CDATA[Our best estimates put the number of developers in the world at around 5 million. Applying the 80/20 rule you can estimate: Of those, 20% 1 million want to launch a startup Of those, 20% 200,000 have enough motivation to &#8230; <a href="http://www.clarksys.com/blog/2011/02/24/the-8020-rule-of-startup-founders/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Our best estimates put the number of developers in the world at around 5 million.</p>
<p>Applying the 80/20 rule you can estimate:</p>
<ul>
<li>Of those, 20% 1 million want to launch a startup</li>
<li>Of those, 20% 200,000 have enough motivation to start educating themselves about the process</li>
<li>Of those, 20% 40,000 will actually start building something</li>
<li>Of those, 20% 8,000 will actually finish building something</li>
<li>Of those, 20% 1,600 have prepared themselves enough to achieve some measure of success</li>
</ul>
<p>To make it into the last group you have to make it through the four above it. What have you done today to move yourself closer to the last group?</p></blockquote>
<p>via <a href="http://www.softwarebyrob.com/2011/02/23/the-8020-rule-of-startup-founders/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+SoftwareByRob+%28Software+by+Rob%29&amp;utm_content=Google+Reader">The 80/20 Rule of Startup Founders | Software by Rob</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/02/24/the-8020-rule-of-startup-founders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bill Gates: Vaccine-autism link an absolute lie</title>
		<link>http://www.clarksys.com/blog/2011/02/06/bill-gates-vaccine-autism-link-an-absolute-lie/</link>
		<comments>http://www.clarksys.com/blog/2011/02/06/bill-gates-vaccine-autism-link-an-absolute-lie/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 00:38:30 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=544</guid>
		<description><![CDATA[Gates: Well, Dr. Wakefield has been shown to have used absolutely fraudulent data. He had a financial interest in some lawsuits, he created a fake paper, the journal allowed it to run. All the other studies were done, showed no &#8230; <a href="http://www.clarksys.com/blog/2011/02/06/bill-gates-vaccine-autism-link-an-absolute-lie/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<blockquote><p>Gates: Well, Dr. Wakefield has been shown to have used absolutely fraudulent data. He had a financial interest in some lawsuits, he created a fake paper, the journal allowed it to run. All the other studies were done, showed no connection whatsoever again and again and again. So its an absolute lie that has killed thousands of kids. Because the mothers who heard that lie, many of them didn&#8217;t have their kids take either pertussis or measles vaccine, and their children are dead today. And so the people who go and engage in those anti-vaccine efforts &#8212; you know, they, they kill children. Its a very sad thing, because these vaccines are important.</p></blockquote>
<p>via <a href="http://www.cnn.com/2011/HEALTH/02/03/gupta.gates.vaccines.world.health/index.html?hpt=C2">Bill Gates: Vaccine-autism link an absolute lie &#8211; CNN.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/02/06/bill-gates-vaccine-autism-link-an-absolute-lie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>schmongodb slides from Update Portland</title>
		<link>http://www.clarksys.com/blog/2011/02/05/schmongodb-slides-from-update-portland/</link>
		<comments>http://www.clarksys.com/blog/2011/02/05/schmongodb-slides-from-update-portland/#comments</comments>
		<pubDate>Sat, 05 Feb 2011 18:23:18 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=539</guid>
		<description><![CDATA[Great Presentation on mongoDB scaling and replication. At Phyber we use mongoDB for schema-less non-durable data storage &#8211; in other words, if the database goes bye-bye it doesn&#8217;t matter. If you are using mongoDB, and you data is critical there &#8230; <a href="http://www.clarksys.com/blog/2011/02/05/schmongodb-slides-from-update-portland/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Great Presentation on mongoDB scaling and replication. At Phyber we use mongoDB for schema-less non-durable data storage &#8211; in other words, if the database goes bye-bye it doesn&#8217;t matter.</p>
<p>If you are using mongoDB, and you data is critical there are some excellent points in here.</p>
<blockquote><p>The slides may come across as overly negative. After all Urban Airship is actively moving away from MongoDB for our largest and busiest pieces of data. So I want to make 2 things very clear:</p>
<ol>
<li>I like MongoDB and would like to use it again in the future. There’s a lot I don’t like about it, but I can’t think of any “perfect” piece of software.</li>
<li>The IO situation in EC2, particularly EBS’s poor performance RAIDing really doesn’t help made life with MongoDB miserable. This story may have been very different if we were running MongoDB on bare metal with fast disks.</li>
</ol>
</blockquote>
<p>via <a href="http://blog.schmichael.com/2011/02/02/schmongodb-slides-from-update-portland/">schmongodb slides from Update Portland | schmichaels blog</a>.</p>
<p><iframe src="https://docs.google.com/present/embed?id=ddzswzbr_104f2sgp8dq&#038;size=m" frameborder="0" width="555" height="451"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/02/05/schmongodb-slides-from-update-portland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irving Picard is a Ponzi Scheme</title>
		<link>http://www.clarksys.com/blog/2011/02/04/irving-picard-is-a-ponzi-scheme/</link>
		<comments>http://www.clarksys.com/blog/2011/02/04/irving-picard-is-a-ponzi-scheme/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 19:46:09 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=537</guid>
		<description><![CDATA[This morning the lawsuit against the Mets owners was unsealed. Madoff&#8217;s actions were reprehensible and beyond belief. He deserves to sit in jail for the rest of his life. What I don&#8217;t understand is this: In the suit, Picard is &#8230; <a href="http://www.clarksys.com/blog/2011/02/04/irving-picard-is-a-ponzi-scheme/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This morning the lawsuit against the Mets owners was unsealed. Madoff&#8217;s actions were reprehensible and beyond belief. He deserves to sit in jail for the rest of his life.</p>
<p>What I don&#8217;t understand is this:</p>
<blockquote><p>In the suit, Picard is seeking the $300 million in alleged profit as well as a to-be-determined share of the hundreds of millions in principal that Sterling invested with Madoff.</p></blockquote>
<p>If for some reason you withdrew money from a Ponzi scheme before it collapsed the expectation/law is that you are required to return all of your profit. What happened if you took your cash out to buy something else, what happens if you lost the money? Why are &#8220;Net Winners&#8221; penalized after the fact? And the one that really gets me, why are they now expected to also take a loss on their principal investment?</p>
<p>How much money is Irving Picard making off of this?</p>
<p>via <a href="http://money.cnn.com/2011/02/04/news/companies/madoff_mets_wilpon/index.htm">Mets owners accused of making $300 million in Madoff profit &#8211; Feb. 4, 2011</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/02/04/irving-picard-is-a-ponzi-scheme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Worlds worst hacker</title>
		<link>http://www.clarksys.com/blog/2011/02/01/worlds-worst-hacker/</link>
		<comments>http://www.clarksys.com/blog/2011/02/01/worlds-worst-hacker/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 20:43:56 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=532</guid>
		<description><![CDATA[This is what we&#8217;re up against folks. Probably one of the worlds worst hackers decided to hack his way into my honeypot last week. After enjoying his failure to accomplish anything useful, I decided to youtube the whole thing. via Worlds &#8230; <a href="http://www.clarksys.com/blog/2011/02/01/worlds-worst-hacker/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is what we&#8217;re up against folks.</p>
<blockquote><p>Probably one of the worlds worst hackers decided to hack his way into my honeypot last week. After enjoying his failure to accomplish anything useful, I decided to youtube the whole thing.</p></blockquote>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/oJagxe-Gvpw?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/oJagxe-Gvpw?version=3" type="application/x-shockwave-flash" width="640" height="385" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>via <a href="http://george.hedfors.com/content/worlds-worst-hacker">Worlds worst hacker | George Hedfors</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/02/01/worlds-worst-hacker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Success</title>
		<link>http://www.clarksys.com/blog/2011/01/27/success/</link>
		<comments>http://www.clarksys.com/blog/2011/01/27/success/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 16:55:06 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[flying]]></category>

		<guid isPermaLink="false">http://www.clarksys.com/?p=526</guid>
		<description><![CDATA[This is just too cool, the Telegraph sent to announce the first flight. 176 C KA C8 33 Paid. Via Norfolk Va Kitty Hawk N C Dec 17 Bishop M Wright 7 Hawthorne St Success four flights thursday morning all &#8230; <a href="http://www.clarksys.com/blog/2011/01/27/success/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">This is just too cool, the Telegraph sent to announce the first flight.</p>
<p style="text-align: center;"><a href="http://www.lettersofnote.com/2010/12/success.html"><img src="http://www.clarksys.com/wp-content/uploads/2011/01/5268492684_a3ac995ddd_o.jpg" alt="" /></a></p>
<blockquote><p>176 C KA C8 33 Paid. Via Norfolk Va<br />
Kitty Hawk N C Dec 17<br />
Bishop M Wright<br />
7 Hawthorne St</p>
<p>Success four flights thursday morning all against twenty one mile wind started from Level with engine power alone average speed through air thirty one miles longest 57 seconds inform Press home Christmas.</p>
<p>Orevelle Wright 525P</p></blockquote>
<p>via <a href="http://www.lettersofnote.com/2010/12/success.html">Letters of Note: Success</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clarksys.com/blog/2011/01/27/success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

