Personal blog written from scratch using Node.js, Bootstrap, and MySQL. https://jrtechs.net
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.8 KiB

  1. Last week for HFOSS(Humanitarian Free and Open Source Software IGME-582) at RIT I
  2. was introduced to three articles that pick apart the differences between
  3. "Free Software" and "Open Source Software" or "FOSS" and "FLOSS".
  4. - [How I coined the term 'open source' by Christine Peterson](https://opensource.com/article/18/2/coining-term-open-source-software)
  5. - [When Free Software Isn't (Practically) Superior by Benjamin Mako Hill](https://www.gnu.org/philosophy/when-free-software-isnt-practically-superior.html)
  6. - [Why Open Source misses the point of Free Software by Richard Stallman](https://www.gnu.org/philosophy/open-source-misses-the-point.html)
  7. Peterson's article discussed how she ended up coining the term Open Source and how
  8. that term ended up becoming widely used. She explained that Open Source software
  9. was a new word for Free Software that was used instead because it would be more
  10. friendly with businesses. At that time(and still to this point) Free software is
  11. confused with software that you can get at no cost. Free Software is really free
  12. as in speech rather than free as in beer. Peterson's phrase "Open Source"
  13. gained a foot hold with larger communities and businesses because it focused on
  14. the practical benefits of doing software development in a public manner. Open Source
  15. software focused on collaboration and how building software in the public could
  16. improve security -- this really enticed businesses. To this day we see that
  17. businesses like Microsoft latch on to the phrase Open Source.
  18. //todo image of microsoft hearts open source
  19. With this divide in phrasing, there was a ideological split as well. People like
  20. Stallman in the Free Software camp felt like the Open Source movement lacks integrity
  21. because they don't focus on Freedom like they do. In his article "Why Open Source misses the point of Free Software",
  22. Stallman scarfs at the fact that some open source Linux distributions would offer the option
  23. to package proprietary(non-free) software.
  24. In Hill's article he echoes the views of Stallman's article, however, he points out
  25. that in practice Free Software isn't doing "better" than Open Source Software.
  26. The median number of contributors to a SourceForge free software project is one.
  27. The large success of Open Source Software is large in due to the fact that it is
  28. able to draw in more developers and retain financial support from companies.
  29. Despite the large overlap between Open Source software and Free Software, there
  30. are a few key distinctions. At a high level you can say that Free Software favors freedom,
  31. however, that is putting it in a very vague notion that can be interpreted in many ways.
  32. You could also put it in terms of the four R's of Free Software:
  33. - Read
  34. - Run
  35. - Repurpose
  36. - Redistribute
  37. However, I like to analyze the differences between FOSS and FLOSS by looking at license types
  38. that they use.