<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: App Engine: Commodity vs. Proprietary</title>
	<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/</link>
	<description></description>
	<pubDate>Wed, 09 Jul 2008 12:11:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: Carlos Ribeiro</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16655</link>
		<dc:creator>Carlos Ribeiro</dc:creator>
		<pubDate>Fri, 11 Apr 2008 00:59:11 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16655</guid>
		<description>@Raphael: thanks for the pointers. I assume that these projects are focused on building "private clouds". That's great, but I wonder if it will be possible to do it in a much larger scale, a "peer to peer" global cloud. But that's just a dream, I don't know if it's practical or feasible - only that it seems interesting.</description>
		<content:encoded><![CDATA[<p>@Raphael: thanks for the pointers. I assume that these projects are focused on building &#8220;private clouds&#8221;. That&#8217;s great, but I wonder if it will be possible to do it in a much larger scale, a &#8220;peer to peer&#8221; global cloud. But that&#8217;s just a dream, I don&#8217;t know if it&#8217;s practical or feasible - only that it seems interesting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobar</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16652</link>
		<dc:creator>foobar</dc:creator>
		<pubDate>Thu, 10 Apr 2008 22:58:03 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16652</guid>
		<description>In the end, would one be better off just running a VM with Apache/lighttpd/etc, a real Django and whatever else you need on Amazon's EC2? There you get cloud computing with all its advantages, but you are determining your own software/language/server settings. And if you want to move to another provider, or start running your stuff on its own dedicated box... well, all you need is to find a RedHat host somewhere (I think Amazon EC2 uses RedHat for its server images, right?) and off you go. Moving to a different provider therefore should be quite straight forward in that case. Certainly more so than in the case where you develop your app specifically towards a Google API.</description>
		<content:encoded><![CDATA[<p>In the end, would one be better off just running a VM with Apache/lighttpd/etc, a real Django and whatever else you need on Amazon&#8217;s EC2? There you get cloud computing with all its advantages, but you are determining your own software/language/server settings. And if you want to move to another provider, or start running your stuff on its own dedicated box&#8230; well, all you need is to find a RedHat host somewhere (I think Amazon EC2 uses RedHat for its server images, right?) and off you go. Moving to a different provider therefore should be quite straight forward in that case. Certainly more so than in the case where you develop your app specifically towards a Google API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Bangert</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16651</link>
		<dc:creator>Ben Bangert</dc:creator>
		<pubDate>Thu, 10 Apr 2008 22:47:39 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16651</guid>
		<description>&#62; What does App Engine run on? I don’t care! 

Until something about how it runs randomly makes your code take longer than 3 seconds to run, at which point Google kills the request.

&#62; What is BigTable? I am comfortable thinking of it only in its abstract sense, an API that works, and I don’t know how, nor do I need to know how.

Until the way you're using it causes it to take more than a few seconds to run, at which point Google kills the request.

There's always reasons to care about how your app is run. Since Google will kill requests that take too long, and so far have zero tools for profiling why it was killed, what part of it was taking too long, why did it take too long, etc. this could become rather important. I'd think a tool for gauging how long DataStore requests take would be important since many people will be unfamiliar with changes to how they should think about their data when its not in a RDBMS.

I'm sure they'll provide some tools at some point, but the fact is, for awhile yet, yes, we will probably still need to care about those things. 

I'm still waiting for a App Engine like thing that gives me the freedom to move to another provider when I either outgrow one (maybe Google's way of scaling doesn't meet my needs), or when the price of staying there gets too high (whether monetary, or privacy policy, etc.). Lock-in is no fun, no matter how awesome the service might be. At least Google's lock-in is probably somewhat minimal as their API's are rather abstract, and its just as trivial to run most of an App Engine app elsewhere.</description>
		<content:encoded><![CDATA[<p>&gt; What does App Engine run on? I don’t care! </p>

<p>Until something about how it runs randomly makes your code take longer than 3 seconds to run, at which point Google kills the request.</p>

<p>&gt; What is BigTable? I am comfortable thinking of it only in its abstract sense, an API that works, and I don’t know how, nor do I need to know how.</p>

<p>Until the way you&#8217;re using it causes it to take more than a few seconds to run, at which point Google kills the request.</p>

<p>There&#8217;s always reasons to care about how your app is run. Since Google will kill requests that take too long, and so far have zero tools for profiling why it was killed, what part of it was taking too long, why did it take too long, etc. this could become rather important. I&#8217;d think a tool for gauging how long DataStore requests take would be important since many people will be unfamiliar with changes to how they should think about their data when its not in a RDBMS.</p>

<p>I&#8217;m sure they&#8217;ll provide some tools at some point, but the fact is, for awhile yet, yes, we will probably still need to care about those things. </p>

<p>I&#8217;m still waiting for a App Engine like thing that gives me the freedom to move to another provider when I either outgrow one (maybe Google&#8217;s way of scaling doesn&#8217;t meet my needs), or when the price of staying there gets too high (whether monetary, or privacy policy, etc.). Lock-in is no fun, no matter how awesome the service might be. At least Google&#8217;s lock-in is probably somewhat minimal as their API&#8217;s are rather abstract, and its just as trivial to run most of an App Engine app elsewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16646</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 10 Apr 2008 16:10:23 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16646</guid>
		<description>In response to comment 3: Microsoft is not completely absent in this concept. They are just more focused on providing cloud [services](http://www.microsoft.com/sql/dataservices/default.mspx) to their corporate customers.


[The Semantic Web](http://www.w3.org/2001/sw/) is an idea whose time has come. AppEngine, EC2, et. al. will help to enable this framework of data sharing.</description>
		<content:encoded><![CDATA[<p>In response to comment 3: Microsoft is not completely absent in this concept. They are just more focused on providing cloud <a href="http://www.microsoft.com/sql/dataservices/default.mspx">services</a> to their corporate customers.</p>

<p><a href="http://www.w3.org/2001/sw/">The Semantic Web</a> is an idea whose time has come. AppEngine, EC2, et. al. will help to enable this framework of data sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C. G. Brown</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16644</link>
		<dc:creator>C. G. Brown</dc:creator>
		<pubDate>Thu, 10 Apr 2008 12:37:53 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16644</guid>
		<description>Thanks for your insightful post on these issues.  I myself hadn't thought about the potential implications of being locked into a particular cloud.

The AppEngine solves a general problem of running Web applications.  I often see Subversion or Trac mentioned in blogs and articles as applications that can now be run more conveniently using virtual machines or computing clouds.  My company, ProjectLocker (http://www.projectlocker.com), and some of our competitors, have been running these specific applications for years in a straightforward ASP model.  Clouds or virtual machines still leave you with installation and configuration headaches and costs, while ProjectLocker and companies like us take all the pain out of configuring, administering, and backing up your source code, bug, and Wiki data.  We already support continuous integration and are working on more value-added tools as well.  And since we're based on open source tools with standard data formats, it's easy to pick up and move to us or from us if you don't like where you are.

You do acknowledge that reliable, consistent hosting is a step in the right direction.  The good old ASP model, when implemented properly, is less sexy than clouds and virtual machines but still provides a lot of value.</description>
		<content:encoded><![CDATA[<p>Thanks for your insightful post on these issues.  I myself hadn&#8217;t thought about the potential implications of being locked into a particular cloud.</p>

<p>The AppEngine solves a general problem of running Web applications.  I often see Subversion or Trac mentioned in blogs and articles as applications that can now be run more conveniently using virtual machines or computing clouds.  My company, ProjectLocker (http://www.projectlocker.com), and some of our competitors, have been running these specific applications for years in a straightforward ASP model.  Clouds or virtual machines still leave you with installation and configuration headaches and costs, while ProjectLocker and companies like us take all the pain out of configuring, administering, and backing up your source code, bug, and Wiki data.  We already support continuous integration and are working on more value-added tools as well.  And since we&#8217;re based on open source tools with standard data formats, it&#8217;s easy to pick up and move to us or from us if you don&#8217;t like where you are.</p>

<p>You do acknowledge that reliable, consistent hosting is a step in the right direction.  The good old ASP model, when implemented properly, is less sexy than clouds and virtual machines but still provides a lot of value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16641</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Thu, 10 Apr 2008 10:16:40 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16641</guid>
		<description>@Carlos: in some way I see the Apache Hadoop project http://hadoop.apache.org/ going in the direction of an open-source alternative. You may compare their HBase http://hadoop.apache.org/hbase/ to BigTable and HDFS http://hadoop.apache.org/core/docs/current/hdfs_design.html to GFS if you want.</description>
		<content:encoded><![CDATA[<p>@Carlos: in some way I see the Apache Hadoop project <a href="http://hadoop.apache.org/" rel="nofollow">http://hadoop.apache.org/</a> going in the direction of an open-source alternative. You may compare their HBase <a href="http://hadoop.apache.org/hbase/" rel="nofollow">http://hadoop.apache.org/hbase/</a> to BigTable and HDFS <a href="http://hadoop.apache.org/core/docs/current/hdfs&#95;design.html" rel="nofollow">http://hadoop.apache.org/core/docs/current/hdfs_design.html</a> to GFS if you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Ribeiro</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16636</link>
		<dc:creator>Carlos Ribeiro</dc:creator>
		<pubDate>Thu, 10 Apr 2008 03:25:26 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16636</guid>
		<description>For some reason your post made me remember the SETI project, which probably was the oldest example of "cloud" on a global scale. When the Internet was young and everyone using it were a nerd (for better or worse), lots of people did devote computing time to SETI. For some reasons it never got beyond a mere curiosity. Perhaps the application itself was at fault - had we discovered alien life as a result of SETI, who knows what effect would it have.

We now have Amazon and Google offering cloud services. Microsoft is seemingly absent, it's clear that don't have any idea about what to do (besides buying Yahoo hoping that they will know what to do). But, I'm tempted to ask: is there anything that requires the cloud to run in a proprietary environment? Of course, there's a huge investment, and management, but it should be possible to implement something like this to run in an open environment.

Maybe someone will come up with a open source implementation, or some company will launch a product that allows people to implement their own "mini-clouds", in such a way that these mini-clouds can discover and connect to each other, forming a bigger cloud where computing resources can be allocated and shared between applications. I don't know. I think that's a matter of time before someone does something like that.

I believe that the idea is important not because this "open cloud" may kill Google or Amazon. I don't believe it will get to this point. But the existence of an open implementation creates more competition, lower the entry cost, and raise awareness in the market. It also allows people to experiment and create new business model. It's good for everyone, and it's kind of a proof that the market is mature.</description>
		<content:encoded><![CDATA[<p>For some reason your post made me remember the SETI project, which probably was the oldest example of &#8220;cloud&#8221; on a global scale. When the Internet was young and everyone using it were a nerd (for better or worse), lots of people did devote computing time to SETI. For some reasons it never got beyond a mere curiosity. Perhaps the application itself was at fault - had we discovered alien life as a result of SETI, who knows what effect would it have.</p>

<p>We now have Amazon and Google offering cloud services. Microsoft is seemingly absent, it&#8217;s clear that don&#8217;t have any idea about what to do (besides buying Yahoo hoping that they will know what to do). But, I&#8217;m tempted to ask: is there anything that requires the cloud to run in a proprietary environment? Of course, there&#8217;s a huge investment, and management, but it should be possible to implement something like this to run in an open environment.</p>

<p>Maybe someone will come up with a open source implementation, or some company will launch a product that allows people to implement their own &#8220;mini-clouds&#8221;, in such a way that these mini-clouds can discover and connect to each other, forming a bigger cloud where computing resources can be allocated and shared between applications. I don&#8217;t know. I think that&#8217;s a matter of time before someone does something like that.</p>

<p>I believe that the idea is important not because this &#8220;open cloud&#8221; may kill Google or Amazon. I don&#8217;t believe it will get to this point. But the existence of an open implementation creates more competition, lower the entry cost, and raise awareness in the market. It also allows people to experiment and create new business model. It&#8217;s good for everyone, and it&#8217;s kind of a proof that the market is mature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Bicking</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16635</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Thu, 10 Apr 2008 02:17:02 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16635</guid>
		<description>Publicly traded companies are supposed to maximize shareholder value.  Publicly traded companies don't *do* anything.  Individuals do things.  Management is accountable to shareholders.  Management is *not* subservient to shareholders.  Employees are not subservient to management.  Companies can provide incentives to get their employees to maximize shareholder value.  If the company feels an employee isn't doing enough, they can fire that employee.  But they can't magically turn employees into moles, embedded in other communities just so they can fuck them over later.  Employees can volunteer for that role, but it's not exactly a popular choice.

Some corporations actually seem to have a fuck-people-over culture.  It seems to be cultivated in the executive class.  It isn't cultivated in the programmer class.  In corporations where programmers are subservient to executives, I think bad things can happen.  This usually requires the underlings to feel desperate or ignorant or disinterested.  

Or, sometimes, the underlings buy into this maximize-shareholder-value bullshit.  But it's just bullshit, and it demeans the individual's ability to make choices.</description>
		<content:encoded><![CDATA[<p>Publicly traded companies are supposed to maximize shareholder value.  Publicly traded companies don&#8217;t <em>do</em> anything.  Individuals do things.  Management is accountable to shareholders.  Management is <em>not</em> subservient to shareholders.  Employees are not subservient to management.  Companies can provide incentives to get their employees to maximize shareholder value.  If the company feels an employee isn&#8217;t doing enough, they can fire that employee.  But they can&#8217;t magically turn employees into moles, embedded in other communities just so they can fuck them over later.  Employees can volunteer for that role, but it&#8217;s not exactly a popular choice.</p>

<p>Some corporations actually seem to have a fuck-people-over culture.  It seems to be cultivated in the executive class.  It isn&#8217;t cultivated in the programmer class.  In corporations where programmers are subservient to executives, I think bad things can happen.  This usually requires the underlings to feel desperate or ignorant or disinterested.  </p>

<p>Or, sometimes, the underlings buy into this maximize-shareholder-value bullshit.  But it&#8217;s just bullshit, and it demeans the individual&#8217;s ability to make choices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foobar</title>
		<link>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16633</link>
		<dc:creator>foobar</dc:creator>
		<pubDate>Thu, 10 Apr 2008 01:30:40 +0000</pubDate>
		<guid>http://blog.ianbicking.org/2008/04/09/app-engine-commodity-vs-proprietary/#comment-16633</guid>
		<description>Every publicly traded company has only one purpose in life: Maximize shareholder value. There is no other purpose for their existence anymore.

I don't fault them for this. I would be happy if I could run a publicly traded company (that does well). There's nothing wrong with it, it's just something they have to do.

But I don't believe for a second that Google does this out of the pure goodness of their hearts. Every last one of their management team is, after all, accountable to their share holders.

Sometimes they will do something that benefits many people. Maybe App Engine is one such thing. Maybe they won't increase their hosting prices. Maybe they won't make you buy an expensive SLA when your site has finally become successful and you need decent service levels the most. Maybe they won't look into your traffic stats and know more about your visitors and your site traffic than you yourself do, before they approach you with an offer.

Maybe they won't do any of this, in which case it would be wonderful.

But even then they would do this at least as a sort of PR thing, something that helps them with mind-share, brand awareness, brand ubiquity, etc. They are a publicly traded company. They can't do anything without shareholder value in mind.</description>
		<content:encoded><![CDATA[<p>Every publicly traded company has only one purpose in life: Maximize shareholder value. There is no other purpose for their existence anymore.</p>

<p>I don&#8217;t fault them for this. I would be happy if I could run a publicly traded company (that does well). There&#8217;s nothing wrong with it, it&#8217;s just something they have to do.</p>

<p>But I don&#8217;t believe for a second that Google does this out of the pure goodness of their hearts. Every last one of their management team is, after all, accountable to their share holders.</p>

<p>Sometimes they will do something that benefits many people. Maybe App Engine is one such thing. Maybe they won&#8217;t increase their hosting prices. Maybe they won&#8217;t make you buy an expensive SLA when your site has finally become successful and you need decent service levels the most. Maybe they won&#8217;t look into your traffic stats and know more about your visitors and your site traffic than you yourself do, before they approach you with an offer.</p>

<p>Maybe they won&#8217;t do any of this, in which case it would be wonderful.</p>

<p>But even then they would do this at least as a sort of PR thing, something that helps them with mind-share, brand awareness, brand ubiquity, etc. They are a publicly traded company. They can&#8217;t do anything without shareholder value in mind.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
