Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Open Source information? (Score 1) 346

The first OED citation for "open source" is from 1998:

open source adj. [first published, on the Internet on 8 February 1998, by E. S. Raymond in a revised version of his paper ‘The Cathedral and the Bazaar’; ‘[the term] was invented by Christine Peterson of the Foresight institute at a private meeting I ran a few days earlier’ (E. S. Raymond, private communication)] Computing (chiefly attrib.) designating software for which the original program files used to compile the applications are available to users to be modified and redistributed as they wish. 1998 InfoWorld 2 Mar. 75/4 ‘The popularity and success of Apache, the Linux operating system, the BSD version of Unix, and many other software applications prove the value and impact of open source development’, Linux creator Linus Torvalds said in Netscape's statement. 2003 Wired May 125/2 The chip king is hardly a stern taskmaster, giving only the most general directions to faculty. Much of the work is released open source, and wild tangents are encouraged.

If you have a citation that goes a centuries earlier than this, you should notify the OED about how this term has been in use for that long.

Comment Re:Hypocracy (Score 1) 573

I didn't say that gcc is "closed", or non-free, as it were. There is no imperative to make sure free software is easy and convenient for all possible uses. For instance, I do not have a moral obligation to make sure the free software I create is easy to compile on Windows. Modularity is nice, but not an essential feature of free software. All that you really need is the source code, the preferred form of modification, and with that you can exercise the required freedoms. You can fork off gcc if you want. In fact, gcc is a fork, a fork called egcs that got branded back into gcc, as you well know.

Also, you seem to be suggesting that rms is a tyrant here for not allowing gcc to be modularised. Unlike a real tyrant, nobody has to actually listen to rms. If enough people wanted to do so, they could all abandon GNU, fork off gcc, do whatever they wanted with it, modularise it, and call it something else, yet again.

Comment Re:Hypocracy (Score 1) 573

It is consistent with providing free software to make it difficult to create non-free software. The GPL's copyleft isn't non-free anymore than laws against me punching you in the face take away any significant freedom from me.

Comment GNU visibility and factioning (Score 3, Interesting) 573

GNU is supposed to be a free operating system as well as a group of people working towards building this OS. To a casual observer, however, GNU does not appear very active. Some of the most prominent and supposedly GNU packages, such as Gimp, Gnome, GTK+, and R are mostly GNU in name only. The hackers working on these projects have very little interaction with other hackers working on GNU projects and they very frequently espouse views contrary to GNU's philosophical aims. Thus to an outside observer, GNU does not appear to be a cohesive group of people working towards a common goal. Many GNU mailing lists being private further the public perception that GNU is not even actively producing software anymore.

What can be done to remedy this situation? How can we strengthen GNU, make it reach out again to the people it's supposed to be freeing?

Comment FSF and GNU successorship (Score 4, Interesting) 573

Although GNU and the FSF's views are often thought to be exactly the same as yours, they are not. GNU and the FSF are many other people and although they overall have the same aims, individuals associated to each organisation may deviate slightly from your views.

The FSF right now is pretty indepenent from you. John Sullivan is actively leading it, but there are other very public members of the FSF. It has become independent from you, even if you're still the president of the FSF. Unlike its beginnings, the FSF is also no longer primarily concerned with creating free software, but rather it is now involved in campaigning for free software. Social activists mostly aligned with your views have replaced the hacker majority in the FSF.

GNU has no such clear independence. You have the final say on aything that happens in GNU, such as for example usinng bzr as a DVCS for Emacs, a choice of dubious tactical advantage that has generated much discontent. You have nevertheless vetoed any dissent on this topic. Your health is apparently deteriorating, and I hesitate to think what will become of GNU when you die.

Is there any clear path for the future governance of GNU you in the same way that the FSF has done this?

Comment Re:AGPL, legally weaker than a EULA. (Score 4, Insightful) 53

In addition to the terms of the GPL, You violate the AGPL when you (1) copy the source code and (2) modify it (3) host the modified version over the network and (4) don't provide source for your modifications. Since by default (1) is a copyright violation if there isn't an explicit permission to do so, if you say you don't agree to the AGPL, then you don't have permission to do (1) either. So if you do the above, you can't claim that you didn't agree to the terms of the AGPL without acknowledging copyright infringement.

Comment Re:GPL not appropriate for taxpayer funded project (Score 1) 116

The issue is that a license like the GPL is discriminatory to certain business models, namely those that keep source code changes private.

Huh, the GPL doesn't forbid you from keeping changes private. It forbids you from distributing changes without source. If you don't distribute, there is no problem.

And there is no business model so your point is not on topic. ;-)

Sure there is. It's part of many organisations' business models. To take one heavy-handed example, Google. They grab Linux-based source code, create their own internal distribution, and use it to power internal development and massive servers that are turning in a pretty penny.

Slashdot Top Deals

The rule on staying alive as a program manager is to give 'em a number or give 'em a date, but never give 'em both at once.

Working...