InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Microsoft Creates "Open Source Community Lead" Position

Posted by Jonathan Allen on Jun 19, 2007

Sections
Architecture & Design,
Development,
Operations & Infrastructure
Topics
.NET ,
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
Re: community? by Jonathan Allen Posted
Re: community? by Stefan Wenig Posted
  1. Back to top

    community?

    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?

    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.

    weblogs.asp.net/jgalloway/archive/2007/05/02/wh...

    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?

    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

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.