What does it mean to "open the platform"


0

Sorry for asking such a simple question, but what does it mean to opensource a platform?

Open Source Platforms

asked Feb 25 '10 at 06:57
Blank
Raed
101 points

2 Answers


2

That's ok - every market has their acronyms!

Wikipedia has a good definition. How it applies to software can be implemented in a few different ways, but at a 50K view it can be described as software (and the source from which it was built on) is available to the general public. Then, subject to the license agreements, recipients who acquire the code can modify the software to meet their particular needs.

Another good backgrounder is the Cathedral and Bazaar - which many point to as a manifesto about the differences between public open source efforts and commercial software development. (again - 50K: don't kill me on that one. )

There are almost religious debates over the benefits of open source software, some of which are summarized here. Some go as far as stating that using open source makes you an enemy of the state (i kid you not! )

In marketspeak, to opensource an effort means to make the software source available to the public (one can still charge for it) and then make money via support and / or customization services.

answered Feb 25 '10 at 07:40
Blank
Jim Galley
9,952 points

2

What it's not... Many companies that operate as a platform for applications, like Facebook or the iPhone, maintain total control and all rights over the platform. This usually means that to build on the platform you have to use a propriety format / programming language. And that what's allowed to be built on the platform is up to the platform owners.

Rather than consumers being able to install / us whatever applications they want on the platform, users of closed platforms can only choose applications the platform owners have approved, and that were developed specifically for that platform.

What it is... Opening a platform can actually mean several things:

  • Actually open sourcing it. Actually making the core code non-proprietary, and allowing developers to duplicate / develop on / and extend the platform. This would be like if Twitter opened up and allowed developers to build their own micro-networks that interacted with the main twitter network, and used community code contributions to improve the service.
  • Using a standard development language. OpenSocial is kind of an example of this -- if Facebook used OpenSocial, developers that wanted to build an app for social networks would only have to build it once, rather than having to re-develop the entire app to use Facebook's non-standard language.
  • Letting go of approval control. iPhone users can only install applications that Apple has approved (unless they "jailbreak" their iPhone). If Apple let developers put whatever applications they wanted in the apple store, or even if they just let consumers install applications from other sources (like Firefox extensions -- not all are listed on the mozilla.org directory), they'd be opening their platform.

Does that answer your question?

answered Feb 25 '10 at 07:52
Blank
Jay Neely
6,050 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Open Source Platforms