Bonum Certa Men Certa

Interview with Richard Stallman, Founding Father of Free Software

GNU @ 25 Special

Richard Stallman



I was entirely away on that special GNU day, so here is my interview which is being posted on this belated anniversary.

For information about the anniversary, see the message from FSF Europe or Linux Magazine.

The GNU Project celebrated its 25th birthday on September 27, 2008. With its GCC compiler and bash shell, GNU was ever at the forefront of today's Linux distribution. To kick off the celebration, British humorist Stephen Fry appears in a video in defense of free software.


Now, here is the older article:

When Richard Stallman announced the GNU Project back in 1983, he planted the seeds of what rapidly evolved and recently became a revolution that transforms entire nations. The Free Software Foundation, which was also created by Richard Stallman and now sponsors the GNU Project, has probably become a center of attention to those who are affected by the most widely-used software license, the GNU GPL.

We discussed some of the more recent developments with Richard Stallman, whose passion for freedom in computing remains intense. The following Q & A explores the goals of free software, progress that has been made, and ways to maintain or instill freedom in software that we use.



Q: In the past few years we have come to find a number of countries which decided to embrace Free software as a matter of policy. Many people attribute such milestones to your travels around the globe.



Richard Matthew Stallman: They may be focusing too much on me personally and giving insufficient credit to the rest of the movement. In Ecuador, I personally won the support of President Correa, but that's the only such case I remember. In other countries, other people did most the persuasive work. For instance, the activists of FSF India persuaded the government of Kerala to begin the migration to free software; I could not have done that.



Q: How do you balance the need to preach to groups and individuals, including world leaders, and other important activities such as writing the GNU General Public License version 3 (GPLv3)?



RMS: It is only occasionally that I have a large project such as GPLv3. Most of my work consists trying to spread awareness of the ideas of free software, and I do it mostly by answering emails such as yours.

The basic idea of the Free Software Movement is that the social conditions for use of software are vitally important -- more important even than the software's technical characteristics. A free program respects your freedom and the social solidarity of your community with four essential freedoms:



0. The freedom to run the program as you wish.

1. The freedom to study the program's source code and then change it so the program does what you wish.

2. The freedom to distribute exact copies to others, when you wish.

3. The freedom to distribute copies of your modified versions to others, when you wish.



Everyone knows how to exercise freedoms 0 and 2. If you don't know how to program, then you don't know how to exercise freedoms 1 and 3; but when programmers do so, you can install their modified versions if you wish, so you get the benefits. You can also ask or pay programmers to make the changes you would like to use.

Q: Because software does not have a long history, your sources of inspiration appear not to include people whose life legacy is associated with software. Would you say that the nature of their impact has motivated you to address ethical and moral issues that are not necessarily related to software?



RMS: I was taught ideals of human rights growing up in the United States in the 60s, and then was inspired by the Civil Rights Movement and the Antiwar Movement. So I have cared about issues of freedom since before I began programming. Later I started working at the MIT Artificial Intelligence Lab and experienced the free software way of life. Then I took an unusual step: I connected the free software community's way of life with the ideals of freedom I had learned. The result was the Free Software Movement, a movement to give computer users the freedom to cooperate and to control their own computing.

“I, as a software developer, had a responsibility to fight to end unethical practices in software development. ”

However, my focus on this particular issue of freedom doesn't mean I've lost interest in others freedom issues. It's simply that this issue dropped in my lap: I, as a software developer, had a responsibility to fight to end unethical practices in software development. If I did not do so, I would be a victim of them, and very likely at the same time a perpetrator.

In the past decade, I've tried to use the limited fame I've gained from the GNU system and the free software movement as a platform to take action on some other human rights and environmental issues, in stallman.org. I'm not one of the leaders on those issues but I'm glad I can help.

Q: Some of the more ubiquitous GNU/Linux distributions are ones which incorporate proprietary drivers and other proprietary software. When and where (in the system) is it acceptable to make short-term compromises in order to create a userbase large enough to make Free software compelling for the entire industry to support? Is a so-called "critical mass" needed at all?



RMS: The central idea of the Free Software Movement is that you deserve the four freedoms, and that taking them away from you is wrong. If we were to grant legitimacy to certain non-free software merely because it is convenient, that would contract the central idea. It would be hypocritical, and it would defeat the whole point. You cannot advance the cause of freedom by legitimizing the denial of freedom.

The people that put non-free software into GNU/Linux distributions do so precisely because they are not concerned with users' freedom. They are not supporters of the Free Software Movement, and they usually don't speak about "free software" at all. Instead they talk about "open source", a term coined in 1998 to duck the ethical issues of freedom and social solidarity and focus only on practical convenience. See http://www.gnu.org/philosophy/open-source-misses-the-point.html for more explanation.

Q: There are ongoing efforts and even complete projects that mimic Microsoft technologies and bring their functionality to GNU/Linux. How would you say one should handle the need to interact with peers who rely on Microsoft technologies while at the same time maintaining one's freedom?



RMS: I am all in favor of implementing in free software the languages, file formats and protocols popularized by non-free software, when we can do so. However, in many cases these formats and protocols are secret, which means we must do difficult reverse engineering, or patented, which means that implementing them is prohibited. These legal obstacles to the development of free software are among the biggest threats we face.

Q: Recently, with various software patent deals, Microsoft has attempted to marginalize GNU/Linux by adding price and liability to certain distributions of it. What do you think would be the effect of embracing such distributions?



RMS: A meaningful discussion of software patents has to start by explaining what software patents are, and what they do.

A patent is an artificial government-imposed monopoly on implementing a certain method or technique. If the method or technique can be implemented by software, so that the patent prohibits the distribution and use of certain programs, we call it a software patent.

A large program implements thousands of methods and techniques together. Each one of them is an idea that might be patented, and thus represents a possible lawsuit against the program's developers and its users. Thus, software patents make software development a dangerous activity. They are an absurd system and ought to be abolished entirely.

Free software is vulnerable to software patents, just like proprietary software and custom software (most of the software industry develops custom software).

I intend to do everything possible to stop Microsoft (or anyone) from converting free software into proprietary software through the use of software patents. Microsoft's deal with Novell tried to do that, and we designed version 3 of the GNU GPL to thwart that scheme.

Q: Microsoft encourages developers to build Web sites that incorporate Silverlight. For GNU/Linux to be able view Silverlight objects, Moonlight, which is built on top of Mono, needs to be downloaded from Novell's Web site. Would you advise GNU/Linux users to install Moonlight and accept such changes in the World Wide Web?



RMS: Moonlight is free software, so I don't see anything bad about installing Moonlight as such. It seems that the reason it needs to be downloaded from Novell's web site is that it isn't ready to be included in any GNU/Linux distros. However, I don't know what Moonlight actually does.

What I can say in general is that we should continue to demand that web sites use standard (and unpatented) formats and protocols, and put pressure on those that don't.

Q: What about Adobe Flash and its equivalent viewers, such as gnash, which is Free software?



RMS: Flash illustrates the problems that arise when web sites use nonstandard proprietary formats. I am glad that Gnash, our free Flash player is making progress, but we had to wait years for this.

People who don't value their freedom are likely to lose it. This is just as true in computing as in other areas of life, and Flash is an example. Flash is inherently a problem because it requires a non-free plug-in. But how did the problem grow to a significant size? This happened because many web users installed the Flash plug-in without first checking whether it was free software. Their foolish disregard for their own freedom made them vulnerable.

The development of Gnash means we may be able to put an end to this particular outbreak of non-freedom. But if people don't learn to stop installing non-free plug-ins, the web will be vulnerable to other outbreaks in the future. It is a lot less work to avoid these problems than to fix them. We need to teach people to refuse to install non-free plug-ins; we need to teach people to care more about their long-term interest of freedom than their immediate desire to view a particular site.

Q: Research shows that the GPLv3 is gaining acceptance. In the mailing lists of the Linux kernel, a hypothetical scenario was described where Linus Torvalds et al might consider upgrading their kernel's license to the GPLv3. This scenario involved Sun's OpenSolaris (project 'Indiana') and its choice of a license. What would you say is the greatest advantage for a kernel -- any kernel for that matter -- in adopting the GPLv3?



RMS: Kernels (and other programs) don't really matter -- people do. So the issue here is how moving Linux to GPLv3 would affect the users of Linux, including the users of the combined GNU/Linux system.

The most relevant aspect of GPL version 3 is the prohibition on tivoization. Tivoization is the practice of building machines that come with free software preinstalled, and that are designed to shut down if you install a modified version of the free software. In effect, tivoization turns freedom 1 (the freedom to modify the program to make it do what you wish) into a theoretical fiction.

As long as Linux continues to be distributed under GPL version 2, manufacturers will be allowed to tivoize it and thus stop users from changing it and controlling their own computing. This is why Linux needs to move to GPLv3.

Q: Simon Phipps (of Sun Microsystems) has spoken about the GPLv3 on numerous occasions and he even inquired to see what Bob Sutor, Vice President of Open Source and Standards at IBM, thought about it. If Sun decided to embrace the GPLv3 for its software, including OpenSolaris, would you be willing to endorse OpenSolaris?



RMS: OpenSolaris is already free software, and I can endorse it as such. If Sun releases it under GPLv3, that will be even better; however, when choosing between free programs, the main factor is practical.

Q: Linus Torvalds once referred to you as "the great philosopher" and he also argued that we should think of him as the engineer. He is clearly very focused on what he does so well. Do you believe that there are dangers that he is not aware of?



RMS: I am sure he is aware of the dangers. The problem is that there are some he doesn't care about. For instance, he seems not to care about the danger to your freedom posed by tivoization.

Q: If you were allowed to have only one piece of software, what would it be, assuming that underlying components like an operating system were already provided?



RMS: There's a confusion in the question, because all the programs I use are part of the GNU/Linux operating system. Even the games I sometimes play are included in the gNewSense distribution which I use.

But if the question is which single user-interactive program is most important to me, that is GNU Emacs. I spend most of my day using Emacs to edit files, to read mail, to send mail, to compile, to search files, and many other things. Of course, GNU Emacs is included in gNewSense, and in most of the GNU/Linux distributions. I developed GNU Emacs initially in 1984-5, specifically for the GNU system.

Originally published in Datamation in 2007 and reached the front page of Digg

Comments

Recent Techrights' Posts

Brett Wilson LLP Sent Over 5 Kilograms (or Over 12 Pounds) of Legal Papers! Because Writing About Microsoft Abuses is 'Illegal'.
How do you guys sleep at night? On a big pile of Microsoft money?
Extremism as a Weapon Against GNU/Linux (Microsoft Lunduke)
He ought to know the Halloween Documents. Wasn't he a Microsoft employee when these came out?
 
Slopwatch: linuxsecurity.com and Various Slopfarms That Lie About "Linux" and Are Promoted by Google News
Google does not seem interested in tackling this problem
Links 09/07/2025: War Updates and Microsoft Moving to India to Cut Costs
Links for the day
GNU/Linux Was Always a 'Movement' of Inclusion of Tolerance
Even the licences themselves remove access barriers
Links 09/07/2025: "Subprime AI Crisis" and "OpenAI May Be in Major Trouble Financially"
Links for the day
Huge Piles of Legal Papers ('Paper DDoS') Do Not Impress Judges and Regulators
they just make judges and regulators even more suspicious of the eagerness to resort to 'paper DDoS'
Lunduke Isn't Even Hiding His Anti-Linux Agenda (From "Linux Sucks" to "Linux is Pedophiles")
just trying to make a lot of trouble
Some People Use Computers to Get Actual Work Done
Tolerance and inclusion must extend to acceptance that some people don't agree with you, might never agree with you, and imposing what allegedly works for you on them is unreasonable
Example of "Old" Things That Still Work
The notion that something being "old" implies it must be discarded is typically advanced by those looking to sell more of something
Some Scheduled Maintenance Later Today
Typically the most vulnerable service during short interruptions is IRC
Computers Are Just a Tool
People don't get married because they love weddings, folks don't join the army because they love war, and most drivers don't drive to work because they love cars
Apple Way Past Its Prime
Apple deserves a decline
The FSF's SysOps Team Recovered From Serious Hardware Issue Within Hours
About half a day ago I noticed that all/most GNU/FSF sites were not reachable and thus reached out to a contact for any details
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Tuesday, July 08, 2025
IRC logs for Tuesday, July 08, 2025
Slopwatch: Turning Bugs Into FUD About "Linux", Getting Basic Facts Wrong
all the screenshots are of fake articles; we don't want to link to any
Technical Reasons, Not Politics: With Wayland "it feels a lot like Linux from 20-25 years ago, which is horrendously frustrating, because it feels like we wasted one or two decades of progress and stability"
Lately, quite a few benchmarks were published to show Wayland compares poorly compared to what we had
PCLinuxOS Recovering From Fire
It looks like a nightmare scenario, where even backups onsite get destroyed
Links 09/07/2025: More Heatwaves, Officials Culled in Russia
Links for the day
Gemini Links 09/07/2025: XScreensaver and Resurrection
Links for the day
Links 08/07/2025: "Cyberattack Deals Blow to Russian Firmware" and "Cash Remains King"
Links for the day
FSF40 T-shirt message
by Alex Oliva
Gemini Links 08/07/2025: Creativity, Gotify with NUT Server, and Sudo Bugs
Links for the day
More on "Lunduke is Actually Sending His Audience to Attack People"
"pepe the frogs"
Links 08/07/2025: Sabotage of Networking Infrastructure, Microsoft XBox Game Pass Deemed “Unsustainable”
Links for the day
Dalai Lama Succession as Evidence That Determined, Motivated People Can Reach Their Nineties
And we need to quit talking about their death all the time
Many Lawyers (for Microsoft) and 1,316 Pages to Pick on a Litigant in Person Who Exposed Serious Microsoft Abuses
Answers must be given
Gemini Links 08/07/2025: Ancillary Justice and Small Web July
Links for the day
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Monday, July 07, 2025
IRC logs for Monday, July 07, 2025
Layoffs and Shutdowns at IBM, Not Just Microsoft
Same as Microsoft
The FSF's (Free Software Foundation, Inc.) 2025 Summer Fundraiser Already Past Halfway Line
This is where GNU/Linux actually started
With Workers Back From a Holiday Weekend, Microsoft Layoffs Carry on, More Waves to Come
Now it's Monday and people are bad to work, even some journalists
Mozilla Had No Good Reason to Outsource Firefox Development to Microsoft
What does Mozilla plan to do when GitHub shuts down?
Mozilla Firefox Did Not Die, It Got Killed
To me it'll always look like Mozilla got killed by its sponsors, especially Google, which had a conflict of interest as a sponsor
You Need Not Wave a Rainbow Flag This Month to Basically Oppose Arseholes Looking to Disrupt and Divide the Community
Don't fall for it
Dan Neidle, Whom Brett Wilson LLP SLAPPed (on Behalf of Corrupt Rich Tax Evaders), Still Fighting the Good Fight
Neidle fights for the poor people
What Miguel de Icaza and Microsoft Lunduke Have in Common
Similar aims, different methods
Wayland Should Start by Dumping Its Very Ugly Logo
Wayland wins the "ugliest logo" award every year
Stop Focusing on Hair Colours, Focus on Corporate Agenda
If someone commits a crime, it does not matter if his or her hair was mostly white or there was no hair or a wig or whatever
Links 07/07/2025: Science, Conflicts, and a Fictional K-pop Group
Links for the day
Gemini Links 07/07/2025: Being a Luddite and Announcement of Gotify
Links for the day
Links 07/07/2025: XBox Effectively 'Dead', DMCA Subpoena Versus Registrar
Links for the day
The 'Corporate Neckbeard' is Not the "Good Guy"
Works for IBM
The Nasty Smear (and Stereotype) of "Neckbeard" or "Greybeard" is Ageism
This is the sort of stuff they might try to volley at critics of Wayland
Why Many of Us Use X Server and Will Continue to Use It For Many Years to Come
Don't make this about politics
Microsoft's Nat Friedman Became Unemployed the Same Time the SLAPPs Against Techrights Started Coming From His Friends (Weeks After We Had Exposed Scandals About Him and the Serial Strangler, His Best Friend, Who Got Arrested a Few Days Later)
Nat Friedman is not "Investor, entrepreneur"
Brett Wilson LLP Uses Threats to Demand Changes to Pages or Removal of Pages Without Even Revealing Which Staff Member Does That (Sometimes People From Another Firm!)
This has been in the public for years
Dan Neidle Said "It Really Then Became a Job of Tormenting" Lawyers Like Brett Wilson LLP (Who Threatened Him for Exposing Crimes, Just Like They Threatened My Wife a Few Months Later)
he and his wife decided to take on the evil people and their evil lawyers
Large Language Models (LLMs) Externalise Their Cost to the Free Software Foundation (FSF)
"The forty-sixth Free Software Bulletin is now available online!"
Weeding Out Extremism in Our Community
To me it seems like Microsoft Lunduke is rapidly becoming like a "hate preacher" who operates online, breeding an extremist ideology or trying to soften its image
Censorship Versus Fact-Checking and Quality Control
It's not censorship but a matter of quality control
Reinforcing the Allegations Some More, Bryan Lunduke Digs His Own Grave
In his latest episodes he merely repeats his own lies, which I debunked using evidence right from his own mouth
Global Warming and Free Software as a Force of Mitigation
we'll need to think about Software Freedom, not just brands like "Linux"
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, July 06, 2025
IRC logs for Sunday, July 06, 2025
Gemini Links 07/07/2025: BaseLibre Numerical System and TUI Rant
Links for the day