What is Open Source?

Several of my students have asked me what Open Source is. As of yet I don’t have a sufficiently clear elevator pitch to explain what it is and why it is a good thing(tm). So I had a think about it over the weekend and here’s the first version of my explaination.

In order to consider Open Source we must first consider Free Software. Free Software is important as it lays out some core terms that customers should demand from their software provider, those of

  • The freedom to run the program, for any purpose.
  • The freedom to study how the program works, and adapt it to your needs.
  • The freedom to redistribute copies so you can help your neighbor.
  • The freedom to improve the program, and release your improvements to the public, so that the whole community benefits.

As you can see, the freedoms are written from a philisophical point of view and don’t mention source code at all. The need for source code is driven by the need to protect these freedoms for users.

It has been said that the GNU GPL (a Free Software licence) was the first licence written from the point of view of a software user. Other licences are written from the point of view of the provider, or more generally, the providers legal department. And given that most of us consume more software than we produce, we should be demanding user-friendly software licences.

So where does that leave Open Source? Open Source regards the availability of souce code as important. Thus the licences do not concern themselves with protecting users freedoms, but promoting source code availability.

But Open Source is more than that. It’s also a collection of differing development methodologies. It allows developers to collaborate, generally over the Internet, to develop good software. So under my interpretation the Linux kernel is a Free Software product developed using an Open Source methodology.

If that’s what Open Source is, why is it any good? This answer has to come from the point of view of the customer rather than the producer. As a customer using Open Source I can switch providers. That’s it! There’s no magic. It’s simply the most efficient use of the free market. As an Open Source user I can switch providers without an interruption to service, which is even better. The software that I run on RedHat Enterprise Linux will run on Ubuntu Linux, and vice-versa. Thus as a customer I’m removing a risk factor of my supplier failing or going bust, or charging too much.

There are also some strange benifical side-effects of Open Source. If I use an Open Source product the data I generate with it will always be available to me. And again…as a customer, the data is the only thing that is important to me. I spend time collecting and collating my data (lecture notes in my case) and I’d like it available to me no matter what software platform I use.

Other side-effects include the ability to grow a local economy. When providers can compete to provide a service local knowledge can become a competitive advantage. They found this in Extremadura in Spain where they deploy Open Source software in government institutions. Several small local companies sprung up to compete for services. This kick-started the economy of the region.

Not exactly an elevator pitch :) But hopefully I’ll be able to extract the main points and turn it into one.

5 Responses to “What is Open Source?”

  1. I think your definition of Open Source is too wide.
    In your definition of Open Source, you include distribution, Open Standards and Free Software.

    Open Source is about source code.
    A company can sell a program to a user and the user has access to the source code of the program. They can modify it as they wish, but they may not be all to distribute it.
    This is what I think Open Source is.

    Redistributing a program or modifications has nothing to do with Open Source, that is to do with licensing.

    Quoting from your post “I’d like it available to me no matter what software platform I use.”
    This sounds like Open Standards not Open Source. HTML is an open standard that lots of closed-source applications can read and write. And there is alot of open-source application that have their own internal file formats that are not accessible by any other application. However, as the implementation of the file format is open, the file format is open, but there is potential in these open-source applications, where the developers have not standardised the format and can change the formats between versions of the application.

    Maybe the GPL and the FSF have changed the definition of what Open-Source is, and have collectively batch a number of ideas and concepts together to form the definition of Open Source.

    This maybe rambling, but the main thought is that your defintion of Open Source is so wide that includes other ideas that are not “Open Source” like Open Standards, etc.

    Darragh

  2. In “The World is Flat”, Thomas Friedman says Open Source is a flattener. His explanation comfortably explains why we are able to apply the concept of Open Source to music, a concept we cover in a class that relates to Educast #6 at http://podcasting.ie/podcasts/educast_06.mp3 which is a file that benefits significantly from Open Source in Education.

  3. Flattened by Podsafe Ambience

    EDUCAST #6 (47.4 MB MP3 file) asks students in the Mass Communications and Culture module to reflect on “open source music” like the Podsafe Music Network. These multimedia programming students know Open Source for another purpose–com…

  4. Des Traynor says:

    Thats by no means an elevator pitch. Unless the elevator is broken, and you have the person cornered :)

  5. Dave says:

    Found this whilst doing my dissertation

    “Open source” simply means that the software and its source code are available to everyone, free of charge. Given the source code, anyone can patch it, fix it, or tweak it. Then they share these changes. Open source is as much a process as it is a type of software. (Dennis Fowler 2000 Open season: will open source software finally take the commercial world by storm? pp2)

Leave a Reply