InfoQ

News

Microsoft Creates "Open Source Community Lead" Position

Posted by Jonathan Allen on Jun 19, 2007 12:49 PM

Community
.NET
Topics
Open Source

Microsoft has tapped Garrett Serack as their new Open Source Community Lead. In an attempt to move the company towards open source, Microsoft has charged him with "building and connecting Open Source Communities around Microsoft Platforms".

In the past Microsoft has had a rather antagonistic position in regards to open source. Points of contention include the business model, wherein Microsoft prefers to sell software while open source proponents sell services around the software. Another is the GPL, a type of open source license that is especially incompatible with closed source licenses.

Recently Microsoft has been experimenting heavily with open source in its developer line. Products under open source agreements include much of AJAX for ASP.NET, including the entire control library, IronPython, IronRuby, and the Dynamic Language Runtime.

Apparently Microsoft thinks these experiments have been successful, as they are now starting to push other products to be more open source friendly. Don't expect this to occur overnight however, as Microsoft is a large company with lots of independent teams.

community? by Stefan Wenig Posted Jun 20, 2007 12:24 AM
Re: community? by Jonathan Allen Posted Jun 20, 2007 2:43 AM
Re: community? by Stefan Wenig Posted Jun 22, 2007 2:17 PM
  1. Back to top

    community?

    Jun 20, 2007 12:24 AM by Stefan Wenig

    The successes you mention have so far been development efforts by MS with no community involvement. Shipping with a OSS license is hardly building a OSS community. Just remember the NUnit debacle. It will be interesting if MS finally embraces the existing .NET OSS community instead of competing with it (with or without OSS licenses).

  2. Back to top

    Re: community?

    Jun 20, 2007 2:43 AM by Jonathan Allen

    Success is realative. Microsoft most likely continue to accept advice and comments but not ship code submitted by the larger community. John Galloway has a good article on why Microsoft thinks it is too dangerous to get entangled with open source submissions. http://weblogs.asp.net/jgalloway/archive/2007/05/02/why-microsoft-can-t-ship-open-source-code.aspx The "NUnit debacle" has so many facets it is hard to comment on. On one hand you have people complaining that Microsoft shipped its own MSTest instead of NUnit. On the other hand Microsoft shipped Enterprise Library with unit tests writen for both NUnit and MSTest. Then there is the red herring, TestDriven.NET, which isn't really about NUnit at all but often gets lumped into it.

  3. Back to top

    Re: community?

    Jun 22, 2007 2:17 PM by Stefan Wenig

    I've read about that notion before (although I have to admit never in an article with so many mistakes in definitions and conclusions). Bottom line is, others do it too, and IBM, Sun and Novell would make good targets too. To some extend I buy the problems of bundling minor open source projects with large commercial products (Paint.NET with windows, NUnit with VS). However, although IANAL I'm not sure how a copyright/patent infringement of a third party would be so much of a problem for the rest of the product just because it was bundled with it. Why MS cannot have contributions even in OSS projects that are not bundled with their products is beyond me to understand. If a copyright problem surfaces, you remove the code and get on with it. Every OSS project lives with that risk. If MS would think that building an OSS community is important enough, they'd find a way. They don't have a record of shying away from legal risk after all. So what conclusions are left? Either it's not important enough to ignore their lawyers veto, or their real agenda is about admitting that the legal risk of OSS is not that big after all.

Educational Content

Bindings, Platforms, and Innovation

This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.

Orchestrating Long Running Activities with JBoss / JBPM

This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.

Neo4j - The Benefits of Graph Databases

This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.

Realistic about Risk: Software development with Real Options

This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.

Communication Flexibility Using Bindings

This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.

Writing DSLs in Groovy

After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.

Scaling Agile with C/ALM (Collaborative Application Lifecycle Management)

IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.

Concurrent Programming with Microsoft F#

Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.