<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Can Cloud standards be saved?</title>
	<atom:link href="http://stage.vambenepe.com/archives/1261/feed" rel="self" type="application/rss+xml" />
	<link>http://stage.vambenepe.com/archives/1261</link>
	<description>IT management in a changing IT world</description>
	<lastBuildDate>Mon, 06 Sep 2010 03:48:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: William Vambenepe &#8212; Standards Disconnect at Cloud Connect</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-103775</link>
		<dc:creator>William Vambenepe &#8212; Standards Disconnect at Cloud Connect</dc:creator>
		<pubDate>Fri, 19 Mar 2010 07:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-103775</guid>
		<description>[...] the experts and open source developers, who are the best chance Cloud standards have to not repeat the mistakes of the past, to engage with the standard. Not necessarily as members of the group, also from the outside. [...]</description>
		<content:encoded><![CDATA[<p>[...] the experts and open source developers, who are the best chance Cloud standards have to not repeat the mistakes of the past, to engage with the standard. Not necessarily as members of the group, also from the outside. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy.edmonds.be &#8250; links for 2010-03-01</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-103279</link>
		<dc:creator>andy.edmonds.be &#8250; links for 2010-03-01</dc:creator>
		<pubDate>Tue, 02 Mar 2010 01:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-103279</guid>
		<description>[...] William Vambenepe — Can Cloud standards be saved? (tags: cloud standards)     This was written by andy. Posted on Tuesday, March 2, 2010, at 2:04 am. Filed under Delicious. Bookmark the permalink. Follow comments here with the RSS feed. Post a comment or leave a trackback. [...]</description>
		<content:encoded><![CDATA[<p>[...] William Vambenepe — Can Cloud standards be saved? (tags: cloud standards)     This was written by andy. Posted on Tuesday, March 2, 2010, at 2:04 am. Filed under Delicious. Bookmark the permalink. Follow comments here with the RSS feed. Post a comment or leave a trackback. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Lee Green</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-103027</link>
		<dc:creator>Eric Lee Green</dc:creator>
		<pubDate>Mon, 22 Feb 2010 23:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-103027</guid>
		<description>One issue is trend following. The CTO or VP of Engineering gets his head around a trendy new approach to doing something -- like, say, RESTful interfaces to web services -- and even if it doesn&#039;t map well to your specific problem domain, that&#039;s how it has to be. I had to fight hard to get XML-RPC as the web services standard for controlling VPEP, because XML-RPC is viewed as &quot;quaint&quot; and &quot;outdated&quot; by &quot;people who matter&quot;, but the VPEP API mapped straight to XML-RPC and the proof-of-concept service exporting the API took me literally two hours to write (thanks to Python&#039;s excellent built-in XML-RPC server class) so why use anything more complicated for this application? Other than a desire to not see Dave Winer&#039;s head get any bigger lest it alter the gravitational pull of Earth, but that&#039;s a lost battle already. ;) But the point is, those of us with practical experience want simple standards that model well what we *know* are the set of tasks that need to be done now and in the future, while there&#039;s a significant set of people who want complex standards that fulfill a need to put in every trendy buzzword under the sun in order to appear &quot;hip&quot; and &quot;with it&quot;. And unfortunately, the second class of people are too often the decision makers on these things :(.

The other issue, of course, is one of large organizations *wanting* standards to be complex. The more complex the standard (and the more BigCorp-patented technologies included in it of course!), the more resources it will take to fully implement it. The goal is to make the resources and patent licenses needed to fully implement the standard so onerously huge that only large organizations will have the resources to do so, meaning they are the only ones who are &quot;standards-compliant&quot; and they can slam any potential upstart competitors as not being &quot;standards-compliant&quot;. Not going to name names here, but I&#039;ll just point out that simpler standards tend to drive out the more complex standards, thereby leaving the big companies high and dry with a product that nobody wants to buy. Has anybody here used the complex X.25 protocol lately? What, you&#039;re using the simpler TCP/IP protocol instead? Exactly. 

So you&#039;re correct that this behavior isn&#039;t even in the interest of large corporations, since it tends to create &quot;standards&quot; that nobody buys into, and a &quot;standard&quot; that nobody uses -- or that only customers of a few large corporations use --  is hardly a real standard. And keeping the standards discussions secretive is hardly in the best interests of anybody also, it means that real problems with &quot;standards&quot; will be overlooked until the &quot;standard&quot; is actually published, at which point all the effort used to produce the &quot;standard&quot; is useless because nobody will create products that implement the &quot;standard&quot; (thus rendering it *not* a standard). Yet we still see this sort of rent-seeking behavior on the part of certain large corporations that seem convinced that it actually works. Inexplicable...</description>
		<content:encoded><![CDATA[<p>One issue is trend following. The CTO or VP of Engineering gets his head around a trendy new approach to doing something &#8212; like, say, RESTful interfaces to web services &#8212; and even if it doesn&#8217;t map well to your specific problem domain, that&#8217;s how it has to be. I had to fight hard to get XML-RPC as the web services standard for controlling VPEP, because XML-RPC is viewed as &#8220;quaint&#8221; and &#8220;outdated&#8221; by &#8220;people who matter&#8221;, but the VPEP API mapped straight to XML-RPC and the proof-of-concept service exporting the API took me literally two hours to write (thanks to Python&#8217;s excellent built-in XML-RPC server class) so why use anything more complicated for this application? Other than a desire to not see Dave Winer&#8217;s head get any bigger lest it alter the gravitational pull of Earth, but that&#8217;s a lost battle already. ;) But the point is, those of us with practical experience want simple standards that model well what we *know* are the set of tasks that need to be done now and in the future, while there&#8217;s a significant set of people who want complex standards that fulfill a need to put in every trendy buzzword under the sun in order to appear &#8220;hip&#8221; and &#8220;with it&#8221;. And unfortunately, the second class of people are too often the decision makers on these things :(.</p>
<p>The other issue, of course, is one of large organizations *wanting* standards to be complex. The more complex the standard (and the more BigCorp-patented technologies included in it of course!), the more resources it will take to fully implement it. The goal is to make the resources and patent licenses needed to fully implement the standard so onerously huge that only large organizations will have the resources to do so, meaning they are the only ones who are &#8220;standards-compliant&#8221; and they can slam any potential upstart competitors as not being &#8220;standards-compliant&#8221;. Not going to name names here, but I&#8217;ll just point out that simpler standards tend to drive out the more complex standards, thereby leaving the big companies high and dry with a product that nobody wants to buy. Has anybody here used the complex X.25 protocol lately? What, you&#8217;re using the simpler TCP/IP protocol instead? Exactly. </p>
<p>So you&#8217;re correct that this behavior isn&#8217;t even in the interest of large corporations, since it tends to create &#8220;standards&#8221; that nobody buys into, and a &#8220;standard&#8221; that nobody uses &#8212; or that only customers of a few large corporations use &#8212;  is hardly a real standard. And keeping the standards discussions secretive is hardly in the best interests of anybody also, it means that real problems with &#8220;standards&#8221; will be overlooked until the &#8220;standard&#8221; is actually published, at which point all the effort used to produce the &#8220;standard&#8221; is useless because nobody will create products that implement the &#8220;standard&#8221; (thus rendering it *not* a standard). Yet we still see this sort of rent-seeking behavior on the part of certain large corporations that seem convinced that it actually works. Inexplicable&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Vambenepe &#8212; HP has submitted a specification to the DMTF Cloud incubator</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102946</link>
		<dc:creator>William Vambenepe &#8212; HP has submitted a specification to the DMTF Cloud incubator</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102946</guid>
		<description>[...] I lamented, in a previous post, that I couldn&#8217;t tell you about recent submissions to the DMTF Cloud incubator, one of those [...]</description>
		<content:encoded><![CDATA[<p>[...] I lamented, in a previous post, that I couldn&#8217;t tell you about recent submissions to the DMTF Cloud incubator, one of those [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Vambenepe &#8212; Waiting for events (in Cloud APIs)</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102885</link>
		<dc:creator>William Vambenepe &#8212; Waiting for events (in Cloud APIs)</dc:creator>
		<pubDate>Thu, 18 Feb 2010 07:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102885</guid>
		<description>[...] by focusing on fewer use cases (Cloud scenarios only). In addition, WS-Notification was marred by the complexity-is-a-sign-of-greatness spirit of the time . On this too, a Cloud eventing protocol could improve things by keeping IBM at bay simplicity in [...]</description>
		<content:encoded><![CDATA[<p>[...] by focusing on fewer use cases (Cloud scenarios only). In addition, WS-Notification was marred by the complexity-is-a-sign-of-greatness spirit of the time . On this too, a Cloud eventing protocol could improve things by keeping IBM at bay simplicity in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William, Chill out, please a.k.a. Irrational Exercuberance in the world of Cloud standards &#171; My missives</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102883</link>
		<dc:creator>William, Chill out, please a.k.a. Irrational Exercuberance in the world of Cloud standards &#171; My missives</dc:creator>
		<pubDate>Thu, 18 Feb 2010 06:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102883</guid>
		<description>[...] William, Chill out, please a.k.a. Irrational Exercuberance in the world of Cloud&#160;standards Filed under: Uncategorized &#8212; ksankar @ 10:28 pm   A good friend of mine, WilliamVanbenepe wrote a slightly rambling blog &#8220;Can Cloud Standards be saved?&#8220; [...]</description>
		<content:encoded><![CDATA[<p>[...] William, Chill out, please a.k.a. Irrational Exercuberance in the world of Cloud&nbsp;standards Filed under: Uncategorized &#8212; ksankar @ 10:28 pm   A good friend of mine, WilliamVanbenepe wrote a slightly rambling blog &#8220;Can Cloud Standards be saved?&#8220; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GIS-Lab Blog&#187; Архив блога &#187; Новости вокруг 35</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102853</link>
		<dc:creator>GIS-Lab Blog&#187; Архив блога &#187; Новости вокруг 35</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:39:51 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102853</guid>
		<description>[...] Критика процесса разработки стандартов &#171;облачных вычислений&#187; в рамках OGC. Комментарий от Sean Gillies. [...]</description>
		<content:encoded><![CDATA[<p>[...] Критика процесса разработки стандартов &laquo;облачных вычислений&raquo; в рамках OGC. Комментарий от Sean Gillies. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cloud API requirements &#171; すでにそこにある雲</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102803</link>
		<dc:creator>Cloud API requirements &#171; すでにそこにある雲</dc:creator>
		<pubDate>Tue, 16 Feb 2010 07:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102803</guid>
		<description>[...] William Vambenepe — Can Cloud standards be saved? [...]</description>
		<content:encoded><![CDATA[<p>[...] William Vambenepe — Can Cloud standards be saved? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitch Garnaat</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102780</link>
		<dc:creator>Mitch Garnaat</dc:creator>
		<pubDate>Mon, 15 Feb 2010 14:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102780</guid>
		<description>Well said, William.

I&#039;ve been doing cloud development for four years, so I think I literally was cloud before it was cool.  Having a standards process for cloud computing that is opaque to me is kind of like having my marriage arranged by complete strangers: it&#039;s vitally important and unlikely to work out well for me.

I hope your appeal for involvement and transparency don&#039;t fall on deaf ears.

Mitch</description>
		<content:encoded><![CDATA[<p>Well said, William.</p>
<p>I&#8217;ve been doing cloud development for four years, so I think I literally was cloud before it was cool.  Having a standards process for cloud computing that is opaque to me is kind of like having my marriage arranged by complete strangers: it&#8217;s vitally important and unlikely to work out well for me.</p>
<p>I hope your appeal for involvement and transparency don&#8217;t fall on deaf ears.</p>
<p>Mitch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomo Swidler</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102777</link>
		<dc:creator>Shlomo Swidler</dc:creator>
		<pubDate>Mon, 15 Feb 2010 11:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102777</guid>
		<description>Hear, hear.

One reason why we don&#039;t see people calling themselves &quot;customers&quot; in these groups is because the customers of cloud APIs are we, the large and small shops who use the cloud to build systems and applications - independent consultants included.

To expand on @lmacvittie&#039;s comment :
Users use Applications
Applications use Clouds
Application Developers use Cloud Standards</description>
		<content:encoded><![CDATA[<p>Hear, hear.</p>
<p>One reason why we don&#8217;t see people calling themselves &#8220;customers&#8221; in these groups is because the customers of cloud APIs are we, the large and small shops who use the cloud to build systems and applications &#8211; independent consultants included.</p>
<p>To expand on @lmacvittie&#8217;s comment :<br />
Users use Applications<br />
Applications use Clouds<br />
Application Developers use Cloud Standards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Louth</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102771</link>
		<dc:creator>William Louth</dc:creator>
		<pubDate>Mon, 15 Feb 2010 09:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102771</guid>
		<description>Lets start with changing the marketing message of your employer from &quot;Innovation Happens Here&quot; to &quot;Innovation Happens Elsewhere [w/ Specialists]&quot; or &quot;Innovation Happens Here, Here and Here&quot;. That will create the right mindset in the industry, ;-).</description>
		<content:encoded><![CDATA[<p>Lets start with changing the marketing message of your employer from &#8220;Innovation Happens Here&#8221; to &#8220;Innovation Happens Elsewhere [w/ Specialists]&#8221; or &#8220;Innovation Happens Here, Here and Here&#8221;. That will create the right mindset in the industry, ;-).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derik Pereira</title>
		<link>http://stage.vambenepe.com/archives/1261#comment-102769</link>
		<dc:creator>Derik Pereira</dc:creator>
		<pubDate>Mon, 15 Feb 2010 08:47:36 +0000</pubDate>
		<guid isPermaLink="false">http://stage.vambenepe.com/?p=1261#comment-102769</guid>
		<description>agree, but I was once with the large three letter company just like you are with the &quot;Oracle&quot; today and others before. So, you do have a conflict of interest since the man pays you. As far as, the &quot;specialists&quot; they too have possible conflicts of interest in undisclosed alliances in addition to switching sides, so to speak. It is indeed a slippery catch 22 or 66 since I am indeed independent (hmm, maybe even a plain cloud specialist) and could switch sides (ethically, of course). As far as the 10% discounts on alliance memberships, I believe large companies have just bought out small companies and specialists with more than a 10% premium. All the same, keep up the good comments.</description>
		<content:encoded><![CDATA[<p>agree, but I was once with the large three letter company just like you are with the &#8220;Oracle&#8221; today and others before. So, you do have a conflict of interest since the man pays you. As far as, the &#8220;specialists&#8221; they too have possible conflicts of interest in undisclosed alliances in addition to switching sides, so to speak. It is indeed a slippery catch 22 or 66 since I am indeed independent (hmm, maybe even a plain cloud specialist) and could switch sides (ethically, of course). As far as the 10% discounts on alliance memberships, I believe large companies have just bought out small companies and specialists with more than a 10% premium. All the same, keep up the good comments.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 4.032 seconds -->
