<?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:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
<title>What Do You Care What Other People Think?</title>
<link>http://samus.typepad.com/what/</link>
<description>Sam Ramji: Thoughts on Open Source, Software, and Microsoft</description>
<language>en-US</language>
<lastBuildDate>Wed, 14 Oct 2009 10:39:25 -0700</lastBuildDate>
<generator>http://www.typepad.com/</generator>

<docs>http://www.rssboard.org/rss-specification</docs>
<geo:lat>37.981623</geo:lat><geo:long>-122.568845</geo:long><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/WhatDoYouCareWhatOtherPeopleThink" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site, subject to copyright and fair use.</feedburner:browserFriendly><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
<title>Open vs. Free in Cloud APIs</title>
<link>http://samus.typepad.com/what/2009/10/open-vs-free-in-cloud-apis.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2009/10/open-vs-free-in-cloud-apis.html</guid>
<description>Open and free are orthogonal in cloud computing APIs, but in this world the free aspect isn't typically interpreted as freedom, but price. Freedom in the cloud is more typically associated with data and your rights to move it from...</description>
<content:encoded>&lt;p&gt;Open and free are orthogonal in &lt;a href="http://en.wikipedia.org/wiki/Cloud_computing"&gt;cloud computing&lt;/a&gt; APIs, but in this world the free aspect isn&amp;#39;t typically interpreted as freedom, but price. Freedom in the cloud is more typically associated with &lt;a href="http://www.guardian.co.uk/technology/2009/jun/17/cloud-computing-jack-schofield"&gt;data and your rights to move it&lt;/a&gt; from one service to another and this is a very important attribute. Application portability has also&amp;#0160;been raised as an important attribute but currently the application models are early in their maturity curve and vary from straight web programming with a REST or SOAP front end to prepackaged virtual machines to application frameworks like &lt;a href="http://www.microsoft.com/azure/windowsazurefordevelopers/default.aspx"&gt;Microsoft&amp;#39;s Azure&lt;/a&gt; and &lt;a href="http://code.google.com/appengine/"&gt;Google&amp;#39;s AppEngine&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;Open and free are both crucial attributes in order for a market economy to grow. There are many aspects of cloud computing but for the developers and users of cloud services, the atomic unit of the cloud is the API. &lt;a href="http://www.usitc.gov/publications/332/journals/openness_growth_link.pdf"&gt;Openness and economic growth&lt;/a&gt; is a deep subject that may provide clues for how to build a better cloud – in reading the linked paper, consider that a company&amp;#39;s APIs represent the &amp;quot;export goods in which it has a comparative advantage&amp;quot;. In the software industry open platforms have typically outperformed closed platforms in the long run due to the economies that develop on top of them, cementing those platforms&amp;#39; place in a range of markets. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Open APIs… &lt;/strong&gt;&lt;/p&gt;
&lt;p style="margin-left: 18pt;"&gt;&lt;br /&gt;Open APIs in the cloud are: &lt;/p&gt;
&lt;ul style="margin-left: 54pt;"&gt;
&lt;li&gt;Openly documented 
&lt;/li&gt;
&lt;li&gt;Available via self-service (i.e. developers can sign up on a website, get an API key, with no hassle) 
&lt;/li&gt;
&lt;li&gt;Using open technologies (SOAP, REST, RSS) &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote dir="ltr"&gt;
&lt;p&gt;An easily accessible example of this is &lt;a href="http://bit.ly"&gt;http://bit.ly&lt;/a&gt;. There are enterprise services that meet these criteria as well, but bit.ly is clear and can be used to understand the broader applications of APIs. Bit.ly is a simple URL shortening service that also lets you see how many people have clicked on your shortened version of that URL. It&amp;#39;s really useful if you want to both project important articles on the web and understand the reach of your projection. &lt;/p&gt;
&lt;p&gt;Test 1: Openly documented &lt;/p&gt;&lt;/blockquote&gt;
&lt;ul style="margin-left: 54pt;"&gt;
&lt;li&gt;APIs are documented here: &lt;a href="http://code.google.com/p/bitly-api/wiki/ApiDocumentation"&gt;http://code.google.com/p/bitly-api/wiki/ApiDocumentation&lt;/a&gt;) &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote dir="ltr"&gt;
&lt;p&gt;Test 2: Available via self-service &lt;/p&gt;&lt;/blockquote&gt;
&lt;ul style="margin-left: 54pt;"&gt;
&lt;li&gt;Go to bit.ly and you&amp;#39;ll be able to sign up for an account right away for their direct website 
&lt;/li&gt;
&lt;li&gt;Click the &amp;quot;account&amp;quot; button at the top right and look at the second section, &amp;quot;API Key&amp;quot; 
&lt;/li&gt;
&lt;li&gt;You can now access their APIs programmatically by using this key &lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote dir="ltr"&gt;
&lt;p&gt;Test 3: Using open technologies &lt;/p&gt;&lt;/blockquote&gt;
&lt;ul style="margin-left: 54pt;"&gt;
&lt;li&gt;You can see this is a &lt;a href="http://discuss.joelonsoftware.com/default.asp?design.4.66625.16"&gt;REST API&lt;/a&gt; from reading the &lt;a href="http://code.google.com/p/bitly-api/wiki/ApiDocumentation"&gt;API documentation&lt;/a&gt; (granted, it is a mix of verbs and nouns) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;… lead to 3&lt;sup&gt;rd&lt;/sup&gt; party innovation &lt;/strong&gt;&lt;/p&gt;
&lt;blockquote dir="ltr"&gt;
&lt;p&gt;&lt;a href="http://tweetdeck.com/"&gt;Tweetdeck&lt;/a&gt; has already used this to integrate with them, so Tweetdeck users put their bit.ly API key into Tweetdeck, which then uses the Twitter API to talk with Twitter, and automatically uses their bit.ly account (indicated by the API key) to shorten URLs that are typed into tweets. It made Tweetdeck better and probably increases the traffic to &lt;a href="http://bit.ly"&gt;bit.ly&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;This could also work on the iPhone application of Tweetdeck but it&amp;#39;s not yet implemented in the version I have. Many iPhone applications work by combining the native client capabilities of the iPhone with one or more cloud APIs that provide access to services in a clean, machine-friendly way. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;br /&gt;From the efficiency of innovation perspective, keep in mind that Twitter never contacted Tweetdeck to use their API, nor did bit.ly (as far as I know).&amp;#0160; The Tweetdeck guys simply built a killer application that uses those services via APIs rather than scraping their web sites (a brittle and slow approach).&amp;#0160; In the last month, &lt;a href="http://lifehacker.com/5355508/tweetdeck-updates-with-better-facebook-new-myspace-support"&gt;Tweetdeck also added Facebook and MySpace support&lt;/a&gt; via their APIs.&amp;#0160; Again, efficiency and reach through designing your core business service to be &amp;quot;remixed&amp;quot; is found through APIs – Tweetdeck users got new value through the app they like and Facebook and MySpace got a new stream of user-driven content, all without sales or business development teams engaging at the outset. &lt;/p&gt;
&lt;p&gt;If we take that example and scale that across different services offered by different businesses in different industries - media, financial services, marketing, e-commerce – we see that open APIs against these services are leading to increase usage and revenue due to new innovation by their partners and customers.&amp;#0160; The classic example of this is &lt;a href="http://blog.programmableweb.com/2008/06/16/ebay-opens-platform-to-3rd-party-developers/"&gt;eBay&amp;#39;s statement back in 2008&lt;/a&gt; that 60% of their traffic was coming through APIs rather than their website – 6 billion API calls per month. That API has been available since 2001, and what we&amp;#39;re seeing in 2009 is an API tipping point as &lt;a href="http://blogs.zdnet.com/Hinchcliffe/?p=215"&gt;Dion Hinchcliffe articulated last November&lt;/a&gt;.&amp;#0160; &lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;&lt;em&gt;Coming next: Free vs. Paid APIs.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;</content:encoded>


<category>Cloud</category>
<category>Open Source</category>
<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Wed, 14 Oct 2009 10:39:25 -0700</pubDate>

</item>
<item>
<title>Free Is Not The Opposite Of Commercial</title>
<link>http://samus.typepad.com/what/2009/10/free-is-not-the-opposite-of-commercial.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2009/10/free-is-not-the-opposite-of-commercial.html</guid>
<description>Free software is not the opposite of commercial software. It is not an attack on commercial software; it can be a way of getting work done that enables software companies to collaborate with community projects for the betterment of both....</description>
<content:encoded>Free software is not the opposite of commercial software. It is not an attack on commercial software; it can be a way of getting work done that enables software companies to collaborate with community projects for the betterment of both. Users can benefit, because they have access to software that is the product of the efforts of vibrant, diverse communities, dedicated to creating great software, efficiently and cost-effectively.&lt;br /&gt;&lt;p&gt;For those who have followed these topics for some time, this is not new
information, but I wanted to take the opportunity to clearly establish
the CodePlex Foundation&amp;#39;s perspective on these issues.&lt;/p&gt;&lt;p&gt;There are successful software companies whose businesses are based on free software.&lt;br /&gt;&lt;br /&gt;The &lt;a href="http://codeplex.org/about.aspx"&gt;CodePlex Foundation&lt;/a&gt;’s Board of Directors and Board of Advisors prove the point. The individuals who are contributing their time and effort to our success have decades of industry experience leading companies that have successfully built revenue and profit solely from free software. Ximian, VA Linux, MySQL, SugarCRM, and DotNetNuke are examples of how to run profitable software companies, built on a free software license base. Ximian (Miguel de Icaza) and VA Linux (Larry Augustin, Mark Stone) were built on GPLv2-licensed software technologies; MySQL (Monty Widenius) is licensed under GPLv2, SugarCRM (Larry Augustin) is based on GPLv3, and DotNetNuke (Shaun Walker) is based on BSD.&lt;br /&gt;&lt;br /&gt;Ximian provided Linux-based applications for email (Evolution), messaging (Gaim), and productivity (OpenOffice.org) which were packaged into the Ximian Desktop and were all free software.&amp;#0160; The company was acquired in 2003 by Novell.&lt;br /&gt;&lt;br /&gt;VA Linux, which began life as one of first commercial businesses focused on distributing and managing Linux-based IT systems, provided companies with an alternative to more expensive UNIX-based workstations; the company has since changed its business model to become a publisher and provider of software development support. Now known as SourceForge, the company operates SourceForge.net, Slashdot, IT Manager&amp;#39;s Journal and Freshmeat as well as Ohloh.&lt;br /&gt;&lt;br /&gt;MySQL used GPLv2 to establish one of the early dual licensing businesses, offering a free community version under GPLv2. For companies that wanted to embed the database into proprietary products, MySQL was offered under a royalty-based non-GPL license.&lt;br /&gt;&lt;br /&gt;SugarCRM in 2007 was re-licensed under GPLv3. It had previously offered its software under a custom license.&amp;#0160; Like MySQL, SugarCRM has a dual-license business model: the Sugar Community Edition is available as free software, and the company also sells annual subscriptions to SaaS versions of Sugar Professional and Sugar Enterprise. This model has built value for SugarCRM, its partners, and also for developers looking for a good CRM system.&lt;br /&gt;&lt;br /&gt;Shaun Walker of Dot Net Nuke built a great content management system on a BSD license.&amp;#0160; Contributors sign a Contributor License Agreement (CLA) that enables the company to defend the project in the event of a legal dispute regarding intellectual property claims.&amp;#0160; &lt;/p&gt;&lt;p&gt;There are also business models beyond software companies that can build profitable enterprises based on free software - including development services, hosting, and deployment services companies - which are beyond the scope of this discussion.&lt;br /&gt;&lt;br /&gt;So from my perspective and that of the CodePlex Foundation, free software is not the opposite of commercial software.&amp;#0160; The two terms are orthogonal and can either apply or not apply to any given piece of code. We also acknowledge the distinctions present in the community between “free software” and “open source software”.&amp;#0160; We will tend to use the latter to describe the broad range of software projects that we want to support. We believe in making it easier to get things done, with the best tool for the job, with the best license for the tool; and we believe that by enabling more software companies to contribute to community projects, we can help advance the state of software. &lt;/p&gt;</content:encoded>


<category>Open Source</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Tue, 06 Oct 2009 22:45:40 -0700</pubDate>

</item>
<item>
<title>Why It's Called the CodePlex Foundation</title>
<link>http://samus.typepad.com/what/2009/09/why-its-called-the-codeplex-foundation.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2009/09/why-its-called-the-codeplex-foundation.html</guid>
<description>It's taken from www.codeplex.com, an open source project repository built by Microsoft a few years ago that has now expanded to host over 10,000 open source projects built by individual developers as well as roughly 500 by Microsoft employees. The...</description>
<content:encoded>&lt;p style="font-size: 10px; font-family: Verdana;"&gt;It&amp;#39;s taken from &lt;a href="http://www.codeplex.com"&gt;www.codeplex.com&lt;/a&gt;,
an open source project repository built by Microsoft a few years ago that has
now expanded to host over 10,000 open source projects built by individual
developers as well as roughly 500 by Microsoft employees.&lt;span&gt;&amp;#0160; &lt;/span&gt;The &amp;quot;code&amp;quot; part of the name refers
to the source code which is the substance of an open source project.&lt;span&gt;&amp;#0160; &lt;/span&gt;The idea behind &amp;quot;plex&amp;quot;, like metroplex
or building complex is that it&amp;#39;s a commons which serves a wide range of
individuals.&lt;span&gt;&amp;#0160; &lt;/span&gt;&lt;/p&gt;





&lt;p style="font-size: 10px; font-family: Verdana;"&gt;The CodePlex Foundation (&lt;a href="http://www.codeplex.org"&gt;www.codeplex.org&lt;/a&gt;)
is intended to serve a wide range of projects, regardless of platform or
technology base, to enable the exchange of code and understanding among
software companies and open source communities.&lt;span&gt;&amp;#0160;
&lt;/span&gt;Many people benefit from open source software, but a small number of
people contribute back.&lt;span&gt;&amp;#0160; &lt;/span&gt;It seems to us
that software companies should be in a very good position to contribute back
based on employee skills and the benefit that these companies derive from
specific open source projects, but in our experience there are a variety of
obstacles that prevent or reduce contribution.&lt;span&gt;&amp;#0160;
&lt;/span&gt;These range from development culture to copyright and patent licensing
practices.&lt;o:p&gt; &lt;br /&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;p style="font-size: 10px; font-family: Verdana;"&gt;We are working with the leaders of other foundations,
including the Apache Software Foundation and the Eclipse Foundation, to ensure
that the CodePlex Foundation is a useful complement and enables community-based
open source projects to expand their reach through increased contributions from
software companies.&amp;#0160; We are also receiving a great deal of thoughtful input (including &lt;a href="http://www.consortiuminfo.org/standardsblog/article.php?story=20090914102959510"&gt;Andy Updegrove&amp;#39;s article&lt;/a&gt; and the community input on our &lt;a href="http://groups.google.com/group/codeplex-foundation/topics?start="&gt;Google Group&lt;/a&gt;).&amp;#0160; There&amp;#39;s a long way to go - this really is a brand-new startup and we are clearly in the alpha release - but from what I&amp;#39;ve seen I&amp;#39;m very optimistic that we can provide value to open source community projects.&lt;/p&gt;</content:encoded>



<dc:creator>Sam Ramji</dc:creator>
<pubDate>Tue, 22 Sep 2009 13:59:05 -0700</pubDate>

</item>
<item>
<title>Moving on and the CodePlex Foundation</title>
<link>http://samus.typepad.com/what/2009/09/moving-on-and-the-codeplex-foundation.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2009/09/moving-on-and-the-codeplex-foundation.html</guid>
<description>After 5 great years at Microsoft I am moving on. Yesterday, the creation of the CodePlex Foundation was announced, as well as my departure from Microsoft. I'll be joining a cloud computing startup later this month in Silicon Valley. It...</description>
<content:encoded>&lt;p&gt;After 5 great years at Microsoft I am moving on.&amp;#0160; Yesterday, the creation of the &lt;a href="http://codeplex.org/" title="CodePlex Foundation"&gt;CodePlex Foundation&lt;/a&gt; was announced, as well as &lt;a href="http://port25.technet.com/archive/2009/09/10/Sam-Ramji-is-leaving-microsoft.aspx" title="Port 25"&gt;my departure from Microsoft&lt;/a&gt;.&amp;#0160; I&amp;#39;ll be joining a cloud computing startup later this month in Silicon Valley.&lt;/p&gt;&lt;p&gt;It was a hard decision, as the time I&amp;#39;ve spent at the company has been both challenging and rewarding.&amp;#0160; I remember a sense of disbelief when I first interviewed for the &lt;a href="http://samus.typepad.com/what/2006/05/open_source_str.html"&gt;Open Source Technology Strategy&lt;/a&gt; role in December 2005 and Bill Hilf told me that one of the core responsibilities of the job would be a quarterly briefing with Bill Gates and Ray Ozzie on open source technology trends.&amp;#0160; On the other hand, he said it would involve external public speaking - primarily to fairly polarized audiences.&amp;#0160; That was a doubly scary proposition as I was not a public speaker and I knew the audiences quite well, since I&amp;#39;d competed with Microsoft for many years in prior companies and used Slashdot as my homepage.&amp;#0160; &lt;/p&gt;&lt;p&gt;I was certain that open source was an industry wave that Microsoft would not be able to ignore, and that it was getting closer to an inflection point.&amp;#0160; I had spent over a year at the company in the Silicon Valley-based&amp;#0160; venture capital team under Dan&amp;#39;l Lewin and Cliff Reeves, and I could see that the company&amp;#39;s approach to disruptive market dynamics was starting to change.&amp;#0160; No matter what happened, I was sure that being at the center of the open source team at Microsoft during the coming years would be fascinating and important.&lt;/p&gt;&lt;p&gt;46 months later, I am amazed at the changes that have occurred for the company, for the team I belonged to, and the sentiments of the industry.&amp;#0160; There is much work left to be done but the distance we traveled was remarkable.&amp;#0160; I have a feeling that I&amp;#39;ll be reflecting on this period for the next several months, so I won&amp;#39;t try to cover it all here.&amp;#0160; Matt Asay wrote a very generous article with a brief reflection of the changes &lt;a href="http://news.cnet.com/8301-13505_3-10350581-16.html" style="font-family: Arial;"&gt;which is &lt;/a&gt;&lt;a href="http://news.cnet.com/8301-13505_3-10350581-16.html?part=rss&amp;amp;tag=feed&amp;amp;subj=TheOpenRoad" style="font-family: Arial;"&gt;here&lt;/a&gt;.&amp;#0160; I&amp;#39;ve learned an enormous amount thanks to the intelligent, energetic, and fearless people that worked for me, the bold and honest open source community leaders who engaged with me, and the Microsoft executives who supported me.&lt;/p&gt;&lt;p&gt;I have heard some strange speculation on why I&amp;#39;m leaving and the answer is simple - for personal reasons, my wife and I have decided to move our family back to California.&amp;#0160; I had many discussions with executives at Microsoft about how to continue my work from here, and received a warm reception along with a range of opportunities.&amp;#0160; Ultimately I decided that I could not do justice to a corporate/worldwide position from afar, and that I could not bear to live away from my family and commute to Seattle five days a week.&lt;/p&gt;&lt;p&gt;So the change is made, and it has been very challenging.&amp;#0160; But it&amp;#39;s now complete and I am excited to launch the CodePlex Foundation and join my new startup.&amp;#0160; As a close friend told me this week, &amp;quot;The best is yet to come&amp;quot; and I do believe that.&amp;#0160; To everyone who has helped bring me this far, I say thank you; I am very grateful.&lt;/p&gt;</content:encoded>



<dc:creator>Sam Ramji</dc:creator>
<pubDate>Fri, 11 Sep 2009 17:10:18 -0700</pubDate>

</item>
<item>
<title>Architecture Strategies for Catching the Long Tail</title>
<link>http://samus.typepad.com/what/2006/05/architecture_st.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2006/05/architecture_st.html</guid>
<description>Fred Chong has completed his work on the overview of the architectural guidance for building Software-as-a-Service (SaaS) applications on Microsoft infrastructure. If you haven't seen it yet, check it out. Fred spent several weeks in the field with SaaS providers...</description>
<content:encoded>&lt;p&gt;Fred Chong has completed his work on the overview of the architectural guidance for building Software-as-a-Service (SaaS) applications on Microsoft infrastructure.&amp;nbsp; If you haven't seen it yet, &lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/ArchStratCtchLngTail.asp"&gt;check it out&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Fred spent several weeks in the field with SaaS providers who have built their applications on Microsoft in order to understand the key issues core principles in building a scalable, multi-tenant on-demand environment.&amp;nbsp; Many of the companies they worked with are startups managed by the &lt;a href="http://microsoftstartupzone.com/default.aspx"&gt;Microsoft Emerging Business Team (EBT)&lt;/a&gt;, and I had the privilege to connect with some of them.&lt;/p&gt;

&lt;p&gt;The EBT is actively reaching out to and working with SaaS providers building on the Microsoft platform in order to improve their market exposure and business relationships.&amp;nbsp; If you are interested in connecting with the EBT, check out &lt;a href="http://microsoftstartupzone.com/blogs/matt_mulligan/archive/2006/05/11/552.aspx"&gt;their SaaS page&lt;/a&gt; and drop a line to &lt;a href="mailto:SaaSMS@microsoft.com"&gt;SaaSMS@microsoft.com&lt;/a&gt; &lt;/p&gt;</content:encoded>


<category>Microsoft</category>
<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Mon, 22 May 2006 16:19:59 -0700</pubDate>

</item>
<item>
<title>Open Source Strategy at Microsoft</title>
<link>http://samus.typepad.com/what/2006/05/open_source_str.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2006/05/open_source_str.html</guid>
<description>I've been quiet on this blog for the last few months because I've taken on a new role at Microsoft: Open Source Technical Strategy. At this point, some of you are thinking: a) I'm joking b) I'm crazy c) I've...</description>
<content:encoded>&lt;p&gt;I've been quiet on this blog for the last few months because I've taken on a new role at Microsoft: Open Source Technical Strategy.&amp;nbsp; At this point, some of you are thinking:&lt;/p&gt;

&lt;p&gt;a) I'm joking&lt;br /&gt;b) I'm crazy&lt;br /&gt;c) I've joined a dark conspiracy&lt;/p&gt;

&lt;p&gt;But in fact the truth is:&lt;br /&gt;&lt;br /&gt;d) none of the above&lt;/p&gt;

&lt;p&gt;As Director of Platform Technology Strategy (official title), I run the Open Source Software Lab at Microsoft, where we have hundreds of physical and virtual servers running 40+ distributions of Linux, 12+ variant of Unix, and several versions of Windows.&amp;nbsp; The research projects we do run from testing interoperability of network protocols like IPSEC and IPv6 between Linux and and Windows technology, the user experience and technical capabilities of HPC projects like ROCKS and Ganglia, to the broader attributes like size of developer base and changes in the development model for different Open Source projects.&lt;/p&gt;

&lt;p&gt;We're also working with JBoss and SugarCRM on optimizing their open source applications for Microsoft infrastructure like Windows Server and SQL Server.&amp;nbsp; This has been fun, rewarding work that has helped to demonstrate the truth of our statements about working with Open Source.&lt;/p&gt;

&lt;p&gt;Finally, I'm active in the Microsoft Shared Source Initiative, where I am responsible for Technical Strategy.&amp;nbsp; We are seeing some great work from inside the company - teams from all product groups wanting to contribute to Open Source in some way.&amp;nbsp; This week, Microsoft launched &lt;a href="http://www.codeplex.com/"&gt;CodePlex&lt;/a&gt; in beta.&amp;nbsp; CodePlex is a developer community infrastructure hosted by Microsoft on behalf of Open Source developers - a place for code from both Microsoft product teams and the community to reside and for the developers themselves to collaborate.&amp;nbsp; Currently &lt;a href="http://www.codeplex.com/Project/ProjectDirectory.aspx"&gt;a dozen projects&lt;/a&gt; are there, ranging from &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython"&gt;IronPython&lt;/a&gt; to the &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=CommerceStarterKit"&gt;Commerce Starter Kit&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;I have a new blog at &lt;a href="http://port25.technet.com/"&gt;http://port25.technet.com&lt;/a&gt;, a site we've built to have a constructive dialog on Open Source, Interoperability, and Microsoft.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;Change is coming and I'm thrilled to be a part of it.&amp;nbsp; I'm particularly grateful to people like &lt;a href="http://www.olliancegroup.com/about/team.php"&gt;Andrew Aitken&lt;/a&gt;, &lt;a href="http://www.waldenintl.com/main/team/marycoleman.asp"&gt;Mary Coleman&lt;/a&gt;, and &lt;a href="http://asay.blogspot.com/"&gt;Matt Asay&lt;/a&gt; for what they taught me about Open Source and the Open Source community. &lt;/p&gt;</content:encoded>


<category>Microsoft</category>
<category>Open Source</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Mon, 15 May 2006 17:29:32 -0700</pubDate>

</item>
<item>
<title>SaaS Architecture Guidance</title>
<link>http://samus.typepad.com/what/2006/02/saas_architectu.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2006/02/saas_architectu.html</guid>
<description>I've had the privilege to work with Fred Chong and Gianpaolo Carraro, a pair of extremely bright guys who work in the Architecture Strategy group. They have a passion for SaaS and are applying themselves energetically to mapping out the...</description>
<content:encoded>&lt;p&gt;I've had the privilege to work with &lt;a href="http://blogs.msdn.com/fred_chong/default.aspx"&gt;Fred Chong &lt;/a&gt;and &lt;a href="http://blogs.msdn.com/gianpaolo/"&gt;Gianpaolo Carraro&lt;/a&gt;, a pair of extremely bright guys who work in the Architecture Strategy group.&amp;nbsp; They have a passion for SaaS and are applying themselves energetically to mapping out the space of SaaS application architectures.&amp;nbsp; They realized that there is very little guidance or documentation on best practices for SaaS architectures in the community at large - while there is some shared knowledge and a set of conversations, no hard documentation exists in any comprehensive way. &lt;/p&gt;

&lt;p&gt;Fred is now on a mission to build definitive guidance on how to grapple with tough issues like multi-tenancy (including defining what that means), security, customization, metadata, and operations readiness.&lt;/p&gt;

&lt;p&gt;Fred has posted the &lt;a href="http://blogs.msdn.com/fred_chong/archive/2006/02/17/534633.aspx"&gt;outline of the SaaS architecture guidance book &lt;/a&gt;that he is developing on his blog, and I'm pasting some of the chapter outlines here as well.&amp;nbsp; Fred is an expert in Identity Management and Web Services management (he literally wrote the book for WSM at Microsoft), so he knows what he is talking about.&lt;/p&gt;&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;1. Introduction &lt;br /&gt;2. Business Model &lt;br /&gt;3. Application Architecture Overview&lt;br /&gt;4. Scaling 101 &lt;br /&gt;5. Data Management&lt;br /&gt;6. Tenant Management&lt;br /&gt;7. Tenant Customization&lt;br /&gt;8. Application and Data Security&lt;br /&gt;9. Programmable Software Services&lt;br /&gt;10. Programmable Software Service Consumption&lt;br /&gt;11. Instrumentation and Monitoring&lt;br /&gt;12. Configuration Management&lt;br /&gt;13. Metering&lt;br /&gt;14. Infrastructure Security&lt;br /&gt;15. Operation Structure&lt;/p&gt;&lt;/blockquote&gt;&lt;p dir="ltr" style="MARGIN-RIGHT: 0px"&gt;If you're interested in this, &lt;a href="http://blogs.msdn.com/fred_chong/archive/2006/02/17/534633.aspx"&gt;drop by Fred's site&lt;/a&gt; and take a look - better yet, send him an email and tell him what you think.&lt;/p&gt;</content:encoded>


<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Tue, 28 Feb 2006 19:14:53 -0800</pubDate>

</item>
<item>
<title>Future of Commercial Open Source</title>
<link>http://samus.typepad.com/what/2006/01/future_of_comme.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2006/01/future_of_comme.html</guid>
<description>I got to take part in a workshop in Santa Clara yesterday put on by SDForum - "The Future of Commercial Open Source" - unlike a standard event in the valley, this started with "opening comments" from the panelists and...</description>
<content:encoded>&lt;p&gt;I got to take part in a workshop in Santa Clara yesterday put on by SDForum - &amp;quot;&lt;a href="http://www.sdforum.org/SDForum/Templates/CalendarEvent.aspx?CID=1815"&gt;The Future of Commercial Open Source&lt;/a&gt;&amp;quot; - unlike a standard event in the valley, this started with &amp;quot;opening comments&amp;quot; from the panelists and then broke out the 70+ attendees into 6 working groups, each discussing a question about &amp;quot;What will Commercial Open Source be like in 2010?&amp;quot;&lt;/p&gt;

&lt;p&gt;Andrew Aitken of &lt;a href="http://www.olliancegroup.com/"&gt;The Olliance Group&lt;/a&gt; was the instigator, and brought together a really outstanding set of people - &lt;a href="http://radar.oreilly.com/archives/2006/01/sdforum_open_source_panel_with.html"&gt;Tim O'Reilly&lt;/a&gt;, Rod Smith of IBM, &lt;a href="http://www.webmink.net/"&gt;Simon Phipps&lt;/a&gt; of Sun were panelists, and the constellation of VCs and open source companies was amazing.&amp;nbsp; As a bonus, Mark Radcliffe of DLA Piper Rudnick summarized the first draft of the GPL 3.0. I've worked with Andrew Aitken in the past for insights into Open Source and given his knowledge and connections, it was no surprise that the event was a success.&lt;/p&gt;

&lt;p&gt;It was no surprise that Microsoft was mentioned many times - but the big surprise to me was hearing Tim O'Reilly say, &amp;quot;If you consider companies that contribute to Open Source projects to be Open Source Companies, then you would have to say Microsoft is one, because they contribute a lot of source code.&amp;quot;&amp;nbsp; He went on to say that his definition of Open Source companies is companies that &lt;strong&gt;use&lt;/strong&gt; OSS, like Google, SugarCRM, etc.&lt;/p&gt;

&lt;p&gt;Tim's insights:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Open Source is about sourcing commodities - we should look at the core this phenomenon as the software supply chain enabled by Sourceforge&lt;/li&gt;

&lt;li&gt;Can SourceLabs, SpikeSource, and OpenLogic become part of the Sourceforge ecosystem?&amp;nbsp; This would mean that they are truly integrated into the software supply chain.&amp;nbsp; What about Palamida, Black Duck, and CollabNet?&lt;/li&gt;

&lt;li&gt;There is a linkage between OSS and the Long Tail - find niche markets and use OSS to source niche technologies&lt;/li&gt;

&lt;li&gt;Ultimately, success for OSS will come from applying the Dell model - instrument the front end and back end of your business and find the inefficiencies - this is where the opportunities for OSS ecosystem infrastructure lies&lt;/li&gt;

&lt;li&gt;By 2010, the business frontier and the hacker frontier will move.&amp;nbsp; The hotspots will be very different and we should expect to be surprised.&amp;nbsp; OSS will be part of every software business, and every company's strategy - much like the Internet has done.&lt;/li&gt;&lt;/ul&gt;

&lt;p&gt;Simon Phipps (who is the chair of OpenSolaris) commented that &amp;quot;customer progress with open source is much slower than the industry's progress, so we must be careful and not rush in where customers fear to tread.&amp;quot;&lt;/p&gt;

&lt;p&gt;We were told not to blog about the content of the roundtable &amp;quot;thinking sessions&amp;quot; themselves, and I won't, but I will say that I had the pleasure of working with some real luminaries in the space - &lt;a href="http://www.sugarcrm.com/crm/about/leadership.html#JohnRoberts"&gt;John Roberts&lt;/a&gt; (CEO of &lt;a href="http://www.sugarcrm.com/crm/"&gt;SugarCRM&lt;/a&gt;, the most interesting OSS business model today in my view) and &lt;a href="http://www.waldenintl.com/main/team/marycoleman.asp"&gt;Mary Coleman&lt;/a&gt; of &lt;a href="http://www.waldenintl.com/main/index.htm"&gt;Walden International&lt;/a&gt;.&amp;nbsp; I learned a lot from the discussion and met some very sharp people.&amp;nbsp; It was very lively given our table consisted of two commercial OSS companies (SugarCRM and Alfresco), two commercial giants (Microsoft and SAP) and four VCs...&lt;/p&gt;

&lt;p&gt;Finally &lt;a href="http://doc.weblogs.com/"&gt;Doc Searls&lt;/a&gt; had an amusing and insightful summary of the state of OSS and software in general, drawing heavily on the construction industry as a metaphor for the mature state of the software industry.&lt;/p&gt;</content:encoded>


<category>Microsoft</category>
<category>Open Source</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Fri, 20 Jan 2006 18:10:17 -0800</pubDate>

</item>
<item>
<title>Where are the OSS/BSS companies for SaaS?</title>
<link>http://samus.typepad.com/what/2006/01/where_are_the_o.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2006/01/where_are_the_o.html</guid>
<description>Most of the companies I've spoken with have had to build their own OSS/BSS systems to run their Software-as-a-Service operation. Provisioning, metering, and billing are core business functions for service delivery organizations, and while there are custom aspects to them,...</description>
<content:encoded>&lt;p&gt;Most of the companies I've spoken with have had to build their own &lt;a href="http://www.ossnewsreview.com/oss-telecom-dictionary.html"&gt;OSS&lt;/a&gt;/&lt;a href="http://www.billingworld.com/index.cfm"&gt;BSS&lt;/a&gt; systems to run their Software-as-a-Service operation.&amp;nbsp; Provisioning, metering, and billing are core business functions for service delivery organizations, and while there are custom aspects to them, and hence good reason to build your own, there are probably better reasons to buy them off the shelf… if they were available.&lt;/p&gt;

&lt;p&gt;Companies like &lt;a href="http://www.portal.com/"&gt;Portal Software&lt;/a&gt; and &lt;a href="http://www.convergys.com/"&gt;Convergys&lt;/a&gt; have long supplied these systems to the telco industry, yet I've seen no indication that they are moving to engage the SaaS segment; nor have I heard of VC-backed startups targeting this critical infrastructure space.&lt;/p&gt;

&lt;p&gt;A related need is that for a robust pricing engine that is capable of handling multiple pricing schemes (i.e. per transaction, per user-month, or per CPU-month).&amp;nbsp; Again, this is a core business function, and as we saw in the great Telco battle between Verizon and AT&amp;amp;T Wireless, the winner is the one that can combine their difference service assets into the widest variety of packages.&amp;nbsp; The story behind this (from my perspective) was partly due to integration (Verizon made the investments required to integrate their dozen-plus backend billing systems) and partly due to pricing &amp;amp; packaging - the ability to target a new demographic or customer segment with a custom package that is more attractive than the competition.&lt;/p&gt;

&lt;p&gt;One quote I heard in the last few months - and I apologize, I have forgotten who said it - is that in the end, telco margin per customer is probably the same between &amp;quot;friends and family&amp;quot;, &amp;quot;small business&amp;quot;, and &amp;quot;enterprise&amp;quot; packages… but the success of the business is in crafting the package that feels right to the target customer and incents them to make the purchase.&amp;nbsp; So Verizon won, because they used their pricing agility to win new customers.&lt;/p&gt;

&lt;p&gt;The corollary for SaaS that I'm taking away is that pricing flexibility is going to be key to competitive advantage… which brings me back to &amp;quot;where are the OSS/BSS apps for SaaS?&amp;quot;&lt;/p&gt;</content:encoded>


<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Thu, 19 Jan 2006 16:22:54 -0800</pubDate>

</item>
<item>
<title>Scoble Interview: Enterprise Mash-ups</title>
<link>http://samus.typepad.com/what/2005/11/scoble_intervie.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/scoble_intervie.html</guid>
<description>I got the chance to sit down with Robert Scoble for 20 minutes last Friday. The thing that has puzzled me recently is whether mash-ups are for real, or just another Web 2.0 buzzword. So I asked Robert: "Are mash-ups...</description>
<content:encoded>&lt;p&gt;I got the chance to sit down with &lt;a href="http://scobleizer.wordpress.com/"&gt;Robert Scoble&lt;/a&gt; for 20 minutes last Friday.&amp;nbsp; The thing that has puzzled me recently is whether mash-ups are for real, or just another Web 2.0 buzzword.&lt;/p&gt;

&lt;p&gt;So I asked Robert: &amp;quot;Are mash-ups going to make a real difference outside of the digerati - do you think they'll make it into the enterprise?&amp;quot;&lt;/p&gt;

&lt;p&gt;His take was: what's to prevent mash-ups from being &lt;strong&gt;the main way that departmental apps are built&lt;/strong&gt; in most enterprises 3-4 years from now?&lt;/p&gt;

&lt;p&gt;We've seen composite applications pitched for years, with some very cool companies like &lt;a href="http://www.digitalharbor.com/"&gt;Digital Harbor&lt;/a&gt; building development environments for constructing them, but in a way mash-ups are an even simpler way to build a composite application - pull together a set of &lt;a href="http://scobleizer.wordpress.com/2005/11/07/what-do-you-call-things-like-flickr-microsoft-gadgets-google-maps-amazon-affiliate-parts/"&gt;ICCs&lt;/a&gt; (still looking for the definitive term for this, as are others, it seems - &lt;a href="http://blogs.msdn.com/devhawk/archive/2005/11/23/496352.aspx"&gt;see Harry Pierson's discussion&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;So what would an enterprise mash-up server look like?&amp;nbsp; How would it have to be packaged in order to be adopted by departmental users?&amp;nbsp; Would it be hosted like the other new technologies that are breaking into departmental use (&lt;a href="http://www.salesforce.com/"&gt;salesforce.com&lt;/a&gt;, &lt;a href="http://www.markettools.com/"&gt;MarketTools&lt;/a&gt;, &lt;a href="http://email.exacttarget.com/"&gt;ExactTarget&lt;/a&gt;, etc.) or would it need to be a local server?&lt;/p&gt;

&lt;p&gt;One of the other issues Robert raised was that of attention, and its necessary evolution to make the computing experience more useful.&amp;nbsp; Currently, attention is captured and processed only on the server, which makes for some thorny issues about trust (who am I trusting with my attention data? and why?).&amp;nbsp; To deal with these issues it seems to me that there will need to be a client-side standard for attention, implemented by browsers for inter-ICC communication, as opposed to relying on the server to have good behavior.&lt;/p&gt;

&lt;p&gt;Then, in a twist of synchronicity, I got to talk with a very early-stage company building a mash-up server that can run on the client or the server.&amp;nbsp; It's in stealth so I can't disclose much more yet... but I am becoming convinced that this programming model could be just the thing to build SaaS composites on.&lt;/p&gt;

&lt;p&gt;[Updated to add reference to Harry Pierson's entry.]&lt;/p&gt;</content:encoded>


<category>SaaS</category>
<category>Thinking</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Tue, 22 Nov 2005 15:31:38 -0800</pubDate>

</item>
<item>
<title>Contrary Evidence at the SLC</title>
<link>http://samus.typepad.com/what/2005/11/contrary_eviden.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/contrary_eviden.html</guid>
<description>At last week's IDC Software Leadership Council, opinions on Open Source were not the only surprise. The IT Execs from 4 companies (Manufacturing, Healthcare, Heavy Equipment, and Financial Services) were generally against subscription models for software. As the conversation progressed,...</description>
<content:encoded>&lt;p&gt;At last week's &lt;a href="http://www.idc.com/"&gt;IDC&lt;/a&gt; Software Leadership Council, &lt;a href="http://samus.typepad.com/what/2005/11/open_source_as_.html"&gt;opinions on Open Source&lt;/a&gt; were not the only surprise.&amp;nbsp; The IT Execs from 4 companies (Manufacturing, Healthcare, Heavy Equipment, and Financial Services) were generally against subscription models for software.&amp;nbsp; As the conversation progressed, two key statements came out:&lt;/p&gt;

&lt;ol&gt;&lt;li&gt;The CIOs did not want to go with subscriptions because if their business grew beyond expectations, they didn't want to pay the software provider more (&amp;quot;Why should we share the upside&amp;quot;?)&lt;/li&gt;

&lt;li&gt;The CIOs did want providers to reduce pricing if their business failed to grow to expectations&lt;/li&gt;&lt;/ol&gt;

&lt;p&gt;I think this was a case of two things - first, the natural expression of greed (wanting vendors to share the downside but not the upside) - but more importantly, a need for the industry to provide clearer guidance on standard pricing models.&amp;nbsp; There was a clear conflation between value-based pricing and usage-based pricing in the mind of the customers.&amp;nbsp; Additionally, they were concerned that in the long run it would be cheaper to go with perpetual licenses and pay maintenance, dealing with amortization internally, rather than pay a subscription cost which would never go down.&lt;/p&gt;

&lt;p&gt;So where do we go from here to advance the understanding of the SaaS industry's offer to CIOs of mainstream companies?&amp;nbsp; Are the doubters right, and will SaaS fail to penetrate large enterprises because of these issues?&lt;/p&gt;</content:encoded>


<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Wed, 16 Nov 2005 16:58:50 -0800</pubDate>

</item>
<item>
<title>Disruptive Innovation and Darwin</title>
<link>http://samus.typepad.com/what/2005/11/disruptive_inno.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/disruptive_inno.html</guid>
<description>I have great respect for Clayton Christensen, who has done serious work putting real meaning into the term "disruptive innovation". He's quoted in the latest Newsweek article on Skype, saying: Still, the novel pay schemes "are hugely interesting," says Harvard...</description>
<content:encoded>&lt;p&gt;I have great respect for Clayton Christensen, who has done serious work putting real meaning into the term &amp;quot;disruptive innovation&amp;quot;.&amp;nbsp; He's quoted in the &lt;a href="http://www.msnbc.msn.com/id/9917076/site/newsweek/"&gt;latest Newsweek article on Skype&lt;/a&gt;, saying:&lt;/p&gt;&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;p&gt;Still, the novel pay schemes &amp;quot;are hugely interesting,&amp;quot; says Harvard Business School professor Clayton Christensen, who cites both Kazaa and Skype as great examples of the &amp;quot;disruptive innovations&amp;quot; he studies. &amp;quot;It's almost never the technology itself that paralyzes the incumbent—it's that the incumbent has a system for making money that's irrelevant to the new guys.&amp;quot;&lt;/p&gt;&lt;/blockquote&gt;&lt;p dir="ltr"&gt;The combination of companies growing up after the bubble burst, dealing with recession and market pressure by using free software and then reducing customers' cost to use through &amp;quot;rightsized&amp;quot; pricing (moving amortization costs of hardware and software from the customer to the vendor, and reducing overall management costs through centralization) has produced some very fit organisms - not unlike &lt;a href="http://jbiol.com/content/2/2/12"&gt;biological organisms that have deveoped in impoverished environments&lt;/a&gt;, they may be tougher than the incumbents of enterprise software.&lt;/p&gt;

&lt;p dir="ltr"&gt;&lt;a href="http://axelschultze.blogspot.com/"&gt;Axel Shultze of BlueRoads&lt;/a&gt; has said that no one originally set out to get to the current state of SaaS - it was a series of changes to fit the customer environment that led the industry here.&amp;nbsp; It will be very interesting to see where the intersection of pay-as-you go and ad-funded software business models leads us next.&amp;nbsp; I think Darwin would be having fun right now watching this industry evolve in real time.&lt;/p&gt;</content:encoded>


<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Mon, 14 Nov 2005 22:20:58 -0800</pubDate>

</item>
<item>
<title>SaaS is the "S" in SPLA</title>
<link>http://samus.typepad.com/what/2005/11/saas_is_the_s_i.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/saas_is_the_s_i.html</guid>
<description>I've found that relatively few people know about the Service Provider License Agreement, which was built for hosters and companies which need monthly, usage-based licensing. From the program description: The Services Provider Licensing Program enables services providers to license Microsoft®...</description>
<content:encoded>&lt;p&gt;I've found that relatively few people know about the &lt;a href="http://g.msn.com/9SE/1?http://www.microsoft.com/serviceproviders/licensing/default.mspx&amp;amp;&amp;amp;DI=293&amp;amp;IG=4909314c32fa4a8faff76c646893daae&amp;amp;POS=4&amp;amp;CM=WPU&amp;amp;CE=1&amp;amp;CS=AWP&amp;amp;SR=1"&gt;Service Provider License Agreement&lt;/a&gt;, which was built for hosters and companies which need monthly, usage-based licensing.&amp;nbsp; From the &lt;a href="http://g.msn.com/9SE/1?http://download.microsoft.com/download/b/9/b/b9b1f066-51c3-4983-9c53-e65ebe104abe/SPLA_Datasheet_updated_Sept2003.doc&amp;amp;&amp;amp;DI=293&amp;amp;IG=4909314c32fa4a8faff76c646893daae&amp;amp;POS=5&amp;amp;CM=WPU&amp;amp;CE=2&amp;amp;CS=AWP&amp;amp;SR=2"&gt;program description&lt;/a&gt;:&lt;/p&gt;&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;&lt;p&gt;The Services Provider Licensing Program enables services providers to license Microsoft® products on a monthly basis. The program is designed to emulate how service providers do business - providing services on a monthly fee to their end-customers. A sample list of products available to service providers in this program is provided below.&lt;/p&gt;&lt;/blockquote&gt;&lt;p dir="ltr"&gt;So it's a pay-per-use model that works in arrears - hosters provide a report of the license units used that month and pay after they're done.&amp;nbsp; &lt;strong&gt;SPLA incorporates Software Assurance &lt;/strong&gt;so there is only one license and one price to pay for usage.&amp;nbsp; There is a &lt;a href="http://www.microsoft.com/serviceproviders/solutions/hostedisvs.mspx"&gt;version specifically for ISVs&lt;/a&gt; which you should look at if you're currently a SaaS ISV using the Microsoft perpetual license model.&lt;/p&gt;

&lt;p dir="ltr"&gt;Two good examples of why this is useful:&lt;/p&gt;

&lt;ol dir="ltr"&gt;&lt;li&gt;&lt;div&gt;&lt;strong&gt;Cashflow management&lt;/strong&gt;: under the perpetual license you would need to buy the software up front and amortize the cost over a multi-year period.&amp;nbsp; &lt;a href="http://www.docexchange.com/documents/saas_aug04.pdf"&gt;SaaS is a cashflow-focused business model&lt;/a&gt; with little room for capital expenditures that need to be rationalized later (as seen by the standard practice of leasing hardware rather than buying)&lt;/div&gt;&lt;/li&gt;

&lt;li&gt;&lt;div&gt;&lt;strong&gt;Seasonal volumes&lt;/strong&gt;: if usage goes up one month, and down the next, there's no need to buy additional perpetual licenses, guess what the necessary capacity will be, and suffer for guessing too high (if you're in Operations at a SaaS company, you know how challenging this can be - as they say, &amp;quot;it's hard enough to predict the past, let alone the future&amp;quot;).&amp;nbsp; Instead, SPLA users report &amp;amp; pay month to month, so payments go down when usage goes down. &lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;

&lt;p dir="ltr"&gt;The &lt;a href="http://www.microsoft.com/presspass/press/2004/nov04/11-16windowshostingpr.mspx"&gt;team that came up with SPLA&lt;/a&gt;, led by Pascal Martin, has partnered with &lt;a href="http://www.rackspace.com/index.php"&gt;Rackspace&lt;/a&gt; and other hosters so that SaaS ISVs can transfer their existing operations to an MSP.&amp;nbsp; They are working hard on the next version of the ISV-focused hosting solution - more news on this in the near future.&lt;/p&gt;</content:encoded>


<category>Microsoft</category>
<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Fri, 11 Nov 2005 14:49:20 -0800</pubDate>

</item>
<item>
<title>A Billion Emails via SaaS on .NET</title>
<link>http://samus.typepad.com/what/2005/11/a_billion_email.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/a_billion_email.html</guid>
<description>I've had the chance to some time with ExactTarget in the last week. They're a SaaS email marketing company based on .NET with a very slick AJAX interface. Since they're an email-centric company, they use Outlook as their design center...</description>
<content:encoded>&lt;p&gt;I've had the chance to some time with &lt;a href="http://email.exacttarget.com/"&gt;ExactTarget&lt;/a&gt; in the last week.&amp;nbsp; They're a SaaS email marketing company based on .NET with a very slick AJAX interface.&amp;nbsp; Since they're an email-centric company, they use Outlook as their design center - task pane selection and folder trees on the left, interaction page on the right, etc.&amp;nbsp; This parallels feedback I've &lt;a href="http://samus.typepad.com/what/2005/09/a_warm_comforta.html"&gt;heard from customers about email interfaces&lt;/a&gt; in the recent past.&lt;/p&gt;

&lt;p&gt;The impressive statistic I got from our conversation was that they will send a BILLION emails this quarter - perhaps it's my ignorance of the email marketing space but I thought that was impressive.&lt;/p&gt;

&lt;p&gt;While talking with their CTO and VP of Engineering, I learned a few things.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;First, they're doing all of this on end-to-end &lt;a href="http://www.microsoft.com/net/Basics.mspx"&gt;.NET&lt;/a&gt; (Windows Server, SQL Server, etc.) and have achieved massive scale.&amp;nbsp; Second, they're based on AJAX.NET, an elegant &lt;a href="http://ajax.schwarz-interactive.de/csharpsample/default.aspx"&gt;&lt;strong&gt;Open Source AJAX framework for ASP.NET&lt;/strong&gt;&lt;/a&gt; (for example, to make a method asynchronous on the client, you just add an attribute: [AjaxMethod]).&amp;nbsp; Furthermore, they've hand-built a number of generally useful client-side features using &lt;a href="http://www.developerfusion.co.uk/show/4704/"&gt;AJAX&lt;/a&gt; - a WYSIWYG editor like &lt;a href="http://www.writely.com/Default.aspx"&gt;Writely&lt;/a&gt;, and due to their server-side architecture, they've been able to integrate useful data cleansing tools via SOAP interfaces.&amp;nbsp; With the number of comments I get about REST &amp;gt;&amp;gt; SOAP these days, I had to ask about their use of SOAP.&amp;nbsp; They said they got it for free by &lt;a href="http://www.asp.net/webmatrix/Default.aspx?tabindex=0&amp;amp;tabid=1"&gt;using ASP.NET&lt;/a&gt; (.asmx pages), and that the automatic harnessing of SOAP rather than raw XML was useful.&lt;/p&gt;

&lt;p&gt;The new stuff they're coming out with - and which they demoed at &lt;a href="http://www.salesforce.com/conference"&gt;Salesforce's conference&lt;/a&gt; recently - is significant - partly because of their use of AJAX for some sophisticated drag &amp;amp; drop workflow features, and partly because of the breadth of scope they can handle with their workflow engine.&amp;nbsp; I can't give it all away here, but be sure to check them out when they launch the new stuff in December.&lt;/p&gt;

&lt;p&gt;The ExactTarget team was happy overall with our technology, but were not happy with our licensing.&amp;nbsp; Running on Windows and SQL Server &lt;em&gt;perpetual licenses&lt;/em&gt;, they are charged in a way that's out of sync with their business, and while standard &amp;quot;failover&amp;quot; servers are not charged for by Microsoft, &amp;quot;unutilized production&amp;quot; servers &lt;em&gt;are.&amp;nbsp; &lt;/em&gt;Fortunately, we do have a better offering for them - I believe that the &lt;a href="http://www.microsoft.com/serviceproviders/licensing/default.mspx"&gt;&lt;span style="color: #003366;"&gt;Service Provider License Agreement (SPLA)&lt;/span&gt;&lt;/a&gt; will be the solution to most of their issues.&lt;/p&gt;

&lt;p&gt;If you're a SaaS ISV and you're using Windows, &lt;em&gt;you should almost certainly be using the SPLA &lt;/em&gt;instead of perpetual licenses - it's pay-per-use and is a much closer fit to the SaaS operations &amp;amp; cashflow model.&lt;/p&gt;</content:encoded>


<category>Microsoft</category>
<category>Open Source</category>
<category>SaaS</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Thu, 10 Nov 2005 22:31:48 -0800</pubDate>

</item>
<item>
<title>People as a Service?!?</title>
<link>http://samus.typepad.com/what/2005/11/people_as_a_ser.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/people_as_a_ser.html</guid>
<description>If you haven't already heard about Amazon's "Mechanical Turk" you absolutely have to check it out. When I first encountered BPM companies who used "human-in-the-loop" learning I felt cheated. Four years later the idea of using distributed humans to solve...</description>
<content:encoded>&lt;p&gt;If you haven't already heard about &lt;a href="http://www.mturk.com/mturk/help?helpPage=whatis"&gt;Amazon's &amp;quot;Mechanical Turk&amp;quot;&lt;/a&gt; you absolutely have to check it out.&amp;nbsp; When I first encountered BPM companies who used &amp;quot;human-in-the-loop&amp;quot; learning I felt cheated.&amp;nbsp; Four years later the idea of using distributed humans to solve problems that machines still can't seems awfully clever.&lt;/p&gt;</content:encoded>



<dc:creator>Sam Ramji</dc:creator>
<pubDate>Wed, 09 Nov 2005 09:42:41 -0800</pubDate>

</item>
<item>
<title>Open Source as the Big Bad Wolf?</title>
<link>http://samus.typepad.com/what/2005/11/open_source_as_.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/open_source_as_.html</guid>
<description>Having spent time with inventors, entrepreneurs, and the analysts who love them down here in Silicon Valley, I have come to expect generally positive comments from CIOs about Open Source. Quite surprisingly, at the IDC Software Leadership Council today, the...</description>
<content:encoded>&lt;p&gt;Having spent time with inventors, entrepreneurs, and the analysts who love them down here in Silicon Valley, I have come to expect generally positive comments from CIOs about Open Source.&amp;nbsp; Quite surprisingly, at the IDC Software Leadership Council today, the CIOs on the roundtable were consistently &amp;quot;strongly against using Open Source&amp;quot; software in their organization and &amp;quot;realized that they were placing their companies in jeopardy&amp;quot; with their current lack of governance around OSS adoption.&lt;/p&gt;

&lt;p&gt;I was fairly shocked - and no, I'm not spreading FUD nor am I against OSS (as Director of Engineering at Ofoto from 2000-2001, I ran a department that used Linux, Apache, Tomcat, and Jakarta for 100% of development; the only software we paid for was Sybase).&amp;nbsp; The key issue they all raised was indemnification against IP and Open Source Licensing violations.&amp;nbsp; &lt;a href="http://blogs.msdn.com/jasonmatusow/"&gt;Jason Matusow&lt;/a&gt; was there and raised the point that the concern is really around commercial vs. non-commercial OSS.&amp;nbsp; Commercial OSS providers take responsibility for understanding the licenses and resulting restrictions embedded in the software they provide, which appears to effectively deal with the core issues the CIOs were raising.&amp;nbsp; Despite making these points, the CIOs were not mollified and continued their conservative stance on the topic.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www-128.ibm.com/developerworks/blogs/dw_blog_comments.jspa?blog=550&amp;amp;entry=99357"&gt;Bob Zurek&lt;/a&gt; of IBM was at the meeting as was &lt;a href="http://h20325.www2.hp.com/blogs/gee"&gt;David Gee&lt;/a&gt; of HP - very interesting group of people with whom to discuss SaaS, Open Source, and industry consolidation.&amp;nbsp; &lt;a href="http://www.idc.com/getdoc.jsp?containerId=PRF000265"&gt;Amy Konary&lt;/a&gt; of IDC was insightful as usual on the SaaS topic.&amp;nbsp; Wonder where the conversations will go from here?&lt;/p&gt;

&lt;p&gt;Fortunately, I get to sit down with &lt;a href="http://www.palamida.com"&gt;Palamida&lt;/a&gt; later this week and am looking forward to learning more about the expanding business implications of using Open Source.&lt;/p&gt;</content:encoded>


<category>Open Source</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Wed, 09 Nov 2005 00:08:34 -0800</pubDate>

</item>
<item>
<title>Dave Winer has the Scoop: Ozzie, Gates, and SaaS</title>
<link>http://samus.typepad.com/what/2005/11/dave_winer_has_.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/dave_winer_has_.html</guid>
<description>Robert Scoble has posted links to Dave Winer's site, where the Ray Ozzie memo I mentioned earlier has been posted, in full and complete form, along with Bill Gates' "turn the ship" email. Worth reading. [Updated: Now I think you...</description>
<content:encoded>&lt;p&gt;Robert Scoble has &lt;a href="http://scobleizer.wordpress.com/2005/11/08/dave-winer-posts-full-text-of-bill-gates-and-ray-ozzies-memo/"&gt;posted links to Dave Winer's site&lt;/a&gt;, where the Ray Ozzie memo &lt;a href="http://samus.typepad.com/what/2005/11/ray_of_light_oz.html"&gt;I mentioned earlier&lt;/a&gt; has been posted, in full and complete form, along with Bill Gates' &amp;quot;turn the ship&amp;quot; email.&amp;nbsp; Worth reading.&lt;/p&gt;

&lt;p&gt;[Updated: Now I think you can see that this is not just about Web 2.0, it's about Microsoft 4.0 which will be a service-based computing platform for the industry - not just an inward-looking &amp;quot;sell our software differently&amp;quot; approach.]&lt;/p&gt;

&lt;p&gt;[Update 2: A &lt;a href="http://online.wsj.com/article/SB113149907029791795.html"&gt;well-written article in the WSJ&lt;/a&gt; discusses the meaning of all this.]&lt;/p&gt;</content:encoded>


<category>Microsoft</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Tue, 08 Nov 2005 23:49:09 -0800</pubDate>

</item>
<item>
<title>VCs on SaaS</title>
<link>http://samus.typepad.com/what/2005/11/vcs_on_saas.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/vcs_on_saas.html</guid>
<description>I've been asked several times recently why I'm focusing so heavily on Software as a Service. The answer is very simple: the future of the model is inescapable. I work in the team at Microsoft that is responsible for managing...</description>
<content:encoded>&lt;p&gt;I've been asked several times recently why I'm focusing so heavily on Software as a Service.&amp;nbsp; The answer is very simple: the future of the model is inescapable.&amp;nbsp; I work in &lt;a href="http://www.microsoft.com/startups"&gt;the team at Microsoft&lt;/a&gt; that is responsible for managing our relationships with Venture Capital firms and helping their startups succeed with us as business partners.&amp;nbsp; In the last 6 months I have heard in person - whether around a table or attending an event - from partners at Accel, Hummer Winblad, NEA, Norwest Ventures, and many others: &amp;quot;We are only considering software deals that include a strong SaaS component.&amp;quot;&amp;nbsp; &lt;/p&gt;

&lt;p&gt;John Hummer actually said it more directly, at the &lt;a href="http://www.business2.com/b2/web/articles/0,17863,1042629,00.html"&gt;SDForum event on SaaS back in March&lt;/a&gt; 2005: &amp;quot;&lt;em&gt;If you are going to pitch me a software deal, it had better be Software as a Service&lt;/em&gt;.&amp;quot;&amp;nbsp; &lt;a href="http://www.emergencecap.com/"&gt;Emergence Capital&lt;/a&gt; is a $125 million fund &lt;a href="http://blogs.thedeal.com/2005/08/ondemand_expans.html"&gt;established solely to finance SaaS&lt;/a&gt; plays.&amp;nbsp; BAVP made their interest clear &lt;a href="http://www.sterlinghoffman.com/newsletter/articles/article63.html"&gt;way back in 2003&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Add to this the fact that many partners I've spoken with have said that the software side of their portfolios currently include between 1/3 and 1/2 SaaS plays, and the reason to focus on this is obvious: the trend is only accelerating.&amp;nbsp; IDC forecasts the delivery segment (not &amp;quot;market&amp;quot;) &lt;a href="http://www.idc.com/getdoc.jsp?containerId=33453&amp;amp;pageType=PRINTFRIENDLY"&gt;to reach $10.7B by 2009&lt;/a&gt;.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;It can be argued that this is a new bubble, but unlike Web 2.0 (which sure &lt;a href="http://www.beyondvc.com/2005/10/web_20_bubble.html"&gt;smells like a bubble&lt;/a&gt; right now but perhaps it's an &lt;a href="http://www.startupjournal.com/financing/capital/20050729-boslet.html?refresh=on"&gt;echo boom&lt;/a&gt;) it is a &lt;a href="http://www.idc.com/getdoc.jsp?containerId=32942"&gt;software value shift&lt;/a&gt; that is fundamental and easy to grasp, whether or not you're a member of the digerati.&amp;nbsp; &lt;/p&gt;</content:encoded>


<category>SaaS</category>
<category>VC</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Mon, 07 Nov 2005 17:20:36 -0800</pubDate>

</item>
<item>
<title>Meet up at the VS/SQL/BT Launch?</title>
<link>http://samus.typepad.com/what/2005/11/meet_up_at_the_.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/meet_up_at_the_.html</guid>
<description>I'm going to be at the VS/SQL/BizTalk launch event in San Francisco today at the Moscone center. If you want to meet up and chat in person about partnering with Microsoft as a startup, getting help with VC, or what...</description>
<content:encoded>&lt;p&gt;I'm going to be at the &lt;a href="http://www.microsoft.com/events/2005launchevents/default.mspx"&gt;VS/SQL/BizTalk launch event&lt;/a&gt; in San Francisco today at the Moscone center.&amp;nbsp; If you want to meet up and chat in person about partnering with Microsoft as a startup, getting help with VC, or what we should be doing to enable the SaaS ecosystem, &lt;a href="mailto:sramji@microsoft.com"&gt;drop me an email&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;And thanks to those of you who have shared your ideas on the SaaS Startup Offering via comments and email - I will be replying over the next few days (once the launch event and IDC's Software Leadership Council are over).&lt;/p&gt;</content:encoded>


<category>Microsoft</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Mon, 07 Nov 2005 08:01:08 -0800</pubDate>

</item>
<item>
<title>Client Software as a Service</title>
<link>http://samus.typepad.com/what/2005/11/client_software.html</link>
<guid isPermaLink="true">http://samus.typepad.com/what/2005/11/client_software.html</guid>
<description>I spent a couple of hours with Dan Udoutch and Venky Venkataram from AppStream yesterday - smart guys with an awesome product. Dan was at Netscape in the early days and has been all around the Valley since then (including...</description>
<content:encoded>&lt;p&gt;I spent a couple of hours with &lt;a href="http://www.appstream.com/company-management.html"&gt;Dan Udoutch and Venky Venkataram&lt;/a&gt; from AppStream yesterday - smart guys with an awesome product.&amp;nbsp; Dan was at Netscape in the early days and has been all around the Valley since then (including CommerceOne from early on to the famed $350 share price and then Intersperse) and Venky ran engineering at ZoneLabs - enough said.&lt;/p&gt;

&lt;p&gt;&lt;a href="www.appstream.com"&gt;AppStream has some very cool technology&lt;/a&gt; that streams just enough of a Windows or Java application down to the desktop that it can start up and respond to standard user flows - then pulls down more of the application dynamically as the user activates other features in the app.&amp;nbsp; There's no interruption in the user experience, and the app runs locally on the client, with normal permissions, Start Menu entries, all the normal Windows app behavior you'd expect.&amp;nbsp; This is cool technology because the user wouldn't even notice it was there.&lt;/p&gt;

&lt;p&gt;They combine this with robust management, provisioning, and metering for applications across large user communities.&amp;nbsp; Since applications are streamed on demand, apps can be versioned automatically across a user base, without any action required from the user.&lt;/p&gt;

&lt;p&gt;What this enables is full client-side software as a service - where the definition of SaaS is &amp;quot;freeing the customer from daily operation, maintenance, and upgrades of the application&amp;quot;.&amp;nbsp; When I step back from the SaaS phenomenon what I see is a value shift in which customers want their applications to &amp;quot;just work&amp;quot;.&amp;nbsp; &lt;/p&gt;

&lt;p&gt;There are a number of applications for this - one that springs to mind is security policy management of application versions; &lt;a href="http://www.microsoft.com/windowsserver2003/technologies/networking/nap/default.mspx"&gt;NAP&lt;/a&gt; and &lt;a href="http://www.cisco.com/en/US/netsol/ns466/networking_solutions_package.html"&gt;NAC&lt;/a&gt; &lt;a href="http://www.itarchitect.com/showArticle.jhtml?articleID=60401143"&gt;both require a local SHA &lt;/a&gt;(System Health Monitor) that reports the versions of current apps on the client back to the Health Server, which then allows access to the network or sends the client a list of remediations required; the client then goes to a remediation server for detailed instructions which typically require patching or upgrading specific applications.&amp;nbsp; AppStream would allow this whole cycle to be bypassed (for managed applications) as the application would automatically stream down the latest version when the user starts it up.&lt;/p&gt;

&lt;p&gt;I think this could be transformative as the pendulum of SaaS swings back to blended client &amp;amp; server implementations.&lt;/p&gt;</content:encoded>


<category>SaaS</category>
<category>Startups</category>

<dc:creator>Sam Ramji</dc:creator>
<pubDate>Fri, 04 Nov 2005 21:03:23 -0800</pubDate>

</item>

</channel>
</rss><!-- ph=1 --><!-- nhm:dynamic-ssi -->
