Microsoft admits: it costs less to run Linux
Buried in today’s news of Microsoft’s pricing scheme for their cloud service, aka Azures, is some amazing insight into their own IT infrastructure costs.
Before we continue, I suggest you go here and become vaguely familiar with Azure’s pricing structure.
Now that you are back, the most important number to look for in their pricing scheme is the overall cost of a running a CPU for a full hour (commonly known as cpu/hr) which, in the cloud age in we live in, is the common currency of all providers. Microsoft clocks in at 12 cents per cpu/hr. That is very important since it gives you a fair ratio by which to compare providers and how efficiently they are at running their IT departments.
For instance, Amazon Web Services (AWS) – undoubtedly the market leader and Microsoft’s real competition – is able charge $0.10 per cpu/hr (http://aws.amazon.com/ec2/#pricing) which, besides being 20% cheaper, also conveys that they are able to run their IT infrastructure 20% more efficiently than Microsoft. But why should you care?
Amazon is not in the business of selling enterprise IT software (at least not their own software) and services, much less operating systems expertise. However, buried in their cost structure is the idea that they are able to deliver an internal (and external) IT infrastructure that is 20% cheaper running Linux than the best Windows IT infrastructure in the world – assuming that Microsoft employs the best Windows engineers in the world. That is truly mind blowing especially if you factor in that in both cases you can cross out the cost of licensing (assuming that Microsoft’s IT doesn’t pay Microsoft for licensing of their software and that Amazon does not pay to run Linux).
An astute reader at this point of the post is either asleep or noticing that I’m overlooking a basic rule of pricing: it’s not just cost but cost + margin and maybe Microsoft’s margins are just much bigger? This is really unlikely, especially if you keep in mind that to Amazon, AWS was always intended to be a revenue generating engagement (otherwise why bother?) meanwhile to Microsoft, which feels pressure to embark in the cloud hype, this is more of an attempt to remain relevant which would require a much lower return, maybe even revenue neutral.
Again, why does this matter? I believe it matters a lot, especially if you are in charge of running a large “enterprise” IT infrastructure in which you benchmark your “cpu/hr” cost against others to assess overall company efficiency. If you are building your infrastructure around Microsoft products you can expect to hit a theoretical limit of $0.12 cpu/hr, meanwhile, on a Linux deployment modeled by Amazon, the bar is much lower at $0.10 or less (since we don’t know Amazon margins).
Lastly, the question that remains to be answered is how many MBAs worked on coming up with the proper pricing structure for Azure without foreseeing its market implications?
Favorite “gitness”
rafael-mb:~ rafael$ git-shell fatal: What do you think I am? A shell?
What other kinda of “gitness” have you encountered?
Getting to know Ida
Just finished watching the History Channel’s special on Ida, our 47,000,000 years old common ancestor. All I can say is that it will leave you breathless!
I particularly enjoyed how they explain this discovery in relation to Lucy and I was also pleasantly surprised that Donald Johanson is a professor at Arizona State.
Check it out:
http://www.history.com/content/the-link
Also worth mentioning is the discussion of the role of evolution in all of this (towards the end of the show). Professor Johanson does a remarkable job of presenting a candid take on the fabricated “controversy” surrounding evolution.
Why Python should adopt the mono runtime
So I thought about this on my drive back from the gym today. What I believe Python needs for world domination is to drop its C runtime and adopt the mono runtime as the new “blessed by Guido” implementation. Why you may ask? It would bring together one of the best languages ever developed with one of the best runtimes in the world.
To put it differently, it gets the python guys to focus on the core language (which they are amazing at) and gets them away from being runtime developers (which they are not so good at) but, instead, Miguel and company are.
Think about it, Python users would get instant access to all of the CLI libraries (and vice versa), a fairly sane way to port C libraries to the CLR and instantaneous ass-kicking performance. For the mono guys, it would give it a jazzy new language to kick start the next generation of apps.
Don’t get me wrong, I’m not saying that there’s anything particularly bad about C# but, just like Java, in this day and age, it makes you feel like you are developing in 90’s technology.
Why forks don’t matter:
Before I get flooded with emails about IronPython, Jython, PyPy to IL compilation and all other nonsensical edgy stuff being done by people with too much free time, I’ll give you my “forks don’t matter” speech.
Let’s say If you and I were friends and I came to you and said…
Me:
You won’t believe it… I just bought last weekend’s Cards vs Eagles football on ebay, it’s freaking awesome!”
You:
Well, I have a football too, got it at WalMart and it is works just like yours
[Me punching you in the face]
But that’s the point, a functional copy of what I have, is not what I have. (IronP|J)ython is not Python, it’s something that behaves like Python but, fundamentally, it will never be the original. In practical terms, that’s how Linus can manage thousands of forks on the linux kernel and still hold the “one true” branch of the kernel – the forks don’t matter.
Win7 = Vista + Bad Skin
It’s official, windows 7 looks like windows vista with a bad skin. Seriously, all that money and they can’t hire a good industrial design guy?

The dummies guide to the recession
So, let’s say you find yourself in a social gathering of sorts this year and someone asks you “So, how about that new CDO regulatory framework bill?” Well, you definitely would not enjoy responding with the ever dense “hmm?” Instead, you should rush to the New York Times and read their excellent recap of what happened.
Start here:
http://www.nytimes.com/2009/01/04/opinion/04lewiseinhorn.html?_r=2&hp=&pagewanted=all
Simple secrecy
So, let’s say you have a text file that you use to keep track of your account information as you zip along the internets. Let’s say you would like to keep that stuff safely encrypted in your lappy. Well, here’s a ridiculous simple way to encrypt and decrypt files on just about any OS that has access to the openssl library (I’ve tested it on OSX and Linux).
For example, let’s say you would like to encrypt a text file called secret.txt. As you can see below the unencrypted file is just plain text:
rafael-mb:tmp rafael$ file secret.txt
secret.txt: ASCII text
rafael-mb:tmp rafael$
But we can you OpenSSL to encrypt our file with the command below:
rafael-mb:tmp rafael$ openssl enc -aes-256-cbc -salt -in secret.txt -out secret.txt.encrypted
enter aes-256-cbc encryption password:
Verifying - enter aes-256-cbc encryption password:
rafael-mb:tmp rafael$
where -aes-256-cbc is just the algorithm to use and -in/-out represent the input and output file names. Now, after the encryption:
rafael-mb:tmp rafael$ file secret.txt.encrypted
secret.txt.encrypted: data
rafael-mb:tmp rafael$
And for the decryption:
rafael-mb:tmp rafael$ openssl enc -d -aes-256-cbc -in secret.txt.encrypted -out secret-new.txt
enter aes-256-cbc decryption password:
rafael-mb:tmp rafael$ file secret-new.txt
secret-new.txt: ASCII text
rafael-mb:tmp rafael$
Voila!
So this is what intelligent pragmatism looks like…
After the last 8 years of partisan ideological extremism one can almost lose sensibility to such zany behavior.
Is this really just a bad joke?
Could my beloved America really go from Bush to a duo that’s worse than Bush?
[url]http://www.nytimes.com/2008/09/14/us/politics/14palin.html?hp[/url]
Douchebag move of the week
Always ingenious, John Stewart delivers one of the best reviews of what went on this week with McCain’s campaign reaching for new lows with their attack adds aimed at painting a picture of an “elitist Obama”
Update: Priceless comment from reddit:
[url]http://www.reddit.com/comments/6uis9/jon_stewart_mccains_celebrity_attack_add_is_the/c04wkkx[/url]