Wednesday, January 3, 2018

The Open Source mirage

It seems to me there are a few types of Open Source Software (OSS) contributors.
  1. The corporate employee whose employer uses OSS, and will gladly pay him/her a salary to contribute and enhance the software. Particularly to implement features required by the company. Ex: Red Hat; Linus Torvalds/TransMeta.
  2. The consultant who gives away free software, but charges for consulting and customization (WiX), or an enhanced "professional" version.
  3. The employee of a non-profit organization that receives donations (Electronic Frontier Foundation, Apache Foundation), or an academic paid by a university.
  4. The hobbyist who toils at a boring day job, but who likes to tinker evenings and week-ends.
  5. Government software funded by taxpayers (NIST; USGS).
  6. A programmer or organization funded by KickStarter or Patreon.
The point is, everybody needs to earn a living one way or another. There is no free lunch™.

There are certain types of software that lend themselves well to an OSS project: programs that are universal and used by many people:
  1. Operating Systems: Linux, FreeBSD.
  2. Web browsers: FireFox.
  3. Web servers: Apache.
  4. Software development tools: GNU, GCC, Eclipse.
  5. Common applications: Open Office word processing + spreadsheet; Gimp and InkScape graphics; TeX document formatting; Thunderbird email.
  6. Emulators: Wine.
  7. Genealogy: Gramps. (Very few people use it, consumers would rather pay for something simple to install and use).
Applications that are less "fun", on the other hand, do not attract volunteers. I once saw a disparaging comment in a forum attempting to create an open-source accounting package, "who would want to work on that boring stuff?".

Not everything is amenable to OSS. There are many applications where, if one were to publish code as OSS, the only people taking notice would be competitors who would steal the code, incorporate it into their rival apps, and never contribute anything in return.