<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Dave Martorana</title>
	
	<link>http://davemartorana.com</link>
	<description>Developer, Design and Architecture Buff, Beer Enthusiast</description>
	<lastBuildDate>Fri, 24 Feb 2012 03:49:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/davemartorana" /><feedburner:info uri="davemartorana" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>OS X Mountain Lion (10.8) Is Not Good News For Developers</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/hajVwUV0ohQ/</link>
		<comments>http://davemartorana.com/logs/software/os-x-mountain-lion-10-8-is-not-good-news-for-developers/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 17:53:56 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://davemartorana.com/?p=354</guid>
		<description><![CDATA[While I&#8217;m stil processing the information coming out about OS X 10.8 (Mountain Lion), the talk in the office has been anything but positive. It all revolves around apps. Gruber did a nice writeup about his experience with the Apple Event For One and new features in 10.8, but makes the following statement that I find [...]]]></description>
			<content:encoded><![CDATA[<p>While I&#8217;m stil processing the information coming out about OS X 10.8 (Mountain Lion), the talk in the office has been anything but positive. It all revolves around apps.</p>
<p><span id="more-354"></span></p>
<p><a href="http://daringfireball.net/2012/02/mountain_lion" target="_blank">Gruber did a nice writeup</a> about his experience with the Apple Event For One and new features in 10.8, but makes the following statement that I find to be relatively uninformed:</p>
<blockquote><p>This default setting benefits users by increasing practical security, and also benefits developers, preserving the freedom to ship whatever software they want for the Mac, with no approval process.</p></blockquote>
<p>It&#8217;s true, you know, that there is a security interest here. However, it is crippling to development. Here are a couple reasons why:</p>
<ol>
<li>Unsigned software won&#8217;t run unless you hop in to the OS settings. For practical purposes, it makes signing almost necessary. The problem is that any old signing won&#8217;t do &#8211; I can&#8217;t get a Verisign cert and use that. Apple holds all the keys here.</li>
<li>Signed software can&#8217;t load unsigned (compiled) plugins. There are a plethora of apps that you probably use on a daily basis that load plugins. They range from launchers (like LaunchBar, Alfred, etc.), to IM clients, professional tools for <a href="http://davemartorana.com/logs/tag/design/" class="st_tag internal_tag" rel="tag" title="Posts tagged with design">design</a>, music, and movie creation and editing, and so on. Many apps make use of plugins to extend functionality and separate features in a logical fashion.</li>
<ol>
<li>The flip side to this is that you can make all plugins Javascript or Python or Ruby, but then not only are they slower, but they&#8217;re completely open-source. The <em>license</em> may not be open source, but code is definitely available for all to see.</li>
<li>While developers may be able to statically link to their <em>own</em> plugins, any software that encourages plugin development from the community will suffer.</li>
</ol>
</ol>
<p>Apple&#8217;s strategy has been termed, in our office, &#8220;boiling the frog.&#8221; It&#8217;s the old adage of a frog tossed in to boiling water will hop out, but put it in room-temperature water with the water temperature turned up slowly will not notice and will eventually boil to death. Apple&#8217;s strategy is easy to see.</p>
<p>I can understand people thinking I&#8217;m overreacting, but here&#8217;s where Apple is boiling the frog &#8211; now it&#8217;s signed apps, but you can still run unsigned ones with effort. If Apple is willing to give out signing certificates for free, requiring all apps to be signed is easily imagined in 10.9. But oh, there&#8217;s more &#8211; some of the more interesting new frameworks in 10.8, like Notification Center and iCloud, <em>are only available to apps sold through the App Store</em>.</p>
<p>The nail in the coffin is this &#8211; starting March 1, all apps submitted to the Mac App Store will have to be sandboxed. To quickly review what that means, apps will only have access to their install directory and perhaps their preferences directory, and will be unable to do things like access the general file system, hook in to OS-level functions, and so on. This effects the above-listed apps, as well renders useless apps like Little Snitch, Dropbox, Transmit, Git and SVN apps, across-file search functions in text editors like TextMate and Sublime Text, and so-on.</p>
<p>If all apps have to be signed, and in order to sign them Apple holds the keys, and in order to use all the frameworks you have to use the app store, and if you sell your app in the app store it is required to be sandboxed, well, you can see where this is going. The water is getting a lot hotter for Mr. Frog.</p>
<p>If you&#8217;re still a little confused about sandboxing, you can think of it like iOS on the iPhone and iPad &#8211; each app runs in its own space, can&#8217;t communicate with other apps, doesn&#8217;t have access to lower level OS services, and so on.</p>
<p>Of course, you can, when submitting an app to the App Store, write an essay (not kidding) about why your app needs to be able to step out of the sandbox in certain ways. However, you&#8217;re at the mercy of Apple also thinking you should have such permissions, that your app should be allowed to do what you developed it to do&#8230; And even if you do get approval, by the way, it can be revoked at any time.</p>
<p>There is going to be an awful lot of talking about these new policies in the coming months. I&#8217;m hoping things end up getting hashed out in the favor of developers &#8211; and the users who rely on their apps daily.</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/hajVwUV0ohQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/software/os-x-mountain-lion-10-8-is-not-good-news-for-developers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/software/os-x-mountain-lion-10-8-is-not-good-news-for-developers/</feedburner:origLink></item>
		<item>
		<title>The Three Revolutions of Our Age (things to be thankful for this year)</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/ip-Wj0t1dXQ/</link>
		<comments>http://davemartorana.com/logs/ramblings/the-three-revolutions-of-our-age/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 19:59:57 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[energy revolution]]></category>
		<category><![CDATA[humanity]]></category>
		<category><![CDATA[information revolution]]></category>
		<category><![CDATA[medical revolution]]></category>
		<category><![CDATA[science]]></category>

		<guid isPermaLink="false">http://davemartorana.com/?p=336</guid>
		<description><![CDATA[Scientific Revolution by ~pod-tanwen on deviantART Those of us who had our adolescence peppered with the invention of the x86 processor, who gamed away our grade-school years on the Atari 2600 and watched Nintendo become the new heavy-weight champ of the console world with the invention of the original NES &#8211; we have spent the [...]]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://davemartorana.com/wp-content/uploads/einstein.jpg" width="240" />
		</p><p><a href="http://davemartorana.com/wp-content/uploads/einstein.jpg"><img class="aligncenter size-full wp-image-349" title="einstein" src="http://davemartorana.com/wp-content/uploads/einstein.jpg" alt="" width="600" height="213" /></a><em><a href="http://pod-tanwen.deviantart.com/art/Scientific-Revolution-119949222">Scientific Revolution</a> by ~<a class="u" href="http://pod-tanwen.deviantart.com/">pod-tanwen</a> on <a href="http://www.deviantart.com">deviantART</a></em></p>
<p>Those of us who had our adolescence peppered with the invention of the x86 processor, who gamed away our grade-school years on the Atari 2600 and watched Nintendo become the new heavy-weight champ of the console world with the invention of the original NES &#8211; we have spent the majority of our teen and young adult lives in the middle of the Information Revolution. To be able to look up something on Wikipedia on our phones while on a plane gives me pause, and makes me think back to my parents investment of a not insignificant amount of cash in to a set of World Book Encyclopedias so that we could have &#8220;information at our fingertips.&#8221; It&#8217;s impossible to control, and we can only sit back and watch in wonder as the course of humanity is changed right in front of us.</p>
<p>In terms of economic impact, the Information Revolution makes the Industrial Revolution look like child&#8217;s play. The political machines of individual nations are still trying to grasp the full force of the barely-regulated globalization impact of the Information Revolution. (It may be this barely-there-regulation that has gotten us so far so quickly.) All of this, and the Information Revolution is likely still in the early stages of what future generations will look back upon as our awakening.</p>
<p><em>Update: Video of me giving a talk on this post at <a href="http://ignitephilly.org/" target="_blank">Ignite Philly 9</a> after the jump. (Thanks to <a href="http://technicallyphilly.com/" target="_blank">Technically Philly</a>!)</em></p>
<p><span id="more-336"></span></p>
<p><iframe id="viddler-8a72d51d" src="//www.viddler.com/embed/8a72d51d/?f=1&amp;offset=0&amp;autoplay=0&amp;secret=106683906&amp;disablebranding=0" frameborder="0" width="545" height="349"></iframe></p>
<p>But it&#8217;s not alone. We get to live through two more revolutions as well &#8211; slower starters, but that may have a bigger impact on humanity than the Information Revolution will ever have. (Granted, we will see that none of these three are mutually exclusive &#8211; nonetheless, for the purposes of this essay, we&#8217;ll define them individually.)</p>
<h2>The Energy Revolution</h2>
<p>Unlike the Information Revolution, which very few were able to foresee, and therefore try to stifle, the Energy Revolution is well within sight. It will fight an uphill battle against entrenched global energy corporations, but progress can only be slowed &#8211; it cannot be stopped. The Energy Revolution is interestingly quiet in its first stages, but so was the Information Revolution. Here is the future that awaits us.</p>
<p><a href="http://davemartorana.com/wp-content/uploads/solar.jpg"><img class="aligncenter size-full wp-image-341" title="solar" src="http://davemartorana.com/wp-content/uploads/solar.jpg" alt="" width="600" height="342" /></a></p>
<p>There is a tectonic shift in the very fabric of energy production. We currently produce most of our energy at great cost to the environment which surrounds us &#8211; either by burning the finite resources of fossil fuels and coal, or by creating highly radioactive waste that can melt down and have a murderous impact that lasts generations. The future will harness the seemingly limitless energy provided to us on a constant and ongoing basis by nature itself. Instead of fighting against nature, we will embrace it.</p>
<p>I will skip wind energy in this conversation. Despite it being <a href="http://www.pawindenergynow.org/wind/facts.html" target="_blank">more efficient</a> than nuclear and fossil fuel generators (not to mention cheaper), it will be relegated to small tasks in the future. It will always have a place (think of a wind turbine on top of a sailboat) but its place will be small.</p>
<p>The future is in solar energy. We are just tapping the well of this almost limitless power. Solar energy is <a href="http://www.ncwarn.org/wp-content/uploads/2010/07/NCW-SolarReport_final1.pdf" target="_blank">already cheaper</a> (PDF warning) than nuclear energy, and will be <a href="http://www.nytimes.com/2011/11/07/opinion/krugman-here-comes-solar-energy.html?_r=2&amp;hp" target="_blank">cheaper than coal-fired plants</a> in under 10 years. If you take in to account the economic impact of the pollution and health issues caused by burning coal, solar energy is already cheaper.</p>
<p>Here are some quick numbers according to <a href="http://blogs.scientificamerican.com/guest-blog/2011/03/16/smaller-cheaper-faster-does-moores-law-apply-to-solar-cells/" target="_blank">Scientific America</a>: the Sun hits the earth with 89 petawatts of power every day. That&#8217;s 6,000 times more energy than all of civilization uses. Enough energy hits the Earth in 14 seconds to power the entire world for a day. In 88 minutes, as much as the world consumes in a full year. &#8220;In 112 hours &#8211; less than five days &#8211; it provides 36 zettajoules of energy &#8211; as much energy as is contained in all proven reserves of oil, coal, and natural gas on this planet. If humanity could capture one tenth of one percent of the solar energy striking the earth &#8211; one part in one thousand &#8211; we would have access to six times as much energy as we consume in all forms today, with almost no greenhouse gas emissions.&#8221;</p>
<p>Scientific America went ahead and <a href="http://blogs.scientificamerican.com/guest-blog/2011/03/16/smaller-cheaper-faster-does-moores-law-apply-to-solar-cells/" target="_blank">did the math</a> and discovered that the cost of solar power collection is following Moore&#8217;s Law &#8211; and has been for over 31 years. By 2030, solar energy production will cost <strong><em>half</em></strong> of coal production &#8211; with virtually zero carbon emissions. We currently emit 35 gigatons of carbon emissions each year by burning fossil fuels for energy &#8211; by one study, that&#8217;s enough to fill the balloons of the Macy&#8217;s Thanksgiving Day Parade <a href="http://climaterealityproject.org/2011/11/23/a-thanksgiving-reality-check/" target="_blank">over <strong>2 billion times</strong></a>. With solar costing half of what fossil fuels do, we&#8217;ll be able to eliminate a huge chunk of that 35 gigatons of annual carbon pollution.</p>
<p>Of course the biggest factor sitting between us and energy independence is not solar technology, but battery technology. It takes a long time to charge batteries, and they have limited capacity. They&#8217;re also toxic to produce. Never fear &#8211; insane strides are being made to battery technology too. For now, it&#8217;s Lithium-ion. Northwestern University just discovered that a small change in the way we produce Lithium-ion batteries &#8211; basically drilling holes in-between the layers &#8211; <a href="http://www.physorg.com/news/2011-11-technology-energy-capacity-rechargeable-batteries.html" target="_blank">increases the storage capacity of a battery by a factor of 10, and decreases the charge time again by a factor of 10</a>. They expect the production changes to take at most 5 years to reach market, which means our iPhones will take 5 minutes to charge and last for 5-10 days of constant use. To put it another way, this simple change makes electric cars 100% viable. A Nissan Leaf would take <a href="http://gas2.org/2011/11/22/lithium-battery-electrode-increases-battery-life-decrease-charge-time-by-factor-of-10/" target="_blank">3 minutes to charge</a> on a Level 3 charger, and have a range of <strong>730 miles</strong>. What comes after the Lithium-ion is anyone&#8217;s guess, but at least we know <a href="http://www.pcworld.com/article/192300/nanoscale_ultra_capacitors_challenge_the_lithiumion_battery.html" target="_blank">smart</a> <a href="http://www.forbes.com/sites/williampentland/2011/06/10/sludge-battery-breakthrough-at-mit-sparks-cambridge-crude-speculation/" target="_blank">people</a> are <a href="http://www.greentechmedia.com/articles/read/the-future-of-batteries-might-not-be-batteries/" target="_blank">working on it</a>.</p>
<p>The potential of Northwestern&#8217;s Lithium-ion breakthrough is huge. Aside from electric cars, it means home-based batteries that store solar-collected energy could withstand a few days of low sunlight. It means that even a small break in a huge storm-system could mean fully-recharged batteries. This is huge, as solar cells only collect energy during the day, and only if it&#8217;s sunny out. Better batteries mean less direct sunlight is required. Solar power on every building starts to become viable.</p>
<p>But hey &#8211; just in case you still think this direct-sunlight thing is a huge detractor of solar cells, fear not. Idaho National Labs have created a <a href="https://inlportal.inl.gov/portal/server.pt?open=514&amp;objID=1269&amp;mode=2&amp;featurestory=DA_101047" target="_blank">thin solar film</a> that actually holds nano-coils that vibrate at the natural frequency of a type of radiation that floods the Earth from the Sun both day and night, sunny or cloudy. To boot, they&#8217;re 80% efficient (as opposed to current cells that are 40% efficient). Solar cells that can collect energy efficiently both night and day? It&#8217;s not a pipe-dream. It&#8217;s the future.</p>
<p>As Moore&#8217;s Law continues to act on the price of collecting energy from the Sun that hits the Earth whether we use it or not, we mathematically head towards a point where the cost of producing energy nears zero. Since energy is nine-tenths of production, the ability to produce food and goods opens up to even the poorest among us. Where desalination is currently inefficient and energy-hungry, near-limitless near-free energy would make desalination (in current technology) affordable to those who desperately need it. Limitless cheap energy and worldwide access to clean water changes not &#8220;the game&#8221;, but &#8220;every game.&#8221;</p>
<p>The best part is, we will be alive to witness its birth.</p>
<h2>The Medical Revolution</h2>
<p>The third in our series of revolutions is medicine. What we take for medical technology now will look antiquated and even barbaric within our lifetimes. Mapping the human genome was more important than any of us could have imagined. Still in its infancy, understanding what the 25-40,000 genes in our bodies <em>do</em> is just starting to emerge. The human body has about 3-4 billion base pairs in its DNA, but only around 4 percent of those effect gene function, which is where the future of medicine lies.</p>
<p>Viruses and bacterial infections are basically epic battles between genes. Right now we flail in the dark trying to combat viruses, and our ability to beat back a bacterial infection results in mutated, drug-resistant bacteria capable of withstanding the best of the fight we have. But if we can understand the actual battle happening between our genes and those of viruses and bacteria, we can build targeted weapons against disease that nothing can combat.</p>
<p>Let&#8217;s start with genetic mapping. When we started mapping the human genome in 2001, we thought it would take 30 years and cost more money than we could imagine. The initial costs were astronomical &#8211; the cost of mapping one Megabase (one million base pairs) was over $10,000. But unlike the cost of solar energy which is following Moore&#8217;s Law, the cost of genetic sequencing and mapping has fallen <a href="http://singularityhub.com/2011/03/05/costs-of-dna-sequencing-falling-fast-look-at-these-graphs/" target="_blank">far, far faster</a>. The big change happened in 2008, and by July of 2011, the cost per Megabase had fallen to $0.10. The cost of mapping a Megabase of DNA has dropped by <strong>100,000%</strong>. The cost of mapping an entire genome? It&#8217;s down from $100,000,000 to well below $30,000.</p>
<p><a href="http://davemartorana.com/wp-content/uploads/dna.jpg"><img class="aligncenter size-full wp-image-342" title="dna" src="http://davemartorana.com/wp-content/uploads/dna.jpg" alt="" width="600" height="335" /></a></p>
<p>Of course, in order to truly understand a genome, you have to understand patterns in genetic sequences. That requires a lot of data. Some genetic banks have stores of DNA samples <a href="http://singularityhub.com/2010/01/19/vanderbilt-launches-dna-biobank-with-75000-samples/" target="_blank">in the hundreds of thousands</a> but more will be required. Still, this hasn&#8217;t stopped science, and genetic pattern matching has already begun.</p>
<p>But lets back up for a second. Imagine the cost of mapping a genome persists on the same path. The cost of mapping a genome would drop to 30 cents in 3 years. It&#8217;s likely to not continue on this trend, but the price will drop significantly, and in the near future it will become cost effective to map everyone&#8217;s DNA. Sample sizes will increase to the millions if not billions, and pattern matching will be able to pinpoint the exact genetic sequences of everything from cancer to the common cold. Several companies are already working on <a href="http://www.technologyreview.com/biomedicine/39048/page1/" target="_blank">mapping the genetic profiles of cancers</a>. What this means is targeted therapies that replace nuclear options like chemotherapy. Not only will such mapping lead doctors to be able to tell what drugs a cancer might be resistant to and which would be incredibly effective, but will even eventually lead to custom-made, custom-tailored drugs that are specific to not a kind of cancer, but to <a href="http://www.dana-farber.org/Newsroom/Publications/Tailor-Made.aspx" target="_blank">a particular cancer in a particular individual</a>. Tailor-made drugs with DNA-specific targeting mechanisms mean cancer and other diseases become a nuisance rather than a death sentence &#8211; if we just don&#8217;t prevent them in the first place.</p>
<p>Then there&#8217;s the insanely cool and barely understood stem cell. Much speculation has been made of its potential, but the debate has been bogged down in the politics of abortion. Not to fear, we&#8217;ve already moved past embryonic stem cells in many therapies. Not only can we use your own stem cells now, but we can use pig cells too, why not?</p>
<p>Recently the Pentagon has been dabbing in regenerating muscle lost by soldiers to IEDs and other battlefield injuries. They&#8217;ve been testing regenerative muscle replacement on soldiers suffering &#8220;massive loss&#8221; of tissue &#8211; defined by a 25% tissue loss (but including up to 90% loss) &#8211; preventing the need for amputation and giving soldiers 25% or more improvement in physical function. This isn&#8217;t the future &#8211; it&#8217;s happening now. A mere 4 years after a company was able to <a href="http://health.howstuffworks.com/human-body/cells-tissues/extracellular-matrix.htm" target="_blank">regenerate a fingertip</a> in an experiment, the first trials are happening on soldiers. Certain proteins and cells from a pig&#8217;s bladder can create the scaffolding that will cause your own stem cells to flood a particular area and start regenerating lost tissue. It only takes a single surgery and some fairly intense physical therapy to strengthen the newly regenerated muscle cells, but the procedure has already been a success on 4 soldiers. The trial wraps up in less than 2 years, and baring any unforeseen circumstances (none of which have raised their heads since this began in 2007) this will become the standard treatment for traumatic loss. Consider the consequences: 50% of battlefield injuries in Iraq and Afganistan are these types of &#8220;massive loss&#8221; injuries. Amputations could become a thing of the past. Bring that technology in to the civilian world and amputations from car accidents to diabetes will all but go away.</p>
<p>But enough about muscles. What about the rest of your body? Got you covered there too. In what can only be described as a blurring of the lines between traditionally held beliefs about the fabric of life itself, we can now use your own stem cells to <a href="http://www.thedailybeast.com/newsweek/2010/12/07/future-of-medicine-growing-new-organs.html" target="_blank">regrow replacement body parts</a>. The basics are this &#8211; create a scaffold, dip it in some stem cells, program it to be a thing (your choice &#8211; a heart? bladder? How about a urethra, windpipe, kidney&#8230;?) and then once it&#8217;s grown in a lab, transplant it back in to your body. Your second, growing heart will <a href="http://www.youtube.com/watch?v=j9hEFUpTVPA" target="_blank"><em>actually start to beat</em></a> before it is ever implanted in your body.</p>
<p>The benefits are obvious. First there is the enormous shortage of donated organs &#8211; and in order to receive one, often someone else has to die. Transplanted organs require a lifetime of massive drug therapy to keep you from rejecting the implanted organs. Even with drugs, many transplants fail, and the patient ends up dying anyway. Now take an organ built with your own stem cells &#8211; it&#8217;s yours, free and clear. Science already has the ability to build your own replacement organs, which will one day do away with the need for organ donors. Your stem cells will become life-regenerating factories, capable of regrowing anything broken. Born blind? New eyes. Heart failure? New heart. And for one guy who had throat cancer, <a href="http://news.discovery.com/human/first-artificial-organ-transplant-110708.html#mkcpgn=rssnws1" target="_blank">a new windpipe</a>. The best part is that since the body part is grown of your own body, it will never be rejected &#8211; no post-transplant drugs, just a whole new part that&#8217;s fresh and ready to take on the role of its previous, failing brother-in-arms.</p>
<p>This isn&#8217;t the future. It&#8217;s now. Within a decade, it will be common-place. Within 25 years, we may no longer have a need for a donor registry at all.</p>
<p>So whether you get a genetically hand-tailored drug to destroy the cancer in your kidney, or you simply replace a kidney that&#8217;s beyond repair&#8230; you can see how mind-bending the near-future of medicine is &#8211; and only imagine what the not-too-distant future will hold.</p>
<p>Besides, it will be nice to be able to grab some replacement body parts, even if we <a href="http://www.ted.com/talks/cynthia_kenyon_experiments_that_hint_of_longer_lives.html" target="_blank">may have already found</a> a way to <a href="http://abcnews.go.com/Technology/Ted_Diane/ted-talks-worm-helps-scientists-link-gene-longevity/story?id=14973527" target="_blank">slow aging drastically</a>. 300 years is a long time to live with all the same organs.</p>
<h3>What a time to be alive!</h3>
<p>We get to live through not one, but three concurrent revolutions, each of which will have a more changing effect on humanity over the course of a few decades than the rest of human history put together. This is an insane time to be alive. At 33 years of age, I imagine what the scientific landscape will look like when I&#8217;m 60 is almost impossible to imagine. While there is still political and religious strife, extreme poverty, starvation, war, and genocide, each will be impacted positively by the three revolutions. When the world has access to information, energy, and medical breakthroughs beyond comprehension, the landscape of humanity will change forever &#8211; for the better. I guarantee it.</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/ip-Wj0t1dXQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/the-three-revolutions-of-our-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/the-three-revolutions-of-our-age/</feedburner:origLink></item>
		<item>
		<title>Window Paintings by Sean Martorana</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/TFjAUFqdmOE/</link>
		<comments>http://davemartorana.com/logs/ramblings/window-paintings-by-sean-martorana/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 20:06:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[painting]]></category>
		<category><![CDATA[sean martorana]]></category>

		<guid isPermaLink="false">http://davemartorana.com/logs/ramblings/window-paintings-by-sean-martorana/</guid>
		<description><![CDATA[At the Q BBQ in Philadelphia. View the full set here.]]></description>
			<content:encoded><![CDATA[<p>At the Q BBQ in Philadelphia. <a href="http://www.flickr.com/photos/iamthedave/sets/72157627715979903/with/6221229004/" title="On flickr" target="_blank">View the full set here</a>.</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/TFjAUFqdmOE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/window-paintings-by-sean-martorana/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/window-paintings-by-sean-martorana/</feedburner:origLink></item>
		<item>
		<title>Alexander McQueen Fall 2011</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/Q-hvdh_FtVI/</link>
		<comments>http://davemartorana.com/logs/ramblings/steve-mcqueen-fall-2011/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 17:01:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fashion]]></category>
		<category><![CDATA[mcqueen]]></category>

		<guid isPermaLink="false">http://davemartorana.com/logs/ramblings/steve-mcqueen-fall-2011/</guid>
		<description><![CDATA[Nina Garcia on WhoSay Check out the photos by Nina Garcia of Alexander McQueen&#8217;s 2011 runway show. He might be gone, but his couture style still lives on. And these are just crappy phone photos&#8230;]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://media.whosay.com/75879/75879_la.jpg" width="240" />
		</p><p><a href="http://www.whosay.com/ninagarcia/photos/75879" title="Nina Garcia's photo PHOTO: Final walk @WorldMcQueen CC: @marieclaire"><img src="http://media.whosay.com/75879/75879_la.jpg" alt="Nina Garcia's photo PHOTO: Final walk @WorldMcQueen CC: @marieclaire"></a><br /><a href="http://www.whosay.com/ninagarcia/photos/75879">Nina Garcia on WhoSay</a></p>
<p>Check out the photos by Nina Garcia of Alexander McQueen&#8217;s 2011 runway show. He might be gone, but his couture style still lives on. And these are just crappy phone photos&#8230;</p>
<p></p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/Q-hvdh_FtVI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/steve-mcqueen-fall-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/steve-mcqueen-fall-2011/</feedburner:origLink></item>
		<item>
		<title>The life that is waiting for us</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/KdmKF-mhLVs/</link>
		<comments>http://davemartorana.com/logs/ramblings/the-life-that-is-waiting-for-us/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 19:17:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://davemartorana.com/logs/ramblings/the-life-that-is-waiting-for-us/</guid>
		<description><![CDATA[I love this quote&#8230;]]></description>
			<content:encoded><![CDATA[<p>I love this quote&#8230;</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/KdmKF-mhLVs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/the-life-that-is-waiting-for-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/the-life-that-is-waiting-for-us/</feedburner:origLink></item>
		<item>
		<title>weWorkInPhilly</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/u4756NmVtn4/</link>
		<comments>http://davemartorana.com/logs/ramblings/weworkinphilly/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 17:31:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[weworkinphilly]]></category>

		<guid isPermaLink="false">http://davemartorana.com/logs/ramblings/weworkinphilly/</guid>
		<description><![CDATA[A fantastic directory of people, companies, projects, groups, and resources all proud to call Philadelphia&#8230; home.]]></description>
			<content:encoded><![CDATA[<p>A fantastic directory of people, companies, projects, groups, and resources all proud to call Philadelphia&#8230; home.</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/u4756NmVtn4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/weworkinphilly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/weworkinphilly/</feedburner:origLink></item>
		<item>
		<title>Orb Lab Light from Schoolhouse Electric</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/ZxWSfjj-Hng/</link>
		<comments>http://davemartorana.com/logs/ramblings/orb-lab-light-from-schoolhouse-electric/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 14:54:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[lighting]]></category>

		<guid isPermaLink="false">http://davemartorana.com/logs/ramblings/orb-lab-light-from-schoolhouse-electric/</guid>
		<description><![CDATA[Desk lamps don&#8217;t have to be boring, and this one certainly isn&#8217;t. Schoolhouse Electric does some really really cool things with lighting &#8211; check out some more of their desk lamps and other wares here.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://davemartorana.com/wp-content/uploads/Period-Lighting-Fixtures-and-Glass-Shades-Schoolhouse-Electric-Co.-Fixtures.jpg" width="240" />
		</p><p>Desk lamps don&#8217;t have to be boring, and this one certainly isn&#8217;t. Schoolhouse Electric does some really really cool things with lighting &#8211; <a href="http://www.schoolhouseelectric.com/" title="Schoolhouse Electric" target="_blank">check out some more of their desk lamps and other wares here</a>.</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/ZxWSfjj-Hng" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/orb-lab-light-from-schoolhouse-electric/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/orb-lab-light-from-schoolhouse-electric/</feedburner:origLink></item>
		<item>
		<title>Restoration Hardware, Revisited</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/hDrjc7r7ZEY/</link>
		<comments>http://davemartorana.com/logs/ramblings/restoration-hardware-revisited/#comments</comments>
		<pubDate>Mon, 23 May 2011 15:51:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[retail]]></category>

		<guid isPermaLink="false">http://davemartorana.com/logs/ramblings/restoration-hardware-revisited/</guid>
		<description><![CDATA[Two things have happened to Restoration Hardware over the past several years. First, it&#8217;s become incredibly expensive. Secondly, it&#8217;s design has&#160;veered&#160;towards interior&#160;couture, and it&#8217;s pretty awesome. Check out their insanely awesome Aviator Collection.&#160;]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://davemartorana.com/wp-content/uploads/Home-Restoration-Hardware.jpg" width="240" />
		</p><p>Two things have happened to Restoration Hardware over the past several years. First, it&#8217;s become incredibly expensive. Secondly, it&#8217;s <a href="http://davemartorana.com/logs/tag/design/" class="st_tag internal_tag" rel="tag" title="Posts tagged with design">design</a> has&nbsp;veered&nbsp;towards interior&nbsp;couture, and it&#8217;s pretty awesome.</p>
<p><img src="http://davemartorana.com/wp-content/uploads/Home-Restoration-Hardware-1.jpg" alt="" align="none"></p>
<p>Check out their insanely awesome <a href="http://restorationhardware.com/catalog/category/products.jsp?categoryId=cat520016&amp;&amp;link=TheAviatorCollection" title="" target="_blank">Aviator Collection</a>.&nbsp;</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/hDrjc7r7ZEY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/restoration-hardware-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/restoration-hardware-revisited/</feedburner:origLink></item>
		<item>
		<title>Remembering cars past…</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/3Z-HVEzG9KI/</link>
		<comments>http://davemartorana.com/logs/ramblings/remembering-cars-past/#comments</comments>
		<pubDate>Wed, 18 May 2011 16:23:00 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[cars]]></category>
		<category><![CDATA[gti]]></category>
		<category><![CDATA[jeep]]></category>
		<category><![CDATA[vw]]></category>
		<category><![CDATA[wrangler]]></category>

		<guid isPermaLink="false">http://davemartorana.com/logs/ramblings/remembering-cars-past/</guid>
		<description><![CDATA[A few snaps of my long-lost VR6 GTI and my Jeep Wrangler Sahara. I miss them both&#8230; See the full set plus Jeep off-road goodness here.]]></description>
			<content:encoded><![CDATA[<p>A few snaps of my long-lost VR6 GTI and my Jeep Wrangler Sahara. I miss them both&#8230;</p>
<p>See the full set plus Jeep off-road goodness <a href="http://www.flickr.com/photos/iamthedave/sets/72157623036372720/" title="" target="_blank">here</a>.</p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/3Z-HVEzG9KI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/remembering-cars-past/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/remembering-cars-past/</feedburner:origLink></item>
		<item>
		<title>Using Rackspace Cloud Load Balancers to make Cloud Servers disposable and immutable</title>
		<link>http://feedproxy.google.com/~r/davemartorana/~3/ghng2kbCz30/</link>
		<comments>http://davemartorana.com/logs/ramblings/using-rackspace-cloud-load-balancers-to-make-cloud-servers-immutable/#comments</comments>
		<pubDate>Tue, 17 May 2011 21:05:53 +0000</pubDate>
		<dc:creator>david</dc:creator>
				<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://davemartorana.com/?p=285</guid>
		<description><![CDATA[It's pretty easy to get an EC2-type experience from Rackspace while saving money, getting outstanding support, and reaping all the same benefits.]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://davemartorana.com/wp-content/uploads/bulbs.png" width="240" />
		</p><p><img class="aligncenter size-full wp-image-311" title="bulbs" src="http://davemartorana.com/wp-content/uploads/bulbs.png" alt="" width="600" height="231" style="max-width: 600px" /></p>
<p><span class="dropcap">D</span><!--/.dropcap-->epending on your needs, Rackspace&#8217;s implementation of Cloud Servers is either better &#8211; or worse &#8211; than Amazon EC2. I happen to see several advantages that Rackspace has over EC2:</p>
<ol>
<li>Cloudfiles images are insanely easy to manage, and any server can be spun up from any snapshot. This is so much easier than trying to create a custom AMI that it&#8217;s not even worth discussing.</li>
<li>The initial buy-in is incredibly low &#8211; a single small server will run you about $12 on Rackspace, while running ~$70 on EC2. Yes, I know that the hardware is basically apples-to-oranges, but we&#8217;re talking about initial buy-in here, not what $70 will get you. I can run a web server box and a PostgreSQL box separately for well under a single small instance on EC2.</li>
<li>The support &#8211; oh the support. Zip, zilch, nada on EC2&#8230; while on Rackspace &#8211; a human in under 20 seconds. It&#8217;s glorious.</li>
</ol>
<p>However, I grew to love the idea of throw-away servers with EC2. Alestic, Ubuntu, and other well-known institutions provide ready-to-go AMIs, and we spent a little bit of time writing code that would take a vanilla API, run a shell script, and turn it in to whatever it needed to be in no time flat. We plugged this scripting in to our CI server, and would have a successful build of our production branch of code spin up new servers with new code, drop the old ones, and no one would be the wiser.<span id="more-285"></span></p>
<p>Since my new business is fledgling, I didn&#8217;t have the money to run multiple EC2 instances with RDS as another expense. Rackspace has always had a place in my heart since my days of running $10k/month in servers from one of my old jobs. While their cloud offerings are certainly less mature than Amazon&#8217;s, the price was right, and it was pretty easy to get going.</p>
<p>I knew there had to be a way to get the kind of flexibility I had with EC2 on Rackspace, even though they built their offerings completely oppositely &#8211; servers are supposed to be long-running, save state, etc.</p>
<h2>Enter Cloud Load Balancers</h2>
<p>As soon as Rackspace opened their Cloud Load Balancer product to beta (and I discovered a Python API to it) I knew I had found what I needed. The idea was this &#8211; write a script against their API that would spin up new servers, drop them behind static load balancers, drop out the old servers, and no one would be the wiser. Rackspace&#8217;s load balancers even had a huge advantage over Amazon&#8217;s Elastic Load Balancers &#8211; I could point an A record at them.</p>
<p>There were, however, a few hurdles I hadn&#8217;t expected.</p>
<p>Amazon has this neat little feature where you can pass in data to a newly booting server. You simply have your rc.local file call a special IP address, download the data, and in our case, execute said data as a script. That would get you in the door and your code running.</p>
<p>Rackspace was more difficult &#8211; much more. They allow you to pass in files to a newly booting server, but those files are then marked as read-only with no execute permissions. So passing in an rc.local file would mark that file as un-executable, and it wouldn&#8217;t run.</p>
<p><strong>Hey cron, can you help me out?</strong></p>
<p>The solution is an ugly one, but here it is. There are three files I pass in to a newly booting web server.</p>
<p><code>/etc/rc.local</code><br />
<script src="https://gist.github.com/976694.js"> </script></p>
<p><code>/etc/rc.local.stage1</code><br />
<script src="https://gist.github.com/976701.js"> </script></p>
<p>And the crux of the whole thing:</p>
<p><code>/etc/cron.d/initialrunner</code><br />
<script src="https://gist.github.com/976705.js"> </script></p>
<p>Let&#8217;t take a look at these files. <code>rc.local</code> does as it should &#8211; it has some scripting that runs whenever the server reboots &#8211; in this case launching <a title="django-ztask" href="http://github.com/dmgctrl/django-ztask" target="_blank">django-ztask</a> &#8211; our async backgrounding app build on top of 0MQ (but that&#8217;s another story for another day).</p>
<p><code>rc.local.stage1</code> is run once and only once, and is the script that sets up our whole server. I&#8217;ve only put the first few lines, but you can see what they do &#8211; update the server, install git, and as you can imagine, do a bunch of other things (load in our git public keys, install apache, side-load our apache conf files, etc.).</p>
<p>But like I said &#8211; all three of these files will be marked as read-only and neither script will be executable. So we toss in a script in to <code>/etc/cron.d/initialrunner</code> that does 4 things the first time you reboot the server:</p>
<ol>
<li>Echo &#8220;hello world&#8221; in to a log file as an indication to me that it was run</li>
<li>Change the permissions of <code>/etc/rc.local</code> and <code>/etc/rc.local.stage1</code></li>
<li>Execute <code>/etc/rc.local.stage1</code> to set up the server, sending output to a log file</li>
</ol>
<p>Simple enough.</p>
<p><strong>Putting it all together</strong></p>
<p>The build script (written in Python) is somewhat long, but I&#8217;m going to put it here, and explain below what it&#8217;s doing. This is the script that my CI server runs after a successful unittest build of code committed to our production branch.</p>
<p><code>build.py</code><br />
<script src="https://gist.github.com/976729.js"> </script></p>
<p>So what&#8217;s going on here?</p>
<p>The <code>if __name__ == '__main__':</code> section at the bottom of the script is what gets run when the script is called from a shell. This is what it does in order:</p>
<ol>
<li>It instantiates a <code>cloudservers.CloudServers</code> object instance, (from the official <a href="http://pypi.python.org/pypi/python-cloudservers" target="_blank">python-cloudservers Python API package, available here</a>) passing in our username and API key</li>
<li>Calls <code>create_server</code>, passing in the name of the initial image to use and the size of the server.</li>
<li>Calls <code>wait_for_server</code> which waits for the server to be done setting up. This takes the keyword argument <code>with_url_ping</code> that we&#8217;ll use later to not only wait for the server to respond, but acknowledge our site is up as well.</li>
<li>Sleeps for 20 seconds (Rackspace seems to have a few places where it needs a couple seconds to catch up with itself)</li>
<li>Calls the the update method on the server instance, which has the happy side effect of REBOOTING the server. That &#8211; guess what &#8211; causes our <code>/etc/cron.d/initialrunner</code> script to be called, which starts building our server out!</li>
<li>Wait for the server again, waiting for the ping to return true this time, which means that Apache is up, mods have been enabled, it&#8217;s configured properly, and serving our content.</li>
<li>&#8230; At this point in time, our REAL script also uses <code>paramkio</code> (SSH library) to run server migrations and run our unittest suite against the installed code, but I left that out.</li>
<li>Creates an instance of <code>cloudlb.CloudLoadBalancer</code> object, (from the official <a href="http://pypi.python.org/pypi/python-cloudlb" target="_blank">python-cloudlb Python API package, available here</a>) passing in our username, API key, and which of the data centers to use. (Hint: there are only two.)</li>
<li>Call <code>replace_servers</code>, which takes the new servers, appends them to the load balancer, waits 20 seconds, and removes the old servers. It then deletes the old servers from existence.</li>
</ol>
<p>It may seem somewhat complicated, but it&#8217;s not much different than using BOTO to do the same thing on EC2. There&#8217;s also nothing stopping you from modifying this script slightly to create multiple servers each time. The <code>replace_servers</code> function is already aware of replacing all servers with all new servers (notice it takes our new server in an array, expecting to load as many new servers behind our load balancers as we ask it to).</p>
<div class="woo-sc-box normal   ">The whole script works using internal IP addresses &#8211; each Rackspace Cloud Server gets two IPs &#8211; a public and private IP address. Servers are able to address each other faster using the internal IP.</div>
<p><strong>Any downsides?</strong></p>
<p>Yeah, a couple. Every now and again the server build will just die. Seems to be a Rackspace issue and I need to get in touch with support about it, but since the final <code>wait_for_server</code> call will fail over by deleting our hanging server without touching existing servers, it&#8217;s not a big deal and the build script is just re-run.</p>
<p>Also, Rackspace load balancers work in an odd fashion &#8211; they can only run a single port. They can share IP addresses (see the <code>replace_servers</code> function which, if finding no existing load balancers, will create them for you) so your DNS doesn&#8217;t have to do anything fancy, but to run a website with port 80 and 443, you have to pay for two load balancers. Still relatively cheap, but an annoying downside.</p>
<p><strong>Conclusion, maybe?</strong></p>
<p>With a little love from the official API packages and Rackspace&#8217;s new Cloud Load Balancers, I was able to achieve the same immutable-server effect that I like from EC2, for a fraction of the price. While many people like long-running servers and using things like Capistrano or Fabric for deployment, I prefer that servers build new each time, test themselves, then simply replace outdated servers with not a clue that it&#8217;s happening to the end user. The beauty of this is that with a single line of code change, I can update what image new servers are built with, instantly taking advantage of an updated OS release.</p>
<p>This method isn&#8217;t for everyone, and it&#8217;s a lot more popular with EC2, but it&#8217;s possible with Rackspace, and I&#8217;d prefer to stick with Rackspace (and reap the benefits of their amazing support) and still get what I want. <img src='http://davemartorana.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><em>(Image courtesy of <a href="http://www.sxc.hu/profile/clix">clix on sxc.hu</a>)</em></p>
<img src="http://feeds.feedburner.com/~r/davemartorana/~4/ghng2kbCz30" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://davemartorana.com/logs/ramblings/using-rackspace-cloud-load-balancers-to-make-cloud-servers-immutable/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://davemartorana.com/logs/ramblings/using-rackspace-cloud-load-balancers-to-make-cloud-servers-immutable/</feedburner:origLink></item>
	</channel>
</rss><!-- This Quick Cache file was built for (  davemartorana.com/feed/ ) in 0.71173 seconds, on Feb 27th, 2012 at 9:58 am UTC. --><!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 27th, 2012 at 10:58 am UTC --><!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --><!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  davemartorana.com/feed/ ) in 0.00097 seconds, on Feb 27th, 2012 at 9:59 am UTC. -->

