summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-11-17 17:50:16 (EST)
committer P. J. McDermott <pjm@nac.net>2011-11-17 17:50:16 (EST)
commitffb72868b4af45cbc0df1b69e63225d6c3028c87 (patch)
treef0cf75e09100afc889d66e0a2c4bc85e0c01eb3e
parentcf37ebafb0e0a6975ebdcda93d946381d49cef5d (diff)
downloadfs-os-talk-ffb72868b4af45cbc0df1b69e63225d6c3028c87.zip
fs-os-talk-ffb72868b4af45cbc0df1b69e63225d6c3028c87.tar.gz
fs-os-talk-ffb72868b4af45cbc0df1b69e63225d6c3028c87.tar.bz2
Add an old essay I wrote on free sw and money.
-rw-r--r--old-essays/fs-and-money-outline.txt67
-rw-r--r--old-essays/fs-and-money.txt68
2 files changed, 135 insertions, 0 deletions
diff --git a/old-essays/fs-and-money-outline.txt b/old-essays/fs-and-money-outline.txt
new file mode 100644
index 0000000..06d50ef
--- /dev/null
+++ b/old-essays/fs-and-money-outline.txt
@@ -0,0 +1,67 @@
+two principle ways in which people make money with free software
+development
+ modern economic models around fs development closely resemble early models
+ keep in mind that software freedom is as old as software
+ "proprietarization" of software began in the 1970s
+ apparently pioneered by IBM
+ furthered by companies like "Micro-Soft"
+ and Bill Gates who in 1976 published his Open Letter to Hobbyists
+ software was usually, if not always, distributed with source code
+ usually either at no cost or at the cost of making and shipping copies
+ programmers were paid for the time they spent working on software
+ not for the software itself
+ we see the same thing today
+ programmers are paid to work on software
+ the software is distributed freely (w/o restrictions) often even gratis
+ example: Linux
+ powerful and stable high-performance kernel
+ found in everything from TVs and phones to supercomputers
+ as of 2010, >70% of work done on Linux is done by paid programmers
+ at least 659 companies have supported development of Linux
+ compare that to development of MS Windows, supported by one company
+ AMD's recent hirings
+ show that if you can improve a company's sw, they might hire you
+ example: Qt
+ flexible cross-platform application framework
+ popular in desktop & embedded applications
+ most developers are employed by Nokia
+ example: GNAT
+ Ada compiler, now part of GNU Compiler Collection
+ developed by New York University under $3M contract from USAF in 1992
+ (C) assigned to FSF and sw released under GPL
+ why do companies pay for the development of sw that few people pay for?
+ they have a financial interest in high-quality software
+ many companies offer paid support for the software -- more later
+ many sell hardware on which the software is run
+ servers, wireless network adapters, cameras, TVs, phones, cars
+ many see fs as a way to save money and avoid reinventing the wheel
+ e.g. AMD and Coreboot (or so I suspect)
+ AMD no longer has to pay for the custom development of BIOSes
+ they use an existing fs solution, adapt it to work with their hw
+ also, most software is custom software, which is technically free
+ companies/people pay programmers to write software
+ this software isn't released publicly
+ but if there's 1 user, and that user has the rights, the sw is free
+ free in a trivial sense
+support
+ with proprietary sw, only the copyright holder is allowed to understand sw
+ only they can support it
+ the support is a monopoly
+ with fs, everyone is allowed to understand it and support it
+ support is a free market
+ individuals make money making changes to fs programs
+ either supporting their own programs of any other fs programs
+ again, paid to work, not paid for the work
+ individuals & companies sell consulting services & support contracts for fs
+ Cygnus, Red Hat (announced income last year of almost $1B), Canonical
+ Nokia/Digia and Qt Partners
+ AdaCore
+ as Mark pointed out, also Sencha
+ Debian has a list of 824 consultants in 63 countries
+ FSF lists 86 individuals and companies offering services in fs
+additionally, some people sell free software
+ they can charge a fee for distribution, even of someone else's work
+ it may go against the traditional fs development economic model
+ but it's not inherently unethical or even illegal
+ in the 1980s, RMS himself sold copies of GNU Emacs
+ made about $1300/mo \ No newline at end of file
diff --git a/old-essays/fs-and-money.txt b/old-essays/fs-and-money.txt
new file mode 100644
index 0000000..c4a77b9
--- /dev/null
+++ b/old-essays/fs-and-money.txt
@@ -0,0 +1,68 @@
+I realize that this post is a little late, but I figured I should respond to Mark Poko's third paragraph and try to debunk some myths. (This is something I've been wanting to research and write about for a while, so thanks Mark for pushing me to do it, haha.) I apologize in advance for yet another (very) long post, but hopefully people will find these arguments interesting (perhaps inspirational?), or at least surprising. And I spent hours writing this and finding hundreds of examples to support my claims.
+
+Many people do in fact make money with free software, and there are long-standing successful business models around free software. I've generalized the ways people make money with free software into three broad categories: development, support, and distribution.
+
+*Development*
+
+Modern economic models around free software closely resemble early economic models around software. Keep in mind that software freedom is as old as software itself. The "proprietarization", as I call it, of software began around the 1970s, apparently pioneered by International Business Machines (IBM). [1] It was furthered by companies like "Micro-Soft" and people like Bill Gates, who in 1976 published an "Open Letter to Hobbyists" that criticized people for sharing software without paying for it. [2] Before that time, software was usually distributed with source code (some universities even had policies of rejecting software that wasn't). Software was often distributed either at no cost or at the cost of making and shipping copies (at the time, on tapes). [3] Programmers were paid for the time they spent writing software, not for copies of the software itself (or really, licenses to use the software). [4] We see the same thing happening today. Programmers are being paid to work on software, and the software is distributed freely (that is, without unfair restrictions) and often even at no charge.
+
+I cite four major examples of this phenomenon of paid development of free software. The first is Linux, a powerful and reliable high-performance kernel found in everything from televisions and ATMs to large servers and supercomputers (in fact, in over 90% of the world's 500 fastest supercomputers [5]). As of 2010, over 70% of work done on Linux is done by paid programmers. [6] At least 659 companies have supported the development of Linux. [7] Compare that to the Windows NT kernel of Microsoft Windows, the development of which is supported by only one company (the only one legally allowed to do so). Additionally, AMD's recent hiring of two more graphics driver developers shows that if you can improve a company's freely-licensed software, they might hire you to do so officially. [8]
+
+The next example is Qt, a flexible cross-platform application framework popular in desktop, server, and embedded applications. [9] Qt is free software, licensed under the GNU Lesser General Public License (LGPL) version 2.1. [10] Most of Qt's developers are employed by Qt Development Frameworks, a subsidiary of Nokia Corporation since 2008. [11]
+
+My third example is GNAT, a compiler for the Ada programming language that is now a part of the GNU Compiler Collection (GCC). It was originally developed by the New York University under a $3-million contract awarded by the United States Air Force in 1992. Under the requirements of the contract, copyright on the software was assigned to the Free Software Foundation and the software was released under the GNU General Public License (GPL). [12]
+
+Finally, I cite the GNU Project, a project announced in 1983 with the now-successful goal of creating a complete free operating system. The Free Software Foundation, Inc., a non-profit organization founded by Dr. Richard Stallman in 1985 to support the development of free software, hired programmers to work on parts of the GNU system. GNU Bash (a popular and user-friendly command shell now used in systems like GNU/Linux and Apple Mac OS X), GLIBC (a C library), and GNU tar (an archiving program) were all initially developed by paid programmers. [13] Yet all are free software, and all are distributed often at no charge.
+
+But you may think this doesn't make any sense. Why do companies pay for the development of software for which few people pay? They must be losing lots of money. Actually, they have a financial interest in having high-quality software available, even if few or no people actually pay for it (but remember that free software is a matter of freedom, not price). Many companies sell support for free software; we'll see more about this later. Many companies sell hardware with which free software is run (servers, wireless network adapters, digital cameras, mobile phones, televisions, cars, /commercial airplanes/, etc.). Many companies see free software as a way to save time and money and not have to reinvent the wheel. If you want something that serves a similar but not identical function as a proprietary program does, you have to write a new program from scratch; a free program, on the other hand, can simply be adapted to a new purpose. I suspect this is part of AMD's motivation in supporting Coreboot, a free bootloader that is faster and more flexible than proprietary BIOSes, in their server and embedded products. [14][15][16]
+
+Finally, most software is custom software, software that is written for a single person or company and not meant to be released. This software is technically commercial and often free in a trivial sense. If there's one user, and that user has the rights to the software, then the software is free for all its users. [13][17]
+
+*Support*
+
+With proprietary software, only the copyright holder is allowed to understand it, and only they are allowed to support it. Support of proprietary software is a /monopoly/. (And as it turns out, this allows something like extortion. A phone call to Microsoft about Windows XP costs $59; an e-mail costs $49. And soon they'll discontinue support for Windows XP completely. [18] You have to pay to report a bug, then pay for an "upgrade" to see if they've fixed it. [13]) With free software, everyone is allowed to understand it and support it. Support of free software is a /free market/. [13] There is competition in free software support. Companies and individuals must please their clients, because their clients are free to go elsewhere for support.
+
+Individuals make money from making changes to free programs. They can support their own programs (in fact, Richard Stallman made a lot of money doing this, more than he ever did before [13]) or anyone else's free programs. Again, like the earliest programmers, these individuals are paid for doing work, not for the results of their work. The results of their work are usually free software that does what their clients want it to do.
+
+Individuals and companies sell consulting services and support contracts for free software. The first company to officially do so was Cygnus Solutions, founded in 1989. Cygnus maintained many parts of the GNU development toolchain and offered commercial support for GNU software. Between 1999 and 2000, Cygnus merged with Red Hat, Inc. [19][20] Red Hat sells support for GNU/Linux, and its revenue is expected to reach $1 billion this year, an impressive record. [21][22] Canonical Ltd., founded in 2004, maintains and supports a number of free software projects, including the Ubuntu GNU/Linux operating system. [23] Nokia Corporation used to provide official support for the Qt framework, but earlier this year it sold this support business to Digia Plc. [24] Digia is one of 27 "Qt Partners", companies that work with Nokia to provide commercial support for Qt. [25] AdaCore is a company run by the original developers of GNAT, the aforementioned Ada compiler commissioned by the U.S. Air Force. AdaCore has been officially supporting GNAT since 1994. [12][26] As Mark Poko pointed out, Sencha Inc. also offers support for its own free software. [27] The Debian project has a list of 824 consultants in 63 countries who support the use of Debian GNU operating systems. [28] The Free Software Foundation lists 86 individuals and companies offering support services in free software. [29] Clearly, there is a successful business model here -- one based in a free market.
+
+*Distribution*
+
+Additionally, some people sell free software. That is, they charge a fee for distribution, even of other people's work. How is this morally acceptable? A person can profit from someone else's hard work? Well, it may go against the traditional free software economic model of paying for time spent on work instead of for copies of the results of that work. But it's not inherently unethical or even illegal. In fact, software licenses must allow this practice in order to be considered free licenses. [30] In some cases, there is a cost in making and distributing copies of software (e.g. the cost of burning and shipping CDs). Or people may just want to earn some money for performing a moral act (sharing freedom) and maybe even contribute some of the profit back to the developers. [31] In the 1980s, Richard Stallman himself charged a fee for copies of GNU Emacs (a text editor he wrote) that he shipped on tape. In doing so, he made about $1300 per month, a respectable income from something that's "free"! [13]
+
+*Conclusion*
+
+In short, programmers have always had ways to earn money with free software, even before proprietary software existed. Most programmers who write free software are in fact paid for their work, in a variety of ways. The difference in free and proprietary software economic models is that copyright holders (not necessarily even the developers) of proprietary software profit from restricting users, while free software developers make money in more ethical ways. Free software programmers are usually paid for the time spent writing software, not for copies of the software (or more accurately, the right to use the software).
+
+
+1: "Proprietary Software". _Wikipedia_. July 10, 2011. <http://en.wikipedia.org/wiki/Proprietary_software>.
+2: "Open Letter to Hobbyists". _Wikipedia_. July 6, 2011. <http://en.wikipedia.org/wiki/Open_Letter_to_Hobbyists>.
+3: Williams, Sam. "For Want of a Printer". _Free as in Freedom_. 2002: O'Reilly. <http://oreilly.com/openbook/freedom/ch01.html>.
+4: _The Codebreakers_. 2006: Asia Pacific Development Information Programme. Aired on BBC World. <http://www.apdip.net/news/fossdoc>, <http://www.archive.org/details/The-Codebreakers>.
+5: "Operating system Family share for 11/2010". _Top500 Supercomputing Sites_. Top500.Org. <http://www.top500.org/stats/list/36/osfam>.
+6: Kroah-Hartman, Greg; Corbet, Jonathan; and McPherson, Amanda. "Who is Sponsoring the Work" _Linux Kernel Development: How Fast it is Going, Who is Doing It, What They are Doing, and Who is Sponsoring It_. 2010: The Linux Foundation. <http://www.linuxfoundation.org/docs/lf_linux_kernel_development_2010.pdf>. 12-13.
+7: Kroah-Hartman, Greg; Corbet, Jonathan; and McPherson, Amanda. "Who is Doing the Work" _Linux Kernel Development: How Fast it is Going, Who is Doing It, What They are Doing, and Who is Sponsoring It_. 2010: The Linux Foundation. <http://www.linuxfoundation.org/docs/lf_linux_kernel_development_2010.pdf>. 10.
+8: Larabel, Michael. "AMD's New Open-Source Employees". _Phoronix_. July 5, 2011. <http://www.phoronix.com/scan.php?page=news_item&px=OTYzOA>.
+9: "Qt (framework)". _Wikipedia_. July 13, 2011. <http://en.wikipedia.org/wiki/Qt_%28framework%29>.
+10: "Qt Licensing". Nokia Corporation. <http://qt.nokia.com/products/licensing>.
+11: "Qt Development Frameworks". _Wikipedia_. July 8, 2011. <http://en.wikipedia.org/wiki/Qt_Development_Frameworks>.
+12: "GNAT". _Wikipedia_. May 9, 2011. <http://en.wikipedia.org/wiki/GNAT>.
+13: Stallman, Richard. "Free Software: Freedom and Cooperation". _GNU Project_. Free Software Foundation, Inc. July 13, 2011. <http://www.gnu.org/events/rms-nyu-2001-transcript.html>.
+14: "Coreboot and Open Source Development". _Business Blog_. Advanced Micro Devices, Inc. February 28, 2011. <http://blogs.amd.com/work/2011/02/28/amd-coreboot/>.
+15: "AMD to use Coreboot in Llano, other upcoming parts". Fudzilla. May 10, 2011. <http://www.fudzilla.com/home/item/22677-amd-to-use-coreboot-in-llano-other-upcoming-parts>.
+16: "Benefits". _coreboot_. January 15, 2008. <http://www.coreboot.org/Benefits>.
+17: "Categories of Free and Nonfree Software". _GNU Project_. Free Software Foundation, Inc. July 13, 2011. <http://www.gnu.org/philosophy/categories.html#PrivateSoftware>.
+18: "Support Options". _Microsoft Support_. Microsoft Corporation. (No portable URI. Go to <https://support.microsoft.com/oas/default.aspx?gprid=1173&st=1&wfxredirect=1&sd=gn>, click "Microsoft Windows XP Home Edition", select "Other", and click "Continue".)
+19: "Cygnus Solutions". _Wikipedia_. June 8, 2011. <http://en.wikipedia.org/wiki/Cygnus_Solutions>.
+20: "Marketing Cygnus Support -- Free Software history". September 27, 2006. <http://www.toad.com/gnu/cygnus/>.
+21: Woods, Dan. "Red Hat At $1 Billion". _CIO Central_. Forbes.com LLC. November 30, 2010. <http://blogs.forbes.com/ciocentral/2010/11/30/red-hat-at-1-billion/>.
+22: Dignan, Larry. "Red Hat: Nearing $1 billion in revenue; Not bad for free software". _ZDNet_. CBS Interactive. March 23, 2011. <http://www.zdnet.com/blog/btl/red-hat-nearing-1-billion-in-revenue-not-bad-for-free-software/46445>.
+23: "Canonical Ltd.". _Wikipedia_. June 12, 2011. <http://en.wikipedia.org/wiki/Canonical_Ltd.>.
+24: Nystrom, Sebastian. "Nokia and Digia working together to grow the Qt community". _The Qt Blog_. Nokia Corporation. March 7, 2011. <http://blog.qt.nokia.com/2011/03/07/nokia-and-digia-working-together/>.
+25: "Partner Locator". Nokia Corporation. <http://qt.nokia.com/partners/partner-locator>.
+26: "AdaCore". _Wikipedia_. May 20, 2011. <http://en.wikipedia.org/wiki/AdaCore>.
+27: "Company". _Sencha_. Sencha Inc. <http://www.sencha.com/company/>.
+28: "Consultants". Debian Project. July 11, 2011. <http://www.debian.org/consultants/>.
+29: Sullivan, John. "Service Directory". Free Software Foundation, Inc. April 14, 2011. <http://www.fsf.org/resources/service/>.
+30: "The Free Software Definition". _GNU Project_. Free Software Foundation, Inc. July 13, 2011. <http://www.gnu.org/philosophy/free-sw.html>.
+31: "Selling Free Software". _GNU Project_. Free Software Foundation, Inc. July 13, 2011. <http://www.gnu.org/philosophy/selling.html>. \ No newline at end of file