From Fedora Project Wiki

< Marketing

Revision as of 13:09, 16 April 2016 by Woohuiren (talk | contribs) (→‎Why Free and Open Source Software?: Added sample pitching)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Why Free and Open Source Software?

Let's keep some arguments in favor of free and open source software here.


Example Pitch:

  • Would you buy a car which the hood cannot be opened, and you will not be able to fix what's wrong or know what's happening?
  • You're a system engineer. Something is wrong with the proprietary system and you can't modify the system to fix it. You'll have to file a bug and take wait for a few days for the bug to be fixed. But with FOSS systems, we give you back your rightful freedom and allow you to do whatever it takes to fix it.

Cost versus Freedom

The Four Freedoms

Ability to Study Software

If you are a developer, just think how many times have you found a solution to your problem on web sites like StackOverflow or Github? This is possible because sites like these (for code sharing) promote and use open source. It is of immense help to students and also teachers to be able to see how some design patterns for example are implemented in some very large software projects.

Ability to Run Software for Any Purpose

Ability to Modify Software

  • Not just software — translations too (you don't have to be a coder to participate!)
  • Also design and visual modifications (for people with impaired sight or just to make software more user friendly and/or beautiful)
  • Accessibility - if you have an open source product which runs great but it isn't accessible to people with special needs, it is much easier to modify it to fit that purpose. With proprietary software you would have to ask the author to implement this.

Ability to Distribute Modified Software

With following the rules defined by the included license of all open source products, you have the right to share the software by any means possible. This includes giving it to your friends or using it at your work place.

Security

Open source software tends to be more secure than proprietary software, because of the much wider audience which can audit it.

Example Pitch:

  • A small team of 10 security auditors versus a community of over 1000 security auditors, who do you think would have a better chance of finding a security exploit and fixing it faster.

Interoperability

From a developer and user stand point it is very important that the software they are using or creating (be it open source or proprietary) plays nice with each other. This can be only be achieved with well defined means of exchanging data which is done through the creation and usage of open standards.

Example Pitch:

  • Imagine a world without Internet. How would you be able to live in that? That's right, Open Standards have ensured interoperability of software in routers and switches; allowing routers of different brands to be able to communicate with each other and enabling the Internet.

FOSS is everywhere

With majority of the internet powered by FOSS, thousands of people making their living by working on (or around) FOSS and billions of devices running Linux, the point of open source is proved beyond doubt. Wherever you go, chances are that there is open source software in your vicinity.

Business Reasons for FOSS

The philosophy of software freedom / free software is a big enough reason for many individuals to choose FOSS. Many believe that FOSS is important in its own right, and that the "four freedoms" mentioned here are reason enough to prefer FOSS.

However, businesses typically do not choose software for philosophical reasons - or at least not philosophical reasons alone. However, it turns out that FOSS has many practical advantages for businesses, developers, and operations folks. Indeed, one could argue that it was practical reasons that caused Richard Stallman to set out to promote software freedom in the first place. Had Stallman been able to print happily we might not have the GNU GPL today.