Slashdot Mirror


Will Stallman Kill the "Linux Revolution?"

frdmfghtr writes "The October 30 issue of Forbes Magazine has an article speculating that Richard Stallman's efforts to rewrite the GPL could threaten to 'tear it apart.' The article describes how the GPLv3 is expected to be incompatible with the GPLv2, causing trouble for Linux vendors such as Novell and Red Hat. The article wraps it up: 'And a big loser, eventually, could be Stallman himself. If he relents now, he likely would be branded a sellout by his hard-core followers, who might abandon him. If he stands his ground, customers and tech firms may suffer for a few years but ultimately could find a way to work around him. Either way, Stallman risks becoming irrelevant, a strange footnote in the history of computing: a radical hacker who went on a kamikaze mission against his own program and went down in flames, albeit after causing great turmoil for the people around him.'"

741 comments

  1. What a load of sensationalist FUD! by Eric+Smith · · Score: 5, Informative

    Linux is going to stick with GPLv2 regardless of what the FSF does with GPLv3. That has little to do with Linus disliking GPLv3, and much do to with not being able to track down all the contributors and get them to agree to a license change. GPLv3 is not going to cause any trouble for Linux vendors. It's certainly not going to "kill the Linux Revolution". There is nothing in GPLv2 or GPLv3 that prevents a Linux distribution from containing various programs under various licenses, just as Linux distributions today contain code under GPLv2, BSD, MIT, and other licenses. And GPLv3 doesn't make Stallman himself any more or less relevant that he's been in the past. The only point of bone-headed sensationalist reporting like this is to try to sell more copies of the magazine. Next month they'll tell us the GPLv3 will contribute to global warming, and the following month that it will promote slavery.

    1. Re:What a load of sensationalist FUD! by maxwell+demon · · Score: 5, Funny
      Next month they'll tell us the GPLv3 will contribute to global warming

      You mean, because you cannot pirate a GPL3ed work, and we need pirates to prevent global warming?
      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:What a load of sensationalist FUD! by A+beautiful+mind · · Score: 5, Interesting

      Exactly. Personally I think that Stallman is a visionary and Linus is too pragmatist in a sense, as Stallman clearly wants to avoid the DRM/"Trusted computing" trap with GPLv3 and Linus can't see medium/longterm about this. Also, he doesn't seem to be really understanding the v3, since he claimed things like digitally signed repositories like apt-get would be not allowed with v3, while Stallman clearly established that it's not the case.

      I think Linus is a good coder and project manager, but we shouldn't expect him to "show the way" in issues of principle/vision. He's an engineer, not a "freedom fighter".

      --
      It takes a man to suffer ignorance and smile
      Be yourself no matter what they say
    3. Re:What a load of sensationalist FUD! by The+Bungi · · Score: 1, Insightful
      How is that different than the never-ending FUD generated by the anti-Microsoft (and anti-everything) camp day in and day out? LXer, Slashdot and just about every two-bit blog and "open source news" site in the planet are guilty of doing the same. It's not Forbes, but it's no different.

      The author is obviously going for the "zOMFG FORBE$ Is TEH ZUXX0rZ KILL KILL KILL" crowd, and judging from the comments already in the Forbes site he has another hit in his hands. I don't know about that apocryphal story about Stallman plucking his hair to put it in his soup... but hey, that's what unfunny pictures of Bill Gates as a borg and stupid "monkey boy" comments will get you. You reap what you sow. Hell, the "St. IGNUCious" picture is real enough. Maybe he should refrain from doing that sort of thing to begin with. Like it or not he's the one of the official "spokesmen".

      Having said that, and I'm sure this will be dismissed on sight anyway, I couldn't find a single misrepresentation of the situation in the article - everything it claims about Stallman and the GPL process seems to be correct. There is a problem here with the whole GPLv3 - though it remains to be seen how critical it is.

      Of course to the very people who personify the "jihadist" term used in ther article all this is a non-issue and Forbes is in the employ of "Micro$oft" anyway. At least Slashdot will rake in a few dollars on a Sunday with all the ad impressions this one is going to get.

    4. Re:What a load of sensationalist FUD! by Ether · · Score: 4, Insightful

      Yes, it is largely fud w/r/t to the kernel; but there is the issue of the rest of the toolchain (gcc, binutils, etc.) that the GNU foundation owns the copyright on, in addition to the large body of code licensed "GPL v2 or Later." Sure, the commercial vendors could fork or use the BSD tools, but then you have two different branches: the commercial branch, and the branch with code that the community chooses to license under GPL3. If the final GPL3 contains terms that would make impossible to provide to enterprise users, then some vendors could not provide that.

      --
      --I hate people when they're not polite -"Psycho Killer", Talking Heads
    5. Re:What a load of sensationalist FUD! by Mikachu · · Score: 1

      Agreed. It's not like GPLv3 forces everyone to upgrade from v2. Hell, if there are problems with v2 that aren't being changed by Stallman, I'm sure someone else could come up with a better license anyway and the standard will change. But I don't even see that being a problem.

    6. Re:What a load of sensationalist FUD! by Eric+Smith · · Score: 2, Informative
      but there is the issue of the rest of the toolchain (gcc, binutils, etc.)
      So what if the next release of GCC or Binutils is under the GPLv3? That won't prevent Red Hat (or anyone else) from including it in a Linux distribution, or from using it to compile the binaries for that distribution.
    7. Re:What a load of sensationalist FUD! by tm2b · · Score: 5, Insightful
      Also, he doesn't seem to be really understanding the v3, since he claimed things like digitally signed repositories like apt-get would be not allowed with v3, while Stallman clearly established that it's not the case.
      Unfortunately, Stallman only gets a say in the legalese as it's generated - he doesn't get a say in how the legal language of the GPLv3 is interpreted after it's finished. If attorneys say that this is a concern, then Linus has to worry about it - no matter what Stallman says.

      Or do you seriously believe that Linus hasn't consulted with attorneys on this?
      --
      "It is our blasphemy which has made us great, and will sustain us, and which the gods secretly admire in us." - Zelazny
    8. Re:What a load of sensationalist FUD! by Tony+Hoyle · · Score: 1

      No but it stops you contributing under GPL2. If you have a GPL2 application and someome commits a *single* item of GPL3 code to one of your dependent libraries your choice is to change to GPL3 or stop using that library.

      For some of us that's a major concern. I've read enough about GPL3 to say in my own projects no GPL3 licensed code will be accepted (and have already premtively removed the 'or later' from all code I own).

    9. Re:What a load of sensationalist FUD! by Eric+Smith · · Score: 2, Insightful
      No but it stops you contributing under GPL2. If you have a GPL2 application and someome commits a *single* item of GPL3 code to one of your dependent libraries your choice is to change to GPL3 or stop using that library.
      I don't follow. If I'm maintaining or distributing a library that is covered by GPLv2, no one is forcing me to accept a contribution that is under the GPLv3.

      I've never included the "or any later version" clause in my GPL notices, but I will probably switch to GPLv3 once it is finalized.

    10. Re:What a load of sensationalist FUD! by Tony+Hoyle · · Score: 1

      Yes it does. It's built into the license.

      Once a single line of GPL3 code is used in a project the entire project must go to GPL3 or it can't use that code. That's deliberately splitting the opensource world.

      So you have a choice. Stick with GPL2 and stop using any code that goes to GPL3, or jump to GPL3 and stop anyone still on GPL2 from using your code. Or go BSD and ignore all that mess.

    11. Re:What a load of sensationalist FUD! by Tony+Hoyle · · Score: 1, Interesting

      If you're using a dependent library written by someone else and they are forced to GPL3 by using GPL3 contributions you're stuffed. If you see some opensource code that someone has written and want to use it if it's GPL3 you're stuffed.

      Basically it's a complete mess.

      Some of the GPL3 provisions are pretty nasty (like having to make it so your program spits out the source, and not being able to use encryption) so I'm not intending to use it in any projects now or in the future... OTOH I've been transitioning to LGPL for most stuff anyway...

    12. Re:What a load of sensationalist FUD! by Aladrin · · Score: 3, Interesting

      It's not libraries that you distribute he's talking about, it's libraries that you USE in your code, but someone else maintains.

      Example: You make application A. To work, it needs libraries Z, Y, and X. All of these are GPL v2, but library Y is 'or any later version.' Person P makes a contribution to library Y under GPLv3. Y is now GPLv3. If you wish to use the latest version of library Y, you must now license your application A under the GPLv3.

      If the libraries were under the LGPL, you wouldn't have to use GPLv3 as your license, but your application still has to follow ALL of the LGPLv3 stipulations for use, because of that library, if you want to use the latest version.

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    13. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Typical article from Daniel Lyons. This person will look for anything he can find (or make up) to use against the Linux/OSS community.
      This is just one more example.

    14. Re:What a load of sensationalist FUD! by PixelCat · · Score: 1

      And there ya have it. This is pointless, since if Linux is gonna stick with GPLv2, as it is perfectly able to, GPLv3 is utterly moot--in fact, GPLv3 could be taken directly from the Microsoft Windows EULA and it still wouldn't matter to Linux, because there's no reason software has to "upgrade" it's copyright/left.

    15. Re:What a load of sensationalist FUD! by tomstdenis · · Score: 3, Insightful

      RMS isn't specifically against DRM in so much as he's against the tivovization. That is, using GPL software, but not allowing it to run modified on the hardware.

      Sure he's against DRM, but he's more against stoping hackers :-)

      Tom

      --
      Someday, I'll have a real sig.
    16. Re:What a load of sensationalist FUD! by TheRaven64 · · Score: 5, Informative
      Or do you seriously believe that Linus hasn't consulted with attorneys on this?

      I wouldn't be at all surprised. Considering how he's managed the Linux trademark, and the general lack of understanding of the GPL he's publicly displayed, I'd almost be surprised if he even knows any IP lawyers. In contrast, RMS has had Even Moglen on board from day one.

      --
      I am TheRaven on Soylent News
    17. Re:What a load of sensationalist FUD! by Millenniumman · · Score: 1
      There is nothing in GPLv2 or GPLv3 that prevents a Linux distribution from containing various programs under various licenses, just as Linux distributions today contain code under GPLv2, BSD, MIT, and other licenses.
      One thing to remember is that of those licenses, GPL is the only one that causes trouble. The rest have virtually no restrictions. Now, there are other copyleft licenses, but many of them are essentially GPL clones.
      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    18. Re:What a load of sensationalist FUD! by ShieldW0lf · · Score: 4, Interesting

      This is Forbes magazine.

      The consequence of Richards vision is plenty for everyone and no capacity for hoarding, depriving, controlling and trading.

      You think global warming holds a candle to something like this? He's a dangerous athiest among the flock.

      --
      -1 Uncomfortable Truth
    19. Re:What a load of sensationalist FUD! by Brad1138 · · Score: 1, Funny

      we need pirates to prevent global warming?

      Yes we do

      --
      If you could reason with religious people, there would be no religious people
    20. Re:What a load of sensationalist FUD! by Blakey+Rat · · Score: 3, Insightful

      I think the real point is if GPL2 and GPL3 are incompatible with each other, and a whole bunch of open source projects move to GPL3, that's going to cause huge issues for distro makers. So you'll end up with a world where almost every open source project has two different forks, one for GPL2 and one for GPL3, each of which is maintained separately from the other.

      I'm not saying that will happen. But to dismiss this article as if there was no relevance isn't helping anything. There is a real potential issue here.

      As for Stallman becoming irrelevant, my personal opinion would be "thank God!" The sooner that wacko retires to Argentina or somewhere, the sooner people can start treating the open source community with a little bit of respect and dignity. And maybe they can get a spokesman who doesn't have a hissy-fit every time someone asks him to wear a namebadge at a conference.

    21. Re:What a load of sensationalist FUD! by peacefinder · · Score: 1

      I was going to say What a load of horseshit!, but I guess your title is close enough.

      Carry on.

      --
      With reasonable men I will reason; with humane men I will plead; but to tyrants I will give no quarter. -- William Lloyd
    22. Re:What a load of sensationalist FUD! by aschoeff · · Score: 2, Insightful

      How can you possibly equate anti-MicroSoft people with anti-GPL people? First of all, anti-GPL people aren't people, they're corporations. Anti-MicroSoft, pro-GPL people are actually real people, who are advocates of freedom for all, not profit for the few and slavery for the rest.

      I'm sorry, but you may NOT try and just equate the two and expect to not be corrected. You imply the same moral and ethical depravity inherent to the actions of a company like MicroSoft, to RMS and the movement he helps represent. They have fundamentally different motivations and goals. One is based on pursuing self-interest by any means necessary, the other for cooperatively universal benefit at the expense of none. And by none I mean people, not pseudo-corporal business entities.

    23. Re:What a load of sensationalist FUD! by maxume · · Score: 1

      Linus just doesn't have any problem with people trying to sell 'broken' hardware. If he thinks he might want to muck with the software, he is fine with making sure that he is able to do that before he buys it. Stallman seems to think that people can't take care of themselves, and wants to save teh world from itself.

      --
      Nerd rage is the funniest rage.
    24. Re:What a load of sensationalist FUD! by Kjella · · Score: 2, Insightful

      Also, he doesn't seem to be really understanding the v3, since he claimed things like digitally signed repositories like apt-get would be not allowed with v3, while Stallman clearly established that it's not the case.

      Well, it's hard to say how it will function. If software producer A sign their binaries, and hardware company B produces hardware that only reads binaries signed by A, the GPLv3 is somehow supposed to magically supply me with A's private key so that I might run modified versions of the application. But A isn't doing anything to demand release of the keys, and B isn't bound by the GPLv3 because they don't ship software. If a company can find a way to ship the software and hardware separately (or under the "mere aggregation" clause, or claiming that the software and hardware is not a derivative work according to copyright law), then the GPLv3 is screwed.

      Going after the hardware side (B)?
      1. They don't ship software
      2. They don't even have the key

      Going after the software side (A)?
      1. They will have to release key/stop signing/stop distributing because of what someone else is doing.

      The first case is absurd. The second case, well what do you do if someone starts bullding hardware that only runs software signed by apt-get? Suddenly you have the power to shut down any signing system, clearly it can't work that way either. The only thing they can try for it some very narrow "if you ship both of these together, you have to include the key". Something tells me that one is full of holes a good lawyer could use, probably to the point where you're getting one product but legally they're two, and no keys.

      --
      Live today, because you never know what tomorrow brings
    25. Re:What a load of sensationalist FUD! by Ether · · Score: 2, Insightful

      Consider the purely hypothetical clause: 'This software cannot be used in the production or use of closed-source software.' (Ignore for the sake of argument that GNU hasn't suggested this clause for V3.) No commercial vendor would distribute code under the GPLvN or contribute under that license. Now that we have established that there is a clause that could cause this problem, it is possible to consider a situation where RMS, given his stated opinions on software freedom, would include a poison-pill clause that would sabotage the overall success of Linux for ideological purposes? (I'm not saying it's a good thing or a bad thing; just that it is a possibility.) Even seemingly innoculous license restrictions can cause problems- look at the difficulties that BSD's advertising clause caused.

      --
      --I hate people when they're not polite -"Psycho Killer", Talking Heads
    26. Re:What a load of sensationalist FUD! by Alphager · · Score: 1
      Some of the GPL3 provisions are pretty nasty (like having to make it so your program spits out the source, and not being able to use encryption)
      Where the hell did you get these ideas from?
    27. Re:What a load of sensationalist FUD! by rofthorax · · Score: 1

      It's a license not a contract.. If you distribute your software with GPLV3,
      it might cause some trouble for Linux.. But I had heard that GPLV3 is going to
      be about protecting GNU licensed software in other countries.. There is a
      whole FLOSS podcast on this. I don't even buy magazines, well I did buy a copy
      of WIRED without my involvement (trying to quite Consumer Reports they sold me
      6 months for 6 dollars of Wired and PC Magazine and sent it to my old apartment
      under and assumption), well I don't buy magazines anymore unless its a good deal,
      and I certainly wouldn't read Forbes.. That's like Business 2.0, Business Success
      Porn. Magazines are porn of some sort or another.

      --
      Just say no to license servers!!
    28. Re:What a load of sensationalist FUD! by Alphager · · Score: 1

      You have same choice you have now with the GPLv2: Use my code, but abide to my rules, or don't use my code.

    29. Re:What a load of sensationalist FUD! by QuantumG · · Score: 4, Informative

      Or do you seriously believe that Linus hasn't consulted with attorneys on this?

      See, now that's funny. Linus is the guy who claims that a device driver isn't a derived work of the Linux kernel if it was originally developed for a different operating system and then ported to Linux. This, of course, is not based on any legal principle.. it's just his opinion, but it doesn't stop people from quoting Linus like they're referencing case law.

      What's more funny is that when Linus added the "userland exception" to the Linux kernel he was absolutely clear about what he wanted.. he wanted people to be able to write proprietary apps that can run on the Linux kernel. He didn't want people to be able to write proprietary extensions to the Linux kernel. Now he's changed his mind because his "pragmatism" is telling him that graphics card manufacturers will never open source their drivers and he really wants all those pretty 3d games.

      --
      How we know is more important than what we know.
    30. Re:What a load of sensationalist FUD! by Kjella · · Score: 3, Informative

      That has little to do with Linus disliking GPLv3, and much do to with not being able to track down all the contributors and get them to agree to a license change

      Well, if they all saw it as a major advantage, they'd probably check how many were willing to relicense, and how much would have to be rewritten (where they can't be reached or otherwise). They did do a poll in the kernel core though, and all but one (which was netural) of them was negative to the GPLv3, some of them strongly.

      There is nothing in GPLv2 or GPLv3 that prevents a Linux distribution from containing various programs under various licenses

      No, but the libraries might. Take for example Trolltech, which holds the copyright to all of Qt. If they say "GPLv3 is a disaster - we're going GPLv2 only" then suddenly you could have quite a few problems. Or if projects don't agree on whether to use the "and later" clause, maybe someone starts a GPLv3 fork and others get pissed and create a GPLv2 only fork - which are now incompatible code bases. Suddenly you're rather screwed if you have an application, but want to use one GPLv2 only library and one GPLv3 library. What's nice about the GPL is that there is in practise only one GPL (I don't see the first version anywhere) and it's all compatible.

      --
      Live today, because you never know what tomorrow brings
    31. Re:What a load of sensationalist FUD! by Thomas+the+Doubter · · Score: 5, Informative

      Mr. Bungi, I do not know why you defend this obvious hatchet-job published by Forbes. But the author of the article truely does not know (or care to know) what he is talking about. "Richard M. Stallman is a 53-year-old anticorporate crusader" This is not what RMS is about - he really does not give two hoots about corporations as such, much less "crusade" against them. Here is where the author engages in misleading non-truth ("specious lies?) "who has argued for 20 years that most software should be free of charge" Assuming the author knows anything at all about RMS and the Free Software Foundation, he knows that this is not true. Similarly: "He and a band of anarchist acolytes long have waged war on the commercial software industry" First, Stallman (unfortunately?) does not have acolytes - If there are such unthinking followers, I have not met them. Second, and mentioned above "war on the commercial software industry" is a complete fabrication. RMS, as far as I can tell, has little interest in damaging the commercial software industry. Yes, he is an ideologue, but put the emphasis on ideals. "dubbing tech giants "evil" and "enemies of freedom" because they rake in sales and enforce patents and copyrights--when he argues they should be giving it all away." Again, utter nonsense. Yes, I wonder why the Forbes piece was written - I am asking - and I wonder why you defend this object of malice.

    32. Re:What a load of sensationalist FUD! by AuMatar · · Score: 4, Informative

      Umm, you're wrong on both counts.

      1)Having to spit out your source code

      No, thats not in there. What it does say is that if the app already does that, you are not allowed to remove that (and distribute the new version). You don't have to make it do so in the first place though.

      2)Can't use encryption

      Sure you can. However, if you cryptographically sign your code and make hardware that only works with the signed version, you must provide your keys so that people can alter your code and use the derived version.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    33. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      You know it's funnier if you leave it unsaid.

    34. Re:What a load of sensationalist FUD! by timeOday · · Score: 3, Interesting

      Precisely. Forbes should stick to pork belly futures. It would be humourous to revisit Forbes' predictions about GPL v1 and v2, had they even been aware of such things at the time.

    35. Re:What a load of sensationalist FUD! by supremebob · · Score: 3, Funny

      Well Duh... It's Forbes! Forbes seems to hate everything about the Free Software movement, mostly since they haven't figured out how to profit from it yet. I guess that you can't blame them... When was the last time you saw Debian or MySQL buy full page ads in business magazines like Microsoft and Oracle do every month?

    36. Re:What a load of sensationalist FUD! by SirSlud · · Score: 4, Insightful

      Article:

      Richard M. Stallman is a 53-year-old anticorporate crusader who has argued for 20 years that most software should be free of charge.

      RMS quote:

      "I think it is ok for authors (please let's not call them "creators", they are not gods) to ask for money for copies of their works (please let's not devalue these works by calling them "content") in order to gain income (the term "compensation" falsely implies it is a matter of making up for some kind of damages)."

      The guy is wakko, but you know why he's so successful? Because people make a god or demon out of him; hes neither. The guy has obviously spent some time learning the history of copyright/patent/trademark laws, and thats more than most can say.

      He understands that copyright law was enacted to benifit the public, not the author. He understands that patent laws were enacted to encourage publication, and that trademark laws try and enforce a certain level of market transparency for .. gee, the public.

      His ideas may come across as complicated and pedantic to people; which is the way it should be. We're talking about the systems that were put in place to encourage the advancement of science, technology, and culture here.

      FTFA:

      Cisco caved in to Stallman's demands rather than endure months of abuse from his noisy worldwide cult of online jihadists.

      As soon as you agree with an article that demogogues by using the word "jihad", you might begin to question the source. RMS, that crazy nut, is basically pointing out that the last 500 years of laws based on intellectual property arn't based upon secrecy; they're based on encouraging publication while granting the author (and more importantly, denying the state) a relatively modest amount of control over the invention or creative work. In other words, he realizes that we've all been through this before, and its the public domain that needs protecting, not the author, because in lieu of laws that protect the public right to its own culture and technological innovation, we end up with something that very closely mirrors a feudalist system with a barrier to market that would make Adam Smith rise from the dead to slap us silly. The guy might be a little too over the edge, but anyone with a basic grasp on the history of copyright, patent, and trademark laws should immediately understand where hes coming from. This article does little else than cry wolf for some tech companies. I work for tech companies, as a programmer. They won't live or die based on licenses of available technologies. This is just a bunch of whining.

      --
      "Old man yells at systemd"
    37. Re:What a load of sensationalist FUD! by strider44 · · Score: 1

      I'm not sure that Forbes really should be going for the same level of journalistic integrity as internet blogs... That specific author has given quite bad misinformation on the SCO case and as far as I know Forbes is supposed to be a respected magazine.

    38. Re:What a load of sensationalist FUD! by grylnsmn · · Score: 4, Informative
      Well, it's hard to say how it will function. If software producer A sign their binaries, and hardware company B produces hardware that only reads binaries signed by A, the GPLv3 is somehow supposed to magically supply me with A's private key so that I might run modified versions of the application. But A isn't doing anything to demand release of the keys, and B isn't bound by the GPLv3 because they don't ship software. If a company can find a way to ship the software and hardware separately (or under the "mere aggregation" clause, or claiming that the software and hardware is not a derivative work according to copyright law), then the GPLv3 is screwed.
       

      Well, the GPL is a distribution license, so it would only affect B if they are distributing the software.

      If they don't have the key from A to distribute, they still have the option of getting the source (we are talking about GPL'd software, after all) and signing it themselves with their own key, then distributing that key with it.

      In short, your example is pretty bad overall.

    39. Re:What a load of sensationalist FUD! by QuantumG · · Score: 2, Interesting

      It really isn't hard. Imagine Evil Inc develops a device that has an embedded signature checking chip that I can't get around. I bought the damn device, I just want to hack it so it doesn't have annoying-feature-X. I asked Evil Inc to fix annoying-feature-X but they just mwa-ha-ha-ed at me. What can I do? Well, it turns out that Evil Inc is running some GPL v3 software on this device. I know this because when I bought it I had to install the software myself. I thought this was kinda strange, after all, this is a consumer product, but I guess they needed to do that to get around the GPL v3 restrictions. If only I could make my own CD, I could insert whatever software I wanted.. hmm, but I'll need their private key so I can sign my binaries and make the device accept it. Right. No point asking Evil Inc nicely, they'll just mwa-ha-ha at me again. Who's the copyright owner for this GPL v3 work? That guy. Ok, I'll just get that guy to sue Evil Inc so they have to give up the key. He says he'll go along, just so long as I'm paying the legal costs (I really hate Evil Inc now, I'm in this to the death, pony up lawyer boy). Ok, so now that guy is telling me that Evil Inc had a cunning plan when they distributed those CDs.. turned out *they* didn't distribute it, Evil-Sub-Company distributed it and that's the only people I can sue. Right-o. Let's sue those bastards. The judge tells me that he can't order Evil-Sub-Company to hand over Evil Inc's private key, because it's not Evil-Sub-Company's private key to hand over. Fair enough. I've asked the judge to pass an injunction against Evil-Sub-Company and prevent them from distributing that guy's software at all. He says he'll do that. I've also asked the judge to award my legal costs and a nice big fat damages cheque. He's agreed to that too. Next time Evil Inc thinks they can subcontract their GPL-violations to a sub company I'll just sue them bastards too. Now we're off to buy a yaught and stock it with hookers. That guy is stoked.

      --
      How we know is more important than what we know.
    40. Re:What a load of sensationalist FUD! by griffjon · · Score: 1

      Forbes writers need to stop watching Fox:

      "Stallman and his allies hacked away for nearly a decade but couldn't get GNU to work. In 1991 Torvalds, then an unknown college kid in Finland, produced in six months what Stallman's team had failed to build in years--a working "kernel" for an operating system. Torvalds posted this tiny 230-kilobyte file containing 10,000 lines of code to a public server, dubbing it "Linux" and inviting anyone to use it."

      --
      Returned Peace Corps IT Volunteer
    41. Re:What a load of sensationalist FUD! by Overly+Critical+Guy · · Score: 1

      I think Linus is simply realistic and grounded in the real world. I don't want a "freedom fighter" determining the community's legal documents anyway.

      --
      "Sufferin' succotash."
    42. Re:What a load of sensationalist FUD! by NoTheory · · Score: 1

      The problem with the Forbes article that i have is that its propagandistic. They pejoratively refer to Stallman (i would also add that it's unnecessary, but that's implied by the fact that they're being pejorative) in a number of ways, calling him anti-capitalist, anarchic, claiming that he believes people should give away patents & copyrights, that the FSF is an "outfit" and a "radical group", that GPLv3 is an "attack", that he's on a "socialist crusade". And that's only the first 3rd of the article. The problem is that these are all misrepresentations of stallman, his positions, the positions of the FSF, what the purpose of GPL is, and by association, anybody who uses the GPLs.

      Journalistic hack-jobs like this, regardless of how right or wrong Stallman is (i still don't like GPLv3 as far as i've seen), have an overall chilling effect. They are clearly designed to bias people, who are not already well versed in the details and players involved in the situations being reported upon. And when you're dealing with such a technical issue, there are a lot of unacquainted, and unaware people. They're called businessmen. And thus, we all have a problem. Even if we don't think of ourselves as directly linked w/ Stallman

      --
      There are lives at stake here!
    43. Re:What a load of sensationalist FUD! by Mr.+Slippery · · Score: 1
      Once a single line of GPL3 code is used in a project the entire project must go to GPL3 or it can't use that code.

      It's extremely unlikely that any court would rule the use of a single line from program A in program B makes B a derivative work of A.

      In fact I'll bet you a nickle that for any reasonable defintion of "single line of code" (i.e., no fair just removing all the newlines!), using just a single line falls under fair use.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    44. Re:What a load of sensationalist FUD! by kz45 · · Score: 3, Insightful

      "How can you possibly equate anti-MicroSoft people with anti-GPL people? First of all, anti-GPL people aren't people, they're corporations. Anti-MicroSoft, pro-GPL people are actually real people, who are advocates of freedom for all, not profit for the few and slavery for the rest."

      Some the new additions to the GNU license are a little zealous to say the least. The GNU license has always been touted as a "distribution" license. One of the new restrictions is on code is with services. Someone who has a service that uses GPLd code and does not re-distribute their code are still required to give out their source.

      Even though many people in favor of the GNU may not like it or admit it, if the GPL starts getting too restrictive such as what I mentioned above, people will just stop using it. Companies will stop supporting it and developers that actually want to make a living with their software will just find code that is licensed under a different license because it will be a liability.

    45. Re:What a load of sensationalist FUD! by The_Wilschon · · Score: 3, Insightful

      Well, in your hypothetical situation, I think that the GPL3 has already accomplished its goal. A and B cannot be in each other's beds. B cannot ship their hardware with the GPL3'd software from a particular repository (apt-get is a program, not a repository or a signing system...) on it, or else they are clearly in violation of GPL3. And how large is the market for hardware shipping with no software on it? Or even hardware shipping with software other than the software it was designed for? The aim is to prevent (eg) TiVo from shipping PVRs with Linux on them, but only allowing that one version of Linux to ever run on them. Of course, since Linux is likely staying GPL2, this particular won't be prevented, but you get the point. TiVo is not going to ship PVRs with blank HDDs, and say "Oh, by the way, you can install this particular linux binary which is maintained by this completely unrelated company over here if you want to do anything with what you just bought".

      So, in the situation you describe, the hardware sold by B would be essentially useless (you can't run the GNU utilities because they're GPL3, and you can't run any other utilities because they're not signed). But, if you went ahead and installed the signed GNU utility binaries, knowing that this was not permitted, then you the end user would of course be in violation of the GPL3, not A or B.

      OTOH, I think it unlikely that Stallman or anyone else will spend a great deal of effort to stop that particular sort of violation. 1) It is unlikely to occur much, because B shipping hardware without software is not going to sell much. 2) It would go against his ideas of freedom, as I understand them. You've bought this hardware, you can do what you like with it. But I could be wrong in this paragraph; it is mere speculation.

      --
      SIGSEGV caught, terminating

      wait... not that kind of sig.
    46. Re:What a load of sensationalist FUD! by smallpaul · · Score: 2, Insightful

      I think Linus is a good coder and project manager, but we shouldn't expect him to "show the way" in issues of principle/vision. He's an engineer, not a "freedom fighter".

      People are being extradited to secret camps. Others are being shot for reporting on corrupt regimes. Some live in house arrest for years on end. Others are tortured for crimes that they have nothing to do with. It is VERY GENEROUS to call someone who fights against the right of software developers to control the distribution of their works a "freedom fighter." Considering the state of the world today, I find it amazing that people really see their ability to tweak their software as a humans rights violation. It is a minor licensing issue. MINOR. LICENSING. ISSUE.

    47. Re:What a load of sensationalist FUD! by Millenniumman · · Score: 0, Flamebait
      I think Linus is a good coder and project manager, but we shouldn't expect him to "show the way" in issues of principle/vision. He's an engineer, not a "freedom fighter".
      Personally, I would rather use and help create software made by engineers and good project managers, not some "holier than thou" demagogue who thinks he's fighting for freedom and denounces anyone with a different viewpoint as "unethical" or "antisocial". Software performance is infinitely more important than the politics surrounding licensing and some guy's personal beliefs.

      That said, I think that people with a view like Linus set a far better long term path than those like Stallman. The GNU project has made good software, but the focus it places on fighting a nonexistent enemy is silly. The desire to make good software is going to "show the way" in the OSS world, not Free Software idealism.
      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    48. Re:What a load of sensationalist FUD! by Millenniumman · · Score: 1

      Anti-Microsoft people are fools who have some unfounded notion that Microsoft is evil. Microsoft might make some poor software, but they aren't evil.

      As far as I'm aware, most of the anti-GPL people are open source advocates who oppose the restrictions. Companies like Microsoft aren't anti-GPL, it just doesn't fit with their business model.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    49. Re:What a load of sensationalist FUD! by ClosedSource · · Score: 1

      "First of all, anti-GPL people aren't people, they're corporations"

      So there's not a single anti-GPL person in the whole World? Hey, leave some of that Koolaid for the others in line.

      "One is based on pursuing self-interest by any means necessary, the other for cooperatively universal benefit at the expense of none."

      Spare me. RMS is every bit as much looking out for number one as Bill Gates. Gates does it through MS profits. RMS gets to strut around as the "free" software Holy Man.

    50. Re:What a load of sensationalist FUD! by macshit · · Score: 1

      It is VERY GENEROUS to call someone who fights against the right of software developers to control the distribution of their works a "freedom fighter."

      I think it is accurate though.

      The real problem with this term is that it's so incredibly loaded. In conventional usage it was long ago polluted with the cynical reagan-era definition -- "right wing guerilla fighting a government our government doesn't like" -- and generally seems to carry a strong connotation that user is trying to put a positive spin on something rather more ambiguous.

      --
      We live, as we dream -- alone....
    51. Re:What a load of sensationalist FUD! by epine · · Score: 1


      I couldn't agree more. Any journalist who can write an article at that length and depth without ever mentioning the BSD license, or the possibility that a nasty fork in the GPL license could drive more projects back to the BSD camp, wasn't aiming for comprehension or enlightenment in the first place. Nor does he mention that of the assets under the level-headed auspices of the FSF, the gnu toolchain is fundamental not just to GPL projects, but BSD projects as well.

    52. Re:What a load of sensationalist FUD! by boron+boy · · Score: 3, Insightful

      Not for those of us who aren't in on the joke yet. I had never heard of FSM before i clicked on that link.

    53. Re:What a load of sensationalist FUD! by smallpaul · · Score: 1, Flamebait

      I think it is accurate though.

      No, it is not accurate. Stallman wants to encourage person A (Linus) to reduce the freedom of person B (a hardware manufacturer) in order to increase the freedom of person C (a hardware purchaser). He is not trying to increase the amount of freedom in the world. He is trying to shift it from the people he doesn't like to the people he does like. Congratulations to Linus for not trying to play God.

    54. Re:What a load of sensationalist FUD! by bladesjester · · Score: 1

      anti-GPL people aren't people, they're corporations

      how about Penn of Penn and Teller?

      He seems like an individual to me. I don't agree with everything he says (though, on the whole, he tends to make a lot of sense), but he is indeed an individual.

      --
      Everything I need to know I learned by killing smart people and eating their brains.
    55. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Or you continue to use the gplv2 of the software and maintain it yourself.

    56. Re:What a load of sensationalist FUD! by aschoeff · · Score: 1

      Penn and Teller went to my high school, The Cambridge School of Weston, coincidentally enough. They showed up at one point in our gym in '89 or '90 and did a little routine. It was humorous.

      I'm not aware that Penn had an opinion on this issue. I'll check out what he has to say. Thanks for the ref.

    57. Re:What a load of sensationalist FUD! by Achromatic1978 · · Score: 1
      (the term "compensation" falsely implies it is a matter of making up for some kind of damages)

      What a buffoon. I am compensated for the time I spend at work by wages. We're not all one track froth-at-the-mouth 'one definition and one definition only for a word' types.

    58. Re:What a load of sensationalist FUD! by mabhatter654 · · Score: 5, Insightful
      wrong, history has proven that while Stallman's path is "the road not traveled", his views on corperate control of culture via copyright and patents have almost all come true verbatim. And key members of the industries view our current "freedom" as "consumers" as too much. RMS is about making sure SOMETHING remains truely, legally FREE. In the current corperate culture, that's extremely hard.. 75% of the "free" software on your computer you got legally for free (without money) is not FREE... you can't look at it to see how it works, you can't use it how you wish.. you may not even own the works you create with the program. But somebody let you have such a great thing for "free". That's the issue! Imagine when everything uses software, and everything needs you to give up special permission to the "owners" in order to get your work done... hell in a good part of the country, employeers can make you sign away rights so you can't even GIVE away works you create.

      Trust me, without "crazies" like RMS there would be no ruler to meaure how bad the situation truely is. RMS BEGS people to follow him, but he's not the one out there passing crazy laws like the DMCA, or making 100 billion from "borrowed" code, or suing people for a few songs... those are the capitalists that know what's best for us.

    59. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0
      You mean, because you cannot pirate a GPL3ed work...
      Accepting for sake of argument "piracy" as the copying and redistribution of software without the copyright holders' consent, what am I doing by sharing GPL3 binaries without e.g. source or licence?
    60. Re:What a load of sensationalist FUD! by bladesjester · · Score: 1

      It was an article that he wrote when he was doing a piece for PC Computing every issue.

      They're all archived on the penn and teller site.

      --
      Everything I need to know I learned by killing smart people and eating their brains.
    61. Re:What a load of sensationalist FUD! by mabhatter654 · · Score: 1

      That's the whole problem with corperate mags like forbes. If Cisco was sued for 100 million dollars for not paying for corperate code from say Microsoft, Forbes would not be calling anybody "jihadists", just corperate lawyers seeking proper damages, and why Cisco's management didn't cover their assets properly. But because the people are releasing Free software somehow they don't have the same rights to expect their license followed?

    62. Re:What a load of sensationalist FUD! by CNERD · · Score: 1

      The author of the article seems to have this idea that any changes made in GPLv3 automagicly apply to anything that's GPLv2.

      There's a really good intereview on FLOSS with Eben Moglen from the FSF on the issue of the GPLv3. Even he admits that it's probably best not for the kernel to convert to GPLv3.

      http://www.twit.tv/floss13

    63. Re:What a load of sensationalist FUD! by Richard+Steiner · · Score: 1
      I wouldn't be at all surprised. Considering how he's managed the Linux trademark

      How has he mismanaged the Linux trademark? The mark was originally assigned to him because someone else (who was completely outside the community) tried to create it and charge existing Linux companies for its use. It was assigned to him because he was deemed the logical choice.

      The only questionable actions I can recall were in Australia, and as far as I know Linus had nothing at all to do with those activities...?

      and the general lack of understanding of the GPL he's publicly displayed,

      What portions of the existing GPL has he misunderstood?

      --
      Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
      The Theorem Theorem: If If, Then Then.
    64. Re:What a load of sensationalist FUD! by mabhatter654 · · Score: 1
      exactly, there's a lot of hype over a relitively minor thing. There are bigger changes made to corperate software all the time that make more demands of USERS without offering anything in return.

      in case 1, for instance Drupal or phpMyAdmin could put a folder for source and a link in the copyright section telling how to get it.. you couldn't remove that function from the program if the authors put it in there, if you run it on your systems. That leaves most projects at a fork stage right now, but that's nothing new.

      In case 2, yes, they are specifically targeting companies like Tivo.. now understand that the *IAA puts the encryption requirements in their constant attempts to sue them and shut them down. But Tivo uses Linux that's freely available, as do most of the really cool entertainment gadgets that record, store, distribute entertainment nowdays. For kicks, don't feel so bad about TiVo though... their using Free Software certianly hasn't stopped them from getting software patents on the little bits they might have added, and using those bits to shut other people down from making their own devices even though those people aren't even looking at TiVo's code. There's even been talk of going after Myth, but that's too far for them to go without a huge fight... some way to reward the "free" help they got hey! Don't feel bad, they lived by "Free Software", they can die by it too... that's how capitalism works!

    65. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      The only point of bone-headed sensationalist reporting like this is to try to sell more copies of the magazine.

      But of course this doesn't apply to slashdot editors at all...

    66. Re:What a load of sensationalist FUD! by arose · · Score: 1

      What, you are telling me that the GNU project wasn't working on HURD and only HURD from 1984? Unpossible!

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    67. Re:What a load of sensationalist FUD! by The+Bungi · · Score: 3, Interesting
      I do not know why you defend this obvious hatchet-job published by Forbes

      I'm not defending anything. I pointed out that among all the obviously inflammatory bullshit there are issues about the GPLv3 that are valid - issues that people like Torvalds and choice kernel hackers have raised repeatedly - and that have been consistently dismissed with the usual "nothing to see here, move along" line.

      Assuming the author knows anything at all about RMS and the Free Software Foundation

      It's of course disingenious to say that Stallman doesn't want anyone to charge for software; at the same time the confusion about "free-as-in-whatever" (confusion for normal people, not the normal Slashbots) is all the FSF's doing. They are sleeping in the bed they made. And of course Stallman himself has not exactly told the world how it is that you're supposed to make money while giving away software if you're not RedHat or Novell. And no, I don't include PayPal donations there.

      RMS, as far as I can tell, has little interest in damaging the commercial software industry

      Huh? He has repeatedly attacked them for not following his mantra. Where have you been the last 20 years? To Stallman anyone who writes "non-free software" is immoral, and by definition an enemy of his ideals. Please, I'd love for you to prove me wrong. Where do people like you who like to sing his praises get off telling everyone else that they "dont get it"? It's very convenient to ignore anything that complicates your rationalization of these issues, isn't it?

      "dubbing tech giants "evil" and "enemies of freedom" because they rake in sales and enforce patents and copyrights--when he argues they should be giving it all away." Again, utter nonsense

      Utter nonesense? That's *exactly* what Stallman does! I'm not going to argue the relative moral value of what he does, but how can you deny that that is exactly Stallman's modus operandi?

      If there are such unthinking followers, I have not met them

      Really? You must be new here.

    68. Re:What a load of sensationalist FUD! by johansalk · · Score: 1

      "Next month they'll tell us the GPLv3 will contribute to global warming, and the following month that it will promote slavery."

      They won't, and here's why; this is Forbes:
      1) Global Warming does not exist, and gas at the pump is the cheapest it'd ever been. All you guys have pity on those poor oil companies and guzzle up some more.
      2) Slavery was good for the economy, and its modern equivalent, Walmart, is a fine American institution.

    69. Re:What a load of sensationalist FUD! by The+Bungi · · Score: 3, Informative
      Please don't insult my intelligence with the "but we're all good and they're all evil" party line, OK? Richard Stallman has an agenda and he pursues it by pushing a license that restricts what developers can do with the source code while claiming "maximum freedom" and the like. Of course no one forces me to use GPL'ed code, but then no one forces me to buy Microsoft Word either, so a EULA is no different than the GPL since none of them involve coercion.

      But this begs a rebuttal:

      the other for cooperatively universal benefit at the expense of none

      Let's do this. Let's imagine for a second that a popular piece of software in the Windows world was released as free software under the GPL. Let's pick PaintShop Pro or DOOM or WinZip or TextPad or any other one. Now, explain to us how exactly the authors of those products would have made any money if they were licensed under the GPL. Specifically after some kid in Romania with loads of time in his hand decided to put up his own version for download and give it away for free. Please, enlighten me.

      While you're doing that, remember that there is no difference whatsoever between Stallman calling nVidia "nVidious" because they dare keep their source code to themselves and someone from Microsoft calling the GPL "viral". Stallman doesn't like what nVidia does, but he can't do squat about it, and Microsoft doesn't like the GPL, and they can't do squat about it. So they must resort to FUD. FUD works both ways.

      Oh, and I live how you spell "MicroSoft". Hilarious.

    70. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      GPL v2 and v3 are INCOMPATIBLE. This will cause serious trouble.

    71. Re:What a load of sensationalist FUD! by aschoeff · · Score: 2, Insightful

      Yeah, I was using MicroSoft products back when it still WAS MicroSoft with the capital "S." I guess it's kind of a tribute to the old era, and also kind of a backhand jab at the airs this old switch-flipping dinosaur company has assumed.

      "Now, explain to us how exactly the authors of those products would have made any money if they were licensed under the GPL."

      This question has been answered ad infinitum, and no answer I can give will satisfy you. Here are a few sure to piss you off that come to mind, but I don't say them with that intention: Work in a different industry? Do embedded or industrial development? Reduce your expectations of how much you should profit? You see, FOSS isn't concerned with replacing the revenue someone might have generated through CS, it's concerned with freedom and mutual benefit for all. That's the dichotomy. CS may be a business model, but it has ethical and moral underpinnings (or lack thereof) that are counter to liberty and freedom.

      *steps down from wobbly soapbox*

      "... there is no difference whatsoever between Stallman calling nVidia "nVidious" ... and someone from Microsoft calling the GPL "viral"."

      I disagree, and already addressed this in the original post. Stallman isn't a corporation acting in self-interest at any cost, he's a guy motivated to be an advocate for freedom. Sure he's a little egotistical, but who the hell isn't in today's me-me-me-rock-star society? His originating thought is selfless.

    72. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 1, Interesting

      Actually he just wants things to work. He likes the GPL because it's the best way to keep a project going and wont fuck you over like the bsd license (which someone can just close off and kill innovation, but that's another arguement) He doesnt care about ideals as much as Stallman. He's more liberal with the GPL. He's a programmer and designer, not someone making a statement, he just happens to be popular because his little open source project is the only thing most GNU apps can play under. He is also powerful because without his little project, GNU probably wouldnt be near as popular as it is these days. I know I'm starting to see more GPL licensed apps on windows than when I did when I was using windows. You can thank linux for that as many people discovered the GPL through playing around with linux. Many GPL'd windows apps started on linux as well.

      However, in the end, I can see there will be a split in opinion. the beauty of OSS is that you can fork projects or clone them.
      So if people want to recreate the linux kernel as something else (dont mention that steaming pile of crap called hurd) that is gplv3, or any userland utils to gplv3, they can. or if any projects switch to gpl3, the releases before the license change will be forked.
      Xorg did it and look where it is now.

      However, I doubt Linus did it for all those pretty games, he did it so shit would work because he knew the companies werent going to give any time soon, and the users were going to be hurt the most, and as much as you may disagree, the users do matter as they use the software. without the users, you're simply wasting bytes and your time. OSS should care about its users, as the alternative doesnt care.

      Plus, the fact you can put blobs in the kernel is a freedom of the software (proxied with a gpl compatible wrapper) not having that is a freedom taken away, yes, proprietary can take over this way, that is, if people let proprietary take control. if people really care, instead of finding ways to block proprietary code, compete with it, competition is healthy, try to one up the people who make proprietary modules for linux with free drivers. Here's the sweet part: the free code will always be default in a vanilla distribution. all restricted drivers will always be separate. So, if someone say, makes a free nvidia kernel driver with full direct rendering support and 3d support that is mostly on par with the proprietary driver, either that will win out or the nvidia guys, like intel, will give in and give code to make their hardware work right, and since most of the work has been done, they dont have to worry. Besides, there isnt too much to open up, the current nvidia driver is really a windows driver hacked to work with linux, I dont think that code is even worth opening.

    73. Re:What a load of sensationalist FUD! by killjoe · · Score: 2, Insightful

      Linus does not care about free software. He never had, he never will. He doesn't understand or he does not accept the idea of free code. He has this idea that he is "pragmatic" (whatever that means) but that basically means code works.

      I would have thought that the whole bitkeeper thing would have thought him the importance of free software and open source but apparently the lesson has not sunk in.

      Personally I predict he will give up on linux and the GPL and either retire or code for BSD (or a company). I don't see him continuing along with a GPLed project when he does not like the GPL, does not like the FSF, does not like the idea of free software and does not like Stallman.

      --
      evil is as evil does
    74. Re:What a load of sensationalist FUD! by killjoe · · Score: 1

      Why do you claim MS is not evil? Isn't lying, cheating and stealing evil? Isn't the love of money root of all evil?

      "Companies like Microsoft aren't anti-GPL, it just doesn't fit with their business model."

      Sure they are. They have spent millions fighting it. MS has spoken out against the GPL dozens of times.

      --
      evil is as evil does
    75. Re:What a load of sensationalist FUD! by killjoe · · Score: 1

      At least Stallman didn't call anybody communist. Micro$oft did though.

      --
      evil is as evil does
    76. Re:What a load of sensationalist FUD! by killjoe · · Score: 1

      Go read his past posts. He is violently anti GPL. Violently anti RMS. And violently pro M$. Most likely a shill either paid or unpaid.

      --
      evil is as evil does
    77. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0
      Stallman wants to encourage person A (Linus) to reduce the freedom of person B (a hardware manufacturer) in order to increase the freedom of person C (a hardware purchaser). He is not trying to increase the amount of freedom in the world.
      So according to this theory of yours the number of hardware manufacturers + 1 (Linus!) roughly equals the number of hardware purchasers?
      And then although rms claims that he is fighting for freedom he is in fact not doing so, and he knows this!
      I'm intrigued by your reasoning, do you have a newsletter I can subscribe to?
    78. Re:What a load of sensationalist FUD! by Lars+Arvestad · · Score: 2, Insightful

      But this a display of closed-source mentality: "If the provider changes the license, we have to follow suit." In the open-source world, the source is out and available and skilled people would pick up the last GPLv2 release and continue using that. This seems to be an aspect that journalists are often missing, that free software is really free so you cannot control its re-distribution, only demand it.

      --
      Reality or nothing.
    79. Re:What a load of sensationalist FUD! by Jessta · · Score: 1

      Sure, the linux kernel as a whole may stay GPL2. But how about all the other components that make up a GNU\Linux system, xorg, bash, grep, mplayer, mysql, postgresql, etc.

      --
      ...and that is all I have to say about that.
      http://jessta.id.au
    80. Re:What a load of sensationalist FUD! by miro+f · · Score: 1

      well then isn't everything just moving freedom around? If I stop person A from killing person B, I'm just reducing person A's freedom (to kill) in order to increase person B's freedom (to live)

      Someone's got to say that some freedoms are worth more than others. Not to say that Stallman is doing a perfect job of it, but he's doing what he believs in and many people agree with him. Of course, no one is forced to play by his rules, so the world will decide whether GPL v3 is acceptable or not

      --
      being vague is almost as cool as doing that other thing...
    81. Re:What a load of sensationalist FUD! by JRIsidore · · Score: 1

      So, in the situation you describe, the hardware sold by B would be essentially useless (you can't run the GNU utilities because they're GPL3, and you can't run any other utilities because they're not signed). But, if you went ahead and installed the signed GNU utility binaries, knowing that this was not permitted, then you the end user would of course be in violation of the GPL3, not A or B.

      I don't think the end user will be in violation here, since the GPL is about distribution of software (which an end user will unlikely do). If you don't release the derivative work (whatever it might be in this special case) the GPL cannot apply as this is out of its scope.

      --
      :w!q
    82. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Now he's changed his mind because his "pragmatism" is telling him that graphics card manufacturers will never open source their drivers and he really wants all those pretty 3d games.

      He's changed his mind because OSDL (being IBM, HP etc) want him to... they want a Trusted Computing based Linux kernel... in fact, they want a trusted computing world because they know how much raw, unaccountable Orwellian power it will give them.

    83. Re:What a load of sensationalist FUD! by shades66 · · Score: 5, Informative

      >This is Forbes magazine.

      No it's worse than that.. It's Forbes magazine with an article written by Dan "SCO is going to win, Linux users are terrorists etc.." Lyons.

      --
      ---- There are 10 types of people in the world. Those that understand binary and those that don't
    84. Re:What a load of sensationalist FUD! by QuantumG · · Score: 1

      in fact, they want a trusted computing world because they know how much raw, unaccountable Orwellian power it will give them.

      Not to mention booz and hot chicks.

      --
      How we know is more important than what we know.
    85. Re:What a load of sensationalist FUD! by Richard_at_work · · Score: 1

      Yes, because people cant have opinions that differ from yours....

    86. Re:What a load of sensationalist FUD! by Pecisk · · Score: 2, Insightful

      [cynical]Yeah, sure, Linus is evil[/cynical]

      Wait, but it can't be that way that Linus simply doesn't want only freedom from blobs, commercial software, etc., but also a ACTUAL working hardware and software?

      Linus is REALIST, RMS - IDEALIST. It is strange that usually it happens so that idealists are those who will ruin everything what is achieved practically (in this case, that good feeling that you belong to this community, etc.) just for a sake of ideals. Yes, ideals are important, but at what cost? What Tivo done so wrong? It is market, for fucking sake, go after some other such box who has a) Linux underneath and it b) allows hacking. Dreambox, for example.

      And if such DRM is required to have unique checking? Like electronic voting? So, that way voting machines could not have GPLv3 licenced software? For what fucking sake? Just because you want to protest you can't play DRMed Windows Media files?

      This all waving, calling Linus idiot, and rising RMS to skies is for NOTHING. DRM is NOTHING, it is just copyright protection. Yeah, you don't own music, movie, art work.
      Not before DMCA, not after. Not before Mickey copyright extention, not after. Either you own copyrights, or some given rights by copyright holder. Nothing else.

      Don't get me wrong, I personally think that DRM is utterly stupid from marketing point of view, but companies usually listen to numbers, not common sense. So far common sense has proven it was right. And there is already voices appear from common crowd that they are against DRM. THAT way we should fight it - informing it, showing differences, why that is just stupid, not pushing such things in licences. Don't ruin something that does work.

      Sorry for all flaming (you can mod me down if you like, I don't mind this time), but I have fed up with all this. I just tired of ill informed bashing and without-any-doubt attitude. Yes, ideals must be protected, but in CLEVER, TACTICFUL way. This is just making us all seperated, because we all understand freedom quite differently. Stallman should take his work - which is DEFINETLY IMPORTANT - to POLITICS. Keep politics out from computers and leave such decisions as DRM and Patents to users, very big thank you.

      p.s. by the way, I have some disagreement with Linus in other cases, like GNOME vs. KDE, and RSM very frequently have been right on other topics (he is perfectly right about patent stuff and have very big insight in all this), so it is sure not black and white issue.

      --
      user@ubuntubox:~$ stfu This server is going down for shutdown NOW!
    87. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      > Let's pick PaintShop Pro or DOOM or WinZip or TextPad or any other one. Now, explain to us how exactly the authors of those products would have made any money if they were licensed under the GPL

      Here is Quake 3 GPL source code: ftp://ftp.idsoftware.com/idstuff/quake3/source/Q3A _TA_GameSource_127.exe

      And the original Doom was a shareware. And id made money anyway. But of course, you are too young to remember that.

      id build games, sells them a bit, and release them as GPL. And you know what ? It mimics the original intent of copyright laws. A temporary monopoly for the creator in exchange to public good. And of course, id can't release code source as public domain, as their competitors will not respect the spirit but the letter of the law (hence will lock back changes and not contribute to public good). And copyright law should be changed so it reflect that. Or an alternative law must be developed (aka GPL)

      And if you look closer, GPLv2 means that some company making a console (or soon a normal PC) can add crypto chip and release a paying version of Q3A that will be the only one running on such hardware. The can prevent id of running their own code on it. They can have a monopoly in selling "public goods".

      Hence GPLv3. And be sure that id will move to GPLv3. Because it fits the original spirit of the copyright.

    88. Re:What a load of sensationalist FUD! by DrSkwid · · Score: 2, Informative

      Postgresql is BSD licensed.

      Most of the Licenses that xorg is released under are based on the MIT, X Consortium, or BSD (original and revised) licenses.

      bash & grep are rips offs of BSD software

      Mysql is multi licensed, including a FLOSS exception for BSD (and other) compatibility

      That just leaves you mplayer.

      nice try though :)

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    89. Re:What a load of sensationalist FUD! by DrSkwid · · Score: 1

      And to add some weight to thank, Penn & Teller are good friends with Rob Pike and some of the guys from Bell Labs.

      Rob even appeared on Letterman with them one time.

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    90. Re:What a load of sensationalist FUD! by DrSkwid · · Score: 1

      How did they make any money when keygens are easier to find than Romanian copies ?

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    91. Re:What a load of sensationalist FUD! by ygslash · · Score: 1
      Next month they'll tell us the GPLv3 will contribute to global warming

      You mean, because you cannot pirate a GPL3ed work, and we need pirates to prevent global warming?

      No, because so many people will burn their paper copies of GPLv2.

      Hmm, what about all of those paper copies of Forbes magazine...

    92. Re:What a load of sensationalist FUD! by Lorkki · · Score: 3, Insightful
      Let's do this. Let's imagine for a second that a popular piece of software in the Windows world was released as free software under the GPL. Let's pick PaintShop Pro or DOOM or WinZip or TextPad or any other one. Now, explain to us how exactly the authors of those products would have made any money if they were licensed under the GPL.

      In other words, let's take a few examples of closed-source software, force them into a completely different development paradigm, and then see how they'd do without adjusting their business models accordingly? I'm not exactly the economical mastermind of the century, but otherwise it sounds just like the sort of question that's rigged to have only one answer.

      For that matter, I'm continuously baffled by the fact that Windows users still would pay in the tens of dollars for such basic packages as an archival utility or a text editor. Games are luckily a much simpler issue, seeing as you don't have to license the content under the GPL.

      Specifically after some kid in Romania with loads of time in his hand decided to put up his own version for download and give it away for free.

      You probably wouldn't get the same level of service from the Romanian kid. If it did turn out that the kid was actually more interested and capable in developing the application than the original author, would money paid to the latter be going in the right place?

      Oh, and I live how you spell "MicroSoft". Hilarious.

      Microsoft used to spell itself that way, as well as a hyphenated Micro-Soft which I'm sure is sending you rolling on the floor just now.

    93. Re:What a load of sensationalist FUD! by MichaelSmith · · Score: 1
      "He and a band of anarchist acolytes long have waged war on the commercial software industry"

      The commercial software I work on at my day job is developed entirely with GNU and free software tools.

    94. Re:What a load of sensationalist FUD! by dwandy · · Score: 1
      One thing to remember is that of those licenses, GPL is the only one that causes trouble. The rest have virtually no restrictions
      The GPL is restrictive like a law against murder is restrictive.
      --
      If you think imaginary property and real property are the same, when does your house become public domain?
    95. Re:What a load of sensationalist FUD! by maxume · · Score: 1

      In a world of hyperbole, you have to shout to survive.

      --
      Nerd rage is the funniest rage.
    96. Re:What a load of sensationalist FUD! by Techtoucian · · Score: 1

      In relation to tracking down contributors, is that even necessary? I'm not sure if it's the case with the kernel, but usually any GPL-ed application is accompanied by the text "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License [...] either version 2 of the License, or any later version."

      Admittedly, the GNU site says that the emphasized bit is optional, and I don't have a copy of the kernel source handy, so this is one big assumption. :-)

      Can someone set me straight?

    97. Re:What a load of sensationalist FUD! by CDPatten · · Score: 2, Insightful

      Linux users are hobbyists. And that is why it can't be beaten. It can't be beaten by this guy, MS, or anyone else.

      Linux grew to its current level of popularity by "techies" who worked with it off hours, on the their time, and without pay. The change in license model doesn't change what it is, and it's really just a large community of techs who wanted something different. Right or wrong, it is what it is. If you were to "kill" linux, then Kinux would popup a month later. Kill that and Jinux would arrive.

      It really doesn't matter the name, like it or not, it's a hobbyist OS and its pretty hard to kill someone's hobby...

    98. Re:What a load of sensationalist FUD! by Mr.+Underbridge · · Score: 1

      Exactly. Personally I think that Stallman is a visionary and Linus is too pragmatist in a sense, as Stallman clearly wants to avoid the DRM/"Trusted computing" trap with GPLv3 and Linus can't see medium/longterm about this

      I wouldn't patronize Linus there. From everything I read, it's not that he can't see the harm in DRM - it's that he doesn't feel it's his place to wage an issue campaign with software. Why stop with DRM? Why not say that people who don't share the correct political views can't use FSF? Why not block certain countries? Linus seems to believe there's more harm done than good with this sort of thing.

      Personally, I think there's a nice line somewhere between pragmatist and visionary. I think Linus has a good mix of both. I think Stallman is an ideologue, who sees the world in terms of black/white, good/evil, friend/enemy, "my way or the highway." I don't trust people like that, and I certainly can't stand working with them.

    99. Re:What a load of sensationalist FUD! by oohshiny · · Score: 1

      The GPL has held up very well legally over the years, not just in the US, but around the world. That in itself is an enormous success. Stallman is obsessed with getting these things right and reasoning them through.

      In any case, if Linus or anybody else has legal concerns, now is the time to voice them. I guarantee you, Stallman will pay careful attention to valid legal concerns. Just be clear about what your concern is: if he has made up his mind on a policy matter, you aren't going to convince him to change his mind by dressing up policy issues as legal concerns.

    100. Re:What a load of sensationalist FUD! by neaorin · · Score: 1
      2)Can't use encryption Sure you can. However, if you cryptographically sign your code and make hardware that only works with the signed version, you must provide your keys so that people can alter your code and use the derived version.
      Then why bother signing and checking?
    101. Re:What a load of sensationalist FUD! by ThJ · · Score: 1

      Don't signed repositories have a private key and a public key? Could GPLv3 somehow cause difficulties here? Stallman has specifically talked about encryption keys needed to make the software work, though I guess you could make your own unsigned packages, or make your own private keys.

    102. Re:What a load of sensationalist FUD! by tinkerghost · · Score: 3, Interesting
      Linus does not care about free software. He never had, he never will. He doesn't understand or he does not accept the idea of free code. He has this idea that he is "pragmatic" (whatever that means) but that basically means code works.

      I think if you actually read what he writes, you'll find that the only thing he cares about is that the sourcecode be 'free' as in speech. That's why TIVO doesn't bother him. It's a hardware issue. The sourcecode is 'free'.

      There was a discussion on Groklaw a few weeks back & for him, the whole issue is tit-for-tat - we give companies code, they give us back the changes, what they do with that code is their issue. As long as the code changes come back, the community has been improved & the process continues. It doesn't matter if the company ships that code in a ROM based brick, an open flash system, or a Locked down flash box - if the code is available, you can make one yourself & impliment any changes you want.

    103. Re:What a load of sensationalist FUD! by Chanc_Gorkon · · Score: 1

      NOT informative. The issue for Linux vendors is if there is a piece of software they want to use that is GPLv3, they CAN'T use it! If GPLv2 and GPLv3 are incompatible, then you can't have GPLv3 software combined with GPLv2 software.

      --

      Gorkman

    104. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      That Flying Spaghetti Monster reference flew right past you, didn't it?

    105. Re:What a load of sensationalist FUD! by the-empty-string · · Score: 1
      Keep politics out from computers and leave such decisions as DRM and Patents to users
      That's an excellent idea. It is also the whole point of the GPL, in all its versions.

      You see, the decisions related to DRM and Patents are not currently being left to the the users at all. They are entirely at the discretion of copyright owners and their lawyers.

      You seem to believe that if you just "keep politics out", it will just go away. It doesn't. You may not like politics, but politics likes you.

    106. Re:What a load of sensationalist FUD! by Brunellus · · Score: 1, Insightful

      Dilettante-ware is fine if nobody but the techs run it. What happens when that dilettante-ware gets good enough for production use?

      Organizations that make RealMoney(TM) have jumped to Linux because it does what they need better than non-free solutions...and because it works (or can be made to work) with the rest of their IT infrastructure. A major disruption to that interoperability would leave these organizations up a creek without a paddle. Free Software doesn't just belong to the techies any more--a LOT of other people (some of whom are clean-shaven, suit-wearing, bean-counting types) use and depend on it. Some of them might even contribute to it!

      Do the techs care? Nope. Should they? Maybe, maybe not. They weren't in it for anyone else but themselves, anyway. What does a disruption matter to them?

      The change in license model might actually force the players who are deeply vested in the current model to fork. Kinux would have its community, sure, but don't deceive yourself: there will be a considerable impetus from industry to develop it along certain lines.

    107. Re:What a load of sensationalist FUD! by s20451 · · Score: 1

      RMS isn't specifically against DRM in so much as he's against the tivovization. That is, using GPL software, but not allowing it to run modified on the hardware.

      Here's what I find ironic about this.

      In the world without copyright that Stallman seems to want, the only way to make money on software would be to bundle it with proprietary hardware -- in other words, a Tivo-ization of the technology world.

      So Stallman's solution is to prevent this by using the GPLv3: in other words, using the power of copyright (through the GPLv3 license) to achieve the ideals of his copyright-free world.

      --
      Toronto-area transit rider? Rate your ride.
    108. Re:What a load of sensationalist FUD! by tricorn · · Score: 1

      There's nothing to prevent you, the end user, from installing the binaries you got from the secondary company. That in itself isn't a violation of the GPL.

      Your other points are right on the money, though. There's no incentive for either A or B to operate in that manner, unless they are really the same entity, hiding behind corporate names (in which case you probably could successfully argue that they are violating the GPLv3). If A (the signer/software distributor) really is independent, then just go to A, ask them to release a generic loader program that is signed, and you've just "cracked" B's hardware. If A is writing software that is specifically designed to run on hardware B, which doesn't allow unsigned software to load, then A is probably violating the license; if not, if the software they are distributing just happens to run on B's hardware, but also runs unmodified on other hardware that doesn't have such restrictions, then no big deal.

      Note that even B can't load their own software onto the machine; they have to get A to do any changes. There's no reason for them to do that.

    109. Re:What a load of sensationalist FUD! by kabocox · · Score: 1

      I wouldn't be at all surprised. Considering how he's managed the Linux trademark, and the general lack of understanding of the GPL he's publicly displayed, I'd almost be surprised if he even knows any IP lawyers. In contrast, RMS has had Even Moglen on board from day one.

      That sounds like praise for Linus and blasting of RMS. The more that I hear of this RMS the less that I like. He sounds like the Linux version of Ballmer.

    110. Re:What a load of sensationalist FUD! by tricorn · · Score: 1

      Y is not "now GPLv3", unless the license is changed to say "GPLv3 (or later)". Including a contribution that is offered with GPLv3 as the license may be a violation if the license terms aren't changed, but that's not your problem. If someone wants to maintain the library as "GPLv2 or later", then they have to simply make sure not to include anything with contrary licensing provisions.

      So let's say they do decide to release the next version under GPLv3 instead. So just don't use that. Continue to use the previous release. Remember, if they own the copyright on everything in the library, they can change it to use any license at any time. If the new license is not compatible with your code, and you are unwilling or unable to change to be compatible, you're going to have to stop using new versions anyway.

    111. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Clearly, it flew past everyone.

    112. Re:What a load of sensationalist FUD! by tricorn · · Score: 1

      It is, of course, possible to consider a situation where RMS would include a poison-pill clause that would sabotage the overall success of Linux for ideological purposes. It's also possible to consider a situation where RMS decides that Microsoft is the savior and insists that GNU software only be used on a Windows platform ("Ignore for the sake of argument that GNU hasn't suggested this clause for V3"). Doesn't mean either one is likely. What a strawman!

    113. Re:What a load of sensationalist FUD! by Mateo_LeFou · · Score: 1

      "Yeah, you don't own music, movie, art work."

      No one does.

      --
      My turnips listen for the soft cry of your love
    114. Re:What a load of sensationalist FUD! by Mateo_LeFou · · Score: 1

      "He sounds like the Linux version of Ballmer."

      That is according to Lyons's plan, and the plan of the scores of other detractors.

      Stop reading "of this RMS" and read something he actually wrote.

      --
      My turnips listen for the soft cry of your love
    115. Re:What a load of sensationalist FUD! by Aladrin · · Score: 1

      I assume you're trying to say the choices are either: A) Stick with the code as it existed prior to GPLv3 licensing, even if major world-destroying bugs are found, or B) fork their project at that point and do the bugfixes yourself, without the help of the entire community dedicated to that library and definitely not using the official patches created to fix the problem.

      That kind of breaks the whole 'OSS Community' thing, doesn't it?

      --
      "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
    116. Re:What a load of sensationalist FUD! by Ether · · Score: 1

      Sure, you can keep using the older version if the community moves to GPLv3. But if you want new features, bug fixes, security patches, etc. from the community, you do have to move to GPLv3. No vendor has the resources necessary to maintain and develop every package that may be GPLv3 licensed in an average distribution. Alternatively, you have two versions of all the software: the GPLv2 branch, packages that are maintained as needed by corporate-funded work and people who prefer v2, and the v3 community, which includes new branches of gcc, et al.

      Just because sleazy spokesdroid exaggerates the potential for problems with OSS doesn't mean that there isn't the potential for problems. You're no worse off than you would be if you were running closed source software and the vendor changed the license. However, the greatest thing about open source software (IMHO), the ability to reduce the cost of development and maintenance by sharing resources across common pool of software, is at risk.

      As an aside, there are a lot of low UIDs in this thread :).

      --
      --I hate people when they're not polite -"Psycho Killer", Talking Heads
    117. Re:What a load of sensationalist FUD! by Principal+Skinner · · Score: 1

      ...but has touched many of us with His Noodly Appendage.

      --
      one hundred twenty
      is just enough characters
      to write a haiku
    118. Re:What a load of sensationalist FUD! by AuMatar · · Score: 1

      The idea is to try and get rid of the checking (Not necessarily the signing)- the idea of the GPL is to allow people to freely create and use derivative works. If you're checking for a signature and rejecting all unsigned code (rather than just showing a warning or the like), you're stopping them from using their derivative works, a violation of the four freedoms. Thats why the new restriction is in there- to ensure that the user can continue to use the software (or firmware, in this case) he bought in the way he wishes.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    119. Re:What a load of sensationalist FUD! by jeril · · Score: 4, Insightful
      I knew something was wrong with this, besides it being Forbes.

      From the article:

      Richard M. Stallman is a 53-year-old anticorporate crusader who has argued for 20 years that most software should be free of charge. He and a band of anarchist acolytes long have waged war on the commercial software industry, dubbing tech giants "evil" and "enemies of freedom" because they rake in sales and enforce patents and copyrights--when he argues they should be giving it all away.


      From The GNU Free Software Definition http://www.gnu.org/philosophy/free-sw.html
      "Free software" is a matter of liberty, not price. To understand the concept, you should think of "free" as in "free speech", not as in "free beer".
      ...

      "Free software" does not mean "non-commercial". A free program must be available for commercial use, commercial development, and commercial distribution. Commercial development of free software is no longer unusual; such free commercial software is very important.


      This is pretty much part of the foundation which has built the GPL, and continues to be part of the philosophy created by Stallman.

      GNU/Linux will persist, this process is an important part of finding a definition we eventually will find a good fit. Mixing licences has always been a balancing act that Distributions and users have had to deal with since the beginning.

      Articles like this are to keep the technology specualators happy that the flow of cash will continue. They get laugh and point at the silly commies bumbling around -- sit-coms for suits.

      jer
    120. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      It's certainly not going to "kill the Linux Revolution".

      Agreed. It's quite difficult to kill something that doesn't exist.

    121. Re:What a load of sensationalist FUD! by giorgiofr · · Score: 0, Troll

      His description is quite accurate. If only he hadn't called them "anarchist" it would have been perfect.

      --
      Global warming is a cube.
    122. Re:What a load of sensationalist FUD! by Fedarkyn · · Score: 1

      You mean, because you cannot pirate a GPL3ed work, and we need pirates to prevent global warming?

      no, pirates contribute to global warming. Everyone knows that NINJAS prevent global warming...
      tsc tsc

    123. Re:What a load of sensationalist FUD! by taylork · · Score: 1

      Who is the large European bank mentioned in that article that won't use GPL software? Wouldn't the GPL, in this case, just have given them the rights to the source code they are buying from ActiveGrid? Is there some unforeseen danger as the article implies?

    124. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      The way things are now people keep re-implementing the same things again and again. Lots of coders get paid, but it's very bad for software progress in general since so much effort is wasted reinventing the wheel.
      In a pure GPL world there would be fewer professional coders, but each would be doing something new and directly contributing to society as a whole. People would only be paid to write software that was needed and had never been written before.

    125. Re:What a load of sensationalist FUD! by aoliva · · Score: 1

      > What Tivo done so wrong? It is market, for fucking sake, go after some other such box who has a) Linux underneath and it b) allows hacking.

      They're in violation of the spirit of the license, and some understand that it's also in violation of the letter of the license.

      How is your argument any different from: `so that person created an unathorized copy a CD or DVD. Why doesn't Hollywood go after someone else who *is* willing to pay for the license, then, instead of persecuting the person who violated the license?'

      > DRM is NOTHING, it is just copyright protection.

      No, it is abuse of law provisions to remove rights that, by law, you're entitled to have. Go read on fair use and on how DRM stops you from exercising your rights.

      Besides, GPLv3 is not about forbidding implementations of DRM, it's about the same spirit GPLv2 had: ensuring that anyone who modifies or distributes the software respects the 4 freedoms of anyone else who gets a copy of the software. One such freedom is the right to adapt the software to suit your needs. Which is to say that, if there's an implementation in there that gets in the way of something you can lawfully do, you're free to remove it, and the copyright holder won't get it the way.

    126. Re:What a load of sensationalist FUD! by Ether · · Score: 1

      Excuse me? RMS's views on free software as well as his opinions of Microsoft are well documented. He's consistently held the position that ideological purity is more important than widespread adoption (I'm not saying that it's a good thing or a bad thing.) He has been hostile to input from the corporate world as well as to others in the community that do not entirely agree with every aspect of his platform. See the 'GNU/Linux', `Open` v. `Free` Source, Lucid Emacs, glibc, 'BSD-style', issues on his website or wikipedia entry for the tip of the iceberg.

      He supports the adoption of Linux primarily as a means to spread free software. I would argue that he would view any input from outside the FSF on how to increase acceptance of the GPLv3 that would limit (his perception of) freedom to be unacceptable. I'm not saying it's a good thing or a bad thing and I'm not that there's anything wrong with that, but to claim that he's as likely to mandate Windows usage as he is to modify the license on ideological grounds is frankly ridiculous.

      I'm not saying he'd deliberately try to sabotage the overall success of Linux, just that he just doesn't care about it (or considers it secondary) w/r/t freedom. An argument could be made that the patent and DRM restrictions in the draft could be considered a poison-pill, given that definition, and depending on your POV (I'm not saying that it's a good or bad idea, just that a number of parties have raised serious concerns about them.)

      --
      --I hate people when they're not polite -"Psycho Killer", Talking Heads
    127. Re:What a load of sensationalist FUD! by Myopic · · Score: 1

      really? i see it as a tantamount expression of the freedom of speech.

      RMS is a freedom fighter insofar as he fights for freedom, and that doesn't imply it's on the magnatude of political revolution.

    128. Re:What a load of sensationalist FUD! by killjoe · · Score: 1

      Sure they can. But why would a rational, sane person get their panties in a twist because somebody critized a product or a corporation?

      Unless you are in high school or a paid shill it doesn't make sense. Who gets that worked uo about a company?

      --
      evil is as evil does
    129. Re:What a load of sensationalist FUD! by killjoe · · Score: 1

      "I think if you actually read what he writes, you'll find that the only thing he cares about is that the sourcecode be 'free' as in speech. That's why TIVO doesn't bother him. It's a hardware issue. The sourcecode is 'free'."

      He has an unreasonable trust in corporations. He trusts that Tivo has given back the code. He doesn't know that. He can't know that because the code has been DRMed.

      Just like he trusted bitkeeper when they gave him a free license.

      --
      evil is as evil does
    130. Re:What a load of sensationalist FUD! by Richard_at_work · · Score: 1

      Who gets that worked up about software? Seriously, some people are like that both ways, just because its a corporation doesnt mean it cant have people defend it of their own accord.

      I think the occurance of paid shills is something thats been far overblown on Slashdot because its an easy way to explain away those people who have a vastly different opinion about corporations - they just *have* to be paid to have the opinion they put forward, theres no other explanation at all.

      Next time you see football fans or baseball fans etc going wild over their team and defending their teams honour, remember that 9 times out of 10, that team is incorporated and just as much a business as Microsoft is.

    131. Re:What a load of sensationalist FUD! by Slime-dogg · · Score: 1

      This is what I was thinking. How does the presence of GPL3 affect the right to use GPL or GPL2? Seriously.

      We have the choice to use one or the other. I don't see how just another license affects that choice.

      --
      You need to restart your computer. Hold down the Power button for several seconds or press the Restart button.
    132. Re:What a load of sensationalist FUD! by s20451 · · Score: 1

      So, according to you, the only significant thing standing in the way of code reuse is licensing? Not only does that ignore most of the experience of software engineering over the past two decades, it also ignores the fact that people re-use proprietary software all the time, e.g., in the form of libraries.

      The rest of your argument is simply bizarre. In the world you envision, software costs an enormous amount for the first customer, and nothing for each subsequent customer. Why would anyone pay, when they could just wait and see if some other sucker would pay?

      Of course, it would be a lot better to spread the enormous cost over all the users. If only a way existed to require everyone pay a small share of the total cost and outlaw cheating. Oh, wait.

      --
      Toronto-area transit rider? Rate your ride.
    133. Re:What a load of sensationalist FUD! by tinkerghost · · Score: 1

      Actually the code has no DRM in it. The Tivo box itself has an embeded system that - in a very untechnical description - verifies that the checksum you provide matches the checksum it arrives at internally. Because the provided checksum is encrypted by TIVO's private key, and the box has TIVO's public key to decrypt it - and not yours, you can't install a new version.

      As for knowing, [shrug] I think you'll find that people still know how to use a decompiler. I also guess I would have to trust that RMS knows what he is talking about & he says that TIVO has fulfilled all the requirements of GPLv2. Since he's mad enough about it to change the GPL, I guess he's satisfied the conditions are met.

    134. Re:What a load of sensationalist FUD! by stsp · · Score: 1
      but there is the issue of the rest of the toolchain (gcc, binutils, etc.) [...] Sure, the commercial vendors could fork or use the BSD tools
      All BSD projects use the GNU toolchain (with patches). There is no seperate BSD toolchain.
    135. Re:What a load of sensationalist FUD! by dangitman · · Score: 1
      In the world without copyright that Stallman seems to want,

      That's an extremely retarded statement. Stallman is all for copyright. In fact, he is in favor of powerful copyright so that authors can retain control over their creations. Just because he uses a "Free" license doesn't mean his work is not copyrighted, oir that he somehow opposes copyright. Where did you get that idea from?

      --
      ... and then they built the supercollider.
    136. Re:What a load of sensationalist FUD! by s20451 · · Score: 1

      Every time I post a comment saying, "The GPL would not exist without copyright" (and this has happened several times), I get a flurry of replies from RMS apologists saying that Stallman's intent was to destroy copyright by turning it on itself, and that in the world without copyright, the GPL's protections are unnecessary. I am not sure what Stallman thinks of copyright, but it is reasonable to believe that his self-described followers have opinions which are representative of his.

      If, in my original post, one replaced "Stallman" with "Stallman's followers", the point is still valid.

      --
      Toronto-area transit rider? Rate your ride.
    137. Re:What a load of sensationalist FUD! by Steepe · · Score: 1

      Stallman has his own little political agenda, and he won't waver from it.

      Several years ago, before sourceforge and the like I had a web hosting company. I offered free hosting to all open source projects. cvs server, ftp access, etc etc etc. I sent a message to RMS to see if he wanted to put something on FSF.org offering the free hosting. He replied back that because I used the word Linux, and not GNU/Linux he wouldn't host the link. It was for FREE FREAKING HOSTING. The guy is a tard.

      --
      Just three more hours seapeople and you can finally take me away from this crappy God Damned planet full of hippies
    138. Re:What a load of sensationalist FUD! by killjoe · · Score: 1

      "Who gets that worked up about software"

      You really are going to equate getting worked up about software with getting worked up about the spelling of Microsoft as Micro$oft?

      "just because its a corporation doesnt mean it cant have people defend it of their own accord."

      It can and it does. It spends millions every year on advertising, PR firms, astro turfers, think tanks, and shills of all sorts.

      "they just *have* to be paid to have the opinion they put forward, theres no other explanation at all."

      Yes. Ask yourself this. If somebody said to you "I think mazda sucks" or spelled Nissan as Ni$$an would you have a knipshin fit over it? Would you take the time to post on a public forum telling them they were idiots for thinking the mazda products sucked? I wouldn't. Would you?

      "Next time you see football fans or baseball fans etc going wild over their team and defending their teams honour, remember that 9 times out of 10, that team is incorporated and just as much a business as Microsoft is."

      I agree. If the MS fans want to equate themselves to football fans then so be it. It just makes them look even more stupid.

      --
      evil is as evil does
    139. Re:What a load of sensationalist FUD! by Ether · · Score: 1

      Mea culpa. I should have been more specific; I was referring to BSD libc, make, tar, etc.

      --
      --I hate people when they're not polite -"Psycho Killer", Talking Heads
    140. Re:What a load of sensationalist FUD! by samkass · · Score: 1

      Actually, the article makes a lot of really good points, amidst some admittedly loaded prose. The GPLv2 versus GPLv3 battle can do nothing except weaken both. It's certainly not going to enhance either's status in the marketplace with the increased license burden and infighting. A linux distribution which contains half its shared libraries in GPLv2 and half in GPLv3 will be a mess. Especially if some are different forks of the same library. You're looking at KDE vs GNOME to the Nth power.

      I agree that GPLv3 pretty much spells the beginning of the end for that area of open source. There will certainly still be hobbyists who stick with it, but it will have ceded a great opportunity to closed-source solutions without even a real fight. I guess the FSF got fed up with so much success and had to find another way to shoot themselves in the foot.

      --
      E pluribus unum
    141. Re:What a load of sensationalist FUD! by Millenniumman · · Score: 1

      That is a poor analogy, takes the issue entirely out of scale, and ignores the fact that I was not opposing the use of the GPL.

      What I was pointed out was that the non copyleft licenses are essentially compatible with all other licenses. The GPL is not, and as such can cause problems (e.g. compatibility with the GPLv3).

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    142. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      "just because its a corporation doesnt mean it cant have people defend it of their own accord."

      It can and it does. It spends millions every year on advertising, PR firms, astro turfers, think tanks, and shills of all sorts.


      Don't be silly. A lot of people, perhaps even most people, if they've put a lot of money or time into a product, will defend it and/or the firm who produce it against the alternatives they chose not to buy. For example, someone who picked Windows over Mac OS or Linux, bought the Professional version, spent months or years becoming an expert in it, etc., can be expected to believe those choices were the right ones, and thus defend them against those who disagree. The reverse naturally also applies (someone who's spent years becoming an expert in Linux or Mac OS is likely to defend their choice to have spent their time on that).

      It's not just operating systems by any means either. Indeed, I'd say that most people don't know enough about operating systems to be particularly interested in defending them, but will defend things like their choice of mobile phone, car, computer, etc. They're essentially just satisfied customers who also crave social approval for their purchase decisions.

      Yes. Ask yourself this. If somebody said to you "I think mazda sucks" or spelled Nissan as Ni$$an would you have a knipshin fit over it? Would you take the time to post on a public forum telling them they were idiots for thinking the mazda products sucked? I wouldn't. Would you?

      If someone had just spent 50k euros on a new Mazda, or had spent months restoring a classic model, and they were really into cars, I wouldn't be particularly surprised if they decided to defend Mazdas against people claiming they suck. After all, some people do read web forums when they're considering buying a product, and if everyone says it sucks, that might have an effect on their decisions. So, if an owner of the product thinks it's actually brilliant, might as well say so. As for 'Ni$$an', I'd expect that just appears childish to most people, and leads them to take the writer less seriously.

      As for me, I generally only argue with posts if I think (a) they're factually incorrect, or (b) the arguments in them are flawed. I don't really have much interest in defending products (whether I own them or not) against valid criticisms, but lies tend to get up my nose, even if I have a very low opinion of the person/thing being lied about.

    143. Re:What a load of sensationalist FUD! by dwandy · · Score: 1
      I guess my comment just doesn't explain itself very well. ... but I did read your comment as saying GPL was too restrictive. On the off-chance that's what you or someone else might be thinking I'll just post my explanation :)

      Laws against murder are restrictive to an individual -- they state that you will be punished for having absolute freedom over someone else. And this is a very good thing. While a state of anarchy gives each individual total freedom, it's not actually very good for society. Any successful organism needs to be able to replicate; and a law that increases the welfare of people will work to ensure that reproduction, even if it's restricting their freedoms*.

      By the same token, the GPL is restrictive in that if you wish to make use of (and distribute) someone else's code you must share the code back. This ensures the 'life' of the code; that it will evolve, grow and reproduce.

      So, in essence the 'restrictions' that the GPL imposes are the very traits that make it so prevelant. And that's a good thing.

      *the trick is knowing how much freedom to give up ... imho politically we're way past too much, well into power-grab territory

      --
      If you think imaginary property and real property are the same, when does your house become public domain?
    144. Re:What a load of sensationalist FUD! by The+Bungi · · Score: 1
      Work in a different industry?

      Oops, you lost me there. So like Stallman said, I'm doing something "immoral" and should get another job? Very nice. Well I guess since you are absolutely correct because you have the moral high ground, I should pack it up and go work flipping burgers instead. Very nice indeed.

      Thanks for the "lesson". In the future when you're making these types of arguments, ask yourself what it is that you mean by "liberty and freedom", and maybe you won't come across as the archetypal "you can have as much freedom as I want to give you" zealot.

    145. Re:What a load of sensationalist FUD! by aschoeff · · Score: 1

      No, my point is just because you want to do something, doesn't mean it should generate income for you.

      If I was King I could pass a law such that everyone had to give me a penny every time they took a whiz. Telling me I shouldn't do that requires a moral and ethical argument.

      Similarly, but less extreme, is the argument against CS. You've read them, I don't need to explain it all again. It boils down to just because you can do something, doesn't mean you should. It's the absence of ethics versus the presence of ethics.

      So go ahead and work in the software industry. The FOSS complaint is how the greed of a few in wanting to make too much money ruins it for everyone else. The only way to do that is to do things that reduce other people's freedom, through things like patents, copyright and closed source.

      as RMS says, trying to say you feel your freedom is limited because we don't want you to limit our freedoms through your actions is a pathological misinterpretation of what freedom means. Freedom to limit other people's freedom has it's own word: tyranny.

    146. Re:What a load of sensationalist FUD! by Brotherred · · Score: 1

      Ditto. And if I can add one more thing it is that Linus does not see the problem with Tivo. This is made plain to me in your post but perhaps not others. Linus says that if people do not like Tivo then they will use something else. That for some or most on this board is true with MITH. However for most people using Tivo or the Tivo like device which they got from their provider is their only option and if they do not like it they can switch to another provider that has the same bigbrother techniches that Tivo has. What is more we all know that these are just PC's yet if one tries to drop in a bigger hardrive then they also will need to hack the BIOS with some sort of program work around. This is not freedom and as you said Linus just does not get it. I say sure GPLv2 is just fine and Tivo is the best thing sense we found out we were being watched for everything we do.

      --
      Those that do not know, pay for it.
    147. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      The basic problem with the argument between 'FOSS' and the commercial software industry (or closed source), 'CS', is that their underlying belief systems are different. Supporters of FOSS believe providing source code to software is a moral issue, whereas supports of CS simply don't.

      I'm sure there are some supporters of CS who defend it solely because it benfits them (and the same for some defenders of FOSS), but the reason the majority accept it (i.e. why there are laws allowing source code to be copyrighted, etc.) is because they believe it is ultimately a better economic model.

      The reason copyright exists isn't to allow people who write books to make a profit, it's because most people believe that if it didn't exist, fewer people would write books, and everyone would suffer. The same basic idea has been extended to music, films, TV, software, et al. (I find it a stronger argument for books and software, since music, films and TV are arguably art forms, and not directly relevant to technological progress, in the way that books and software arguably are.)

      The issue of patents is almost exactly the same. The reason general patents exist is because most people believe that they encourage inventors to take risks in commercialising their inventions, thereby improving technology and the overall wealth of society. I'm even in favour of software patents, if they're done right (i.e. apply only to major innovations, like, say, the spreadsheet, and have a much shorter duration than general patents).

      In my view, Stallman's argument simply isn't valid, and a lot of other people agree. If allowing copyrights and patents leads to more and better software being created, thereby improving the state of technology and hence the overall output/income per worker, then it is arguably best for society, and hence the moral thing to do. You're welcome to argue that it doesn't, and if you or others in the FOSS movement can convince me that creating the kind of environment Stallman advocates would not impair technological progress, then I'll even change sides.

      I just want to say again, that it's not a question of morality because both sides believe their preferred model will make society as a whole better off, and is hence the moral choice. Moreover, access to source code is of no practical value to the overwhelming majority of the population, so the argument that giving/selling binary-only software to someone is immmoral simply doesn't register with most people. As one of the ones who can read source code, I can see the practical value of it, but certainly don't consider it a moral issue. I'm free to give away my source code, and to refuse to use any product with a licence I disapprove of. Nobody is forced to use binary-only software (i.e. open-source software is not banned by the state), so it's simply not a matter of freedom.

    148. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Linux Desktop users have already given up -- except where mandated by employers/municipalities. You don't even have a major distro with working DVD players/burners out of the box. And I'm not talking about "off-the-wall" formats. Either it can play Hollywood's DVD movies (with *most*) players, or it is mostly irrelevant.
      has anyone else noticed that the booting time for the 2.6.10 and beyond kernels (again, out of the box) is a LOT SLOWER than booting Win2K/XP. About 40% slower than Win2K, and 60% slower than my old P-III laptop with XP/SP2. And where are all the apps? No use pointing out ones that the majority of folks know nothing of, and no one is going to go through everything on their menu -- much less everything in /usr/bin -- trying each program to see if it is something they can use, what its capabilities are, etc.
      Sad...and yet, I still love Linux. However, I will not do with my Framemaker, TurboTax, Ham software, etc. just to be "cool."

    149. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Screw local maxima of economic progress. Learning from and improving our tools is what makes us human, without which life is a mindless morass of consuming and breeding. That's why "end luser" is so slanderous, and why hackers devote irreplacable hours of their lives to tinkering.

      I don't believe most people have even thought about this. Nobody who so much as owns a toolbox really believes that someone else can decide what you should or should not be able to accomplish.

    150. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Screw local maxima of economic progress. Learning from and improving our tools is what makes us human, without which life is a mindless morass of consuming and breeding. That's why "end luser" is so slanderous, and why hackers devote irreplacable hours of their lives to tinkering.

      Ah, but copyrights and patents are temporary, and so only delay access (for some) to the work of others; they don't prevent it. There is a problem at the moment with obscenely long copyright (and to a much lesser extent patent) durations, and that's probably one reason why a lot of individuals choose to ignore them. That should be fixed, but many would argue that settling for these excessively long durations is less harmful than getting rid of the system entirely.

      Secondly, it's not 'economic progress' that's the issue, it's the rate of technological progress. Better technology means better tools, which means you can learn more from them. Maybe the owners will only share them with a limited audience for a time (e.g. Microsoft only share the source code for Windows with their own employees, and certain users at large firms and universities), but eventually the copyright/patent will expire (even if it ought to happen much more quickly, as discussed previously).

      Importantly, most of the ideas in Windows, Unix or any commercial operating system originated elsewhere. Typically, they were documented by their inventors, so the value of things like Windows or Unix is mostly in making them available to people. There's a saying in computer science that you can achieve 90% of the functionality you want with only 10% of the total effort. The other 90% of the effort goes into adding that last 10%, which is typically what commercial software producers spend a lot of time doing (taking the ideas from either academics or their own research departments, who've come up with them and done the first 10%). The key point is that that 90% level isn't good enough for most people, so adding the last 10% of the functionality is vital to getting the technology widely deployed. At the same time, it doesn't prevent others using the underlying ideas (except temporarily, if patent law applies to them, and they're patented).

      I don't believe most people have even thought about this. Nobody who so much as owns a toolbox really believes that someone else can decide what you should or should not be able to accomplish.

      Of course they have. The fact that you have to pay for a book doesn't stop you learning from it, nor does the absence of source code for software. For example, Linux is basically a reimplementation of Unix, yet was written without access to the Unix source code. It started off small, years and years behind Unix, but gradually caught up because the ideas in Unix can be understood without source code (most of them didn't originate in Unix anyway, and the ones that did are well documented).

      There is absolutely no reason to make the vast majority of the population suffer a lower rate of technological progress, just to appease a few geeks. Remember, a rate of increase compounds, so a small differences in the rate of technological improvement can make a huge difference over the long run.

      A textbook example of the importance of technological progress is the old Soviet Union. Because of its socialist system, which provided no incentives for innovation, the Soviet Union failed to achieve a similar rate of technological progress to the West, so the technology gap between the two grew larger and larger as each year went by. The Soviets tried to make up for it by forcing ever higher saving/investment rates, and eventually reached the point where increasing output left fewer goods in the hands of consumers, and the whole house of cards collapsed.

      There is no substitute for technological progress. It's what allows us to live comfortably, what gives us the tools we learn from and is the only thing that's going to allow us to live sustainably on this planet without a massive reduction in quality of life (although at this point, some reduction is arguably a necessity).

    151. Re:What a load of sensationalist FUD! by The+Bungi · · Score: 1
      Listen to yourself telling me I'm making "too much money" and "ruining it for everybody else". Good lord, and your ethics are so much better than mine, right?

      The good thing about this whole issue is that all of you "freedom is what I mean it is" prophets will eventually ruin it for yourselves and the people who bought into your false moralistic techno dogma. It's just a matter of time.

      In the meantime, you'll forgive me if I go kill some more kittens. One has to pay the rent.

    152. Re:What a load of sensationalist FUD! by aschoeff · · Score: 1

      Yes, I am telling you to consider making less money in the interest of FOSS, and I apply the same ethics and morals even more stringently to myself, hopefully for the benefit of everyone.

      Also, killing kittens refers to masturbation.
      I actually do kill kittens, as I do animal experimentation in the field of neuroscience.

    153. Re:What a load of sensationalist FUD! by Austerity+Empowers · · Score: 2, Insightful

      Exactly. RMS is the anti-thesis to everything that readers of Forbe's hold dear. They are going to treat him unfairly and ostracize him as the anti-christ.

      RMS is the kind of guy that refuses to "be cool" and go with the flow. While I wouldn't have him over for dinner, we all need him. Greed should not be running hte world, and that's precisely what Forbe's is all about: "Justifiable Greed" (sometimes called Fiduciary Responsibility).

    154. Re:What a load of sensationalist FUD! by RightSaidFred99 · · Score: 1

      Wow, talk about begging the question. You seem to be basing your argument on the "fact" that it's not ethical for someone to spend time and money developing a piece of software, then sell it. This premise is simply wrong. All of your "arguments", which spring from this falsehood, are therefore wrong. In short, you have no point.

    155. Re:What a load of sensationalist FUD! by RightSaidFred99 · · Score: 1
      I've determined that you're a troll. Nobody else would use these boring old communist propoganda arguments that you're positing.

      Good troll, though, you got a few of us. On the other hand, we do need people who really think like you pretend to so they can produce free stuff for us. Maybe I should start spouting such inane rhetoric so I can inspire people to go out and toil in the fields (or on the keyboard) instead of actually living a normal life so I can get free shit. I have no issue taking advantage of dumb people.

    156. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Seriously. Even if you are in business, Forbes is such a crappy magazine. It's like People for folks that wear boring suits. You could get more useful information out of a cheerleader.

    157. Re:What a load of sensationalist FUD! by aschoeff · · Score: 1

      I'm not a troll; I live what I say as best I can. It's the moral and ethical understanding that the personal is the political. That's the entire selfless basis of people dedicated to FOSS.

      I completely understand your being suspicious and assuming I'm a fake hypocrite. That's become the norm in our society to be like that. I don't want or need to convince you of anything, really, I'm just stating what I believe in and explaining why I act the way I do. We all must interpret for ourselves how to implement our ethics and morals in our lives.

      Last, I believe in a variant of socialism, not communism, which I despise. There is a huge difference.

      Last Last, if you have an interest in finding out if I am for real or whatever, please feel free to ask me questions. Really.

    158. Re:What a load of sensationalist FUD! by aschoeff · · Score: 1

      Your summation of what I wrote is rhetorical; you're judging your own post. I didn't say what you begin with what you have me saying, which is an initial conclusion that makes the rest of your words redundant. Please reflect on this so you can understand what I'm saying, because you probably use the same circular reasoning to dismiss or complicate other difficult issues in your life you are facing. I say this to be possibly helpful, not insult you.

      Take care.

    159. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      Linus has publically and clearly stated (e.g. on Groklaw .. unfortunately not searchable by Google, so I can't easily provide link) that he hasn't and doesn't wish to consult lawyers. Your posting is typical of the Linus Fanboi posting we get constantly on slashdot, who seem to think that because someone has been successful in writing an operating system everything they do has to be right for everybody. It's particularly good in this case since it very clearly states what's wrong with Linus's approach even when you meant to support him.. ... hmm on second thoughts, maybe it's just local bias and writing an OS is the "to die for"; nothing else matters you're clearly an idiot/infidel/gayfag for suggesting that people do things that Linus wouldn't do :-) ...

    160. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      People get incensed every day over cars, phones or any number of other products/services, just as we do here over technology related products and issues. Head on over to any car forum to see it in action.

    161. Re:What a load of sensationalist FUD! by disciple3d · · Score: 1

      Wow, what a surprise, another American who doesn't understand anything except money. Your society really stinks. It's a good thing there are still good people in your country like Richard Stallman who will build a new society after you all kill each other with consumer nuclear weapons you can buy at Radio Shack. See, there's an example of how restricting people's individual freedom benefits everyone's general freedoms. I'm sure it's *really* unfair that you can't buy nukes at Radio Shack, but it does help your neighbour's freedom to live in peace and security, with the reduced liklihood you'll blow the hell out of them when you get pissed off on Slashdot. Well, I suppose you'll have to fall back to your M16 instead. It must be a nice place where you live, with all that hate inside you. You should join the army or something, I've heard they could do with ome more troops in Iraq.

    162. Re:What a load of sensationalist FUD! by aevans · · Score: 1

      Newsflash: Corporations *want* consumers to be rich. So that they can "consume" more. You're thinking of communists who want everyone to be poor, so they can be "controlled."

    163. Re:What a load of sensationalist FUD! by Anonymous Coward · · Score: 0

      I've had dinner with RMS, and he was excellent company - charming, polite, and remarkably humble. If you change your mind, he likes Greek food.

    164. Re:What a load of sensationalist FUD! by The+Bungi · · Score: 1
      I find it hilarious that you accuse people of being "shills" and stand there in self-righteous indignation about how I get my "panties in a twist" because you like to spell Microsoft with a dollar sign like a retarded child, and then you find it positively offensive that I'm "violently" against a fucking software license. Is that the type of infantile duplicity they teach at the zealot community college these days as the sure-fire way to combat the "paid shills"? Wow, I'm going to consider not working for "Micro$oft" anymore - that's definitely a "battle" "we" can't "win".

      Now do me a favor - foe me so I don't offend your sensibilities and then fuck off and die.

    165. Re:What a load of sensationalist FUD! by RightSaidFred99 · · Score: 1
      Wow, I didn't know they trained chimpanzees to do anything other than throw their own shit. Apparently they've trained you to bang on the keyboard and make what appear to be sentences (at first glance).

      Want a cookie, chimp?

    166. Re:What a load of sensationalist FUD! by disciple3d · · Score: 1

      Actually, yes - they were sentences. Well done, top marks. I'm glad you have at least one useful piece of knowledge to your name.

      More insults I see, since you were unable to actually come up with a rational argument in support of your earlier comments. Oh well, I'm sure you'll come up with something that appears to make sense eventually, although it will probably hateful and selfish when it does come out.

    167. Re:What a load of sensationalist FUD! by palion · · Score: 1

      OT:

      Isn't it interesting how you americans start to actively use the term "global warming" whereas just a couple of months ago nobody in the US (it seemed...) had any idea of what that meant?

      I don't object. It was time. I just find it funny.

      --
      Well, well
    168. Re:What a load of sensationalist FUD! by Lawrence_Bird · · Score: 1

      you sir, are on crack. Perhaps no one alerted you, the wall fell in 1989. Why stop at software? why not hardware too? Why should Intel and AMD be able to patent and copyright their work and *gasp* make money off of it? I mean if it was all out there in the open for the taking we could just fiddle with it a bit and send it off to a 3rd party fab to get our chips made for real cheap. But then again, why stop there? Why should those guys make any money for running some dopey electronic equipment to make the chips?
      I suppose you also think authors should give their works away for free as well? Afterall, I'm sure you can edit their book a bit better than the publisher and certainly you could add a few paragraphs here and there. I'm also sure that professor will take the time to write and rewrite a 600 page text book just to give it away because he wants to help.
      Should an architect give you blueprints for a new house for free? Its just like OSS. You and one of your buds can take that plan and then pencil in a window here or there, maybe add another room. Then you can put it out on the net and everyone can use it to build their new house.

    169. Re:What a load of sensationalist FUD! by aschoeff · · Score: 1

      Your words echo an understandable concern in letting the pendulum swing too far the other way. The maximum-entropy result you describe is just as undesirable as the copyright-and-patent-your-fart extreme that exists today.

      As I said before, incremental steps in the direction of FOSS could be taken by all that would not jeopardize your livelihood below a perfectly reasonable amount.

      Side note: professors write books all the time for free, mostly in the form of contributed chapters.

  2. No more so than the MPL by Rix · · Score: 4, Funny

    It would be nice to have everything under compatible licenses, but it would also be nice to have all DRM proponents sent to PMITA prison.

  3. What about the old license by gnool · · Score: 0

    Couldn't companies just continue using GPL 2 or use a different license completely?

  4. Howto Upgrade by mistralol · · Score: 0, Offtopic


    s/`cat GPLv2`/`cat GPLv3`/

  5. Re:No, linux will kill itself by Eric+Smith · · Score: 2, Interesting
    Anonymous Coward wrote:
    PS eric your calculator emulators are breaching copyright law. I hope HP sues you into the ground.
    You are presumably referring to Nonpareil. Please explain to me what copyrights I am infringing. I've researched this fairly carefully and do not believe that I'm infringing any copyrights, at least in the U.S. But if I'm mistaken, I'd like to know the details. Feel free to email me; my email address is not hard to find.
  6. Mod down by Anonymous Coward · · Score: 0

    I'm tired of this idiot copy/pasting this same comment into every linux discussion.

    1. Re:Mod down by Zwaxy · · Score: 1

      Does he say that Linux is failing because it has >1% install base in every paste as well?

      If that's the standard then Windows is failing as well, also having a >1% install base.

  7. Re:No, linux will kill itself by Anonymous Coward · · Score: 0

    Oh lawd I smell delicious copypasta.

  8. There's always BSD. by Anonymous Coward · · Score: 4, Informative

    Many of us have already moved away from Linux to BSD. Besides the many technical advantages of FreeBSD, the portability benefits of NetBSD, the extreme security of OpenBSD, and the massive scalability of DragonFly BSD, we don't have to deal with unreasonable licensing nonsense.

    If somebody wants to take BSD code, modify it and not release those changes, then so be it. It doesn't hurt the rest of us, as we still have FreeBSD, NetBSD, OpenBSD and DragonFly BSD to use. Beyond that, such use may make somebody else better off. Thus, there's a net benefit overall. We lose nothing, yet others gain.

    And I'd be very happy if Microsoft were to use more BSD code in their products. Doing so would result in a vast increase in the quality of their codebase. That, in turn, will result in fewer infected Windows systems that send terabytes of spam to my mail servers. The less spam my servers have to filter, the more money I save in bandwidth and processing costs. I may even be able to reduce the number of mail servers I have.

    1. Re:There's always BSD. by Anonymous Coward · · Score: 0

      Many of us have already moved away from Linux to BSD.

      Funny definition of "many".

    2. Re:There's always BSD. by Overly+Critical+Guy · · Score: 0, Flamebait

      The BSD lets you do what you want, while the GPL license defines Stallman's personal definition of "free" and then imposes it on you, which isn't freedom at all. People want to impose their ideologies on other people and call it free.

      --
      "Sufferin' succotash."
    3. Re:There's always BSD. by Anonymous Coward · · Score: 0

      Realistically speaking, BSD is dead. Outside the hobbyist/zealots who profess the BSD creed, there is no buzz. In terms of software, again nothing. No commercial support. No enterprise applications. Zilch. BSD means hobby time.

      The best BSD has to offer are flakey ersatz ports of Linux software. BSD -- been there, done that; it's dead.

      Deal with it. It's time for you to grow up, and move on.

    4. Re:There's always BSD. by AdamKG · · Score: 4, Insightful

      But see, that's my definition of Free as well, which is why I will use the GPL if/when I write any non-trivial software.

      And yes, in a way I'm imposing it on others. I don't want anyone to use my code to sue someone for copyright infringement, ever, when all they did was tinkering. The BSD license allows this kind of litigation nonsense by allowing restrictive copyrighting of derivative works. The GPL does not, and therefore conforms to my definition of Freedom.

      --
      groupthink: It's good for self-esteem.
    5. Re:There's always BSD. by cortana · · Score: 5, Insightful

      It is ironic that you are forcing your personal definition of "free" upon me.

    6. Re:There's always BSD. by Kjella · · Score: 5, Insightful

      I think the greatest difference lies in the position of "free"

      BSD code is free code to be used in software.
      GPL code is code to be used in free software.

      I don't have a problem seeing that free has two different meanings, and that I don't need to subscribe to one particular definition. Of course, we can still have a holy war about which is "better". In fact, I liked those two lines so much I'll make it my sig.

      --
      Live today, because you never know what tomorrow brings
    7. Re:There's always BSD. by jamstar7 · · Score: 1, Insightful
      If somebody wants to take BSD code, modify it and not release those changes, then so be it. It doesn't hurt the rest of us, as we still have FreeBSD, NetBSD, OpenBSD and DragonFly BSD to use. Beyond that, such use may make somebody else better off. Thus, there's a net benefit overall. We lose nothing, yet others gain.

      Prob I have with the BSD license is, a company can take your code, modify it, close it off, and go their own way with it. And they never have to put anything back. For instance, Microsoft with the TCP/IP stack they took directly from BSD. They get something for nothing, the original writers of the stack get jackshit, and Microsoft claims 'all our code belongs to us' and locks away any improvements, PLUS has the ability to sue if somebody comes along & updates the code along the lines of a MS product. If anybody comes up with an improvement on the stack that is a workalike to current MS code, they're in trouble.

      --
      Understanding the scope of the problem is the first step on the path to true panic.
    8. Re:There's always BSD. by Overly+Critical+Guy · · Score: 1, Insightful

      No, I'm not, which is the point. The BSD license gives the code away and lets you define freedom for yourself. GPL has a set of rules, so it is by definition less "free."

      --
      "Sufferin' succotash."
    9. Re:There's always BSD. by Anonymous Coward · · Score: 2, Interesting

      A conference of European IT professionals was held recently in Bern. One of the presenters was discussing how the financial firm he worked for switched from a multitude of Sun systems running Solaris to a much smaller number of Opteron servers running FreeBSD.

      He did a quick survey of the approximately 500 people who were viewing his presentation. His first question asked how many had already integrated FreeBSD into their network infrastructure. Approximately 20% of the people there raised their hands. His next question asked how many were in the process of integrating FreeBSD systems, with him getting a response of about 50% to 60% of all the attendees. His final question asked how many of those people had moved/were moving from Linux to FreeBSD, with about half answering that they were.

      Somebody like yourself, who just isn't involved with the industry in any way, wouldn't understand how prevalent FreeBSD is becoming. People are getting fed up with the low quality of the Linux 2.6 branch. People are getting tired of the licensing uncertainty. IT departments around Europe want stability now and in the future, thus they are going with FreeBSD, because it can offer that.

    10. Re:There's always BSD. by Millenniumman · · Score: 1

      I like the freedom of the BSD license too, but the GPL is better if you want access to all derived software.

      Ideology really shouldn't come into the question.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    11. Re:There's always BSD. by Jah-Wren+Ryel · · Score: 2, Interesting

      The BSD lets you do what you want, while the GPL license defines Stallman's personal definition of "free" and then imposes it on you, which isn't freedom at all.

      You again. You are to GPL articles like Krell is to Islam articles - always making ridiculous, unsupportable claims in cute little sound-bites of vapidity. Just like Krell, no matter how often you are corrected, you can be counted on to spout the same tired old baloney in the next story on the GPL. Sure makes it easy to rebutt you, I can even use the same response I used last time.

      The GPL does not impose anything, it is the author of the software who choose what rules to impose on the people he gives his software too. The GPL is just one pre-defined set of rules that an author may choose to use. RMS ain't making the author chose a single one of the rules in the GPL, the author is completely free to choose whatever rules he likes.

      Don't like the author's choice? You are FREE to use some other code instead.

      --
      When information is power, privacy is freedom.
    12. Re:There's always BSD. by Anonymous Coward · · Score: 0

      The GPL does not impose anything, it is the author of the software who choose what rules to impose on the people he gives his software too. The GPL is just one pre-defined set of rules that an author may choose to use. RMS ain't making the author chose a single one of the rules in the GPL, the author is completely free to choose whatever rules he likes.

      You're getting into useless semantics instead of focusing on his actual point.

      Don't like the author's choice? You are FREE to use some other code instead.

      He probably is. Now leave'em alone.

    13. Re:There's always BSD. by bzipitidoo · · Score: 3, Insightful

      Not so simple. Your version of freedom seems to be anarchy. BSD lets bullies bully, and does nothing to prevent the Tragedy of the Commons. That phrase "define freedom for yourself" sounds like a great justification for the strong to indulge in tyranny. GPL tries to give everyone more freedom by restricting the freedom of the slick and sharp to take freedoms away from the less sophisticated. It's hard to cover all the means by which that can be done, especially when the law might change at any time, which is why the GPL needs updates. There was no DMCA when GPLv2 was written. Turning to the ever popular analogy with the automobile, surely you agree that people should not have the freedom to drive anything whatever on the road no matter how dangerous or destructive to others or the roads? It's no fun dodging debris falling off a poorly maintained, slow, overloaded truck in front.

      --
      Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
    14. Re:There's always BSD. by Anonymous Coward · · Score: 0

      This is a scenario is just FUD that people like to talk about for some reason, maybe because they hate BSD for some reason (maybe Theo called them dirty names one day). The fact is, the Free/Net/Open BSD tcp/ip stack is way better than anything microsoft has, and probably ever will have. If a company "steals" (not really because the BSD license is a gift) the code and locks it up, they're just hurting themselves in the long run. They'll have to develop on a separate branch and either use resources to sync their fork constantly to the original, or forget about it and deny themselves the benefit of the advances that are constantly taking place in the original.

    15. Re:There's always BSD. by fotbr · · Score: 1

      His version of "free" is about as free as you can get. Yes, it does nothing to limit the "Tragedy of the Commons", as those limitions, by BEING limitations, make it less free.

      Why is it such a problem for some GPL zealots (not all, and I'm not referring to you specifically) that some people (like me, for instance) prefer true freedom, even at the risk of allowing that freedom to be abused, rather than limited freedom that's considered "safe"?

      To use a different, yet equally bad analogy: Why give up freedom for the illusion of sasfety? Specifically, why give up the freedom of expression in order to make people feel "safer" about flying -- like the guy who wrote that the head of the TSA should be fired on a bag containing his shampoo and shaving kit that was to be inspected by the TSA?

      Go ahead, mod me down since I don't toe the GPL/slashdot party line, then claim it was for a bad analogy. I've said my piece, I'm not going to argue with you, since you all won't convince me, and I won't convince you all.

    16. Re:There's always BSD. by Infernal+Device · · Score: 1

      Your version of freedom seems to be anarchy.

      No, but true freedom is without restriction. Freedom with restriction is not freedom, in the true sense of the word. However, the greater the freedom, the greater the consequences.The two licenses have entirely different goals and outcomes. BSD gives the code with no restrictions on further distribution, but accepts as a consequence that it may eventually reach a point where it can be taken, modified, and locked away. GPL requires that one pass on the same rights that one received the code under, but with lesser consequences in that the source must be made available at some point. BSD is more free than GPL. End of story.

      GPL may be considered to be more "ethical", insofar as the propagation of knowledge is concerned. One may re-examine the code after a few generations of distribution and gain more knowledge about the nature of the problem the software was intended to solve. With BSD, it is entirely possible for such knowledge to be stopped within one generation of distribution.

      As a matter of practical reality, the same can occur with GPL, if the software enters into a situation where it is used to provide a service to others, where there is no need for examination beyond the result. In that case, the effects of both license are exactly the same, so long as the source for the software itself is kept within the closed domain.

      --
      "My God...it's full of trolls!"
    17. Re:There's always BSD. by Anonymous Coward · · Score: 0

      "Forcing" is exactly what GPL does. It comes with strings attached that force a particular usage. BSD doesn't have any strings attached, ergo it is trully free. Maybe you don't like the idea of giving your code away for free, so then you use non-free licenses like GPL and pretend to give it away, except you're not.

    18. Re:There's always BSD. by Jah-Wren+Ryel · · Score: 1

      You're getting into useless semantics instead of focusing on his actual point.

      The "useless semantics" are what matter here.

      The OCGuy doesn't get it that the GPL license is not for other developers, it is for the end user. The GPL guarantees that the code will never be used in any product that the end user is locked out of, it guarantees MORE freedom to the end user than the BSD licenses do.

      --
      When information is power, privacy is freedom.
    19. Re:There's always BSD. by Anonymous Coward · · Score: 0

      The grandparent poster was simply stating his opinions. You don't have to agree or to accept it.

      OTOH, the GPL _is_ a rather viral licence (as opposed to the BSD). Of course one can say that if you dislike the GPL just don't meddle with GPL code, but that's more like holding code on ransom.

      "If you want to distribute my code, you accept my ideologies".

    20. Re:There's always BSD. by PinkPanther · · Score: 1

      No, he is providing his definition of Free to everyone you care to pass his modified work onto. He is not forcing you to anything. If you don't want to pass on the freedom he gives you, you are Free to not accept his freedom...at no charge !

      --
      It's a simple matter of complex programming.
    21. Re:There's always BSD. by TFloore · · Score: 1
      Your comment is a good example of the philosophical difference between the BSD license and the GPL.

      If somebody wants to take BSD code, modify it and not release those changes, then so be it. It doesn't hurt the rest of us, as we still have FreeBSD, NetBSD, OpenBSD and DragonFly BSD to use. Beyond that, such use may make somebody else better off. Thus, there's a net benefit overall. We lose nothing, yet others gain.


      That's a really good way to say that, and shows the BSD/GPL difference very well.

      The basic philosophy of the BSD license seems to be "the more good code out there, the better" and that the use that code is put to, and the freedoms associated with it, are secondary to having good code.

      The basic philosophy of the GPL is that the next guy down the line gets the same freedoms that you get, and that is more important than code quality. (It assumes that good code will eventually result, but that isn't the primary point of the license.)

      In the short term, the GPL is more limiting (less free) than the BSD license, but in the long term, the GPL preserves freedom better than the BSD license.
      --
      This is my sig. There are many like it but this one is... Oops. Frank, I've got your sig again! Where's mine?
    22. Re:There's always BSD. by Anonymous Coward · · Score: 0

      A conference of European IT professionals was held recently in Bern. One of the presenters was discussing how the financial firm he worked for switched from a multitude of Sun systems running Solaris to a much smaller number of Opteron servers running FreeBSD.

      I was at that conference. You are simply reversing the trend... you troll. The presenter asked who has had recently switched (or consided switching) from Solaris to Linux -- and most of the hall raised their hands. He followed it up with a question asking who was using a *BSD... and there was virtually no response.

    23. Re:There's always BSD. by ThePhilips · · Score: 1

      ...we don't have to deal with unreasonable licensing nonsense.

      As Linus has put it, people trust him precisely because they do not depend on him. The same goes for *BSD and BSD folks. We can trust BSD systems because we are not related. The only bond is common source code, which has least strings attached.

      Stallman and his FSF tried to play his licensing games not once. There were two precedents, when Stallman tried to commit change from LGPL to GPL in glibc & gcc. Thanks God the change were spotted and patches were shot in mid air.

      As long as SUSE/Novell, Red Hat and IBM employ many Linux, folks, I do not believe the change of license would occur: not because devels are afraid of losing the support, but because many of the developer feel that they owe something to supporting companies. IOW, the Linux devels have more friends in corporate world than in FSF.

      At least now, many people start understanding what was Linus talking about decade ago, when he started dealing with FSF/GNU people and customized GPLv2 for the kernel. People who demand implicit trust are the people not to be trusted.

      --
      All hope abandon ye who enter here.
    24. Re:There's always BSD. by ThePhilips · · Score: 3, Interesting

      Your version of freedom seems to be anarchy.

      Absolute freedom - everybody does what he wishes - is anarchy. Nothing surprising.

      GPL tries to give everyone more freedom by restricting the freedom of the slick and sharp to take freedoms away from the less sophisticated.

      Have you read what you have wrote? Are you from US? Are you listening speeches of George W. Bush often? Because he uses the same pattern: to stop wars, we need to wage a war.

      Restricting people for sake of freedom? How more dumber it could be.

      What you are trying in fact to say, is that GPL tries to establish system of compromises which leads to sustainable software ecosystem. Rules and discipline are must for any system to be sustainable in long term. But also, both rules and discipline has to be flexible so that system can survive cataclysms.

      As sign that Stallman/FSF are not capable of building such system, you can take the fact, that they have never managed to produce usable OS kernel. In other words, they have not compromised enough. End of story.

      It's no fun dodging debris falling off a poorly maintained, slow, overloaded truck in front.

      So you think GPLv3 does it right? Prohibit trucks? And prohibit debris? That's just dumb. You cannot prohibit everything.

      --
      All hope abandon ye who enter here.
    25. Re:There's always BSD. by Anonymous Coward · · Score: 0

      Damn, you totally missed it. And it's so simple, three "parties" in a software transaction, therefore three "licenses", one for the freedom of each party:

      Developer <-> Sofware <-> User
      Proprietary <-> BSD <-> GPL

      Proprietary means freedom for the developer, he can do whatever he wants, ask whatever price.
      BSD means freedom for the software. Anyone is able to do anything they want with, open/close, donate/sell whatever.
      GPL means freedom for the user. As a user you are guaranteed the right to use and modify.

    26. Re:There's always BSD. by Anonymous Coward · · Score: 0

      The BSD license gives the code away and lets you define freedom for yourself.

      Define "you". "You" the original writer of the code? "You" the developer who uses this code to base your new code on? "You" the enduser of the product? "You" the software reseller? Which "you" are we talking about here?

    27. Re:There's always BSD. by jamstar7 · · Score: 1
      This is a scenario is just FUD that people like to talk about for some reason, maybe because they hate BSD for some reason (maybe Theo called them dirty names one day). The fact is, the Free/Net/Open BSD tcp/ip stack is way better than anything microsoft has, and probably ever will have. If a company "steals" (not really because the BSD license is a gift) the code and locks it up, they're just hurting themselves in the long run. They'll have to develop on a separate branch and either use resources to sync their fork constantly to the original, or forget about it and deny themselves the benefit of the advances that are constantly taking place in the original.

      There's a DLL in Windows you can grep to find the BSD logo in. I don't remember offhand which one it is (I'm writing this before my 1st cup of coffee, dammit), and I don't have Windows installed anywhere here, or I'd grep it myself and post it.

      FWIW, I used to use BSD back in The Day when I was working heavy metal. I also used System V a bit. I liked Unix a lot. And when Linux started coming on strong, I switched from Win98 to RedHat 3.0.3 and used it, Fedora, & Ubuntu ever since. Thanks to what I learned on Unix, Linux was a piece of cake to pick up. Never met Theo in my life. Never met Stallman in my life either. Don't even know Linus personally. So your theory of Theo insulting me in an email is right out.

      Face it. Microsoft took code from BSD, modified it to use for their own ends, and never gave back. That ain't FUD. Microsoft has better l*wy*rs than any individual in the world has. That ain't FUD either. You release some code under the BSD license and Microsoft uses it in their next version of Windows, you have no recourse. You're gonna lose in court. Lawsuits are won by the l*wy*rs, not the law. That ain't FUD either.

      --
      Understanding the scope of the problem is the first step on the path to true panic.
    28. Re:There's always BSD. by jurgen · · Score: 1

      > BSD code is free code to be used in software.
      > GPL code is code to be used in free software.

      Excellent! Beautiful! The fundamental difference between
      the two licenses has never been put more succinctly. :j

    29. Re:There's always BSD. by open+swords · · Score: 1

      My reaction to the original article--in particular, to the offered "real" winners in a disintegrating Linux scenario--was: uh, what about Freebsd, et al? Free software isn't going away, Software Bolsheviks or not.

    30. Re:There's always BSD. by Anonymous Coward · · Score: 0

      > How more dumber it could be.

      Can I add this to my favorite quotes?

    31. Re:There's always BSD. by Chazman · · Score: 1
      As sign that Stallman/FSF are not capable of building such system, you can take the fact, that they have never managed to produce usable OS kernel. ... End of story.

      Do you do any software development? What do you compile with? What do you debug with?

      --
      -----Chaz
    32. Re:There's always BSD. by fotbr · · Score: 1

      Because, of course, the GNU compilers and tools are the only ones out there, and nothing else exists.

      For work stuff, I use MS's VS2005 for 90% of what I do, and Sun Java for the rest. Hobby work is almost entirely done in assembler -- then again, hobby work is aimed at microcontrollers, and debugging tends to be with an oscilloscope and hardware.

    33. Re:There's always BSD. by ph43thon · · Score: 1

      How does the GPL guarantee more freedom to the end user? If one restricts themself (I use plural pronouns for gender neutral singular pronouns [I don't user hyphens as much as I should.]).. where was I?.. Oh, if one restricts themself to GPLed software, they are not guaranteed more freedom in some absolute sense. They are guaranteed more freedom in that subset of GPLed software. Also, the GPL did not prevent DRM from happening (citizens and lawmakers should have prevented DRM though). The GPL will not prevent the next cruddy law protecting cruddy companies.

      The BSD license is essentially a libertarian license.. and while I am libertarian, I recognize that libertarianism probably is not the best thing for a large population of people. (Imagine any of the analogies about needing rules to make people act right.) BUT, I don't think those problems are equatable to their analogs in the world of software programming.

      Analogy Time! If I take the FreeBSD code, make meBSD (which just has my name printed at the top of every screen), and close the source... I don't believe I've harmed society. If I license meBSD under the Mean License (which essentially says that I can poke you with a stick if you use meBSD), I may be mean.. but.. I don't remember what my point was with that analogy.

      A group of people have agreed to work on the BSDs, and they will hopefully continue working on them. I prefer that atmosphere to the GPL. It's a preference based on emotion..

      This is the end of my meandering comment.

      p

    34. Re:There's always BSD. by Anonymous Coward · · Score: 0

      This is the standard simplistic 'gpl is better' response to the BSD license..

      If I release code under BSD, and keep it in synch with my dev copy,
      and the guy down the street is able to get my code under BSD licence,
      how does he not recieve the same freedoms that I get?

      I'll agree that the GPL attempts to perpetuate those freedoms n-times
      'down the street', but alternately, consider this scenario:

      There exist some people who don't care if the software is free or not,
      and some of which having beliefs which I do not agree with,
      and take money from people that I do not agree with in a manner that
      I do not agree with.

      However, I am able to persuade them to purchase closed-BSD code based products,
      at a large markup that they are then unable to redistribute without paying
      me a percent of the proceeds. Furthermore, this client needs to redistribute the items I sell to them in binary form only, as my changes are 'of the commercial sort' and the client doesn't want to give up their 'trade secrets'.

      The purpose for which my software is assisting them does not assist them in perpetuation of the exact deeds they perform with which I do not agree,
      and could be implemented in some form or fashion via customization with other, closed source software products. Costs of such customization would be more expensive than developing the application using BSD licensed code,
      which gives me an advantage over competitors for their business and allows me to enter the afforementioned business arrangement with the client.

      I then use the profits gained from this arrangment to fund the development
      of the bsd licensed sources used to make my products such that the net
      result is 1/4 of my time spent on developing said closed proprietary app
      and 3/4 of my time plus a team of five working on the publically available
      BSD licensed codebase, which I continue to publically release under BSD license

      so, as a result of this transaction we have the following:

      net loss to 'free* code': 1/4 person-effort
      net gain to 'free code': 5 and 3/4 person-effort plus any
      positive or negative secondary effects of this contribution to the free
      codebase.

      * Free in the sense of -either- BSD or GPL

      If each line / module / library of 'open source' code is somehow an 'item of freedom', the net result of this scheme is a growth in freedom with respect
      to non freedom as derived from the initial input sources.. which, following
      this scheme, in the long term 'grows freedom' at a faster rate relative to
      'non freedom'.

      Your correct that it doesn't 'preserve freedom' as some of this freedom is 'lost', and granted, I'm not -required- to follow such a scheme, but
      given that such a scheme is -not permissable- under the gpl, the net
      gain in this particular scenario *as a whole* is positive so I'm not quite
      sure that your blanket assertion about long term GPL effects is really accurate.

      Also, I'm sure there are plenty of people leeching GPL code to promote
      only bad things: Hypothetically, some mobster could be running customized GPL'ed crypto to launder money gained from whoring kidnapped teenage prostitutes -
      such a scenario is not excluded by the BSD license either, but it should serve
      as an example of the bigger point - software licensing only affects the world
      directly related to software distribution, and is not the only means to any end,
      it's what you do with it that matters - simplistic arguments should be seen
      as just that - so the next time you hear about "beer-freedom" and "freedom-freedom", see beyond and realize there can be many forms of freedom
      - each differently free.

      The thing that irks me about your argument is that it uses the FSF definition
      of 'Free' to define in what appears to be 'logical' terms why the FSF definition
      of 'Free' is correct - which of course it is, by definition.

      BSD Is 'Free' Too, and the 'B' doesn't stand for Beer!

      to pose an alt

  9. what a difference a decade makes by acvh · · Score: 5, Insightful

    GPL 1 and 2 were developed far from the public eye. V3 is being debated and written under intense scrutiny. It would be hard to avoid the controversy being generated now.

    The Linux kernel may not switch, but that will not doom V3, nor will it doom the FSF or Stallman. There is much that has happened since V2, and the attempts to address things like DRM and patents have and will continue to shed light on the ugly underbelly of modern software licensing. This, I think, is good.

    "Free software" means something different now. It's not just being able to tweak a text editing program, or encourage community development and review. It's about who will control the millions of PCs in the world. The more that Microsoft and the RIAA/MPAA continue to try to lock down the PC, turning it into nothing more than a delivery system for DRMed content, the more relevant the FSF becomes.

    1. Re:what a difference a decade makes by jmv · · Score: 3, Informative

      The Linux kernel may not switch, but that will not doom V3, nor will it doom the FSF or Stallman.

      That's not the issue. The problem is that it's becoming likely that GPLv3 will split FOSS software in two, with half the people going with GPLv2-only and the other half going with GPLv3-or-later. This means no possible exchange of code between the two pools and possibly lots of forks, especially for libraries. I hope the worst case scenario doesn't happen, but GPLv3 has potential for doing much more damage than any gain it can provide (even it you think it's good in itself). As far as I'm concerned all the (L)GPL software I write will be GPLv2-or-later, making GPLv3 useless, but mitigating the incompatibility problem.

    2. Re:what a difference a decade makes by Anonymous Coward · · Score: 0

      I hope the worst case scenario doesn't happen, but GPLv3 has potential for doing much more damage than any gain it can provide (even it you think it's good in itself).

      The worst-case scenario would be a world full of GPL2 code where source access is useless to us because things like DRM and "Trusted Computing" make it possible for us to access modified sources but unable to use the resulting binaries on the target platforms.

    3. Re:what a difference a decade makes by jmv · · Score: 2, Interesting

      No, worst case is there's a nuclear war and we all die. Shouldn't the GPLv3 address that and say that you are not allowed to use GPLv3 software for launching missiles. That way, we'll be sure never to have a nuclear war, right? Do you really think changing the GPL will prevent DRM and "trusted computing"? I'm actually thinking the GPLv3 is worded in a way that would make it very easy to *exclude* free software from hardware. Say Linux was released under GPLv3, if I made a hack to port Linux to the XBox XYZ, I wouldn't be allowed to distribute it because I don't have the key (and possibly rely on a DRM hole or a mod chip). What this also means is that I can also start manufacturing computers that require a key to run software. I can then give the key to anyone freely under GPLv3-imcompatible terms. Everyone can now write software for my machine, but I'll make sure no GPLv3 code can be run on it legally. Nice!

    4. Re:what a difference a decade makes by MMaestro · · Score: 1

      Yeah, its called growing up. You can't keep something develop something for 10 years, distribute it publicly, tell everyone you know about how great it is and expect it to remain out of public attention.

    5. Re:what a difference a decade makes by M.+Baranczak · · Score: 1
      it's becoming likely that GPLv3 will split FOSS software in two

      The FOSS world is already split into way more than two. Can you think of any modern Linux or BSD distro that doesn't incorporate multiple licenses? There's GPL, Apache, BSD, Perl, and a bunch of others that I can't even remember. Some of those are mutually incompatible. Yet it all somehow hangs together.
  10. Gee, I wonder why RMS wouldn't answer this hack by dondelelcaro · · Score: 5, Insightful
    A cantankerous and finger-wagging freewheeler, Stallman won't comment on any of this because he was upset by a previous story written by this writer.
    Right, because all this writer does is spout vitriol and spread fear, uncertainty and doubt all in an apparent attempt to garner page views. It's no wonder RMS doesn't have time to respond to such a writer. [In fact, I've discovered that I don't have time to finish reading this article either.] One wonders why McVoy even bothered to respond.
    --
    http://www.donarmstrong.com
    1. Re:Gee, I wonder why RMS wouldn't answer this hack by Anonymous Coward · · Score: 0
      One wonders why McVoy even bothered to respond.

      ... Because he got dissed by the kernel devs?

    2. Re:Gee, I wonder why RMS wouldn't answer this hack by Overly+Critical+Guy · · Score: 0

      The standard, robotic Slashdot response--use the old "FUD" canard and dismiss all the points the article raises without addressing any of them.

      --
      "Sufferin' succotash."
    3. Re:Gee, I wonder why RMS wouldn't answer this hack by dondelelcaro · · Score: 3, Insightful
      dismiss all the points the article raises without addressing any of them
      Do actually do that, I'd have to find the points first, which would require wading through way too much irrelevant character assassination and blind assertion to be worth my time. If you say there are real points worth discussing hidden there, I'll take your word for it; but don't expect me to do the writer's job for them.
      --
      http://www.donarmstrong.com
    4. Re:Gee, I wonder why RMS wouldn't answer this hack by edinho · · Score: 1

      The standard robotic Overly Critical Guy response--the use of unsubstantiated super-duper-over-double-over-quadruple-over generalization to dismiss a post not to his liking, and smearing anything and everything without giving any proof. Prove that it is the "standard, robotic Slashdot response."

    5. Re:Gee, I wonder why RMS wouldn't answer this hack by Anonymous Coward · · Score: 0

      The author calls Stallman "corpulent and slovenly" (true but irrelevant, and in bad taste) and a "suicide bomber" and "kamikaze" (not true and clearly unfair). So Stallman's refusal to submit to questions after getting this type of treatment in the past means he's cantankerous? No, it means he's learned that this particular reporter is not worth talking to.

      I'm not a big fan of Stallman's and I happen to agree the GPLv3 is a bad idea, but this resembles blog fodder more than a work of professional journalism.

    6. Re:Gee, I wonder why RMS wouldn't answer this hack by NineNine · · Score: 1

      It's not characterization if it's true and he's public about it. RMS is a socially stunted freak that is starting to make the people with all of the money nervous.

    7. Re:Gee, I wonder why RMS wouldn't answer this hack by Anonymous Coward · · Score: 0
      I don't want to pick sides but if what the article says is (mostly) true, then Stallman is unstable to say the least.

      He won't speak to reporters unless they agree to call the operating system "GNU/Linux," not Linux.

      Stallman's camp refused to answer even simple questions about whether v2 and v3 code will be able to coexist. "They've been at this for nine months, and it's time to clarify. Everyone wants to make sure that Linux keeps accelerating," says Stuart Cohen, chief executive of Open Source Development Labs, a vendor-funded consortium in Beaverton, Ore. that employs Linus Torvalds and supports Linux development.

      Some customers are wary. ActiveGrid, an open-source software maker in San Francisco, originally planned to distribute its program under a gpl license but changed plans after a big European bank declared it wouldn't use products covered by the gpl, says Peter Yared, chief executive of ActiveGrid.

    8. Re:Gee, I wonder why RMS wouldn't answer this hack by dkf · · Score: 1
      One wonders why McVoy even bothered to respond.
      Because Larry McVoy likes to talk to anyone and everyone, and doesn't care if he stirs things up.
      --
      "Little does he know, but there is no 'I' in 'Idiot'!"
    9. Re:Gee, I wonder why RMS wouldn't answer this hack by Tim+C · · Score: 1

      all this writer does is spout vitriol and spread fear, uncertainty and doubt all in an apparent attempt to garner page views

      As do many article summaries posted here these days. Not that that makes it right in this case, of course, just pointing out that slashdot can no longer claim quite such a moral high ground on this.

  11. Isn't RMS irrelevant already? by i_want_you_to_throw_ · · Score: 2, Insightful

    I don't mean this as flamebait but isn't RMS irrelevant already? Back when it needed a knowledgable geek champion who understood the situation at the time, RMS was great.

    Since that time it appears that the real world operates on a different set of rules than RMS's "Free no matter what" and reality be damned.

    Forgive me for not being so knowledgable but it does seem like RMS's ego is now driving the train.

    1. Re:Isn't RMS irrelevant already? by Mr2001 · · Score: 5, Insightful

      No. RMS's philosophy has been the same since before the modern OSS movement began. He was considered irrelevant back then, until the rise of free software success stories like GCC, Linux, Apache, etc. showed that his philosophy can produce great software while still granting end-users all the freedoms he talks about.

      Now that we already have those pieces of software, some folks are ready to call him irrelevant again... but he isn't. He's looking out for those of us who value free software for more than just the fact that it costs $0 and anyone can contribute. I don't want to live in a world where companies like TiVo (although I love their DVRs) can use technological loopholes to build on the community's work while denying their end-users the ability to build on and tinker with the products they paid for. The open-source nature of Linux doesn't count for jack if your computer will only allow you to boot the signed copy of Linux that came preinstalled, and/or signed Linux upgrade CDs that you buy in a box at the store, does it?

      --
      Visual IRC: Fast. Powerful. Free.
    2. Re:Isn't RMS irrelevant already? by Overly+Critical+Guy · · Score: 0

      Providing source code for free projects is hardly exclusively "his philosophy," and Apache doesn't even use the GPL.

      Stallman isn't looking out for people when he dictates how they are supposed to refer to Linux or what they're allowed to do with code they write. Instead, he's defining a personal view of "freedom" and enforcing it on others, when my definition of freedom is more along the lines of the BSD license. I've always found him quite self-aggrandizing and a little weird.

      --
      "Sufferin' succotash."
    3. Re:Isn't RMS irrelevant already? by edinho · · Score: 1

      Sorry, the charges don't stick. Let me say why. (1) You don't like the GPL, do not use it. Just walk away. Unless you are peed that something you like to take and not share is GPLed. (2) The nutshell of GPL is this: there is no restriction besides the restriction that you impose no further restrictions. The BSD license allows further restriction of the code, and is usually beloved by those who wants to take the fruits of others and not share. I suspect that you already know all that, hence I find you to be purposedly obtuse with a hidden agenda. :-P

    4. Re:Isn't RMS irrelevant already? by Mr2001 · · Score: 4, Insightful
      Providing source code for free projects is hardly exclusively "his philosophy," and Apache doesn't even use the GPL.

      His philosophy is more than just providing source code. It extends to the idea that you should be able to make whatever changes you want to the software that you use, without being limited legally (by licenses) or technologically (by measures like TiVo's kernel signature checking), and providing source code is a consequence of that. The GPLv3 uses legal measures to ensure that end-users aren't impaired by technological measures which were unforseen at the time the GPLv2 was written.

      Instead, he's defining a personal view of "freedom" and enforcing it on others, when my definition of freedom is more along the lines of the BSD license.

      RMS isn't enforcing anything on anyone. If a software developer wants to release his code under the GPLv3, that's the developer's choice, not Stallman's. If you want to release your software under the BSD license, that's your choice too.
      --
      Visual IRC: Fast. Powerful. Free.
    5. Re:Isn't RMS irrelevant already? by Registered+Coward+v2 · · Score: 2, Interesting

      I don't want to live in a world where companies like TiVo (although I love their DVRs) can use technological loopholes to build on the community's work while denying their end-users the ability to build on and tinker with the products they paid for. The open-source nature of Linux doesn't count for jack if your computer will only allow you to boot the signed copy of Linux that came preinstalled, and/or signed Linux upgrade CDs that you buy in a box at the store, does it?

      Sure it does - you can get the source and modify any way you want. You can build your own TiVO like box if you want - no one is stopping you. Just because you can't use any of your mods on their hardware no way limits your freedom to use the GPL'd software. To quote a common response to complaints about OSS - "if you don't like the way it works, modify yourself. Don't expect anyone else to do it for you."

      To expect manufacturers to allow you to run modified software on their hardware is ridiculous - they have every right to limit their hardware to working only with their software configurations. If you don't like that, don't buy their hardware.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    6. Re:Isn't RMS irrelevant already? by dbIII · · Score: 1
      No. RMS's philosophy has been the same since before the modern OSS movement began.

      Good point - he has never liked passwords or nametags or anything that stops free access. I supect that is one reason why the GPL v3 making any signed binaries for any reason against the licence is not seen as a problem.

      As for the poster above having a problem with TiVo or anyone making money from locked down embedded systems - please think about it for more than a couple of seconds and look around - I don't want script kiddies on my router or downloading spoofed linux distribution binaries containg malware. Please name a company that makes these commercial products you object to that does not contribute to linux. These proposed restrictions may not harm the FSF or gnu in any way but they will hurt linux (which is not a gnu project by the way so really shouldn't be told what to do by some guys trying to control the project from outside).

    7. Re:Isn't RMS irrelevant already? by Mr.+Slippery · · Score: 1
      Stallman isn't looking out for people when he dictates how they are supposed to refer to Linux or what they're allowed to do with code they write.

      WFT? Stallman asking people to use names properly (Linux is the kernel) isn't dictating anything. And the GPL isn't about what you're allowed to do with code you write, it's about what you're allowed to to with code other people - who GPL'ed their code - wrote.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    8. Re:Isn't RMS irrelevant already? by chromatic · · Score: 3, Insightful
      To expect manufacturers to allow you to run modified software on their hardware is ridiculous - they have every right to limit their hardware to working only with their software configurations. If you don't like that, don't buy their hardware.

      If I don't like it and I don't buy their hardware, can I somehow prevent them from using code I've written in a way that prevents modification by people who do buy their hardware?

    9. Re:Isn't RMS irrelevant already? by kcbrown · · Score: 1
      Just because you can't use any of your mods on their hardware no way limits your freedom to use the GPL'd software.

      Wait. Their hardware? No. It's my hardware. I bought it, so I own it. Not them.

      Their implementation of the hardware that requires that the binaries be signed by them violates my rights as the owner of the property, because it usurps the control that I as the owner have the right to and gives it to them. I own the hardware. It is my right to say what software the hardware can and cannot run, not theirs.

      I can't believe you idiot "capitalists" can't see the obvious right in front of your face: the mechanisms that Tivo, Microsoft, and others have put into place have gutted and made a complete mockery of the property rights you claim to so dearly cherish. They have managed to turn your property into their property, and to therefore relegate you to the status of a second-class citizen, one who is not allowed to control his own "property".

      Either wise up and start demanding your rights as property owners, or admit that your feigned belief in property rights is nothing more than a sham.

      --
      Use 'slashdot stuff' in the subject line in any email you send me if you want to get past the spam filter.
    10. Re:Isn't RMS irrelevant already? by Anonymous Coward · · Score: 0

      I don't want to live in a world where companies like TiVo (although I love their DVRs) can use technological loopholes to build on the community's work while denying their end-users the ability to build on and tinker with the products they paid for. The open-source nature of Linux doesn't count for jack if your computer will only allow you to boot the signed copy of Linux that came preinstalled, and/or signed Linux upgrade CDs that you buy in a box at the store, does it?

      A sentiment that I fully share. Pity that many kernel devs don't see it that way, though some do.
    11. Re:Isn't RMS irrelevant already? by Mr2001 · · Score: 1
      Just because you can't use any of your mods on their hardware no way limits your freedom to use the GPL'd software.

      Well, if by "freedom to use" you just mean the ability to execute it on some platform, then you're right. But free software is about more than that. If you find that Linux doesn't support your new printer, you can write a driver for it and add it to your existing system. If you don't like the behavior of your window manager, you can change it without having to start over from scratch. That's a benefit of free software: you can modify your stuff, in place, to suit your needs.

      You don't get those benefits if you have to build a whole new computer to use the mods because the computer you bought off the shelf only boots signed kernels, which in turn only run signed applications, etc.

      By the way, it isn't their hardware after they've sold it to me. It's mine.

      To expect manufacturers to allow you to run modified software on their hardware is ridiculous - they have every right to limit their hardware to working only with their software configurations.

      Fair enough... but they don't have the right to use whatever software they want in such a configuration. If I, as a free software programmer, decide I don't want my work to be distributed in such a way that the people who end up using it aren't allowed to change it, then I need to use a license like GPLv3.

      Maybe you don't mind if people use your work that way; fine, keep using GPLv2 or BSD or some other license that allows it. GPLv3 is there for the people who want to be sure the freedom to tinker is passed on everyone who uses their work.
      --
      Visual IRC: Fast. Powerful. Free.
    12. Re:Isn't RMS irrelevant already? by Anonymous Coward · · Score: 0

      I've always found him quite self-aggrandizing and a little weird.

      Ah, the real reason for your illogical response is revealed!

      Dude, your "points" have been refuted enough times already. Why not just STFU, unless you can begin to make some sense in your posts...

    13. Re:Isn't RMS irrelevant already? by QuantumG · · Score: 1

      Sure. You can also prevent black people from using your software if you like. Oh, and fascists, let's stop them too.

      --
      How we know is more important than what we know.
    14. Re:Isn't RMS irrelevant already? by CyberLord+Seven · · Score: 1

      Need to "KILL" the mod I accidentaly gave this remark.

      --
      We have always been at war with Eurasia!
    15. Re:Isn't RMS irrelevant already? by Registered+Coward+v2 · · Score: 2, Insightful

      Wait. Their hardware? No. It's my hardware. I bought it, so I own it. Not them.

      Their implementation of the hardware that requires that the binaries be signed by them violates my rights as the owner of the property, because it usurps the control that I as the owner have the right to and gives it to them. I own the hardware. It is my right to say what software the hardware can and cannot run, not theirs.


      they haven't stopped you from doing that either - you can modify the hardware to your hearts content. They don't have to make that easy; nor do they have to allow access to their network with modified hardware. Ownership of property does not mean the seller has any obligations to help you modify it to your liking.

      As I said before, if you don't like their rules don't buy the product. They have meet their obligations under the GPL; that's all the license requires.

      I can't believe you idiot "capitalists" can't see the obvious right in front of your face: the mechanisms that Tivo, Microsoft, and others have put into place have gutted and made a complete mockery of the property rights you claim to so dearly cherish. They have managed to turn your property into their property, and to therefore relegate you to the status of a second-class citizen, one who is not allowed to control his own "property".

      Either wise up and start demanding your rights as property owners, or admit that your feigned belief in property rights is nothing more than a sham.


      You have a rather odd view of property rights - that somehow buying something means it has to be modifiable by you and that the seller must ensure that is the case. I suppose you expect someone who sells you land to make sure it can be zoned to whatever purpose you decide as well.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    16. Re:Isn't RMS irrelevant already? by Registered+Coward+v2 · · Score: 1

      If I don't like it and I don't buy their hardware, can I somehow prevent them from using code I've written in a way that prevents modification by people who do buy their hardware?

      not if you release it under the GPL - that's the whole point of OSS. You might not like their business model but once you GPL'd the code you have given them the right to modify it and use it as they see fit; provided they abide by the GPL as well.

      The scenario you propose is to keep your code proprietary; if you want to retain control use a license other than the GPL.

      I mean, that's the philosophy behind OSS - it's free to you to use and modify as long as you share your modifications (if you distribute the code - I can modify to my hearts content for my own use without having to share any mods); without any judgements on the morality or reasonableness of the subsequent use.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    17. Re:Isn't RMS irrelevant already? by Registered+Coward+v2 · · Score: 1

      Well, if by "freedom to use" you just mean the ability to execute it on some platform, then you're right. But free software is about more than that. If you find that Linux doesn't support your new printer, you can write a driver for it and add it to your existing system. If you don't like the behavior of your window manager, you can change it without having to start over from scratch. That's a benefit of free software: you can modify your stuff, in place, to suit your needs.

      You don't get those benefits if you have to build a whole new computer to use the mods because the computer you bought off the shelf only boots signed kernels, which in turn only run signed applications, etc.


      While I agree with your sentiment; that's not required by the GPL. You could conceivably reverse engineer around the signing issue with hardware just as you could write a printer driver - it may not be easy but that is not a condition for OSS.

      They could have simply made the system non-upgradable as well and still used GPL code. Or, to use your hardware example, what if your revised code is to large to fit into memory and the hardware you have can't be upgraded?

      By the way, it isn't their hardware after they've sold it to me. It's mine.

      True - and you are free to use it in anyway you chose; they just don't make it easy.

      To expect manufacturers to allow you to run modified software on their hardware is ridiculous - they have every right to limit their hardware to working only with their software configurations.

      Fair enough... but they don't have the right to use whatever software they want in such a configuration. If I, as a free software programmer, decide I don't want my work to be distributed in such a way that the people who end up using it aren't allowed to change it, then I need to use a license like GPLv3.


      Exactly - use a different license.

      One of the problems I see with the new license is that a significant part of the codebase will have to stay licensable under GPLv2 or earlier since it restricts you from placing restrictions on modified code that go beyond those in the original license; essentially that means what is currently GPLv2 code will have to stay that way and only new modifications could be covered under v3; although that brings in the question does a hybrid v2 / v3 codebase violate the v2 license?

      Maybe you don't mind if people use your work that way; fine, keep using GPLv2 or BSD or some other license that allows it. GPLv3 is there for the people who want to be sure the freedom to tinker is passed on everyone who uses their work.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    18. Re:Isn't RMS irrelevant already? by chromatic · · Score: 1

      Wow, I had no idea that there was a genetic disposition toward releasing proprietary software. Now I feel sorry for those people. Perhaps we should start a fund to detect this sad, sad condition in the womb and offer counseling to the parents.

    19. Re:Isn't RMS irrelevant already? by DaAdder · · Score: 1

      I don't mean this as flamebait but isn't RMS irrelevant already? Back when it needed a knowledgable geek champion who understood the situation at the time, RMS was great.

      Sigh, so now freedom for everyone everywhere is unrealistic an irrelevant?

      Alright so that might be slightly simplistic, but I very much doubt the man has his values are much different from what they were.

      The *climate* around the man has changed though. And isn't it wise to ask oneself that if the same ideas sound silly now, that were fantastic and revolutionary then, is it really the ideas that are at fault? Or could it be the world that's somehow slightly askew?

      I mean, what was once a conservative party with values of fiscal responsibility, is now something quite different.

      Nations and values change, but I really doubt that freedom has gone out of fashion, even though it might not be entirely convenient at all times, I still thing it's a fairly Good Thing to strive for.

    20. Re:Isn't RMS irrelevant already? by portnoy · · Score: 1
      If a software developer wants to release his code under the GPLv3, that's the developer's choice, not Stallman's.


      Well, yes and no. The problem here is that Stallman and the FSF have argued for quite some time that developers who wish to use GPLv2 should use a license that allows the software to be released under "either version 2 of the License, or any later version," using the argument that any later version will be similar in spirit to GPLv2.

      If a developer follows this good-faith argument, but decides after GPLv3 is released that the new version is not, in fact, similar in spirit (and this ongoing argument kind of indicates that there is some question on that point), they're kind of SOL now -- someone (perhaps even Stallman) can take the code and relicense under v3 against the authors' wishes.

      I think that's a problem; by trying to get people to release under "any later version", Stallman has implied that he will make a good-faith effort to ensure that the majority of developers will see v3 as not substantially different than v2. I don't think he's done that, and I don't think he has any interest in doing so.
    21. Re:Isn't RMS irrelevant already? by burndive · · Score: 1
      I supect that is one reason why the GPL v3 making any signed binaries for any reason against the licence is not seen as a problem.

      Yes, that's right. Keep repeating the lie, and eventually, enough people will believe you that it won't matter that it's not true.

      Signed binaries are quite useful for the purpose of verifying that they came from a specific trusted source. This can be useful information to the human user, who can use it to determine which binaries are okay to run on his system. What RMS doesn't like is when the hardware tries to be smarter than the user and refuse to trust anyone but the original manufacturer of the hardware, no matter what the human (who owns the machine) says.

      --
      ...because "hacker" sounds way sexier than "code drone."
    22. Re:Isn't RMS irrelevant already? by Mr2001 · · Score: 1
      If a developer follows this good-faith argument, but decides after GPLv3 is released that the new version is not, in fact, similar in spirit (and this ongoing argument kind of indicates that there is some question on that point), they're kind of SOL now -- someone (perhaps even Stallman) can take the code and relicense under v3 against the authors' wishes.

      I'd be worried about that if the GPLv3's changes resulted in less freedom for end users (e.g. allowed people to incorporate GPL code into their products without making source available to their customers), but it doesn't. Anyone is still free to distribute the existing code under GPLv2 if they wish; some third party can't retroactively change its license. They might not be able to use the third party's changes, but if he doesn't want people using his code who are going to deny their end users the freedom to make changes in place, that seems fair enough.

      Finally, since RMS has taken every opportunity to point out the difference between "free software" and "open source", I can't believe that anyone who knows a thing about him or the FSF could honestly think the GPLv3 departs from the spirit in which the GPL was written. Version 3 simply addresses a few things that go against the spirit of "free software" but weren't problems at the time version 2 was written.
      --
      Visual IRC: Fast. Powerful. Free.
    23. Re:Isn't RMS irrelevant already? by Mr2001 · · Score: 1
      You could conceivably reverse engineer around the signing issue with hardware just as you could write a printer driver - it may not be easy but that is not a condition for OSS.

      Modifying hardware is far more difficult than modifying software, especially when we're talking about mass produced devices like the TiVo. Not everyone can desolder a surface mount ROM chip, install a socket, read out the old ROM data, burn a new chip, etc., all without destroying their hardware. It's unreasonable to expect programmers to do all that just to be able to run their changed software.

      And it may not be a condition for OSS, but it is a condition for the "free software" RMS is always talking about. These changes in the GPLv3 shouldn't come as a surprise to anyone who knows a thing about his philosophy or the FSF.

      True - and you are free to use it in anyway you chose; they just don't make it easy.

      Even worse: they go out of their way to make it as difficult as possible, and when someone finds a way around their roadblocks, it's patched in the next hardware revision. There's a big difference between a manufacturer who just doesn't care about making modding easy, and a manufacturer who's actively engaging in an arms race with modders.
      --
      Visual IRC: Fast. Powerful. Free.
    24. Re:Isn't RMS irrelevant already? by Jason+Hood · · Score: 1

      Linux, Apache, etc. showed that his philosophy can produce great software while still granting end-users all the freedoms he talks about.

      I assume you mean httpd - the project hosted by apache. In any event, apache does NOT use the GPL. Apache license gives the user the ultimate freedom because its not viral nor is it restricting. Apache 2.0 licensing and the GPL are very, very different. The only thing they have in common is that they both claim they are free, however we know free software has many implementations.

      --
      Are you intolerant of intolerant people?
    25. Re:Isn't RMS irrelevant already? by Registered+Coward+v2 · · Score: 1

      Modifying hardware is far more difficult than modifying software, especially when we're talking about mass produced devices like the TiVo. Not everyone can desolder a surface mount ROM chip, install a socket, read out the old ROM data, burn a new chip, etc., all without destroying their hardware. It's unreasonable to expect programmers to do all that just to be able to run their changed software.

      it's no more unreasonable than expecting someone to have to write drivers to use a new piece of hardware with existing OSS - either you can do it, learn to do it, or live with what you have. If programmers want to run changed software on hardware that isn't able to without modifications then it it's up to them to do the mods; not
      the manufacturers responsibility to make the hardware in a way that will run moded software.

      And it may not be a condition for OSS, but it is a condition for the "free software" RMS is always talking about. These changes in the GPLv3 shouldn't come as a surprise to anyone who knows a thing about his philosophy or the FSF.

      In this case, I think RMS is out to lunch. He may not like it; but the GPL as written has no bearing on hardware.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    26. Re:Isn't RMS irrelevant already? by Mr2001 · · Score: 1
      If programmers want to run changed software on hardware that isn't able to without modifications then it it's up to them to do the mods; not the manufacturers responsibility to make the hardware in a way that will run moded software.

      Likewise, if manufacturers want to make hardware that can only run "blessed" software packages, then it's up to them to write that software; not free-software programmers' responsibility to license it to them.

      In this case, I think RMS is out to lunch. He may not like it; but the GPL as written has no bearing on hardware.

      Nor does the GPLv3, and no one expects it to. It doesn't say you can't sell crippled hardware--only that you can't distribute GPL software with it.
      --
      Visual IRC: Fast. Powerful. Free.
    27. Re:Isn't RMS irrelevant already? by Registered+Coward+v2 · · Score: 1

      Likewise, if manufacturers want to make hardware that can only run "blessed" software packages, then it's up to them to write that software; not free-software programmers' responsibility to license it to them.

      If they use the GPL then they have no choice - freedom for one is freedom for all.

      Nor does the GPLv3, and no one expects it to. It doesn't say you can't sell crippled hardware--only that you can't distribute GPL software with it.

      Which adds a new restriction to the previous license, which is why I think it violates the spirit of the GPL - by allowing someone to add restrictions not foreseen by the original programmer. Of course, that is somewhat moot since any GPL code existent can be still used on crippled hardware since the current GPL allows that - if and when V3 is used it would only apply to the modifications and not the whole work.

      TIVO can continue to do exactly what it does today as long as they don't use any code that incorporates GPL V3. Which is one of the beauties of the GPL - it avoids attempts to take away freedoms while allowing new versions to evolve; programmers can control limits on their code by choosing to allow or limit the use of subsequent versions.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    28. Re:Isn't RMS irrelevant already? by Mr2001 · · Score: 1
      If they use the GPL then they have no choice - freedom for one is freedom for all.

      Well, not quite... some manufacturers reserve the freedom to issue software updates for themselves but deny it to their end users, which is the point of this change. ;)

      In any case, I was speaking in terms of ethical responsibility, just like I assumed you were. Many programmers have already licensed their software to TiVo et al. for use with crippled hardware, simply by releasing it under the GPLv2, but that doesn't mean they owed the use of their software to those manufacturers any more than the manufacturers owe it to their customers to make modding easy.
      --
      Visual IRC: Fast. Powerful. Free.
  12. Forbes? On Open Source? Ha! by claykarmel · · Score: 2, Insightful

    After reading Forbes articles on SCO, it's clear that they aren't neutral. They are trying to influence their readers rather than report to them.

    They are lobbyists.

    We should just ignore them.

  13. Footnote? by Nijika · · Score: 4, Interesting
    Say what you will about Richard Stallman, footnote he will never be. That's like saying the Wright brothers are a footnote in aviation.

    And as far as any possible splinter goes, this will separate the wheat from the chaff in both directions. It may be painful, but good will come of it.

    --
    Luck favors the prepared, darling.
    1. Re:Footnote? by mnmn · · Score: 1

      Indeed, he will be in the top 5 footnotes in the Bibliography. Wish I was a footnote in THAT book.

      --
      "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
    2. Re:Footnote? by Anonymous Coward · · Score: 0

      "Say what you will about Richard Stallman, footnote he will never be. That's like saying the Wright brothers are a footnote in aviation."

      Stallman is less of a Wright Brother and more of a Howard Hughes. Numerous early successes with a career punctuated by a drawn-out, expensive embarassment (HURD). Also his growing egotism and insanity, and - I assume - jars of fingernail clippings. Pretty much the only angle he doesn't have covered is the billionaire playboy thing.

    3. Re:Footnote? by Brett+Glass · · Score: 1

      He's actually more of a Karl Marx. Sounded good on paper, but actually caused a lot of harm.

    4. Re:Footnote? by Anonymous Coward · · Score: 0

      He's actually more of a Karl Marx. Sounded good on paper, but actually caused a lot of harm.

      Uh-huh. Emacs, gcc, g++, gcj, gcl, gdb, bash, KDE, Linux, ...

      Yeah, he sure harmed us by writing a copyleft license (that Linus et al benefitted hugely from) and initiating projects to create decent user-friendly compilers, debuggers, editors, window systems, and dozens of critical libraries.

      I'm so glad I didn't use any of his harmful software on my last embedded-CPU-harsh-environment project where a single failure can easily cost $20,000 to correct. I'm so glad I chose industry- proven rock-solid software from Microsoft to do that.

      Not.

    5. Re:Footnote? by Overly+Critical+Guy · · Score: 1

      Torvalds, definitely. Stallman? He pretty much will be a footnote, mentioned as the guy who wrote the GPL...that Linux uses.

      --
      "Sufferin' succotash."
  14. FSF less relevant than the projects it spawned? by BeeBeard · · Score: 3, Insightful

    I heard that GPLv3 kills puppies. Just what I heard. Seriously, if you're the FSF and you have a stated agenda that you would like to promote, wouldn't it be in your interest to tailor your fast and furious new license to complement the efforts of developers working on the most significant, most widely-used existing projects? I don't mean to downplay Stallman's or FSF's historical importance, but the future of free software is not with those players. It is with Linux, and Firefox, and so on--the software projects that Stallman and a ton of other people helped make possible.

    Adoption of free software by non-nerds does not happen because of a Stallman speech about the software industry's problems, or because of GPLv3. Rather, it's the result of something as unassuming as a web browser that is more resilient to viruses and spyware than IE, and that provides a better browsing experience. That's really all that people care about.

    I am not personally a fan of Stallman's--I think he's made his share of missteps that have hindered the free software movement. But overall, the net good that he and FSF have accomplished has already outweighed the bad. We have seen the open source movement burgeon and grow well beyond the ability of any one entity to kill it, hinder it, or even significantly influence it.

    Does that mean we should dismiss GPLv3 as moot? No. Even if GPLv3 is 10 or even 20 years away from widespread adoption, or is just dismissed altogether as "aspirational", at least it's still out there. Out there to be used or out there to be used as a model for public licensing agreements yet to be drafted. There is no downside.

    1. Re:FSF less relevant than the projects it spawned? by CRCulver · · Score: 5, Insightful

      Adoption of free software by non-nerds does not happen because of a Stallman speech about the software industry's problems, or because of GPLv3. Rather, it's the result of something as unassuming as a web browser that is more resilient to viruses and spyware than IE, and that provides a better browsing experience. That's really all that people care about.

      Recent Free Software gains in India were due to Stallman visiting and making a speech. He promised the locals freedom to adapt the code to their needs, and to be free of licensing free imposed by Western companies. Maybe in the United States all people care about is a better browser, but Stallman's globetrotting shows that a lot of people in disadvantaged places see value in the philosophy, not just the features.

    2. Re:FSF less relevant than the projects it spawned? by CRCulver · · Score: 1

      Err, that should read: free of licensing fees.

    3. Re:FSF less relevant than the projects it spawned? by Anonymous Coward · · Score: 2, Insightful
      to adapt the code to their needs,


      Those don't sound like ordinary users to me. They sound like people who have the expertise to actually change the software they use. The poster's comment about Mozilla FireFox is still perfectly valid. Stop trying to turn this into an anti-US thing.
    4. Re:FSF less relevant than the projects it spawned? by Lalo+Martins · · Score: 1

      Depends on what you consider "relevant". Free Software people measure success by being able to run a completely free system (which nowadays means DRM-free for example). Doesn't matter if only 15 people in the whole world exercise that freedom, only that it exists. Do we want millions, preferrably everyone, doing it? Yes, but it's not a measure of success. Having a complete free system used by a few is higher on the scale than an almost-complete one used by the whole world.

    5. Re:FSF less relevant than the projects it spawned? by Amazing+Quantum+Man · · Score: 4, Insightful

      Those don't sound like ordinary users to me. They sound like people who have the expertise to actually change the software they use.

      I have no clue as to how to work on the electric lines in my house. But I can contract out to *any* qualified person to fix them.

      Similarly, if I have a problem with Firefox, I may not have the knowledge to fix it myself. But I can contract out to *any* qualified person to fix it.

      On the gripping hand, if I have a problem with $CLOSED_SOURCE_SOFTWARE, I'm screwed unless the vendor itself decides to fix it.

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    6. Re:FSF less relevant than the projects it spawned? by kz45 · · Score: 3, Insightful

      "Recent Free Software gains in India were due to Stallman visiting and making a speech. He promised the locals freedom to adapt the code to their needs, and to be free of licensing free imposed by Western companies. Maybe in the United States all people care about is a better browser, but Stallman's globetrotting shows that a lot of people in disadvantaged places see value in the philosophy, not just the features"

      Don't you get it?

      Those people don't care about the philosophy or the features. When they hear stallman speak, they hear one thing: "getting software at no cost". This is what 99% of the population hears as well.

    7. Re:FSF less relevant than the projects it spawned? by Anonymous Coward · · Score: 0

      free of licensing free imposed by Western companies.

      There's the real kicker. Too many non-US corporations and individuals are worried if back doors or secret methods used for control and subversion have been embedded into software, particularly from a certain Redmond, WA company. The "philosophy" that foreign entities see value in is the ability to guarantee for themselves that they are not beholden to the US.

      -M

    8. Re:FSF less relevant than the projects it spawned? by Overly+Critical+Guy · · Score: 1

      I think you're overestimating the value they saw in his free as in speech philosophy and underestimating the value that disadvantaged (poorer) places see in stuff they can download off the Internet for free.

      --
      "Sufferin' succotash."
    9. Re:FSF less relevant than the projects it spawned? by Anonymous Coward · · Score: 0

      Still trying to figure out what your comment has to do with GPLv3 and the article. What's that? Nothing? Just the usual Stallman cocksuckery? Oh I see. I'll just be going then.

    10. Re:FSF less relevant than the projects it spawned? by Anonymous Coward · · Score: 0

      Wait, you discovered the secret backdoor Nintendo of America put in the Wii? Or are we talking about a different Redmond, WA company?

    11. Re:FSF less relevant than the projects it spawned? by Anonymous Coward · · Score: 0

      I don't mean to downplay Stallman's or FSF's historical importance, but the future of free software is not with those players. It is with Linux, and Firefox, and so on--the software projects that Stallman and a ton of other people helped make possible.

      I disagree. I think Linux is excellent and will be with us forever, but beyond additional hardware support I see little more we need from the kernel. Firefox: never used it (I use Mozilla and Konqueror), but I expect GNU Iceweasel will offer a better user experience (and ACID compliance) than Firefox in about six months.

      The "future" is still unknown. It might be optical face recognition, or OCR, or more AI, or voice interfaces. It will certainly involve Internet-delivered applications ala Google. It will probably include the new capabilities being developed as part of the One Laptop Per Child project.

      The major players now will become minor players later as the focus shifts to new paradigms. It is critical that no matter how the technology shifts, the philosophy that has worked so well to produce TCP/IP, Linux, Emacs, Usenet, Bittorrent, etc., must remain firm in the future.

      (GNU is just part of that philosophy. The real heart of it is the openness of classical liberalism, the same driving force behind academic science and engineering research. TCP/IP has the simple goal of moving packets and making no judgements about those packets; Linux has the simple goal of making all of the hardware in your computer available for your use; Emacs is meant to be a platform for data manipulation that can be customized all the way down. People gravitated to these tools because they performed admirably as tools: they didn't come out of the box with restrictions of any kind. Linux et al grew because people wanted something of their own, something they could both trust and tinker with.

      The various licenses serve their purposes. As mentioned elsewhere, "BSD is free code for software, GPL is code for free software." Both are needed: we need reliable TCP/IP stacks in all platforms, but we also need free applications that can evolve into trustworthy and user-friendly applications. What applications those will be remains to be seen.)

    12. Re:FSF less relevant than the projects it spawned? by ajs318 · · Score: 1

      EXACTLY!

      Delegation of rights is what it comes down to; and it really ought to be called Freedom Number Four. And this is an issue for all competent programmers; because, by not opening up their software, the likes of Microsoft are denying us the opportunity to make a living out of fixing their cock-ups.

      --
      Je fume. Tu fumes. Nous fûmes!
    13. Re:FSF less relevant than the projects it spawned? by dwandy · · Score: 3, Insightful
      I think you're overestimating the value they saw in his free as in speech philosophy and underestimating the value that disadvantaged (poorer) places see in stuff they can download off the Internet for free.
      ...and that is where it begins.

      I switched to Linux first because I wanted free-as-in-beer software, but now that I'm more educated on the subject I've stuck with it because I want to help ensure free-as-in-speach. And that education *only* came about because I started using Linux.
      Of the techies that I know, only the Linux users even *know* (doesn't matter if they agree/disagree) about the freedom issues. /. is such a pro-linux site that even the MS-users (and I'm sure there's still lots 'n lots here!) know about the issues, but once you leave /. the number of people (including techies) who know about the issues (let alone agree that it's important) drops off dramatically.

      --
      If you think imaginary property and real property are the same, when does your house become public domain?
    14. Re:FSF less relevant than the projects it spawned? by DaAdder · · Score: 1

      Most people want free as in beer software yes.

      And, since "most people" include a very large population world wide of youngsters or people from developing countries, this might be the only chance they have to get that software at all.

      At least legally.

      Is it such a horrible thing if these people do get this software, and perhaps speed up the development of their region of the world a bit, so as in the end they can be the ones contributing back to us?

      See taking care of your fellow man might seem to be the right thing to do, but in the end it's just the most advanced form of selfishness out there. It's proven time and time again that what's good for the world will in the end be good for you and your children.

      Think big people.

    15. Re:FSF less relevant than the projects it spawned? by Myopic · · Score: 1

      Yeah, but that's okay. It's also okay if only a tiny fraction of people bother to own guns, or bother to vote, or bother to look up their congressman's financial records, or go to national parks, or care about snowy owls, or whatever. It's very common in free societies that we preserve freedoms which only a few people take advantage of, or even care about. That doesn't make the thing unimportant.

      And don't be so shallow about those 99 percent of Indians. I bet just as much as they care about getting the software for free, they care about being about to futz around with it. Hell, anyone can pirate (for example) Windows, but Indian companies arne't making lots of money by offering their own versions of Windows. So, the freedom is also on their mind.

    16. Re:FSF less relevant than the projects it spawned? by Jason+Hood · · Score: 1

      but Stallman's globetrotting shows that a lot of people in disadvantaged places see value in the philosophy, not just the features

      No, they probably just like the idea of "free software". They may or may not give a crap about his political agenda.

      --
      Are you intolerant of intolerant people?
  15. Re:No, linux will kill itself by Anonymous Coward · · Score: 0
    Linux needs to get its act together Linux is *not* user friendly, and until it is linux will stay with >1% marketshare.
    In serverland, and even for development desktops, it has a higher deployment than that. It's completely inappropriate to pitch at a home user, indeed, but then an OS whose main feature is that you are free to edit its source code isn't primarily a home user proposition!
  16. Re:No, linux will kill itself by Pantero+Blanco · · Score: 1

    He's either lying or trolling; emulators are perfectly legal. You'd have to actually be using code from HP to be violating copyright.

  17. Windows is *NOT* user-friendly by Anonymous Coward · · Score: 0

    Linux is *not* user friendly, and until it is linux will stay with >1% marketshare.

    Windows is utterly user-hostile, and that didn't seem to harm its takeup.

    The only reason why Windows is ubiquitous and Linux is not, is that Windows comes pre-installed on PCs and Linux doesn't.

    PC buyers were never offered a choice of operating systems, and they didn't make Windows the most common one because of its excellence: there was no option, and now it's just simply ubiquitous, despite being utter crap.

  18. Not the first time: GFDL incompatible with GPL by Paul+Fernhout · · Score: 3, Interesting

    This has happened before. A while back I tried without success to convince Richard Stallman that continuing to promote a license (the GNU Free Documentation License or GFDL)
            http://www.gnu.org/copyleft/fdl.html
    which was incompatible with the GPL was a bad thing. :-)
    See for example some reasons at:
        http://en.wikipedia.org/wiki/GNU_Free_Documentatio n_License
        http://home.twcny.rr.com/nerode/neroden/fdl.html
    My particular interest was to use information from the GFDL-licensed Wikipedia in GPL programs. I'd go further and question the very reasons the GFDL was created in the first place -- just to make dead tree book publishers' lives easier? Where is the emphasis on freedom there?

    I think it is easy for any technologist to underestimate community issues and then to see a license as a program for individual behavior instead of a constitution for a community. The GPL works. It has problems, sure, but it works well enough as a constitution for cooperation. More variants of licenses mainly just make more problems IMHO.

    --
    A 21st century issue: the irony of technologies of abundance in the hands of those still thinking in terms of scarcity.
    1. Re:Not the first time: GFDL incompatible with GPL by Mr.+Slippery · · Score: 1
      continuing to promote a license (the GNU Free Documentation License or GFDL)...which was incompatible with the GPL was a bad thing.

      The GPL and the GFDL are applied to different sorts of creations. Complaining of incompatibility seems rather like complaining that my chainsaw is incompatible with my text editor.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    2. Re:Not the first time: GFDL incompatible with GPL by Paul+Fernhout · · Score: 1

      It's more like complaining your chainsaw is incompatible with your store bought lumber. :-) Show me the 100% crystal clear boundary between a description of how to do something in a manual and a program (consider Lisp where code is data, or how often manuals contain code examples). Or explain with 100% clarity the difference between a description of what something is (as in Wikipedia) and a program (consider Prolog or a Functional Programing language, where describing a problem may actually be solving it). Explain to me where the line is in a program between documentation and implementation (consider, why are not all variable names just numbers like V001, V002, etc. and all function names F001, F002, etc? Why are there comments?) Where is the line between code and coumentation in various "literate programming" approaches which mix HTML and code snipped? Tell me why an image from Wikipedia should not be useful in a program's about box. The reality is that there are lots of shades of gray and overlap between programs and other creative works involving text. In the digital realm, give me one reason (other than dead tree publisher's financial benefit) why the GFDL makes any sense considering how the GPL is applicable to a work like Wikipedia. And, remember, if you actually use any of the special features of the GFDL, like invariant texts, then your contribution can not be in the "free" section of Debian -- so isn't the "Free" in GFDL a misnomer (granted FSF and Debian have slightly different agendas)?

      --
      A 21st century issue: the irony of technologies of abundance in the hands of those still thinking in terms of scarcity.
  19. And this changes things how? by bartron · · Score: 2, Insightful
    People are free to use whatever license they want beit it V1,2 or 3 or even BSD or some other closed licence even. The only issue will be where software is written under V3 and someone else would prefer it to be under V2....

    guess what....that's te beauty of open source...if you don't like something you get to make your own.

    No-one is holding a gun to you head to use this license if you don't like it...and if it is really as bad as people say then it will find little use anyway.

    1. Re:And this changes things how? by Tony+Hoyle · · Score: 1

      OK so you're writing a GPLv2 app. One of your dependent libraries accepts a contribution from a GPLv3 source - making it GPLv3 automatically. Your code is GPLv2 only (no 'or later' clause) and therefore can no longer use that library - and you can't track down all the contributors to change the license.

      What do you do? Write your own? Fork the GPLv2 app?

      Either of those would work.. but it's a travesty that so much duplication will be forced.

    2. Re:And this changes things how? by bartron · · Score: 1
      Exactly....so the outcome will be

      a) there is nothing to worry about and GPLv3 will be used without concern
      b) GPLv3 won't be used and people will stick with GPLv2
      c) there will be multiple versions of libraries due to the issues with version conflicts.

    3. Re:And this changes things how? by cortana · · Score: 1

      What is a "GPLv3 source"?

      If someone sends a patch to the maintainer of the dependeny library, the maintainer will ask them to license it under the project's licensing terms (GPL v2 or later) or he will reject the patch. I don't think any important libraries will suddenly switch to GPLv3 overnight.

    4. Re:And this changes things how? by aussie_a · · Score: 1
      OK so you're writing a GPLv2 app. One of your dependent libraries accepts a contribution from a GPLv3 source - making it GPLv3 automatically. Your code is GPLv2 only (no 'or later' clause) and therefore can no longer use that library - and you can't track down all the contributors to change the license.


      OK so you're writing a closed source app. One of your dependent libraries accepts a contribution from a GPLv2 source - making it GPLv2 automatically. Your code is closed source only and therefore can no longer use that library - and you can't track down all the contributors to change the license.

      GPLv2 stopped people from using GPLv2 software unless they wished to license it under GPLv2. GPLv3 is simply doing the same.
  20. Re:No, linux will kill itself by Eric+Smith · · Score: 2, Interesting

    I am using code from HP in Nonpareil. It is code that was in the public domain. I have copyrighted the derived work.

  21. Stallman: intellectual lightweight? by meburke · · Score: 0, Flamebait

    The article, while biased, does get something right: Stallman IS a loose cannon, more interested in fanaticism and self-agrandizement than progress. A pox on all the developers who signed over their rights to this clown. A despot touting populism is still a despot.

    If Stallman wsn't such an intellectual lightweight, he could resolve the conflicts between concerned entities.

    --
    "The mind works quicker than you think!"
    1. Re:Stallman: intellectual lightweight? by viscous · · Score: 1
      You are aware that using the GPL does not "sign over your rights" to anybody, right? You still retain the copyright yourself.

      Just checking...

    2. Re:Stallman: intellectual lightweight? by stinerman · · Score: 3, Insightful

      I don't see that at all. He might be a fanatic, but I really don't see that as a problem. Goldwater said that "extremism in the defense of liberty is no vice", and I have to agree. You say he isn't interested in progress. For what values of "progress"? He has stated time and again that he doesn't define success as how many people use free Software. He isn't interested in getting as many people as possible to use GNU/Linux distros, but simply making sure users have the freedoms laid out in the GNU manifesto. As people use loopholes in the GPL to remove those freedoms, he should attempt to close those loopholes to protect the freedoms.

      As far as him "resolving the conflicts between concerned entities", I will assume you mean making the GPL more palatable towards interests who believe the draft GPL v3 is too restrictive. If its too restrictive for your ends, then don't use it. It is not like Stallman is revoking the ability to use GPL v2 in any newer projects. Now, if you're worried about factionalization and adoption issues, that is your problem not RMS's. It is not his job nor his wish to create a license that most people will use without objection. It is his job to make sure the four freedoms are protected at all costs. I will now leave you with the 2nd half of that Goldwater quote: "Moderation in the pursuit of justice is no virtue."

      I, for one, welcome Stallman's extremism in the defense of my liberty and his unwillingness to compromise his ideals in pursuit of justice.

    3. Re:Stallman: intellectual lightweight? by Anonymous Coward · · Score: 0

      ... and what have your great contributions to human knowledge been, "meburke"?

      The MacArthur fellowships, known as "genius grants," are awarded annually to exceptionally talented and creative people.

      Got one of these under your belt?

    4. Re:Stallman: intellectual lightweight? by NineNine · · Score: 1

      "protecting freedom"? "defense of your liberty"? Jesus, you sure do sound familiar...

    5. Re:Stallman: intellectual lightweight? by Cid+Highwind · · Score: 1

      You are aware that contributors to anything that's part of the GNU project (gcc, glibc, bash, autotools, emacs, etc) have all signed their copyrights over to the Free Software Foundation, right?

      Just checking...

      --
      0 1 - just my two bits
    6. Re:Stallman: intellectual lightweight? by meburke · · Score: 1

      The fractionalization is a minor issue. It is an inconvenience at most. Some of the conflict arising from RMS hardheadedness are not his fault; it's a matter of upstream insufficiency in the legal system. On the other hand, lack of communication, lack of negotiation, ignoring input, and lack of clarity indicate to me that RMS is not capable of devising a workable solution. In fact, I'm not sure his "solution" is a fix to a problem that exists anywhere besides his own head.

      Also, this is not freedom nor a freedom issue. It is a pseudo-anarchism approach that inhibits progress, which I see as the process of achieving more funtionality among more users in the community. (In other posts I've quoted Kevin Kelly's "Law of Abundance", which Kelly claims is the value of a networked product increasing as the number of users increases. See Kelly, "New Rules for the New Economy"). The fact that RMS can pre-empt the word "freedom" and re-define it to his own delusion does not make it "freedom". He's actually spoiling a good thing.

      Stallman has passed his expiration date. He's an embarrasment to the Open Source community, and I wouldn't be seen in public with the clown. It's all act and no substance. I will hold this opinion until he actually produces something useful, learns a little diplomacy, learns a little manners, and learns to communicate with the world outside his own head. He will have to quit resting on his laurels and grow up.

      --
      "The mind works quicker than you think!"
    7. Re:Stallman: intellectual lightweight? by viscous · · Score: 1

      But they didn't have to, did they?

      For the record, I'm no fan of Mr. Stallman or of the GPL. But that's no reason to help spred FUD about the GPL.

    8. Re:Stallman: intellectual lightweight? by Achromatic1978 · · Score: 1

      Whereas the contribution of the prodigious Anonymous Coward is "most comments on /." ...

    9. Re:Stallman: intellectual lightweight? by Anonymous Coward · · Score: 0
      On the other hand, lack of communication, lack of negotiation, ignoring input, and lack of clarity indicate to me that RMS is not capable of devising a workable solution.
      When Nokia (of all people) are content with the license and it's drafting, I don't think your claims stand to the facts. About the only people (that matter) complaining are the Linux (Linux kernel, for sake of clarity) developers , it apears to be a case of groupthink.
    10. Re:Stallman: intellectual lightweight? by ThePhilips · · Score: 1

      They were started by FSF - so they inherently have the copyrights written off.

      FSF provides legal protection against GPL violations to projects which have done so. That's why some project give up copyrights to FSF. You have to agree, that few US citizens can afford lawyer competent in software licensing.

      --
      All hope abandon ye who enter here.
  22. He's got a funny beard, he must be wrong! by Anonymous Coward · · Score: 1, Interesting
    It seems to me that it would be very difficult indeed to get all the contributers to Linux to go along with a license change/upgrade. And even then, you could fork from the last version... unless there's a provision in the GPL that would enforce the new license retroactively. Even if that's the case, I think it would cause so much acrimony among so many developers that it won't happen.

    On the other hand, Stallman has a long history of being proven right. The general form this takes is that Stallman predicts that "If you give up the right to X, you will be screwed over by somebody who does Y." And then, inevitably, it happens. It bothers me that just because Stallman is committed to his ideals, people treat him like a joke, despite the fact that he's done us a hell of a lot of good.

    The point is that there will always be what in game theory is known as habitual defectors, people who will take advantage of anything that the think helps them out, no matter what the cost to others. If you want to evaluate the risks of giving up rights to somebody, you have to assume the worst. The GPL has been remarkably successful at protecting us from these people. I don't how Linux could have had nearly the success it has with, say, a BSD license. There's nothing in Linux that BSD hasn't done, or couldn't have done.

    Now, there are times when another license could make more sense. For example, one problem in the industry now is that FAT32 is the standard filesystem for removable devices such as USB flash devices. This is because it's the least common denominator, and until recently MS was willing to look the other way. But it's a bad filesystem, and now MS has been making noises about cracking down on it. What are the alternatives? Well, a GPL'd filesystem would probably not get a lot of support here, and licenses on things like ZFS are even more restrictive (plus it's rather new, and probably overkill). It seems like the BSD license would be the natural choice. UFS, maybe?

    1. Re:He's got a funny beard, he must be wrong! by Anonymous Coward · · Score: 0

      On the other hand, Stallman has a long history of being proven right.

      Hahaha. HURD, anyone? Stallman has also said a lot of crazy things that have never come true. It's not exactly revolutionary to rant about proprietary companies.

      I don't how Linux could have had nearly the success it has with, say, a BSD license.

      Honestly, I really don't think there would have been any difference in its success whatsoever.

      By the way, it's GNU/Linux, remember?! Stallman would flame you for not speaking the way he wants you to speak. Enjoy that freedom, brother...it's what we get for putting a zealot in charge.

    2. Re:He's got a funny beard, he must be wrong! by TheRaven64 · · Score: 2, Insightful
      It bothers me that just because Stallman is committed to his ideals, people treat him like a joke, despite the fact that he's done us a hell of a lot of good.

      Stallman is treated like a joke because he is not a good debater. He is committed to his ideals, and I tend to agree with most of what he says, but he does not present his arguments well. Take the recent issue with nVidia blobs. I read an interview with Richard M. Stallman and Theo De Raadt. Both RMS and TdR were arguing the same point of view (which is why the FSF gave TdR an award last year), but Theo managed to come across as a rational intelligent individual, while RMS sounded like a crazy person. And if you sound like the crazy one next to Theo, you have serious issues.

      licenses on things like ZFS are even more restrictive (plus it's rather new, and probably overkill).

      From my reading, it's not more restrictive, but it is differently restrictive. It's not GPL-compatible (so it can't be added to Linux), but FreeBSD has no problem importing the code. From the FSF web site:

      [The CDDL] is a free software license which is not a strong copyleft; it has some complex restrictions that make it incompatible with the GNU GPL. It requires that all attribution notices be maintained, while the GPL only requires certain types of notices. Also, it terminates in retaliation for certain aggressive uses of patents.
      The aggressive patent-retaliation clauses combined with the per-file (i.e. non-viral) nature of the license make it more attractive from my perspective.

      --
      I am TheRaven on Soylent News
  23. Oh Well! by DaMattster · · Score: 0

    Richard Stallman's radicalism will be his undoing. This means great things for the BSD camp. Anyhow, the BSDs are superior to Linux in every way, shape, and form.

  24. Is Forbes Credible? by femto · · Score: 5, Informative

    I find it hard to take Frobes seriously when they start out by misrepresenting the postion of the person they are talking about (Stallman).

    "Richard M. Stallman is a 53-year-old anticorporate crusader who has argued for 20 years that most software should be free of charge. He and a band of anarchist acolytes long have waged war on the commercial software industry, dubbing tech giants "evil" and "enemies of freedom" because they rake in sales and enforce patents and copyrights--when he argues they should be giving it all away."

    • Stallman does not argue that "most software should be free of charge". The GPL, which he wrote, specifically says one is allowed to charge for GPLd software.
    • Stallman doesn't argue that "they should be giving it all away." He does argue that they shouldn't have a monopoly, which is very different to "giving it all away".
    1. Re:Is Forbes Credible? by danielk1982 · · Score: 1

      Stallman does not argue that "most software should be free of charge". The GPL, which he wrote, specifically says one is allowed to charge for GPLd software.

      I think you're splitting hairs. GPL mandates that software source code be available free of charge (along with any necessary build tools). Sure you can charge for it, or for the binary version, but your customers also have to have a way of obtaining it free of charge. Charging for GPL sofware is more of a plea for donations. (There are of course other ways of making money - like charging for support or custom work)

    2. Re:Is Forbes Credible? by Tweekster · · Score: 1

      Um actually no, it doesnt state anything like that...

      --
      The phrase "more better" is acceptable English. suck it grammar Nazis
    3. Re:Is Forbes Credible? by MBC1977 · · Score: 1

      Forbes may not be credible to techies and geeks, however it is VERY reliavant to the business world and those who control the money that funds these projects. Thats a fact. I'm sure in an ideal world everyone would want to share their ideas and work. However in 2006 (and probably for the near future), money is still the driving force for most of the world. Stallman's arguement that, "one is allowed to charge for GPL'd software" is laughable at best and hippocritical at worse, since what individual would pay for something he can get for free? SNI would have to have a real compelling reason (ability to make that cost back plus profit). (Yes, I do realize that some FOSS developrs make money, but to be honest I consider those that do to be an anomaly). Call me cynical, but since money rules the day, I'd take what Forbes says quite seriously. Or to put it in terms of a popular song in the early 90's C.R.E.A.M. (Cash Rules Everything Around Me).

      Regards,

      MBC1977,
      (US Marine, College Student and Proud Parent!)

      --
      Regards,

      MBC1977,
    4. Re:Is Forbes Credible? by danielk1982 · · Score: 1

      More semantics?

      You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee.
      ...
      You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:
      ...
      Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; ...


      So you may charge for the source code only whatever it costs you to distribute it.

    5. Re:Is Forbes Credible? by femto · · Score: 4, Insightful

      It's not splitting hairs. The GPL is quite specific:

      "...have the freedom to distribute copies of free software (and charge for this service if you wish),..."

      and

      "You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee."

      The GPL distinguishes between licensing and distribution. You may not charge for the right to copy the program ("...to be licensed as a whole at no charge..."). You may charge for the act of distributing the program (see above).

      The GPL does not dictate that you must give someone a copy of a program. You are free to say no when someone asks for a copy of a program without paying money.

      If you choose to sell a copy of a program to someone you may distribute it as a source or binary.

      If you distribute it as source take the money, give them the source code and that is the end of the transaction. There is no limit to the money you can legally charge as the GPL does not come into play until the transaction is complete.

      If you distribute it as binary take the money, give them the binary. Again there is no limit to the money you can legally charge under the GPL for distributing the copy. In the case of distributing the binary you must also offer to provide the source at a minimum cost of distribution. This is fair as you have already made your profit on the distribution of the binary. It's worth noting that the offer to distribute source for minimal cost only comes into play once you have distributed a binary. Distribute source initially and you can charge what you want for it.

      The low cost of GPLd software is a consequence of unfettered competion, not the GPL. Something to warm the heart of every capitalist.

    6. Re:Is Forbes Credible? by danielk1982 · · Score: 1

      You're right. I was a bit off.

      The low cost of GPLd software is a consequence of unfettered competion, not the GPL. Something to warm the heart of every capitalist.

      Not really. It's a consequence of having the right to re-distribute the source code.

    7. Re:Is Forbes Credible? by femto · · Score: 4, Insightful

      Business people might believe Forbes, but it doesn't follow that the article is credible. The magazine as a whole might be credible, but individual articles can still be incredible. A wise business person would take each article on its own merits (or lack thereof).

      "is laughable at best and hippocritical at worse"

      Please show me evidence to back this claim. You might think so, but that opinion is probably based on misunderstanding and reading too many Forbes articles.

      "...since what individual would pay for something he can get for free?"

      Some altruistic individuals might. Most wouldn't. The point you are missing though is that most free software is not zero cost to the majority of people. There is the cost of knowing where to get it from, what is the best of the multitude of options, knowing how to set it up, the cost of making sure it is available when required and so on. These are all things that cost time and money and that people are prepared to pay for. There is a business in selling Free software.

      Simple economics dictates that you can make a reasonable profit out of free software. If you can't make a profit either your expectations are not reasonable or someone is undercutting your costs so you need to become more efficient. The model of "write a program, sit on your bum and profit selling copies" is dead. The Internet has made distribution so efficient that you will instantly be undercut. The problem isn't the GPL. It's people flogging a business model that is a dead horse.

      There are plenty of people making money off free software. It's just that it tends to be thousands of small companies rather than a few multinationals.

    8. Re:Is Forbes Credible? by McDutchie · · Score: 1
      Stallman's arguement that, "one is allowed to charge for GPL'd software" is laughable at best and hippocritical at worse, since what individual would pay for something he can get for free?

      Ask a company like Red Hat how they make money by selling free software. No, it's not just by selling services...

    9. Re:Is Forbes Credible? by aussie_a · · Score: 1

      It's a consequence of having the right to re-distribute the source code.

      Sounds like unfettered competition to me.

    10. Re:Is Forbes Credible? by mackyrae · · Score: 1

      I thought the deal was that USERS have to have the source code available to them. So, if you buy the program, you are entitled to the code. If you didn't buy it, you can buy the program then get the code to go with it. That's under the assumption that someone else didn't just put it back out, though.

      --
      look! it's a bird, it's a plane, it's....a girl? yes, a girl browsing Slashdot on Linux
    11. Re:Is Forbes Credible? by asuffield · · Score: 2, Insightful
      Forbes may not be credible to techies and geeks, however it is VERY reliavant to the business world and those who control the money that funds these projects. Thats a fact.


      And because of this fact, the business world and those who control the money have been controlling Forbes for about as long as it has been around. Very few articles are written there which somebody did not pay for. Microsoft has paid for articles there before. Somebody paid for this article. That's another fact.

      Forbes is yet another way for slightly-more-intelligent people with money to influence slightly-less-intelligent people with money. Nothing more nor less.
    12. Re:Is Forbes Credible? by kz45 · · Score: 1

      "Simple economics dictates that you can make a reasonable profit out of free software. If you can't make a profit either your expectations are not reasonable or someone is undercutting your costs so you need to become more efficient. The model of "write a program, sit on your bum and profit selling copies" is dead. The Internet has made distribution so efficient that you will instantly be undercut. The problem isn't the GPL. It's people flogging a business model that is a dead horse"

      And what is the GPL business model again? Selling software is hard. Proprietary or free. But free is much harder.

      Also, popularity works against you, which is a bad sign. The more popular, the more likely someone else has already put your GNUd App on their site for free.

      Even mysql has a commercial counterpart that is against the ideals of the GNU (they sell a commercial license for around $500 that can get around the GNU license).

      Unless there is a law forbidding such things, there will always be proprietary software and the business model of selling software outright (per copy). Most people like to have their hand held when it comes to things like this (which is funny..because free software projects are usually the exact opposite. Newbies feel lost and many times are ridiculed) and most companies want an entity that they know will be able to support them.

      The other issue is that if there is no money in something, the driving force as a whole goes down to nothing, which would mean an almost stand-still with software in general..which I don't think people in this community want.

    13. Re:Is Forbes Credible? by 10Ghz · · Score: 1

      Well, Red Hat seems to be doing quite OK, even though all their software is GPL'ed, and there are even 1:1 clones of their OS out there (CentOS among others). There are other means of making money besides "selling software".

      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    14. Re:Is Forbes Credible? by kz45 · · Score: 1

      "Well, Red Hat seems to be doing quite OK, even though all their software is GPL'ed, and there are even 1:1 clones of their OS out there (CentOS among others). There are other means of making money besides "selling software".

      Redhat isn't making that much in terms of a company (they also realized it's difficult to sell something for free and are selling certifications/books/support contracts). I would imagine they get a very small percentage of people that acutally purchase a copy (1% or less than the # of people using redhat..which is very bad for the survivability of a company. Many distro companies have gone under as a result of these low percentages).

      Also, there are other means of making money, but then you aren't really considered a software company anymore and shouldn't even be considered in the "making money with gnu" argument. Making money with gnu means selling gnu software and possibly doing some support (IE: the selling of the software is your primary source of income) rather than just all support (which would make you a support company..and pretty much anyone can do this).

    15. Re:Is Forbes Credible? by 10Ghz · · Score: 1
      Redhat isn't making that much in terms of a company


      They have growing and profitable business, what more do you want? Microsoft-esque monopoly-profits? Sorry, not gonna happen.

      they also realized it's difficult to sell something for free and are selling certifications/books/support contracts


      So you are agreeing with me that you can make money from GPL'ed software, but it just doesn't have to involve selling license to that software?

      I would imagine they get a very small percentage of people that acutally purchase a copy (1% or less than the # of people using redhat..which is very bad for the survivability of a company.


      I have seen some numbers a while ago (sorry, don't have any links), and the percentage is way above 1%. If people don't want the support-contract, why run Red Hat at all, since they could use CentOS instead?

      Also, there are other means of making money, but then you aren't really considered a software company anymore and shouldn't even be considered in the "making money with gnu" argument.


      Red Hat's product is an OS, and the related software-stack. They have zillion people whose sole task is to improve that software. So yes, they are a software-company. Or are you saying that if they are not selling you bunch of bits as such, then they are not a software-company? You are artificially limiting the definition of a "software company" so it fits your argument. Hell, Microsoft isn't selling me bits either, they are just selling licenses. They are not a software-company, they are a licensing-company.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    16. Re:Is Forbes Credible? by kz45 · · Score: 1

      "They have growing and profitable business, what more do you want? Microsoft-esque monopoly-profits? Sorry, not gonna happen"

      It has nothing to do with "monopoly profits". Redhat is growing, but if they were closed source/proprietary, they would probably making 10X as much (which would mean more jobs as well). I also find it kind of funny that so many open source supporters name redhat as an example company when they basically built their business on the backs of hard-working open source programmers.

      "So you are agreeing with me that you can make money from GPL'ed software, but it just doesn't have to involve selling license to that software?"

      I am saying you can't make that much money with GNU software. Support and other stuff, but not from the software (redhat knows this, which is why they concentrate more on support and other stuff..but it doesn't mean longevity for a business..anyone can do it).

      "I have seen some numbers a while ago (sorry, don't have any links), and the percentage is way above 1%. If people don't want the support-contract, why run Red Hat at all, since they could use CentOS instead"

      People just might do that..then redhat would start losing marketshare and profits. When you make software a commodity, it starts to lose it's monetary value quite quickly.

      "Red Hat's product is an OS, and the related software-stack. They have zillion people whose sole task is to improve that software. So yes, they are a software-company. Or are you saying that if they are not selling you bunch of bits as such, then they are not a software-company? You are artificially limiting the definition of a "software company" so it fits your argument. Hell, Microsoft isn't selling me bits either, they are just selling licenses. They are not a software-company, they are a licensing-company."

      no. Microsoft makes most of their money with software, so they are a software company. I would consider redhat a software company now, but if they eventually make most of their money with support..I would no longer consider them a software company (maybe a consulting company). Why is this so hard for you to understand?

    17. Re:Is Forbes Credible? by 10Ghz · · Score: 1
      It has nothing to do with "monopoly profits". Redhat is growing, but if they were closed source/proprietary, they would probably making 10X as much (which would mean more jobs as well).


      That money would be away from the users of the software. Do you think that it's good for handful of software-companies to make massive profits, while all the other companies pay through their nose for software, as opposed of having handful of software-companies making decent profits, while all the other companies pay reasonable amounts of money for software? In short: there are relatively few companies in the world (Microsoft, Oracle, Red Hat, IBM etc.) making money from creating and selling software and related services. There are maybe thousand times more companies who'se business is not related to selling software, yet they are USERS of software (ExxonMobil, WalMart, Volkswagen, that Mom & Pop bookstore down the street).

      You then drag the argument that more profits == more jobs. Well, it might mean more jobs for the software-companies, but it might mean less jobs for the companies who use software, since their money gets transferred to the software-companies, leaving less money to hire new employees.

      I also find it kind of funny that so many open source supporters name redhat as an example company when they basically built their business on the backs of hard-working open source programmers.


      So what? There's nothing preventing anyone from selling GPL'ed software, nor is there anything to prevent someone from selling support to GPL'ed software. And it does not matter who originally wrote the software. If Red Hat can make profit from their GPL-related business, great! More power to them! I see NO problem with Red Hat making money from software originally written by someone else. None whats-o-ever.

      I am saying you can't make that much money with GNU software.


      Oh, so now you say that you CAN make money from the software, just not "as much"? Well, competition has the tendency to drive down prices. Is this news to you? Who benefits from those lower prices? The customers and users.

      no. Microsoft makes most of their money with software, so they are a software company.


      They make their money from licenses, they are a licensing-company. Why is it that when Microsoft sells software-licenses and support, they are "software-company", but when Red Hat sells software-licenses and support, they are NOT "software-company"? Considering that Microsoft has lots of businesses not related to software as such (MSN, Xbox, Zune), I would say that they are less of a software-company than Red Hat is.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    18. Re:Is Forbes Credible? by kz45 · · Score: 1

      "In short: there are relatively few companies in the world (Microsoft, Oracle, Red Hat, IBM etc.) making money from creating and selling software and related services. There are maybe thousand times more companies who'se business is not related to selling software, yet they are USERS of software (ExxonMobil, WalMart, Volkswagen, that Mom & Pop bookstore down the street)."

      This isn't true. There are 10's of thousands (maybe more) of Micro-isvs and mid-sized companies making > $500,000 per year with software and even more making money with services.

      You must not be a developer or in any software related business. Basically you are saying that you would rather have software companies make less money for the good of everyone using it (so they can make more).

      "You then drag the argument that more profits == more jobs. Well, it might mean more jobs for the software-companies, but it might mean less jobs for the companies who use software, since their money gets transferred to the software-companies, leaving less money to hire new employees."

      Most companies pay much more in support contracts than licenses, so your argument doesn't really hold much water.

      "They make their money from licenses, they are a licensing-company. Why is it that when Microsoft sells software-licenses and support, they are "software-company", but when Red Hat sells software-licenses and support, they are NOT "software-company"? Considering that Microsoft has lots of businesses not related to software as such (MSN, Xbox, Zune), I would say that they are less of a software-company than Red Hat is."

      You never read my post. I said readhat is considered a software company at this point in time..but if they start doing more support than selling software, I won't consider them a software company.

      "So what? There's nothing preventing anyone from selling GPL'ed software"

      True, but one can just take it and share it with anyone they want. There is no point in selling GPLd software. Once it gets popular enough, you will start losing the majority of your profits (and there is not much you can do about it).

      "If Red Hat can make profit from their GPL-related business, great! More power to them! I see NO problem with Red Hat making money from software originally written by someone else. None whats-o-ever."

      Then what's the problem with closing up the source and re-selling GPLd software (if there' no problem making money on the software?)

      "Oh, so now you say that you CAN make money from the software, just not "as much"? Well, competition has the tendency to drive down prices. Is this news to you? Who benefits from those lower prices? The customers and users"

      no. Im saying when you make software a commodity, you won't make that much money with your software. This will effectivly make it more difficult to sell software as a company, which directly translates to less jobs in development (because there will be fewer companies). Zealous followers of the GNU (and have a job in development) don't realize that they are actually supporting their own demise.

    19. Re:Is Forbes Credible? by 10Ghz · · Score: 1
      This isn't true. There are 10's of thousands (maybe more) of Micro-isvs and mid-sized companies making > $500,000 per year with software and even more making money with services.


      And there's A LOT more companies who use software, but they do not sell or create software. Compared to those companies, the amount of real software-companies is very limited. So my argument stands.

      You must not be a developer or in any software related business. Basically you are saying that you would rather have software companies make less money for the good of everyone using it (so they can make more).


      Basically, yes. I fail to see how society at large would benefit from having few megacorps making Microsoft-sized profits, as opposed to having "normal" profits, while offer products and services to customers at a lower price. I fail to see how price-gouging benefits the users.

      True, but one can just take it and share it with anyone they want. There is no point in selling GPLd software.


      You can sell it by offering perks. I have bought copies of SuSe because it came with nice manuals, as opposed to e-manuals. I actually liked having the CD's around, and I didn't feel like downloading it all.

      Zealous followers of the GNU (and have a job in development) don't realize that they are actually supporting their own demise.


      Like I said, Red Hat is doing just fine with GNU-software. And do you think that the coders have to be salaried employees for them to do anything good? Quite a few open source programmers are not paid for their work they do it on their free time. How would things change for them? They wouldn't. And there will alwys be salaried coders, even with GPL'ed software. All software Red Hat writes is GPL'ed, and they employ coders, and they are doing just fine. How is that possible?

      I have a strange feeling that you simply have no idea what you are talking about.
      --
      Lesbian Nazi Hookers Abducted by UFOs and Forced Into Weight Loss Programs - -all next week on Town Talk.
    20. Re:Is Forbes Credible? by Anonymous Coward · · Score: 0

      > Redhat is growing, but if they were closed source/proprietary, they would probably making 10X as much (which would mean more jobs as well).

      If Redhat were closed source/proprietary they woudln't exist, which would mean zero dollars and jobs. Without Free software Redhat would have been just another of the thousands of companies that have tried to emulate Microsoft but died unnoticed within a few years of starting.

  25. Long Live RMS! by Anonymous Coward · · Score: 0

    The only thing the empty suits at Forbes give a shit about is money. RMS has other objectives which very much do conflict with the aspirations of these opportunistic vultures, so of course they're going to cry about it. None of this changes the fact that RMS was the fulcrum that turned the technology industry completely sideways to the direction it was headed. Attempting to marginalize RMS as a future footnote says a lot more about Fortune's petulance than it does about RMS.

    The next version of the GPL fills a niche that many feel needs to be filled. Copyright law entitles people to license their work however they see fit. Some people, such as myself, will very much see fit to license the code they write under the GPLv3. I could expound on the reasons I feel this is important, but quite frankly, those points have already been driven home ad infinitum, so I'm not going to waste my time. As always, if you don't like it, DON'T USE IT. That's your perogative. My perogative is to license my code however I damn well please.

    Making opportunistic vultures who turn to rags like Forbes for wisdom unhappy is what RMS is all about. So in that respect, I would say the tone of this article brands RMS a smashing success. Long Live RMS!

  26. No wonder, it's a Dan Lyons article by Anonymous Coward · · Score: 5, Informative

    C'mon, people! This is a Dan Lyons article. He's been writing anti-Linux FUD for years. Groklaw and /. have eviscerated this guy's credibility on this subject repeatedly (do a search, you'll see). Quoting him on this subject is like asking Bill Gates if he thinks Linux is going to beat Windows in the marketplace: you know the answer before you ask the question.

    1. Re:No wonder, it's a Dan Lyons article by Anonymous Coward · · Score: 0

      Dan Lyons likes to create a sensation. He isn't biased because some days he'll be pro-Linux and other days anti-Linux. Unfortunately he often exagerates, misleads and misrepresents.

      It's sucks to have a dishonest reporter.

    2. Re:No wonder, it's a Dan Lyons article by Anonymous Coward · · Score: 0

      Thank you. This was my first thought when I saw that.

      It would of been more suprising if it was a Forbes article by someone else.

      Just for fun grep, I mean, google for "anti-indicator".

  27. Problems.. by digitalhermit · · Score: 4, Interesting

    Here's part of the problem:

    Stallman doesn't believe in compromising his ideals. His life's work is Free Software.

    We can call him a weirdo, mad, an ass, but without his conviction we would all be locked into proprietary products. Unlike some things that happened because the world was ready for it (cell phones, computers), I don't believe that Free Software would exist if not for Stallman. That is, without him, I don't think another person would have dedicated his/her life to the cause.

    Corporations don't compromise. Look at Microsoft's business tactics that were either outright illegal or bordering on the illegal. If they had their way we would not be allowed to write our own software, not be allowed to trade software with the original authors, not be allowed to listen to our own music. And this nightmare world is happening.

    Sure, there has to be regulations, but not those imposed by corporations. Look at the radio broadcast spectrum, the automobile industry, etc.. for parallels.

    So here is Richard Stallman. He's probably closer to the end of his years than to the beginning. His life's work is almost happening but Linux, for good or bad, is not at all what he envisioned. He's trying to fix it while he can. If I were in his position, I'd probably do the same thing (if only to be an ornery bastard).

    Stallman is not compromising, but neither is Microsoft.

    1. Re:Problems.. by chippy99 · · Score: 1

      Stallman, he's mad, he's god, he's clever, he's stupid, he's brilliant. The world needs more people like RMS, but not too many. I feel totally unable to comment on his plans for a GNU version of GNU because I am still trying to learn how to use Emacs. Just look at his website www.stallman.org and decide for yourself, genius or weird genius ;>)

    2. Re:Problems.. by TrappedByMyself · · Score: 1, Insightful

      Nice and dramatic, but not really true. I have a hard time with the champion of free imposing so many restrictions. GNU this, GNU that, viral useage rules.

      but without his conviction we would all be locked into proprietary products.

      He's definitely had an effect of free software, and its course would be different without him, but I hardly think the world would be so dismal. He built some development tools then started on these grand projects which seem to share the development cycle of Duke Nukem Forever. The academic community shares stuff anyway, so Linux would have still existed, it just wouldn't use the GPL as we know it. The sharing of ideas is hardly a recent concept.

      I'm not saying the guy isn't important, but he's closer to just a colorful character than a critical path guy in computer history (such as John von Neumann)

      --

      Help me take back Slashdot. When did 'News for Nerds' become 'FUD and Conspiracy Theories for Extremist Nutjobs'?
    3. Re:Problems.. by fotbr · · Score: 1

      Free software would have happened with or without Stallman. It might have taken a little longer, or perhaps not. But it eventually would have happened anyway.

      I'm not saying he wasn't useful, but the man isn't a god, and shouldn't be worshipped as such, although it seems that some zealots do.

      Then again, Gates isn't evil incarnate, and Jobs & Woz aren't gods either, but there are plenty of people who view them as such.

  28. Who cares? by bogaboga · · Score: 1

    I care less about what RMS does. As an upcoming developer, if I am not happy with RMS' new GPL version, I simply continue to use version 2, which I am very happy about. That's the beauty of the GPL v.2. Am I wrong on this?

  29. Re:No, linux will kill itself by Pantero+Blanco · · Score: 1

    Sorry, I should have said "unless you're using copyrighted code without permission". My point was that emulators don't violate copyright, which is what the original poster seemed to be saying.

  30. Remember, Forbes is a business pub, not technical by Anonymous Coward · · Score: 2, Insightful

    Forbes has had a chequered history at best when it comes to the computer industry,
    not to mention Linux. However, there is a small grain of truth in their basic
    premise, and in many ways, the Linux community continually shoots itself in the foot.

    I've heard from various application writers who say they haven't got a clue when it
    comes to "porting" to Linux, because there are so many variations in APIs (from their
    standpoint) between the various distributions. I've been running SuSE for years, yet
    I can't seem to install gnucash without getting into dependency hell where I seem to
    need one more RPM after another ad nauseum/infinitum. I have a copy of gimp from a site
    in Germany that's now out of date, but I can't do an 'rpm -e' on it without disrupting
    the (circular) dependencies on a bunch of libraries that came with it, so it can't be
    removed (or updated) without incredible frustration. I can't get an RPM of the latest
    version of gimp because no one (particularly SuSE) can be bothered to package it up
    to make it quickly, easily and *RELIABLY* installable *AND* removeable. And, other
    distros don't seem to be any better - Debian is a nightmare to get WINE for. I can sort
    of understand that they don't want to support a rapidly moving target, but it's not going
    to settle down unless folks can install it, test it, report bugs on it, and try to fix it.

    The politics around some of the apps are at the very least childish, and at worst, are
    preventing me from doing what I'd really like to do. I'm just a hobbyist - i.e., my system
    is NOT business-critical in the literal sense, but I really don't want to run Windows, and
    haven't for a long time. But, when my dual Athlon 1800+ with 2GB of memory crashes gimp
    repeatedly because I want to simply edit a picture, there's a major problem. Debian just
    re-did all their CD writer software because of a pissing contest with the developer of the
    package that I still use under SuSE 10.0. WHY ARE WE CONTINUING TO HAVE THESE SORTS OF PROBLEMS??

    Yeah, I can sort of understand Linus' angst over GPLv3. No, I really don't care for some of
    Stallman's antics. But those issues are the tip of the iceberg, and that iceberg is starting
    to drift back towards the Pole whence it came, and seems to be freezing up and getting larger
    as we speak. If we indeed are going to be serious about being a business solution that users
    are willing to bet their business on (never mind how much they're paying for a distro or for
    support), then we need to clean up our act NOW.

    Forbes was a big supporter of a mouse that would dutifully spy on your system and tell its
    boss what web sites you visited. I'm very disappointed that Steve let this happen in the
    first place, and it saddens me that they're still very technically naive in many ways. But
    it's going to be damned tough to straighten them out when our own Linux story is such a mess.

  31. Insulting, inflammatory, & funny by rumblin'rabbit · · Score: 4, Insightful
    There were a few inaccuracies right off the bat. For example, Stallman may have issues with the state of copyright law, but he's not against copyright per se. Indeed, the GPL is based on copyright law. Lyon also confuses free as in beer with free as in freedom.


    But the main point is essentially correct: Stallman is trying to aggressively expand his "freedom empire" with the GPL 3, and it could just bite him on the ass.

    The article also insulting, inflammatory, and funny. Gotta love a good dustup.

    1. Re:Insulting, inflammatory, & funny by YU+Nicks+NE+Way · · Score: 4, Insightful

      Actually, yes, Stallman is opposed to copyright, _per se_, at least as far a software is concerned. He's quite open about that; he believes deeply in something he refers to as "the freedom to tinker". Copyright, if it applies to software packages, completely breaks the freedom to tinker.

    2. Re:Insulting, inflammatory, & funny by Ruie · · Score: 4, Interesting
      But the main point is essentially correct: Stallman is trying to aggressively expand his "freedom empire" with the GPL 3, and it could just bite him on the ass.

      I don't think "expand" is the right term here. "Preserve" would be much better.

      Keep in mind that when GPL-2 was created there was no such thing as DMCA and software patents were a rather exotic idea. GPL-3 is the answer to new laws and aggressive interpretations of old ones.

      "Global" and "Internet" are not just empty words. Combine a potential loophole (as one can use GPL source and lock down binaries with crypto key and DMCA) and millions of people and there *will* be a few unscrupulous ones that will spoil it for everybody (example: e-mail).

      So, yes, we do need GPL-3, but the issue of how to deal with existing GPL-2 software is truly a hairy one.

    3. Re:Insulting, inflammatory, & funny by Millenniumman · · Score: 1

      Without copyright there could still be closed sourced software. Licensing would be have to be fully software controlled, which is never foolproof, but they can't sue everyone now anyway. Nothing about public domain makes you give away source code, nor does it restrict how the software works.

      As far as the "freedom to tinker", I find shared source license interesting. Is there any license that requires you to buy a license for the software, but then gets you the code for it for you to use (not distribute), for any purpose? Also, perhaps, allowing you to distributed "fixes" or "additions" under any license you like that lets other owners of the software use you addition?

      Microsoft's seem to be either distributable or restricted to where you aren't allowed to mess with the code, only look at it.

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    4. Re:Insulting, inflammatory, & funny by Rudolf · · Score: 3, Informative

      Actually, yes, Stallman is opposed to copyright, _per se_, at least as far a software is concerned. He's quite open about that; he believes deeply in something he refers to as "the freedom to tinker". Copyright, if it applies to software packages, completely breaks the freedom to tinker.

      Then why does he copyright all his stuff instead of releasing it into the public domain free of copyright?

    5. Re:Insulting, inflammatory, & funny by Mr.+Arbusto · · Score: 1

      That is easy.

      Show me where in copyright law, I can before expiration, remove my copyright.

    6. Re:Insulting, inflammatory, & funny by Arker · · Score: 4, Informative

      Then why does he copyright all his stuff instead of releasing it into the public domain free of copyright?

      Because, all the fashionable slashdot trolling to the contrary, he's an eminently practical man. If he released it PD he knows someone would just grab it, modify it a little, and close it off. He knows this because he learned the hard way - this was done with much of his early work.

      He'd like to change copyright law, but being unable at least for the moment to do that, he came up with a way to hack copyright law to serve his purposes instead.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    7. Re:Insulting, inflammatory, & funny by Anonymous Coward · · Score: 0

      > Then why does he copyright all his stuff instead of releasing it into the public domain free of copyright?

      To use copyright law against itself, in a way, in order to promote free (libre) software. It's poetic justice, in a way. There are some really long manifestos you can read, BTW. Believe it or not, people do think of the obvious. Moreover, if copyright law were to vanish tomorrow, so would the GPL--it only covers distribution, not use, of the work and if you don't need its permissions, you wouldn't need it at all. Unless they created some screwed up law to replace copyrights. I wouldn't put that past 'em...

    8. Re:Insulting, inflammatory, & funny by Tim+C · · Score: 2, Informative

      Show me where in copyright law, I can before expiration, remove my copyright.

      You know how on a lot of things there's a line that says "All rights reserved"? You just do the opposite - you publicly waive all rights and considerations concerning the thing you want to release into the public domain. For example, "I hereby release this comment (the one you are now reading) into the public domain, and renounce all claims to copyright upon it" should work (IANAL, etc).

      Copyright law confers rights upon you; if you want to give up those rights, just say so.

      The reason Stallman doesn't is the same as the reason why he doesn't use the BSD licence - because then others could build upon his work and not release the source back to the community.

    9. Re:Insulting, inflammatory, & funny by CmdrGravy · · Score: 1

      I will consider revoking the copyright on any future works I may produce and releasing them free from restrictions to society. However I estimate that the probable value of this work will be around the £10 Million mark so will only revoke my copyright if society pays me that amount.

    10. Re:Insulting, inflammatory, & funny by DaveCar · · Score: 1

      Moreover, if copyright law were to vanish tomorrow, so would the GPL--it only covers distribution, not use, of the work and if you don't need its permissions, you wouldn't need it at all. Unless they created some screwed up law to replace copyrights. I wouldn't put that past 'em...

      If copyright law did vanish then there would be nothing to stop EvilCo from using as much previously-GPLed software as it wanted, modifying it to buggery (including mixing it with proprietry closed source code), compiling it to a binary and signing it. Then the EvilCo EvilBox(TM) would only run EvilCo signed binaries. Free Software has lost the only thing which stops people abusing it :-(

      Moreover, other tretcherous computing platforms could ensure only "legitimately purchased" licensed copies of EvilCo software would run with the appropriate license key. Sure, you could legally copy as much EvilCo software as you wanted since there is no longer any copyright law to forbid it, but you won't be able to run it without a consent form.

    11. Re:Insulting, inflammatory, & funny by Jezter!*+$nothername · · Score: 1

      Ahem! I think that you're confusing copyright with patent.
      Copyright prevents you distributing the, in this case, software as your own work (the "copy" bit of copyright).
      Patenting prevents you taking the, again in this case, software and modifying it, decompiling it or otherwise adulterating it - whether you distribute it or not.

      To return to the original topic. I've had to run software audits and, I can assure you, head bean-counters do not like any conflicts in licencing terms within a supposedly unified IT deployment. That is the danger that RMS & GPLv3 can produce - the people handling the cheque book will not care for the semantics, they will see incompatibility and that could be a driving force away from Open Source deployment and into the arms of the proprietary market.
      Linus is pragmatic, he can see that there are times when adopting a propretary solution (graphics drivers etc.) is better than having no or greatly inferior solutions. The ultimate aim for the Linux and other OSS systems is to make them as useable as possible to all potential markets whilst RMS's vision will make that almost unobtainable with GPLv3.
      Give me pragmatism any day of the week.

      Disclaimer: IANAL etc., etc.

      --
      Democracy is being able to elect your own megalomaniac, a dictatorship cuts out the middle man.
  32. Glad I only GPLv2 my code 8 years ago. by Anonymous Coward · · Score: 2, Interesting

    As an open-source developer for 8 years building web and desktop apps, I am disgusted with GPLv3.
    I am glad I never trusted the GPL to remain the meaning I intended for my creation and remove the upgrade clause making my code GPLv2 only.
    The thought kept crossing my mind... what if someone like Microsoft created the official GPLv3 or v4 years from now.
    My future open-source apps will probably be a modified FreeBSD or MIT style license.

    1. Re:Glad I only GPLv2 my code 8 years ago. by Anonymous Coward · · Score: 0

      I am glad I never trusted the GPL to remain the meaning I intended for my creation and remove the upgrade clause making my code GPLv2 only.

      If you think GPLv3 is fundamentally different from GPLv2, then you never understood GPLv2 in the first place.

      My future open-source apps will probably be a modified FreeBSD or MIT style license.

      That's a very good idea. It's not good to release code under a license you don't understand like you did on your old project.

  33. Maureen O'Gara - Dan Lyons in drag by Anonymous Coward · · Score: 2, Insightful

    Lyons is just raking for hits and /. delivers. This is such a number on Stallman I'm amazed that Forbes printed this muck. But it is even stranger that it gets on /. without any mention of the personal attack that this represents. It very much reminds me of the attack on PJ at Groklaw by Maureen O'Gara. This falls so far below a standard of journalism you would expect from a business journal. It seems very desperate. It also looks like free software really does scare the sh*t out of someone. The message is clear, sell your shares in IBM, HP, Novell, Redhat NOW and buy M$.

  34. Re:No, linux will kill itself by Kjella · · Score: 2, Interesting

    The 1990s called, they want their FUD back. Yes, we use apt-get because we want to but graphical installers have been around for ages now.

    I don't see anyone that's claimed getting software that isn't packaged for the distro being easy. In fact, I don't think installing the software is all that difficult on either. Doing an upgrade of every application on the other hand... show me Windows do that, no instead I got 50 "auto-update" apps that all want to punch my firewall and make management annoying. And installing Linux is much easier if all the hardware is supported - no, you might not install Windows but more often than not users will need to have it reinstalled. Plus, the average install for the average poweruser goes like this:

    Linux:
    1. apt-get install [foo] (or click-equivalent, but I can't paste images in a comment)

    Windows:
    1. Find warez download (time consuming)
    2. Download warez (crappy, unreliable P2P)
    3. Install warez (pray you're not hosed)
    4. Find crack (pray IE doesn't get hosed)
    5. Install crack (pray you're not hosed)

    There's a lot more of the "little things" that annoy me - for example, I recently installed azeureus on top of whatever dependencies debian gave me - turns out it was running on kaffe VM. The very nice thing about that, was that when checking files kaffe would spike to 100% CPU use and stay there using maybe 100x times as long, while sun's java would do it quite quickly at 5% CPU. Try swapping JVM, that's not very easy. Most people wouldn't have a clue or understand how the app depends on java anyway. That's probably the closest thing I've had to an install issue in ages.

    --
    Live today, because you never know what tomorrow brings
  35. Not only that but ... by Anonymous Coward · · Score: 0

    Anything currently licensed under any GPl, BSD, Apache license is still licensed. There is no mechanism to revoke a license.

    If developers want to license their new stuff under the new license, so be it. My guess is that those who care enough will fork off. We have something like the same situation right now. There are distributions that are extremely 'pure' and those that are more 'practical'. I agree that the problem is not so serious that it will cause the death of Linux or open source.

  36. Mod parent post down please -- FUD. by Anonymous Coward · · Score: 0

    Mod parent post down please -- FUD.

  37. Re:No, linux will kill itself by MadEE · · Score: 1

    Just because HP doesn't seem to want to defend the copyright doesn't mean the files are in the public domain.

  38. GPLv4 should forbid *.* by paulpach · · Score: 2, Interesting

    Following the logic from FSF, if you use the software to kill someone, that person will no longer be free to run the software (he is dead ).

    Therefore, military use limits the freedom of potential users and is not in the spirit of the GPL.
    It should also restrict use in prisons for the same reason.
    It should forbid its use in ROM because the user can not replace the software.
    It should forbid locking down the software with a phisical lock.
    It should forbid farting near the equipment since noone will be able to get close to replace the software.

    1. Re:GPLv4 should forbid *.* by cortana · · Score: 1

      Such a license would restrict against fields of endevour and therefore no longer be a 'free software' license.

    2. Re:GPLv4 should forbid *.* by Anonymous Coward · · Score: 0

      That has to be the most retarded analogy I've ever seen.

    3. Re:GPLv4 should forbid *.* by iamacat · · Score: 1

      Military/prison wardens/safe owners/fluctuence sufferers must, upon request, provide a copy of GPLed source code to the persons to whom they distributed the binary. If you survive an attack by a smart missile you have a right to get a copy of any derivative code it runs. Of course, government can instead use eminent domain laws and compensate Linus by paying him a fair market value of his work.

    4. Re:GPLv4 should forbid *.* by bky1701 · · Score: 1

      Except his being unable to use free software is a side-effect, not an effect in itself. He can't use any OTHER software, ether. Kind of like using GPL code to lock down a computer; it's not free to run ANY software, forget free or not.

  39. Re:No, linux will kill itself by Eric+Smith · · Score: 2, Interesting

    No, but the fact that they were published with no copyright notice back when that was a legal requirement in the US does mean that they are now in the public domain.

  40. Jeez - if he'd just finish HURD... by jpellino · · Score: 1

    ... then GNU can kick the Linux kernel to the curb.

    --
    "Win treats sysadmins better than users. Mac treats users better than sysadmins. Linux treats everyone like sysadmins."
    1. Re:Jeez - if he'd just finish HURD... by Anonymous Coward · · Score: 0

      Might be an even longer shot now... HURD uses quite a bit of Linux code in the form of device drivers and such, and if that's distributed w/o FSF headers, it'll have to be written out of a GPLv3 HURD.

    2. Re:Jeez - if he'd just finish HURD... by goofyheadedpunk · · Score: 2, Interesting

      I'd like to agree, but at this point who would use HURD? If it were '90 and the whole GNU system where availiable I could see myself as a HURD user rather than a Linux user, but now it's just irrelevant. Hell, the crazy fuckers can't even stick with their original design goals, they're thinking about switching micro-kernels _again_ without ever having gotten something usable. Stick with the original plan, motherfuckers! Then fix things!

      Argh, sorry. It just pisses me off. I'd love to use a complete GNU system, but there's no way that's ever going to happen. It's not even that the HURD is difficult to write because is a micro-kernel. MINIX has been rewritten three times, and has been usable, in one sense or another, in almost the same amount of time it's taken the GNU folks to get _nothing_ done with HURD.

      The two biggest jokes in software development are the GNU HURD and Duke Nukem Forever, and that's just sad. If HURD is ever finished (and I'm not holding my breath) there will be so many better GNU/Foo systems around, for various values of Foo, that HURD will never collect enough of a user base to be more than a curious little blip.

      I really wish, though, things had turned out differently. Might have been cool, who knows?

      --

      What if the entire Universe were a chrooted environment with everything symlinked from the host?
    3. Re:Jeez - if he'd just finish HURD... by jamstar7 · · Score: 1
      I'd like to agree, but at this point who would use HURD? If it were '90 and the whole GNU system where availiable I could see myself as a HURD user rather than a Linux user, but now it's just irrelevant. Hell, the crazy fuckers can't even stick with their original design goals, they're thinking about switching micro-kernels _again_ without ever having gotten something usable. Stick with the original plan, motherfuckers! Then fix things!

      What all is left of GNU in Linux anyways? A handful of heirloom utilites & the compiler? And last time I looked, there were alternate compilers...

      --
      Understanding the scope of the problem is the first step on the path to true panic.
    4. Re:Jeez - if he'd just finish HURD... by avb85 · · Score: 1
      They're aiming for a operating system of the future. There is no need to rush through and build another crap system that is going to be obsolete in 10 years. The hurd development process is slow and steady and the overall design of the system will be built to last.
      by jamstar7 (694492) on Sunday October 22, @10:45PM (#16541740) I'd like to agree, but at this point who would use HURD?
      I don't know when the last time you tried the hurd.. but It's actually fairly usable as a desktop.. if you can get it working on your hardware. It's not yet stable enough for a production system or a server, hence why it hasn't been released yet. Any hackers or geeks with balls should be able to run GNU/Hurd fine for day to day use. (Though not recommended). I have Debian GNU/Hurd installed at home.. and run it everyday with GNOME. Anyone who knows anything about software or better yet, operating system design, will tell you the design the hurd team is developing is far superior to Linux and the BSDs (Unless they're against it, hence, for another OS). But tith these very advanced designs, It can become very difficult to debug and fix even minor problems. But like I said.. the development is actually fairly steady and the team is making huge progress. (Keep in mind most documentation, even official docs, are very out of date.. same with some of the drivers.. but other parts of the core design are practically in the future.)
    5. Re:Jeez - if he'd just finish HURD... by goofyheadedpunk · · Score: 1

      Actually, there's a lot of GNU on your typical Linux system (which is, not surprisingly, why Stallman insists on GNU/Linux). There's coreutils (ls, rm, so on and so forth), which is, I assume, what you mean by heirloom utilities. Then there's bash, a couple of editors, binutils (linker, compiler, assembler, so on and so forth), the make system, the C library, GNOME and all the official GNOME utilitites, autotools, bison, some games, a bunch of misc. system utilities and a bunch of stuff that few people will give a rat's ass about but will tend to use alot and a handful of stuff that would be best if everyone forgot. Hell, from what I understand, Linux itself relied heavily on gcc and the GNU C extentions at one point (it may still well, this wasn't long ago), so there's that too.

      Assuming the HURD weren't such a massive train wreck the GNU System would be a remarkably complete *nix environment, which is why Linux has done so well. There's a lot of GNU left on any given Linux system. Nothing to sneeze at, anyway.

      Here is, by the way, the full listing of the GNU Project Software.

      --

      What if the entire Universe were a chrooted environment with everything symlinked from the host?
    6. Re:Jeez - if he'd just finish HURD... by avb85 · · Score: 1
      by goofyheadedpunk (807517) on Monday October 23, @12:26AM (#16542430) Here is, by the way, the full listing of the GNU Project Software.
      Are you kidding? That isn't no where near all of the GNU Software. http://directory.fsf.org/GNU/
    7. Re:Jeez - if he'd just finish HURD... by goofyheadedpunk · · Score: 1

      Woops, I fucked up. Sorry.

      --

      What if the entire Universe were a chrooted environment with everything symlinked from the host?
  41. Re:No, linux will kill itself by Overly+Critical+Guy · · Score: 4, Insightful

    No offense, but you just illustrated what the original poster was mocking by padding your list of Windows steps to make it look worse, when in reality, your average install on Windows is:

    Windows
    1.) Insert CD. Setup automatically begins.

    And the fact remains that a lot of Linux packages require more manual configuration than their Windows counterparts.

    --
    "Sufferin' succotash."
  42. The public domain ... by guysmilee · · Score: 2, Insightful

    I find it funny how companies struggle to make money by constantly trying to shift what should be in the unrestricted public domain to be something that is not. Companies deserve to protection when using public domained source and information ... they should be simply focused on quality of service delivery. If they become protectionist because they cannot provide a quality service/product ... then they deserve to collapse ... a new business model will arise from their ashes ...

  43. Re:Are you joking? by Overly+Critical+Guy · · Score: 1, Insightful

    Uh, most of the longest running servers online are running...BSD. Linux 2.6 has been a mish-mash of new code that should have been in a development line of kernels, and there have been prominent developers coming out and describing a spiraling trend of instability because of the new development model. It was even posted on Slashdot. Funny that you disregard that but selectively remember everyone else's FUD.

    As for FreeBSD oopsing when you hotplug, never had it happen.

    --
    "Sufferin' succotash."
  44. Re:Are you joking? by Anonymous Coward · · Score: 0

    That "loonie" is doing his job by making sure that no exploitable code (blobs) are running at ring0. It's true the man isn't tactful, but he does do what needs to be done and for that I respect him. BTW, he's also a damn good engineer. The NetBSD folks lost one of their best assets when they kicked him out. But interpersonal relationships are a bitch.

  45. Remember by HangingChad · · Score: 1

    This is the same Forbes that called all the tech jobs going overseas in the late 90's "pruning the dead wood." And treated SCO like their case actually had merit.

    --
    That's our life, the big wheel of shit. - The Fat Man, Blue Tango Salvage
    1. Re:Remember by Achromatic1978 · · Score: 1
      pruning the dead wood

      Many many companies went way too far, but you have to admit there were many many more who were bloated, inefficient, and way overpaid, and these were the ones that needed to prune their dead wood (tactless phrasing aside). Some of them just cut to the bone (to mix a metaphor).

  46. Stallman is too early to the party. by Dissman · · Score: 1

    Honestly, I kinda think this is like the crusade for Network Neutrality... Just as the advocates of Network Neutrality areStallman and his ilk are too early to garner enough support to put it over the top.

    Until the average person is feeling the squeeze from DRM (Which is starting... I'm having average people approaching me on it.), or having problems with using Vonage over their AT&T DSL connect... there is unlikely to be concensus to do something drastic like this.

    1. Re:Stallman is too early to the party. by yuna49 · · Score: 1

      Perhaps you should have watched last week's Bill Moyers's special on PBS where the proponents of net neutrality were identified as Microsoft, Google, trade unions, and advocacy groups like both MoveOn and the Christian Coalition. I don't see much of "Stallman and his ilk" in this list, and most of these folks have substantial ties to K Street.

  47. Re:Forbes? On Open Source? Ha! by Overly+Critical+Guy · · Score: 0, Flamebait

    As opposed to Slashdot, which never tries to influence its readers, ever. By the way, the iPod is lame and has less space than a nomad, people who "steal" GPL code are "thieves," and it's not theft to pirate music and not pay artists because the RIAA are bad guys who dare to protect their own copyrights using the legal system (The horror! The outrage!).

    --
    "Sufferin' succotash."
  48. Re:Stahlman & GNU by Bing+Tsher+E · · Score: 1

    And you know these details about Richard Stallman's personality traits based on first-hand observations?

  49. Ain't no way Stallman will relent. by BitwizeGHC · · Score: 0, Flamebait

    He's got to be hardcore and stick it to the man, like his hero Hugo Chavez.

    --
    N4st0r, trixx0r h0bb1tz0rz! Th3y st0l3 0ur pr3c10uzz!
  50. Author is no stranger to GNU/Linux FUD. by fuego451 · · Score: 1

    Seems Daniel Lyons makes his living attacking Linux and GNU/FSF and others in the FOSS community. From the article:

    You've probably seen his name mentioned on Slashdot and Groklaw, and if you regularly read Linux-related news, you've probably read some of his articles and shook your head in disbelief. Forbes writer and fiction author Daniel Lyons' articles regularly target Linux, free software, and companies that support Linux.

    Moderators, please do not mod this post. I'm not doing it for the points.

  51. At first I saw, "Will STUNTMAN... by davidsyes · · Score: 1

    kill the 'Linux Revolution'?"

    Then I thought, "That would be one very CUNNING STUNT man..."

    (please refrain from Spoonerism...hehhe)

    --
    Previously: "Linux... Toward the Sunrise..." Now: "Linux... Toward the-- No, now, part of Every Sunrise"
  52. From Forbes? BS! by rofthorax · · Score: 1
    There is a FLOSS podcast with Richard Stallman's lawyer that describes what V3 is about. Forbes magazine is into money not Open Source, they are afraid of the aspects of Open Source that try to eliminate the patenting of software.. They are making a big deal about V3 because they probably think it has to do with software patents (as if investors are going to lose a foothold in the open source world) and V3, as his lawyer says in the FLOSS podcast is about securign Copy Left in nations outside of America.. It has nothing to do with Linux and such.. The only reason that they are arguing Stallman with Linux in the same phrase is Richard Stallman makes a big stink when Linus Torvalds wants to make a big deal of the project HE STARTED and used GNU Software TO FILL IT OUT!! But Stallman being the loudmouth he is, just wants Linus to give GNU some credit, append GNU to the front of the name.. I'm sorry is Open Source Software about politics or an exchange of free development for karma, or something like that.. Or is it about scratching itches.. In forbes case, its about scratching seeing eye bitches.

    --
    Just say no to license servers!!
  53. Business FUD not linux FUD by JoeCommodore · · Score: 3, Informative

    The article is from a Daniel Lyons talking about "restricting business"
    though the real point of GPL v# seems to be is to keep free software from
    restricting users (at the expense of shady business lock-in practices).

    Lots of FUD about how this will hurt the (business) economy, etc. A
    lot of the gist sounds like a push to privitize the previous work of
    the community.

    Also a bunch of exploitave tabloid-style character attacks on Stallman.

    Seems Daniel uses this simliar muck raking style with other platforms:
    http://www.forbes.com/2006/03/22/vista-microsoft-b allmer_cz_dl_0322mi...

    Some people have written about the author:
    http://www.thejemreport.com/mambo/content/view/174 sounds like he
    equally pisses off eveyone he reports about.

    --
    "Enjoy what you're doing! If it becomes drudgery, you're doing it wrong!" - Jim Butterfield
  54. logical next step? by FudRucker · · Score: 1

    "if you see a fork in the road, take it" - Yogi Berra

    i think if this does not get resolved then Linus & Co, should copy the existing GNU tools and fork it, then Stallman & Co. better either copy a Linux kernel and fork it or start polishing Hurd...

    --
    Politics is Treachery, Religion is Brainwashing
  55. Re:Are you joking? by Billly+Gates · · Score: 2, Interesting

    I used to be a linux user and then a FBSD biggot and now an ubuntu Linux user again starting last year.

    Linux was very stable at kernel 2.0 when Allen Cox was Linus's right hand man and the distro's did not include alpha quality bleeding edge products. FreeBSD was also very stable and I loved FFBSD 4.x. It had USB support long before Linux did and a certain quality was there that was absent in most linux distributions. However RedHat 7.x and the awefull mandrake ruined Linux expectation as a stable bug free operating system compared to Windows. I gave up and went to FreeBSD 4.2 and loved it! FreeBSD had the highest uptimes and could handle loads that Linux could not.

    However the 1990's are over and FreeBSD 5.x and 6.x are terrible operating systems that are buggy under crazy locking schemes and spagehtti code. Most of hte core developers left and Linux distributions such as Ubuntu came with stable software and the kernel 2.6 is rock solid again like 2.0 was. Linux has caught up and beat FreeBSD.

    Also my USB keyboard that worked under FBSD 4.x still does not work with the recent versions and no BSD hacker can figure it out.

    FBSD is not the os it once was and neither is Linux.

  56. I've heard this song before by Todd+Knarr · · Score: 2, Interesting

    When I read stuff like that, I recall a lot of the same things were said about Stallman and the GPL back when it was coming out. The GPL would drive companies away from open-source software, it was said, because the terms were too radical. Well, businesses didn't like the terms, it was true. But the main thing about the GPL businesses didn't like, the fact that it prevented them from taking GPL'd code and exploiting it for their own profit without letting others do the same, attracted developers in droves. And the result was software that was just too attractive for businesses to just ignore.

    I'll go out on a limb and predict that GPLv3 will follow the same path that GPLv2 and GPLv1 did. And it won't include dying.

    1. Re:I've heard this song before by dazlari · · Score: 1

      Mod parent UP!! ahhh to have mod points... (I've heard that song too)

    2. Re:I've heard this song before by kz45 · · Score: 1

      " the fact that it prevented them from taking GPL'd code and exploiting it for their own profit"

      Honestly, I see no issues with this.

      If I create a piece of source code and a company uses it for profit and closes it back up, I just won't get their changes (which isn't mine to begin with) but everyone, including me, can get the original code (which is still free).

      Since code isn't tangable, it cannot just be "stolen". Especially if you can prove prior art (which shouldn't be that difficult)

      To me, when I look at it in this light, it makes the GNU, FSF, and stallman a moot point and just a political agenda.

      This is why I love the BSD license. It has no such restrictions..a truly free license......

    3. Re:I've heard this song before by Todd+Knarr · · Score: 2, Insightful

      True, which is why the BSD license is still being used. It's the perfect fit if you want that. But the overwhelming majority of software projects said "We work on share and share alike. If you use our code to your benefit, the price is that we get to use your code for our benefit in return.". And IIRC it was things like finding the BSD networking stack in Windows, obviously modified but with no code being returned, that triggered a lot of the moves to the GPL. I see a parallel with Tivo there.

      The question is, free for who? The BSD license grants total freedom to the recipient. The GPL grants freedom to the code. Myself, I take the position that I'm licensing anything I write under the GPL or LGPL, and if a company wants to use it without having to give their modifications back they can come talk to me and discuss payment in an alternative coin.

    4. Re:I've heard this song before by arose · · Score: 1
      The question is, free for who? The BSD license grants total freedom to the recipient. The GPL grants freedom to the code.
      Or from another perspective the BSD grants total freedom to the recipient and the GPL a number if freedoms to recipients.
      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    5. Re:I've heard this song before by Todd+Knarr · · Score: 1

      I prefer to put it as the GPL takes away one "freedom" from the recipients: the freedom to make the code non-free. This is certainly a major restriction to certain people, but I liken it to laws against theft restricting the freedom of thieves to steal.

    6. Re:I've heard this song before by NoOneInParticular · · Score: 1

      One other thing that makes GPL attractive for corporations is the fact that source cannot be closed up again. Imagine these companies contributing to Linux and seeing their competitors close up that investment. No way. In that sense, BSD-style licenses are corporation unfriendly, as corporation supported development can only occur in stuff that's deemed 100% unstrategic and without value for the company.

    7. Re:I've heard this song before by kz45 · · Score: 1

      "One other thing that makes GPL attractive for corporations is the fact that source cannot be closed up again. Imagine these companies contributing to Linux and seeing their competitors close up that investment. No way. In that sense, BSD-style licenses are corporation unfriendly, as corporation supported development can only occur in stuff that's deemed 100% unstrategic and without value for the company."

      well, those companies would be using the BSD license. This means that they would not be giving out the source to their competitors (because it isn't a requirement) and would not have an issue with someone closing up their investment (which wouldn't matter anyway..because even when you close up source, it is still accessable..just the changes aren't).

  57. Lyons Again by mmurphy000 · · Score: 2, Informative

    The author of the piece, Daniel Lyons, has a history of not exactly being friendly to Free Software and open source.

  58. Mod parent UP!!! by fuego451 · · Score: 1

    Come on Mods. This post is not off topic. It is right on the money.

  59. Slightly OT: Why isn't the language "more clear"? by NotQuiteReal · · Score: 5, Insightful
    I know, traditions and all, but after all, legal rulings are often called "opinions". Why does there need to be "interpretation"? When you make a law (or write a license), would it be so hard to tag a sentence or two in plain vernacular about the "intent"? Why wouldn't that have any weight, legally? I mean, if it is from the original author of the clause in question, why would it not have standing, even if clearly different from the exacting legalese? Seems like we have the author of GPLV3 explaining himself already! Couldn't the intent be part of the license?

    To take a really off topic, but simple, example; When they said; A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed. They knew what them meant. Would it have been so hard to add a sentence? Either By this we mean a well regulated militia is one that is under state control or The intention of this is to prevent the state from usurping the rights of individuals, so this to means all citizens of good standing can bear arms.?

    Makes a big difference, and not subject to later interpretation.

    --
    This issue is a bit more complicated than you think.
  60. “Is your mother a whore?” by Jerk+City+Troll · · Score: 1, Insightful

    The question mark in the title is clearly a Cavuto, a type of punctuation used to make an inflammatory statement without actually being inflammatory. For further clarification, I would like to turn to Jon Stewart.

  61. Ironically... by rhythmx · · Score: 3, Insightful

    Ironically, TFA displays a blantant lack of respect for intellectual property and copyright. While it is busy smashing RMS for "demanding that the big tech outfits crack open their proprietary code whenever they inserted lines from [GNU/]Linux", it fails to realize that the FSF owns that code. Stallman and the FSF have just as much a right to enforce open source as Microsoft does to enforce closed source. Yet another case of confusing "free" and "freedom".

    This author is completely ignorant of the issues surrounding Open Source/Free Software. He just realized all his favorite Fortune 500 companies were investing in a "socialist" operating system and let the FUD fly to make himself feel better.

  62. The guy is a dick by Anonymous Coward · · Score: 0

    but the article is really funny.

    --------
    But then, Richard Stallman rarely is pragmatic--and in some ways he is downright bizarre. He is corpulent and slovenly, with long, scraggly hair, strands of which he has been known to pluck out and toss into a bowl of soup he is eating. His own Web site (www.stallman.org) says Stallman engages in what he calls "rhinophytophilia"--"nasal sex" (also his term) with flowers; he brags of offending a bunch of techies from Texas Instruments by plunging his schnoz into a bouquet at dinner and inviting them to do the same.

    His site also boasts a recording of him singing--a capella and badly--his own anthem to free software. ("Hoarders can get piles of money / that is true, hackers, that is true. / But they cannot help their neighbors, that's not good, hackers, that's not gooood," he warbles, which culminates in polite applause from his followers.) He hasn't hacked much new code in a decade or more. Instead he travels the world to give speeches and pull publicity stunts, donning robes and a halo to appear as a character he calls "St. IGNUcius" and offer blessings to his followers. (GNU, coined in his first manifesto, is pronounced "Ga-NEW" and stands for "Gnu's Not Unix"; the central Linux license is known as the GNU license.)

    And though he styles himself as a crusader for tech "freedom," Stallman labors mightily to control how others think, speak and act, arguing, in Orwellian doublespeak, that his rules are necessary for people to be "free." He won't speak to reporters unless they agree to call the operating system "GNU/Linux," not Linux. He urges his adherents to avoid such terms as "intellectual property" and touts "four freedoms" he has sworn to defend, numbering them 0, 1, 2 and 3. In June Stallman attempted to barge into the residence of the French prime minister to protest a copyright bill, then unrolled a petition in a Paris street while his adoring fans snapped photos.
    -----

    1. Re:The guy is a dick by captjc · · Score: 1

      My kind of crazy!

      --
      Slow Down Cowboy! It's been 1 hour, 47 minutes since you last successfully posted a comment
  63. Mod TFA as Flamebait or Troll by psykocrime · · Score: 3, Insightful

    I got as far as this part:

    M. Stallman is a 53-year-old anticorporate crusader who has argued for 20 years that most software should be free of charge.

    and realized that the author of TFA has no fucking clue what he's talking about. Stallman and the FSF are fine with people
    charging money for software... The author clearly does not grok the difference between "free as in beer" and "free as in speech."

    --
    // TODO: Insert Cool Sig
    1. Re:Mod TFA as Flamebait or Troll by Anonymous Coward · · Score: 1, Insightful

      "Stallman and the FSF are fine with people charging money for software... "

      The thing is, that FOSS doesn't make it's money by "selling software". It makes it's money by selling "non-copyable" services. If I hire you for example to modify the code for whatever reason. e.g. updates, bugfixes, etc. I'm paying for your time and that can't easily be P2P'ed, but the code can. If I pay you to write documentation, or be available 24/7 to maintain things. That lies outside of FOSS even if it benefits indirectly. So Stallman's position is rather irrelevent because that's not were the money is as far as FOSS is concerned. Now commercial entities and Stallman's position are another matter entirely.

    2. Re:Mod TFA as Flamebait or Troll by psykocrime · · Score: 2, Informative

      The thing is, that FOSS doesn't make it's money by "selling software". It makes it's money by selling "non-copyable" services.

      It seems true that few - if any - open source companies make money by just "selling bits." But it could be done. If a company creates a GPL'd program (let's say it's a case where it's GPL by virtue of incorporating other GPL'ed works) they are not required to give free binaries to anybody. They can sell the binaries for a bazillion dollars if they want... but must distribute the source, under the GPL, *with* the binaries (or include a written offer to provide the source).

      The only real fly in the ointment here is that there customer can take the program and turn around and redistribute it, for any price they wish, including free. So most people look at that as precluding making money from selling GPL'd programs... but if your customer(s) have no real incentive to try and undermine your business by redistributing your program, it's entirely possible that it will never come up. And the more niche / specialized (and therefore less generally useful) your program is, the less likely it seems that your customer would want to bother with doing something like that.

      The counter-argument, of course, is that you have no way of knowing whether or not your code will eventually leak into "the wild." And you have no way of guaranteeing that it won't happen. But even if it does, that still doesn't necessarily mean you can't still make money. Red Hat makes money selling RHEL Subscriptions, where part of what you're paying for is an entitlement to download ISOs, even though CentOS binaries are freely available.

      --
      // TODO: Insert Cool Sig
    3. Re:Mod TFA as Flamebait or Troll by istartedi · · Score: 1

      Haha, you're right. I once suggested that I'd be happy to give someone software under GPL. I'd just charge them $1 million for each copy. :)

      I seem to recall having heard of a slightly less outrageos version of this occuring, where the vendor charged $5000/copy. It seemed to work, because most people who paid that much for something wouldn't put it up for download.

      Of course, this only works for specialized products where such a charge is warranted, or for large contracts. In most cases, such as an OS or a browser, licensing the software GPL and charging a reasonable price for it has the unintended consequence of making it gratis

      So, while the Forbes author's leap isn't accurate in every case, it's accurate in the contexts that most people care about.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    4. Re:Mod TFA as Flamebait or Troll by QX-Mat · · Score: 1

      I am deeply concerned that I cannot seem to have a no-FUD-views homepage :( It's articles like this, from Daniel Lyons _once again_, that make me sad. The /. crowd seem to be off on a tangent, and I can see more flamebaits than positive criticism.

      Just to join the debate, I really wish people would stop using the, "I (heart) Linus" approach: stop agreeing with the GPLv3 in its entirety and then saying, "Oh but switching isnt practical".

      AND, while im on it, it'd be nice seeing more people acknowledge that RMS is a bad-bad-bad debater a little more often :(

      (I speak of neither RMS' or Linus' views, just, people aren't that good at debating on /. either!)

      Ahem. No one needs loyalty - but we do need a direction, through informed decisions.

    5. Re:Mod TFA as Flamebait or Troll by Blakey+Rat · · Score: 1

      You should write an email to him using the word "grok." I'm sure that'll clear it right up, huh?

      Seriously, though, anybody who uses the word "grok" in a conversational setting is already beyond hope. Get out of the house a little bit more and figure out how to talk to normal people, please.

    6. Re:Mod TFA as Flamebait or Troll by khallow · · Score: 1
      and realized that the author of TFA has no fucking clue what he's talking about. Stallman and the FSF are fine with people charging money for software... The author clearly does not grok the difference between "free as in beer" and "free as in speech."

      I have two beefs with this. First, I don't see how "free as in speech" applies in any meaningful way against proprietary software. The owners of the code chose what to do with that code. If they chose to hide code, then that seems compatible with the "free as in speech" paradigm. Ie, I can chose to speak or not to speak. That is part of the actual freedom of speech.

      Second, there seems to be a number of people over the years who claim that Stallman hates charging money for software. He's clearly "free as in speech", whatever that really means, but it's also claimed here and there that he also supports "free as in beer". For example,

      Such rude behavior was reflected against other, unsettling developments in the hacker community. Brian Reid's 1979 decision to embed "time bombs" in Scribe, making it possible for Unilogic to limit unpaid user access to the software, was a dark omen to Stallman. "He considered it the most Nazi thing he ever saw in his life," recalls Reid. Despite going on to later Internet fame as the cocreator of the Usenet alt heirarchy, Reid says he still has yet to live down that 1979 decision, at least in Stallman's eyes. "He said that all software should be free and the prospect of charging money for software was a crime against humanity."
      But perhaps Stallman had a change of heart some time ago?
    7. Re:Mod TFA as Flamebait or Troll by psykocrime · · Score: 1

      I have two beefs with this. First, I don't see how "free as in speech" applies in any meaningful way against proprietary software. The owners of the code chose what to do with that code. If they chose to hide code, then that seems compatible with the "free as in speech" paradigm. Ie, I can chose to speak or not to speak. That is part of the actual freedom of speech.

      Ok, maybe "free as in speech" isn't the best possible analogy. It's the one that's commonly used though, and people who read /. typically understand what that means in context. At any rate, the point is just to make a distinction between free as in "you don't have to pay anything for it" (aka, "gratis") and free as in "you are free to use this for any purpose, make changes to it, redistribute it, etc."

      Maybe Libre really is a better word to use for this, but how many people understand exactly what that means either?

      Second, there seems to be a number of people over the years who claim that Stallman hates charging money for software.

      Ok, I'll admit that my Stallman History isn't a strong as it could be. Maybe he has said things to that effect. But - for whatever reason - he
      and the FSF chose not to codify a "no $$$ for software" rule into the GPL. That is what I was basing my statement on. Maybe Stallman does have
      a problem with it on some level, but technically the GPL doesn't rule it out.

      --
      // TODO: Insert Cool Sig
    8. Re:Mod TFA as Flamebait or Troll by psykocrime · · Score: 1

      Get out of the house a little bit more and figure out how to talk to normal people, please.

      It was a posting on Slashdot, why in the hell would I expect any "normal people" to ever see it?!?!!

      Seriously, though, anybody who uses the word "grok" in a conversational setting is already beyond hope

      Even when that setting is a blog / discussion forum for a community made up mostly of some of the nerdiest nerds
      and geekiest geeks known to man??

      --
      // TODO: Insert Cool Sig
    9. Re:Mod TFA as Flamebait or Troll by Jastiv · · Score: 0
      Ok, I'll admit that my Stallman History isn't a strong as it could be. Maybe he has said things to that effect. But - for whatever reason - he and the FSF chose not to codify a "no $$$ for software" rule into the GPL. That is what I was basing my statement on. Maybe Stallman does have a problem with it on some level, but technically the GPL doesn't rule it out.

      Stallman has charged money for the distribution of software in the past and the FSF continues to do so. The objection isn't charging for software, it is having a monopoly on the distribution of software. I can buy one copy of a GNU distribution, make as many copies as I want, and then sell the copies for whatever price and/or give them away for free. I am not allowed by law to do that with proprietary software such as ms windows.

      The other important point is that the four freedoms are more important than propping up a specific business model, so if tomorrow everyone has broadband so there is no market for selling software on CD ROMs, then that doesn't give business owners a right to make laws to allow them to keep that same business model.

    10. Re:Mod TFA as Flamebait or Troll by khallow · · Score: 1

      Stallman has charged money for the distribution of software in the past and the FSF continues to do so. The objection isn't charging for software, it is having a monopoly on the distribution of software. I can buy one copy of a GNU distribution, make as many copies as I want, and then sell the copies for whatever price and/or give them away for free. I am not allowed by law to do that with proprietary software such as ms windows.

      I don't see the analogy to "free as in speech" here. After all, I can write a book and with the copyright on the book, control how my speech is distributed. Due to "fair use" laws people have some ability to copy and discuss the book, but they can't copy the whole thing for profit. With such things as a nondisclosure agreement, you can restrict beyond that what a person can do with that book. This seems orthogonal to the "free as in speech" debate.

  64. Dan Lyons - two words that spell FUD about Linux by pjones · · Score: 1

    If you've read other Dan Lyons articles on Linux or spoken to him about an article, you know what I mean.

    --
    Certified Black Helicopter Pilot *** Unwitting Dupe of One World Gov'ment
  65. Ramen by ameline · · Score: 2, Funny

    Ramen brother.

    Arrrrrrr. (Just doing my bit to fight global warming :-)

    --
    Ian Ameline
  66. Re:Forbes? On Open Source? Ha! by Anonymous Coward · · Score: 0

    What are you, a moron? Oh wait, you're Overly Critical Guy. So yes.

      By the way, the iPod is lame and has less space than a nomad

      Umm. Don't care either way, so I'll just give you this one.

    people who "steal" GPL code are "thieves,"

      No, they're infringing copyright.

    but it's not theft to pirate music and not pay artists

      You're right. It's NOT THEFT. Once again, it's copyright infringement. Which is a tort, not a crime.

    because the RIAA are bad guys who dare to protect their own copyrights using the legal system

      I think the dislike of the RIAA has more to do with the fact that they're evil assholes who live parasitically off the artists, producing nothing themselves, and resort to to mafioso tactics to extort money from little old ladies who don't even have a computer.
      But sure, your version totally makes sense, and perfectly represents the people you disagree with in a fair and intellectually honest way.

      If they're made out of straw, at least.

  67. Re:Slightly OT: Why isn't the language "more clear by mkoenecke · · Score: 5, Insightful

    The framers of the Constitution *did* think the Second Amendment was clear when written. And no one much questioned it for nearly 150 years: that's pretty darned good. 220 years of hindsight and court decisions have added an unbelievable amount of nuance and interpretation to what is simply the most carefully and expertly drafted political document in human history. How many other such documents have stayed around and had to be altered so little for such a long time? (Other than Germany's Rheinheitsgebot, that is.)

    --
    TANSTAAFL
  68. Stallman... by quakehead3 · · Score: 1

    is known for being a very unreasonable man in the sense that George Bernard Shaw used the word when he said, "The Reasonable man adapts to nature. The unreasonable man seeks to adapt nature to himself. Therefore it is only through the actions of unreasonable men that civilization advances." -Free For All http://www.jus.uio.no/sisu/free_for_all.peter_wayn er/12.html

    1. Re:Stallman... by Anonymous Coward · · Score: 0

      Guess that explains Stallman's aversion to bathing, then.

  69. FUD? by WalksOnDirt · · Score: 3, Interesting

    I really don't see any FUD here.

    Fear?: Fear of what? The GPL software movement is splitting. This may be annoying, but hardly anything to fear.

    Uncertainty?: There is little uncertainty, the split is now almost certain.

    Doubt?: Doubt of Linux's survival? Anyone paying the slightest attention should have no doubt about that.

    The article is filled with what I consider to be libelous comments about RMS: I don't think he is an anarchist, anti-corporate or against the sale of software. That sort of reckless disregard for the truth has no place in such a major publication, and I think Lyons should be fired.

    --
    a,e,i,o,u and sometimes w and y (at be if of up cwm by)
    1. Re:FUD? by QuantumG · · Score: 1

      Why? It's not like RMS is going to sue them.. that'd be too establishment, man.

      --
      How we know is more important than what we know.
  70. RMS driving customers to windos by Anonymous Coward · · Score: 0
    Yes it's FUD. Yes he's odd. Yes slashdot people like linux more than MS.

    But the takehome message that non-techs will get from this conflict still looks like it will scare them away from linux, and back into ballmer's waiting arms. irony on a whole new level, imho.

  71. Sensationalism at its best by Xabraxas · · Score: 1

    This article is garbage. No one is forced to use the GPLv3. If people don't like it they won't use it. If they want to use it then they can't contribute code to the kernel unless they are willing to use the GPLv2 but that's about it. I really don't see this being a big issue. It looks like the FSF is trying to get agreement from a majority on the exact details of the GPLv3. If there isn't a huge consensus it could very well die amounting to absolutely no change from the way things are now.

    The article is more of an attack on Stallman himself than the GPLv3. Take the following exceprt:

    But then, Richard Stallman rarely is pragmatic--and in some ways he is downright bizarre. He is corpulent and slovenly, with long, scraggly hair, strands of which he has been known to pluck out and toss into a bowl of soup he is eating. His own Web site (www.stallman.org) says Stallman engages in what he calls "rhinophytophilia"--"nasal sex" (also his term) with flowers; he brags of offending a bunch of techies from Texas Instruments by plunging his schnoz into a bouquet at dinner and inviting them to do the same.

    Exactly what does this have to do with the GPL or Linux in general?

    --
    Time makes more converts than reason
    1. Re:Sensationalism at its best by Achromatic1978 · · Score: 1
      Exactly what does this have to do with the GPL or Linux in general?

      Nothing per se. But it is valid context, given that he did it at a dinner following an invitation to present on the merits of free software / the GPL on a professional basis.

      If it was "what he likes to do at home when he's on his own time" yeah, it'd be character attack.

    2. Re:Sensationalism at its best by Xabraxas · · Score: 1

      That's no excuse for the author's total lack of knowledge about the subject he wrote an article about.

      The free Linux operating system set off one of the biggest revolutions in the history of computing when it leapt from the fingertips of a Finnish college kid named Linus Torvalds 15 years ago

      It's not surprising that the author doesn't even give RMS a shred of credit for the "Linux" operating system, considering the hit job he does on RMS for the rest of the article. RMS was creating the GNU operating system long before Linus.

      (GNU, coined in his first manifesto, is pronounced "Ga-NEW" and stands for "Gnu's Not Unix"; the central Linux license is known as the GNU license.)

      A cursory review of the FSF website will reveal that the "central Linux license" (whatever the hell that means) is the General Public License. Does the author really not know what GPL stands for?

      Stallman and his allies hacked away for nearly a decade but couldn't get GNU to work. In 1991 Torvalds, then an unknown college kid in Finland, produced in six months what Stallman's team had failed to build in years--a working "kernel" for an operating system. Torvalds posted this tiny 230-kilobyte file containing 10,000 lines of code to a public server, dubbing it "Linux" and inviting anyone to use it.

      What an amazing revision of history. No mention at all of Stallman's years of effort working on other parts of the operating system. It's as if Stallman did nothing and Linus himself created the entire operating system overnight.

      In recent years Stallman and the FSF have been cracking down on big Linux users, enforcing terms of the existing license (GPLv2, for version 2) and demanding that the big tech outfits crack open their proprietary code whenever they inserted lines from Linux. Cisco and TiVo have been targets; Cisco caved in to Stallman's demands rather than endure months of abuse from his noisy worldwide cult of online jihadists.

      I don't suppose Forbes contains any articles that call Microsoft, IBM, or even SCO jihadists for protecting their IP. The author acts like we don't have the right to defend free software licenses. If a big company or organization like the RIAA can enforce their copyright on every and anyone, to their sole benefit, I don't see the problem with GPL licensors enforcing their license to the benefit of all users.

      Now the Stallman stalwarts are pushing a new version of the Linux license--GPLv3, with its tougher restrictions and a ban on anything that would protect or enforce copyright and other digital rights.

      How in the world can anyone possibley come to the conclusion that the GPLv3 attempts to ban copyright protection? The GPL is built around copyright.

      Ok. I've had enough. It's clear that the author doesn't have a clue about the subject he is writing about. Move along. Nothing to see here.

      --
      Time makes more converts than reason
  72. "intellectual lightweight" undercuts any point by Anonymous Coward · · Score: 0

    Richard Stallman may have his flaws, but being an "intellectual lightweight" is not one of them.

    Any one of the large systems he was directly responsible for designing would make him world famous.

    1. Re:"intellectual lightweight" undercuts any point by Achromatic1978 · · Score: 1
      Any one of the large systems he was directly responsible for designing would make him world famous.

      Which would explain why he is world famous, right, several times over?

      Wait, hang on a moment...

  73. The Reality of the Business Side of Things by grahamkg · · Score: 2, Insightful
    So how many of you actually read the latest draft of GPLv3?! Here it is:

    http://gplv3.fsf.org/gpl-draft-2006-07-27.html

    The reality is that businesses run Windows and Unix environments. Linux isn't the cheap panacea once touted to be. Sun isn't completely out of the game yet, and IBM still has AIX. Apple is also very much a player in the computing world. Sure you can download the latest version of Debian, but a corporate compute environment is more likely to use Red Hat or SuSE Enterprise.

    Were I Apple or Sun, I'd be pushing my own version of Unix on the corporate world, letting them know they won't have GPLv3 worries to litigate in the future. Were I IBM, I'd make absolutely certain AIX is on every CIOs tongue.

    --
    Graham
    Linux - Fast Pane Relief
  74. Re:Slightly OT: Why isn't the language "more clear by smittyoneeach · · Score: 3, Interesting

    None of the symbols we use to communicate are immutable.
    The opinions of the dudes who wrote the Bill of Rights were not constant, either.
    Why is this dark vision so resonant?
    Because the increasingly complex legal system, far from being a means to the end of regulating society, is more a means unto itself.
    One wonders what a graph against time of the legal costs spent on software by all companies would be. Frightening, I'd expect.
    Your wish for an immortal law doesn't fit the legal business model and, ultimately, is just not quite real. ;)

    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  75. Re:Slightly OT: Why isn't the language "more clear by NoTheory · · Score: 3, Insightful

    First, language is not immutable, meanings change, grow, shrink. Second, a person's intent never extends to the full consequences of an issue. This is why we have a judicial system in the first place. If things were simple (i.e. there weren't fuzzy or complicated cases that defy easy categorization), we could simply write laws and everything would fall neatly into the buckets we'd carved out. Also, Stallman isn't a lawyer, although his intent is well and good, does he really understand what the consequences of his intent are? Should we have to shoe-horn previously decided case law into the framework of Stallman's intent?

    Regardless of whether Stallman or other's think he's leading us into the bright new future, there's all this legacy baggage out in the real world that needs to be squared properly. And that's what judges are supposed to do.

    --
    There are lives at stake here!
  76. mod parent REDUNDANT by Anonymous Coward · · Score: 0

    Please don't waste bandwith restating jokes in a unfunny way.

  77. Re:No, linux will kill itself by Registered+Coward+v2 · · Score: 1

    No, but the fact that they were published with no copyright notice back when that was a legal requirement in the US does mean that they are now in the public domain.

    Not necessarily if HP took steps to correct the omission. If they didn't then it becomes public domain 5 years after publication, at least in the US. Not sure what happens elsewhere.

    --
    I'm a consultant - I convert gibberish into cash-flow.
  78. Re:No, linux will kill itself by Anonymous Coward · · Score: 0

    This is the reason I just love linux fags... the poster brings up legitimate issues with linux and gets modded troll.

    that's ok, fags, keep your heads in the sand and i'll keep working with a real os.

  79. To answer the question.... by Jack9 · · Score: 1

    No.

    This article is Flamebait.

    --

    Often wrong but never in doubt.
    I am Jack9.
    Everyone knows me.
  80. FOSS *already* supports multiple licences! by vrmlguy · · Score: 1

    There's an entire alternate ecosystem out there called BSD. Sure it appears to have fewer developers, but it isn't dead and isn't likely to go away anytime soon. If Linux does fork into v2 and v3 versions, it won't be any different from the various BSD flavors. Suppose all of the individual developers go with v3, and all of the commercial vendors go with v2. It won't break Red Hat; going forward they'll just only trade code with IBM and Novell and such like-minded people, just like the BSD vendors do today.

    --
    Nothing for 6-digit uids?
  81. Forbes should do reporting, not hack jobs by Anonymous Coward · · Score: 0
    I've heard from various application writers who say they haven't got a clue when it comes to "porting" to Linux, because there are so many variations in APIs (from their standpoint) between the various distributions.

    Given that applications being "ported" to Linux would imply that they are coming from a non-Unixish platform, ie. Windows, it is of no suprise to me that they are perplexed. I say this because it seems that the same gnucash and gnome and kde and konqueror run on Solaris, various BSD, etc. and the developers of these applications are certainly not perplexed. If you really intend to write a cross-platform application, you should drop all pretenses of thinking that a Win32 API app will magically port to an environment that was designed for "developer's pick of the day" when it comes to software tools.

    I've been running SuSE for years, yet I can't seem to install gnucash without getting into dependency hell where I seem to need one more RPM after another ad nauseum/infinitum. I have a copy of gimp from a site in Germany that's now out of date, but I can't do an 'rpm -e' on it without disrupting the (circular) dependencies on a bunch of libraries that came with it, so it can't be removed (or updated) without incredible frustration.

    In a packaged, proprietary software world, this would be the norm. I'm suprised that you expected otherwise. The fact that the dependencies are done so poorly is hardly a reflection on Linux and the applications it runs, as it is on the packager of the software (in this case, SuSE). Of course, this is not in any way unique to Linux-as-a-platform; take for instance, Hylafax. I have built and run a Hylafax install from the very first version that supported Mac OS X. After hunting down all of the libraries that it required (because OS X has its own API, and doesn't "natively" support programs like this) I can tell you that commercial software has its own issues, and they should not be confused with the community or the software it produces.

    I can't get an RPM of the latest version of gimp because no one (particularly SuSE) can be bothered to package it up to make it quickly, easily and *RELIABLY* installable *AND* removeable. And, other distros don't seem to be any better - Debian is a nightmare to get WINE for. I can sort of understand that they don't want to support a rapidly moving target, but it's not going to settle down unless folks can install it, test it, report bugs on it, and try to fix it.

    There's some more confusion here. Are we talking about Gimp, the RPM packaging method (and its issues), Debian, Debian's packaging issues (namely the glacial pace at which software versions are submitted), or Wine's version-number-of-the-hour approach to software releases?

    You really want to see what this article is all about? Try this for size: Forbes sells a product, a magazine, to an audience, investors, that have large vested interests in publicly held companies, such as Microsoft, HP, IBM, etc. Suddenly, a competitor in the business market appears and threatens the status quo when it comes to who is making money. Do you take a gamble on what is seen as a newcomer (in business years, the Linux Community is just entering its teen years) and run a very good chance of alienating those people who make your livelyhood, or do you entrench yourself with the established players, because that is where your reader's money is - and therefore - your revenue? It's no suprise that Forbes has consistently published and promoted an agenda that seems incredibly nonsensical from a technical viewpoint, because they are doing what every other long-term established business is doing: protecting their customer base, and hence, their paychecks.

    Forbes is publishing a hack job to scare readers and make money. This isn't about issues with "the community", it's about "damn the torpedos, I'm gonna get rich, and I don't care about how many people's necks I have to crush-under-boot to get there".

    If you have b

  82. Unless you're an EMACS user... by Ritz_Just_Ritz · · Score: 1

    Stallman is already irrelevant. I've been using Linux since it was a 30+ floppy disk distribution in the form of the original slackware. I don't plan to stop using Linux as a result of all the recent chest thumping from Richard. He was once a great programmer and has occsionally been a visionary, but I think this will be his swan song....Linux will live on as will many other wonderful products that live under the GNU umbrella. The fact that Richard wants people to move to a new license does not obligate ANYONE to do so.

  83. No, no, and no, hell no by Anonymous Coward · · Score: 0
    I'm posting AC so certain people don't get their panties in a bunch.

    Having a complete free system used by a few is higher on the scale than an almost-complete one used by the whole world.
    ...and that's what's wrong with the FSF's priorities. If you're going to prioritize anything, it should be mass adoption over bullshit fundamentalism. Business, life, and pretty much everything else in the world is about give and take, compromise and appeasement. But Stallman and his cronies see the world through a binary prism. There is only "free" and "everything else." It is a philosophy that has relegated Stallman to the status of meaningless figurehead. While Stallman shoots off his mouth and scares away our corporate sponsors, the rest of us are focusing our attention on trying to make software that people will want to use, instead of trying to think up new ways to legally restrict its use.
  84. Re:Remember, Forbes is a business pub, not technic by zanderredux · · Score: 1
    I've heard from various application writers who say they haven't got a clue when it comes to "porting" to Linux, because there are so many variations in APIs (from their standpoint) between the various distributions. I've been running SuSE for years, yet I can't seem to install gnucash without getting into dependency hell where I seem to need one more RPM after another ad nauseum/infinitum. I have a copy of gimp from a site in Germany that's now out of date, but I can't do an 'rpm -e' on it without disrupting the (circular) dependencies on a bunch of libraries that came with it, so it can't be removed (or updated) without incredible frustration. I can't get an RPM of the latest version of gimp because no one (particularly SuSE) can be bothered to package it up to make it quickly, easily and *RELIABLY* installable *AND* removeable. And, other distros don't seem to be any better - Debian is a nightmare to get WINE for. I can sort of understand that they don't want to support a rapidly moving target, but it's not going to settle down unless folks can install it, test it, report bugs on it, and try to fix it.

    In the other hand, there is Gentoo. Red Hat 8 threw me into deep dep hell, while I was trying to get Gnucash working. Out of anger, I switched to Gentoo. After three days compiling (I had a really lame machine back then -- insert Gentoo compile joke here), I got it working flawlessly.

    Not that Gentoo is perfect, but dependency hell issues have been enormously reduced. Installation and removal of packages are quite painless, except when you need to downgrade software, as older versions may have disappeared from Gentoo mirrors but, hey, I'd better deal with that rather than dep hell....

  85. .. and how does this affect LInux? by Anonymous Coward · · Score: 0

    Who ever said Linus needed to adopt the GPLv3? As far as I've seen, he has rejected the GPLv3. Linux can keep using GPLv2 if need be. And I see why not, we've just got hardware vendor's support. Why should we piss them off with a new license?

    Besides, BSD licenses for the win. BSD style licenses benefit everyone involved. The GPL is a selfish license. If you write a library, and someone figures out a way to make money off of it, good for them. It sure doesn't affect the open source product at all, definitely not in sales. The GPL is an idealist license anyway. /me ducks and runs.

  86. Re:Slightly OT: Why isn't the language "more clear by Mr.+Slippery · · Score: 5, Insightful
    When they said; A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed. They knew what them meant.

    They did indeed. However, word meanings and connotations change with time. Today many people think the "militia" is synonmyous with the National Guard (when in fact, the Guard has been part of the Army since 1933), and "well-regulated" means "operating under a large set of rules"; but at the time, it was clear to the authors that "militia" meant "every able-bodied man young enough to fight", and "well-regulated" meant "prepared and trained in military skills".

    The meaning of "arms" has also changed: at the time, it was understood to mean the sort of weapon carried by an infantryman. Heavier weapons would be refered to as "cannon"; so Amendment II doesn't mean you have a right to a howitzer on your front lawn. But people arguing against the Second Amendment today often attempt a reductio ad absurdum which includes WMDs under "arms".

    (Some people evidently also seem to think that "shall not be infringed" somehow means "can be limited by the government", but that's a linguisitic drift that's harder to account for.)

    Anyway, point being that what is absolutely clear and precise to one audience, can still be interpreted differently by another (especially if the two group have different motivations).

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  87. The public demands... by Anonymous Coward · · Score: 0

    "Companies deserve to protection when using public domained source and information ... "

    I assume there's a "no" in there somewere. The problem with your position and slashdot's as well is the assumption that the creator of works adds nothing to the process. It also ignores the simple fact that the "public domain" is both natural sources (information), as well as the efforts of creators over the centuries (art). Saying basically that one can't enjoy the fruits of one's labours (an idea that predates civilization) unless all creations are unique will have a chilling effect, AND it will waste great amounts of time, all to satisfy an untenable ideology.

    "If they become protectionist because they cannot provide a quality service/product ... then they deserve to collapse ... a new business model will arise from their ashes ..."

    I see the roots of Darwanism run deep, and hence unexamined. What makes you think there will be a replacement, or that it will be better than what came before? Aside from your faith in evolution that is?

    1. Re:The public demands... by Anonymous Coward · · Score: 0

      Those who don't give to the public domain, and I mean in life, not in 150 years, do not deserve to take from it.

    2. Re:The public demands... by guysmilee · · Score: 1

      I hear what your saying ... and I will admit I only disagree on principle ... it's how I feel ... so by its nature It may miss some rational. Here's my response to yours 1.) The protections you discuss of clearly only given to my employer. In general the benefits you discuss don't fall into the hands of the common worker (IMOP: this is why will find some resistent here at slashdot ... it's normally average jane's posting ... not company owners). 2.) From my perspective I will probably lose my job one every 2 to 4 years as the market fluctuates ... I get no long term benefits of my work (unless it is in the public domain) I just get to look for a new job. 3.) The companies that may reform from a collapse of another will not necessarily be better ... and I am fully aware of this ... I myself have only ever worked for one company I have felt was a "competitor" ... the rest in hind sight probably deserved to collapse. In my non-GPL'd work life ... If i could enjoy all my prior art when I move from once place to another ... I would maybe agree with your argument ... rather I in general I am asked to reset and move on with my career ... crippled with missing work from the past ... as most of my employer's hire me to do the same type of work ... in the same sectors.

  88. Say what you want about Stallman... by Infonaut · · Score: 3, Informative

    but calling him "a strange footnote in the history of computing" is just idiotic.

    Anyone who polarizes people to such a large degree, has generated so much passion, and has served as the point man of the free software movement deserves to be regarded as a towering figure in the history of computing. Whether GPL 3 succeeds or fails, Stallman has already left his mark. Again, it doesn't matter if you agree or disagree with him; he's no footnote.

    --
    Read the EFF's Fair Use FAQ
    1. Re:Say what you want about Stallman... by quag7 · · Score: 1

      Considering the number of people who consider Stallman irrelevant, heavy-handed, dogmatic, insane, and so on, who still take valuable time out of their day to bitch and whine about him every time there's an article about him, I'd say you're right. Never has someone so "irrelevant" attracted so many long, bile-filed posts expounding on his irrelevance, dogmatism, and so on.

      Inside every critic of Stallman you've ever read on Slashdot or sites like it, is a crazed, wild-eyed fanboy. Nothing else can possibly explain the amount of effort that has gone into commenting on him. People who are irrelevant aren't written about, quoted, smeared, and attacked as often as Stallman is.

      Face it, all of you: The man is a God. Your god. And the more you profess to hate him the more we know you have a serious crush on him. Don't bother denying it.

      You, who never hesitates to write about how much you supposedly dislike Stallman - you just want to bury your face in his considerable mane, where you'll feel...safe...and warm, and you'll never want to let go.

    2. Re:Say what you want about Stallman... by Anonymous Coward · · Score: 0

      Do you suppose that people who get bent out of shape by the nonsense spewn by Scientologists actually view L. Ron Hubbard as having been some sort of god? Hardly. The reason Stallman stirs up so much interest is because to a lot of people his ideas are self-evidently ludicrous, but like any cult leader, he has a band of fanatical followers who take anything he says as the absolute truth, seemingly unable to consider it rationally.

      It's also, to be honest, interesting to argue with fanatics, to see how they respond to reasoned arguments. Typically, slashbots who adhere to Stallmanism reply by accusing anyone who disagrees with them of being 'an M$ shill', as if they think a childish rejoinder negates reasoned argument. Alternatively, they may ignore the uncomfortable argument altogether (but sometimes still reply, by setting up a strawman, knocking it over and pretending that this has somehow destroyed the argument that upsets them).

      At the end of the day, the fact that fanatical zealots who follow a cult leader are able to upset people doesn't mean their cult leader is right, is a god or anything like that. No, it's their decision to give up all attempts at thinking for themselves, and accept all of their leader's pronouncements as truth, that interests people. To thinking individuals, this sort of thing is indeed quite interesting, but also profoundly disturbing.

      I wouldn't say Stallman is irrelevant or insane (for that matter, L. Ron Hubbard certainly wasn't irrelevant, and probably wasn't insane either). Stallman was a decent programmer (though he mostly only copied existing software), but is extremely dogmatic, and has an exceptionaly poor understanding of the dynamics of modern economies. My impression is that most of his understanding of what he imagines to be 'economics' probably comes from Marxism or Marxist-influenced sources (i.e. anti-scientific dogma), rather than from modern economic theory (i.e. the results of scientific enquiry). He also has strange ideas about 'freedom' that most rational people wouldn't agree with. Fortunately, he has no power to enact laws, so only the vocal few who've voluntarily join his cult have to follow his daft ideas.

    3. Re:Say what you want about Stallman... by quag7 · · Score: 1

      "Do you suppose that people who get bent out of shape by the nonsense spewn by Scientologists actually view L. Ron Hubbard as having been some sort of god? Hardly. The reason Stallman stirs up so much interest is because to a lot of people his ideas are self-evidently ludicrous, but like any cult leader, he has a band of fanatical followers who take anything he says as the absolute truth, seemingly unable to consider it rationally."

      It's a lot more like Ford and Chevy fans warring against each other with retaliatory (Calvin pissing on the logo of the other guy's truck manufacturer) stickers. Let's maintain some perspective here, until and unless we see the genesis of a Stallmanite Sea Org Equivalent, where everyone involved signs on for a billion years (the predicted time until a workable HURD release), and has a huge beard. Until then, let's just recognize this debate for what it is, a distraction from things that really matter like war and death and pizza and fucking and stuff.

      "It's also, to be honest, interesting to argue with fanatics, to see how they respond to reasoned arguments. Typically, slashbots who adhere to Stallmanism reply by accusing anyone who disagrees with them of being 'an M$ shill', as if they think a childish rejoinder negates reasoned argument. Alternatively, they may ignore the uncomfortable argument altogether (but sometimes still reply, by setting up a strawman, knocking it over and pretending that this has somehow destroyed the argument that upsets them)."

      I'm not disagreeing with you some some "adherents of Stallmanism" certainly do exactly what you describe, but then again, I do so enjoy the phony sanctimonious pragmatism - the "Let me tell you how the REAL WORLD is...HIPPIE!" admonitions of the opposition as well. Shit stinks all over both sides of this debate, frankly. But that's what I love about it. And by love, I mean hate, really. And by hate I mean, "am really bored with but keep reading anyway for reasons I don't understand, where I then post long rambling messages about how silly people who post long rambling messages about this subject are."

      "At the end of the day, the fact that fanatical zealots who follow a cult leader are able to upset people doesn't mean their cult leader is right, is a god or anything like that. No, it's their decision to give up all attempts at thinking for themselves, and accept all of their leader's pronouncements as truth, that interests people. To thinking individuals, this sort of thing is indeed quite interesting, but also profoundly disturbing."

      Well first, my post was intended as humorous provocation - and not a serious declaration about anything. But second of all, I wanted to thank you for supplying the sanctimoniousness here for balance - you being a "thinking individual" and all, unlike those Stallmanite clams with the e-meters you speak of.

      "I wouldn't say Stallman is irrelevant or insane (for that matter, L. Ron Hubbard certainly wasn't irrelevant, and probably wasn't insane either). Stallman was a decent programmer (though he mostly only copied existing software),"

      I think the first step in coming to any kind of common ground here is to make the point that in 2006, Stallman's software contributions - by which I mean software that he, himself, has written, his skills as a programmer, etc - are irrelevant to the discussion entirely, unless you're the kind of person who likes to discuss, oh, Klingon metaphysics, the "selling out" of the trance party scene, and/or the sociological ramifications of tentacle rape hentai (just as examples).

      The debate is fundamentally about the GPL and whether or not:

      (a) It restricts freedom by prohibiting the closing up of source code.
      (b) It increases freedom by prohibiting the closing up of source code.

      And just to maintain the sort of noble traditions established by, oh, the abortion debate, it is really crucially important here that people talk right past each other, complicate matt

    4. Re:Say what you want about Stallman... by Anonymous Coward · · Score: 0

      If there's a kernel of what you believe at the heart of your trolling, consider the difference between 'reasoning' and 'believing', and that there's a vast middle ground between two extremes. Rejecting Stallman's dogma doesn't imply that you've got to blindly adhere to another, any more than rejecting Scientology implies you've got to go become a Jehova's Witness.

      As for brands, if you were talking about the ongoing Linux versus Windows (or Linux versus whatever) debates, you could rather easily draw a parallel with car brands. What's different about Stallman's acolytes is their obsessive focus on the supposed 'morality' of their ideology, and their droning on about 'freedom', implying that anyone who doesn't agree with them is 'immoral', and 'anti-freedom'. It's that mindset that pushes Stallmanism into the realm of being a cult. (Supporters of 'open source', in contrast, tend to approach the subject rationally, even if some are a bit strange.)

      Even if you're not an adherent of Stallmanism, your post suggests an assumption that anyone who opposes it must be a fanatical follower of the Austrian school of economics, of a long discredited theory (the Laffer curve, which is theoretically correct, but irrelevant in the real world, because every economy is well to the left of the revenue maximising point) and obsessed with money: in short, an assumption of immorality, selfishness, etc. (In fact, my economic views are centrist in Scandinavian terms, so probably somewhat to the left in most countries.)

      As an aside, I haven't suggested, nor do I believe, that I'm morally superior to Stallman and his followers. I've little doubt they believe they're morally superior to people who disagree with them (like me), and that's the point. I do think Stallman is wrong, and probably out of his depth, whilst his followers tend to have a cult mentality of unquestionably accepting the pronouncements of their leader.

    5. Re:Say what you want about Stallman... by quag7 · · Score: 1

      "If there's a kernel of what you believe at the heart of your trolling, consider the difference between 'reasoning' and 'believing', and that there's a vast middle ground between two extremes. Rejecting Stallman's dogma doesn't imply that you've got to blindly adhere to another, any more than rejecting Scientology implies you've got to go become a Jehova's Witness."

      My point is that accepting Stallman's point of view doesn't automatically make you "irrational" either. What annoys me isn't that people are critics of Stallman's point of view - that's fair enough and I have some questions myself - but there's this phony air of legitimacy many critics of Stallman have, like their point of view is somehow self-evident, and that Stallman fans are like cult members or something because only someone completely..high...would buy into his point of view.

      I hate this. When I was in college, I had political views which clashed with the dominant ideology of others in my major - the response to my objections were rarely reasoned responses, but "c'mon, who are you kidding?" and not much more. I hate the fact that there are always whole sets of ideas and modes of thinking that I am expected to take for granted as obvious and true, when they're not.

      Many - not all, but many - opponents of Stallman take this same basic point of view. I guarantee that I can find a counterpoint for you, who insists that their take on economics or political theory or what have you has been "rigorously analyzed" using "science" and so forth. All of my life, I've been around ideologues all over the political spectrum who have insisted to me that theirs is the only sober, rational point of view, and they have mountains of books, dissertations, and theories to prove it...Mutually contradictory parties making the exact same claim.

      Stallman fans annoy me in ways other than this for the most part, in part because they know that they're fighting an uphill battle in a way, especially in the United States, where I live, and which historically has less sympathy for noncommercial or anticommercial ventures than - if what I read on the internet is to be believed - other places.


      "As for brands, if you were talking about the ongoing Linux versus Windows (or Linux versus whatever) debates, you could rather easily draw a parallel with car brands. What's different about Stallman's acolytes is their obsessive focus on the supposed 'morality' of their ideology, and their droning on about 'freedom', implying that anyone who doesn't agree with them is 'immoral', and 'anti-freedom'. It's that mindset that pushes Stallmanism into the realm of being a cult. (Supporters of 'open source', in contrast, tend to approach the subject rationally, even if some are a bit strange.)"

      It's fair enough to disagree that software licenses have much to do with morality (in fact, I don't really buy the Stallman position on this myself - not yet anyway), but I understand why *they* think it is. If you accept share and share-alike as a basic moral premise as many people do - including many on the left, some Christians, and so on - then their point of view makes sense; this would just be an extension of anything else in their outlook. I used to hang around with people who didn't think charity was a virtue. I understood why, given the rest of their philosophy - I even shared it for awhile. Later, when I moved on, I didn't necessary buy it anymore but I acknowledge even today that it is compatible with, and logically flows from, deeper principles these folks have.

      I don't have the same obsessions as Stallman does about closed up, proprietary software. I'm not from his generation or his era, and things actually worked in the reverse for me - I started using computers when almost everything was commercial, and only later, did Stallman's "unworkable," "utopian," "pie in the sky," license suddenly present a real alternative to the commercial slop I was using (Linux; I was a Windows user from 1995 until 2002, DOS before that, an

    6. Re:Say what you want about Stallman... by Anonymous Coward · · Score: 0

      A reasoned argument in favour of Stallman's views would be a welcome change from the usual pseudo-ethical argument. This is one of the major differences I've noticed between 'open source' and 'free software' advocates. The first propose theories of the best way to produce software, and then explain why they believe open source produces better results than closed. The second group, as exemplified by Stallman, argue that it's a moral issue, and thus 'right' even if it results in worse software, impedes technological progress, etc.

      When I refer to a lack of rational arguments, I'm not suggesting there are no rational arguments in favour of open source. I've read a number of them, and though I think the balance of the evidence is against them in many cases, I wouldn't say this is so in all cases. The point is that Stallman's position isn't based on them, it's based on his pronouncements that 'free software' is a matter of morality and freedom.

      I can't see 'free software' as an issue of either morality or freedom. People were sharing software long before Stallman came along, and will still be doing it after he's gone. A lot of open source software is licensed under Stallman's GPL, but a lot of it is still licensed under more liberal licences, like the MIT or BSD licences.

      The point on freedom is we're all free to share (or not share) anything we write, and anyone is free to read what we've shared with them. Where is the absence of freedom? The point on morality is that, whilst sharing is all well and good, property rights (intellectual and physical) exist so that we have the choice of whether or not to share. It's possible to favour sharing without believing that it should be forced, through abolition of property rights (in this case, intellectual property), and indeed to believe that forced sharing is immoral. In most cases, a compromise somewhere in the middle is reached (e.g. a welfare state combined with private property, or a temporary monopoly on a new idea or artistic/literary/scientific work, with a requirement to share it after a given amount of time).

      As for Linux, I wouldn't dispute that Stallman's licence 'works', but it wasn't the first open source licence, and it isn't the only one. The success of Linux is arguably a result of many factors, most importantly the rise of the Internet, which before the early 90s was only used by a very small number of people. Other essential projects like X.org and Apache, which don't use the GPL, caught on round about the same time.

      Stallman didn't create 'open source', he just has an obsession with preventing commercial use of it in proprietary software. That isn't to say his project hasn't produced a lot of useful software (most notably GCC), but Stallman's supporters tend to vastly overestimate his importance. There are alternatives to almost everything from GNU (most of which is just copies of closed source software anyway), and if the GNU versions hadn't caught on, the alternatives almost certainly would have. The obvious example is Linux (which isn't part of GNU, and could have been licensed under any licence), which caught on, where as the GNU Hurd didn't.

      My objection to Stallman isn't the GPL, but his political activism, and clear objective of gradually dismantling copyright and patent law, which I think would be extremely destructive to technological progress. I do think the GPL was unnecessarily divisive, in comparison to licences like MIT or BSD, the major problem being that code can't be shared from a GPL'd project to a non-GPL'd one (e.g. X.org), but on the whole I don't think it makes much difference one way or the other. Open source software might arguably be a bit better if a more liberal licence had caught on more widely, but it can also reasonably be argued that it might be a bit worse.

      Regarding the Austrian school of economics, I didn't mean to suggest it's discredited; indeed there are a lot of supporters of it all across the world. What I did say is that the Laffer curve has been discredited as a useful

  89. Forbes? by Angst+Badger · · Score: 1

    Since when has Forbes ever had enough of a grasp of the open source world to have an opinion worth printing? Or a grasp of the software industry in general? How many people lost fortunes following Forbes' advice when the dot-com bubble burst?

    --
    Proud member of the Weirdo-American community.
  90. More for the flames by dbIII · · Score: 1
    The article also insulting, inflammatory, and funny

    First up I'll state the obvious missed by most things on this topic - it is up to those pushing a new licence to convince developers that they should use the new licence, if we don't like it we don't have to use it.

    About the article - it is also so badly misinformed that it propagates the falsehood that RMS wrote even a single line of linux (kamakaze attack on his own program)! The stupid prefix to adverise gnu worked, now RMS won't have to face those nasty comments in the staffroom anymore asking how hurd is going - people think he has been working on linux all this time. Nasty academic staffroom level politics has spilled into and poisoned the open source software environment, and an agrument about DRM laws in the USA that belongs in letters to representatives is being grafted on as a rider to the GPL which will only piss off people that already comply with v2 but do commercial things with software. A lot of this stuff is about ego, control, screeching at the converted and is just a waste of time - GPL v3 is still in draft form anyway. Linux is NOT a gnu project so silly little rules specificly to prevent nvidia binary drivers and other things unwelcome in a gnu project are not any of their business.

    1. Re:More for the flames by BootNinja · · Score: 2, Informative

      You do realize that a large portion of the system utilities in linux come from FSF, right?

    2. Re:More for the flames by dbIII · · Score: 1
      You do realize that a large portion of the system utilities in linux come from FSF, right?

      No, they don't - linux is the kernel.

      If you add a lot of other stuff you get a distribution which has typically been named by those that put the things together and release it to others, so you get RedHat Linux, Gentoo Linux, Debian Gnu/Linux etc.

    3. Re:More for the flames by arose · · Score: 1
      No, they don't - linux is the kernel.
      In which case no one is arguing for a GNU/ prefix, that only comes into play when talking about "Linux" the operating system.
      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    4. Re:More for the flames by dbIII · · Score: 1
      kernel ... "Linux" the operating system.

      Call me old fashioned and not a salesman or Microsoft lawyer - but my dictionary and textbooks say the kernel is the operating system.

    5. Re:More for the flames by Anonymous Coward · · Score: 0

      Call me old fashioned and not a salesman or Microsoft lawyer - but my dictionary and textbooks say the kernel is the operating system.

      So is Microsoft about to release VMS Vista?

    6. Re:More for the flames by arose · · Score: 1

      So what do you prefer? Operating enviroment? How do would you answer the question: "What operating system do you use?" None? Or are you fluent and efficient in ABI?

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    7. Re:More for the flames by Anonymous Coward · · Score: 0
      (kamakaze attack on his own program)

      Bad choice of words in the circumstances but in American English "program" has a number of separate meanings. In British English this would probably have said "programme". You might want to try "agenda" as an alternative. "Agenda" or "plan" doesn't entirely carry the flavor though; if it wasn't for the alternative meanings then "program" really would be the best word here.
    8. Re:More for the flames by dbIII · · Score: 1
      I'm not trying to be silly - I'm just writing in english instead of some sort of newspeak.

      Let's look back a few years - RMS proposed the name LiGnuX for the combination of the linux operating system, gnu tools and X windows. This name didn't catch on so he proposed the gnu prefix to name distributions which among others was taken up by confused newbies that flamed anyone that talked about the kernel without using the prefix. Now a distribution holds a lot of software so the gnu prefix doesn't make a lot of sense to me and I already knew about gnu - but RMS did state in the early messages calling for the use of the new name that a major reason was to call attention to gnu, he has a point but I personally think claiming ownership of other peoples projects shouldn't even be used in the MIT staffroom to get other academics off his back about the progress of the hurd. A side effect is that idiots at Forbes, PC Authority and other places think RMS had a role in the active development of linux or was even the co-founder of the project (PC Authority Oct 2006). Now RMS has had a major contribution to many things - right from the text macros that inspired others to base the emacs text editor around them, early gcc development, a big pile of gnu tools the GPL and his current work on stopping the DRM laws in the USA. It is important to remeber that Linux is not one of his projects and some of his actions were slightly detrimental to linux - I include the loud calls for renaming it and going straight from pretending it didn't exist in repeated interveiws ("linux, what's that?" for about five years while asking gcc to drop linux support) to pretenting it is a gnu project by conveniently redefining a term (the gnu "operating system" with a linux kernel!) - just like redefining "free" "open" etc to something other than english usage and shouting at people who use dictionary definitions. Remember he is not a hero to follow blindly, he is a real person with a lot of good ideas - but he may have some bad ideas, he plays politics now, and his methods of getting ideas out there will be dismissed as stunts, counterproductive and causing collatoral damage in other peoples projects. I care about the DRM laws in the USA but it is something you guys have to sort out yourselves - stirring up arguments by putting a rider on the GPL which is an internationally used licence isn't going to help and is going to hurt embedded systems developers that actually contribute to linux and use signed binaries for good reasons.

    9. Re:More for the flames by arose · · Score: 1

      I'm not trying to be silly - I'm just writing in english instead of some sort of newspeak.
      You may not be trying, but whatever call the system on your computer GNU/Linux or Linux has nothing to do with english, unless they included Linux in a dictionary with the definition like:
      Linux: a computer operating enviroment that includes the kernel Linux.

      In fact not only would that reflect popular usage, it is also a nice excercise in recrusion... :-D

      Now excuse me, but I don't feel like reading all the megaparagraph. I will however say that I'm starting adding GNU/ more the less newbish I become, and while less then consistent (not everyone's RMS) I don't recal ever refering to the kernel iself as GNU/Linux.

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
    10. Re:More for the flames by dbIII · · Score: 1

      Please look up the term operating system in a textbook that dates back before the Microsoft vs Netscape courtcase and please have the decency to read any comment you reply to. I would also like to remind you that the popular use of the term "hard drive" means a beige box connected to a monitor - totally wrong but popular.

    11. Re:More for the flames by arose · · Score: 1
      Please look up the term operating system in a textbook that dates back before the Microsoft vs Netscape courtcase
      So sometime after 2000 UNIX was no long a word processor, but was pervesly redefined to be an operating system... Either way I specifically used "operating enviroment" where "operating system" is populary used and that wasn't obscured by run on paragraphs.
      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  91. Re:Slightly OT: Why isn't the language "more clear by NotQuiteReal · · Score: 1
    Your point about non-immutable language is well taken, thus my query about adding a "present-day" common usage explaination. By doing that, it seems to me, that the leeway for "intrepretation" is further restricted. Even if only by expanding the argument to future linguists about the meaning of "past" common usage of the language. Kind of like adding a check-sum, or at least another legal hurdle to "bending" the meaning of the intent.

    "Thou shalt not steal." is one thing.

    "Thou shalt not steal anything which shall deprive an individual of his belongings, even if they are intangible." is different than "Thou shalt not steal tangible things. Things that can be duplicated without cost to the owner are fair game."

    Two very different things, as we now know.

    --
    This issue is a bit more complicated than you think.
  92. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Um... in general, (speaking as a law student) we do. Right now, I'm sitting in the UIUC Law Library, looking at two hundred volumes that comprise legislative history going back to the early 1900s... and that's just abridged stuff. Law isn't code; two different people will look at the same law and interpret it two different ways, no matter how clearly it's written, no matter how much commentary is there. There will always be some point to fight over. Sorry to dissapoint you, but just like any other human writing, there's room for interpretation.

  93. Re:Slightly OT: Why isn't the language "more clear by Telvin_3d · · Score: 3, Informative

    I think you are missing the point to some extent. Almost all of the 'legal language' that gets argued over was, when it was originally written, "present-day common usage". In 50 or 100 years, what you are suggesting would only lead to lawyers fighting over the interpretation of our "common day language" interpretation of laws that are another 100 years old. Just from your own example, I could see the meanings and usage of a word like 'duplicating' shift significantly in 50 years time.

    I am not a lawyer, but I know enough to think twice about complaining about the specialized language of another profession. No one goes to work wanting to use obscure and hard to understand terms. Every odd usage and non intuitive phrase has a reason for existing and most of the time I would be willing to bet that it is a good reason.

  94. Balderdash... by borgheron · · Score: 2, Insightful

    The GPL v3 doesn't need to be used by anyone who doesn't want to use it. The FSF could come out with GPL v3 and everyone could simply go about thier business and continue to use v2, if they want to.

    The fact is, however, that v3 clarifies many things that have been concerns in v2, since v2 is somewhat old and doesn't adequately address such issues as patents and DRM.

    Also, Linus and crew are making a huge deal about making lots and lots of noise when Eben Moglen has asked them to PLEASE be a part of the process instead of simply complaining.

    GJC

    --
    Gregory Casamento
    ## Chief Maintainer for GNUstep
  95. Exactly by br00tus · · Score: 1

    You beat me to saying it. All this guy does is write articles down on Linux, free software etc. Has been doing it for years.

  96. Re:Slightly OT: Why isn't the language "more clear by Millenniumman · · Score: 2, Insightful

    Why would allowing a government controlled militia be in the Bill of Rights? First of all, the Bill of Rights is there to ensure the people's rights, not the governments functions. Second of all, why would a government deny itself an army? As far as I'm aware, the founders hadn't had problems with Britain being extremely pacifistic.

    --
    Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
  97. It's true by NineNine · · Score: 1

    Call me nuts, but I think that a magazine like Forbes has a bit better perspective than zealot. Besides, Forbes doesn't have anything to lose. This is what they do. The analyze companies.

    1. Re:It's true by Rix · · Score: 1

      Sounds like they'd be rather threatened by any anti-corporate movement, then.

    2. Re:It's true by NineNine · · Score: 1

      I don't think that anybody with half a brain would feel threatened by RMS and his followers. I think that if anything, they were laughing at him because he's so ridiculous.

    3. Re:It's true by Rix · · Score: 1

      I don't entirely disagree, but TFA was wholey based on emotion, rather than reason.

  98. Re:No, linux will kill itself by amosh · · Score: 1

    Even if you're not infringing any copyrights, it seems entirely likely that you could be infringing HP patents for the look of its devices or trademarks for the same. IANAL, so do your own research (assuming you care) but it may be something to consider.

  99. My point, exactly. by NotQuiteReal · · Score: 1
    In addition to the "special language of lawyers" you are adding the "language of common usage" - which seems to me, would make it somewhat harder to misinterpret the meaning. I am asking why it is not common to add to the meaning.

    Heh, why not mandate that laws be expressed in both the native tongue, and, latin, or esperanto, plus vernacular of the native toungue. Just to be clear, for all time.

    I suspect folks, by and large, like things not to be "for all time".

    --
    This issue is a bit more complicated than you think.
    1. Re:My point, exactly. by Xtravar · · Score: 4, Interesting

      So you have a law phrased in several different ways so that everyone understands... what do you do if there is ambiguity between phrasings?

      Nothing's ever going to be perfect and eternal. Things and language are changing all the time, and there's always going to be something that somebody never thought of. You can keep adding words and sentences and specifics until your face turns blue, but the law will still have uncharted territory - maybe not today, but eventually.

      The nature of this conversation reminds me of The Law of Leaky Abstractions ( http://www.joelonsoftware.com/articles/LeakyAbstra ctions.html ), since language is just an abstract way of communicating our thoughts.

      Think of it this way: Was the Windows API perfect when Windows 3.1 hit the shelves? No. They've added functions and parameters, which most likely were not needed at the time of its original creation.

      --
      Buckle your ROFL belt, we're in for some LOLs.
  100. Calling Forbes..cluetrain by shareme · · Score: 1

    I can use the GPLv2 forever and its legal There is no Linux penalty as implied by the article by sticking with GPLv2.. Forbes, hire some better writers with some freaking brains

    --
    Fred Grott(aka shareme) http://mobilebytes.wordpress.com
  101. Fork GPL itself by nodnarb1978 · · Score: 1
    Why can't we just fork GPL itself?

    We could then call it GNUGNUGPL-NUv1.0beta.

    The acronym would stand for GNUGNUGPL's Not Unix GNU GPL. (Not Unix)beta

    Advantages:
    • Double-recursive acronym bonus (or Scrabble triple-word-score)
    • The Web 2.0 1.0beta buzz
  102. Not to be a troll here... by msimm · · Score: 1

    But while I tend to prefer the GPL myself it is by now means the only open source license. BSD style licensing could have served as a template too (or an inspiration for a GPL-like license). It *is* thanks to Stallman that the GPL got the foothold it did (that and the litigation BSD was in while Linux was gaining mind-share).

    --
    Quack, quack.
  103. How is Theo a loonie? by tepples · · Score: 1
    OpenBSD is driven by a raving loonie.

    How is Theo de Raadt more of a loonie than GNU project founder Richard Stallman?

    1. Re:How is Theo a loonie? by Anonymous Coward · · Score: 1, Funny

      I'll see your Theo and Richard and raise you an alleged Hans.

    2. Re:How is Theo a loonie? by fotbr · · Score: 1

      I'm no fan of Stallman or the GPL, but at least he usually makes an attempt at being polite. Crazy, sure. But usually a polite crazy man.

      And while I like OpenBSD, Theo comes across as an ass most of the time.

      Six of one, half-dozen of the other. You pays your money and you takes your choice. Except in this case, neither is costing money.

    3. Re:How is Theo a loonie? by Procyon101 · · Score: 1

      Whoa... I fold.

  104. Original author's consent is not required by karl.auerbach · · Score: 4, Interesting

    GPLv2 contains the following language in paragraph 9:

    If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation.

    This provision gives the option of deciding whether to follow V2 or V3 to the person making a copy of V2 code, not to the author.

    There is a serious ambiguity - if that person adds or changes some of the code, can that person convert the entire module to V3 or is the module now fragmented? And if the latter, how is anyone supposed to keep track of what statement of code is under what license?

    Personally I have abandoned publishing code under the GPL - I now use the less restrictive, non-viral MIT/BSD style licenses.

    There is another situation that few have discussed - The rules of copyright in the US are defined by statutes enacted by, and changable by, Congress.

    There is a chance that Congress could amend the US copyright law to deny the right of enforcement to anyone who has made only a partial or small contribution to the totality of the work or if that contribution has been subject to several intervening layers of further contributions. (It would be a bear to define these things, but the Congress critters would be getting a lot of help from the IP and non GPL software industry.)

    1. Re:Original author's consent is not required by Anonymous Coward · · Score: 0

      No. The author decided at the time of publishing if they wanted to add "or any later version" to their declaration of what license applied to the software.

    2. Re:Original author's consent is not required by CryoPenguin · · Score: 1
      There is a serious ambiguity - if that person adds or changes some of the code, can that person convert the entire module to V3 or is the module now fragmented? And if the latter, how is anyone supposed to keep track of what statement of code is under what license?


      Good question, but the issue is not new to GPLv3.
      The same question arises if you want to combine some GPLv2 code with some LGPLv2 code into one program. They're certainly compatible, and the compiled program as a whole is covered by GPL. But are you obliged to maintain notices on each piece of code saying that this part is GPL and that part is LGPL, in case someone wants to extract the LGPL pieces for their own LGPL program?

      FWIW, I have done this. And what I chose to do (without knowing whether it's legal) was to keep an LGPL notice on any whole files I imported, but for smaller chunks of LGPL code that I pasted into an otherwise GPL file, I just creditted the author and didn't specify any difference in license.

    3. Re:Original author's consent is not required by Reziac · · Score: 1

      Um... so if I released my own original source code under GPL2, someone else could add stuff to it and re-release it under GPL3, thus preventing ME from having access to the improvements, unless I accept GPL3 for my original code?

      My brain hurts.

      While the GPL's anti-code-hoarding feature has its uses, I agree that the BSD style license is much "freer" in that it's not only libre, it doesn't force a particular behaviour on other people.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  105. Forbes/Daniel Lyons have no credibility wrt Linux. by leoxx · · Score: 2, Informative

    Early on in the lawsuit, Daniel Lyons writing for Forbes heavily backed SCO against IBM, however like SCO they cited no evidence to back up the claim that Linux developers stole code from Unix and put it into Linux. They simply assumed that since the people behind the SCO suit were successful with lawsuits in the past they would be successful again.

    And of course like many of us called it back in 2003, SCO's stock first skyrocketed on the hype from articles like Forbes' and then plummeted as it has become public knowledge that their case is completely without merit. Naturally those people in on the action early cashed out early and big, leaving the pointy hairs' who listened to Forbes holding the bag. So they may well have had some level of credibility in 2003, but the zealots wearing the blinders at Forbes called it wrong, and they didn't miss by a hair, they missed by a mile.

  106. Re:Slightly OT: Why isn't the language "more clear by node+3 · · Score: 2, Interesting

    Because it allows the *STATES* to have their own armies, just in case they need to defend themselves from external threats, including those from other states or the federal government itself.

    It essence, it means the states all have the right to have their national guards and state militias, and that Congress can't revoke that right, in the hopes of avoiding the sort of situation the colonies found themselves in relative to Great Britain.

    There is absolutely no way whatsoever the FF's intended it to mean that every American has an inalienable right to own any weapon they want whatsoever without limit.

  107. Re:Slightly OT: Why isn't the language "more clear by NotQuiteReal · · Score: 1, Interesting
    In general, I must agree with you. But clearly that is not the case all the time. Take my example, off the top of my head, of the 2nd amendment to the US constitution. Clearly there was room for more than a one-liner.

    All I am saying, is that when I write (usually about techie stuff), I try to write clearly, without taking for granted the audience. I assume my docs will be read by the corporate types who pay the bills, and the geek admin who will install and run my code. I define my terms, even if they are painfully obvious (to me) at the time. You need some perspective that some reader down the road may not have the same background as you or the same assumptions. (Heh, *that* reader might be myself three years from now.)

    Why can't law be the same? I guess it boils down to more docs are better. How about writing the "full manual" AND a "quick start", and a "for dummies", and ???, etc. As much as it takes, depending on how important the item your are writing about is. The GPLV3 might be worth more words. I have hundreds of GB of storage, if not TB. A few more words won't hurt me, but might make my legal bills smaller later.

    I know "the law" is all about dotting the "i"s and crossing the "t"s, but if you do the legalese first, then preface multiple, redundant, intended-to-clarify, clauses, how does that detract from the primary goal?

    --
    This issue is a bit more complicated than you think.
  108. Considered by JoshJ · · Score: 1

    Consider the purely hypothetical clause: 'This software cannot be used in the production or use of closed-source software.'
    I've considered it, and I like that idea. Doesn't that basically match the intent of the GPL anyway? I'd think that's a lot more clear and harder to dispute than the current GPL- throwing that in there would be quite clear, wouldn't it? What would that rule out that the current GPL doesn't?

    1. Re:Considered by Arimus · · Score: 1

      So if I use gcc to compile my own code by a literal interpretation of the clause I must make the software I've compiled open source...

      --
      --- Users are like bacteria -> Each one causing a thousand tiny crises until the host finally gives up and dies.
  109. Re:Slightly OT: Why isn't the language "more clear by bursch-X · · Score: 4, Interesting

    Let's see:

    Ten commandments?

    I'm not religious, but...

    "Thou shalt not murder"

    Is pretty clear to me. Although apparently it wasn't to Christianity. Then again this wasn't an issue of not being clear rather than the people this is and was addressed to, putting their fingers in their ears and singing "LA LA LA LA LA LA I can't hear you LA LA LA!!"...

    --
    There are two rules for success:
    1. Never tell everything you know.
  110. Re:Rights signed over? by meburke · · Score: 0

    Uhmm, as I understand it, numerous developers signed over the rights to the FSF, and that was also mentioned in the article. If the developers no longer have the right to administer the copyright copyright on their own creations, shame on them! If I'm wrong, shame on me.

    --
    "The mind works quicker than you think!"
  111. You should've used emacs... by ClayJar · · Score: 5, Funny

    "...my chainsaw is incompatible with my text editor."

    You should've used emacs.

  112. Stallman Is Relevant? by smack.addict · · Score: 0

    News to me.

  113. Non-news by Jastiv · · Score: 0

    Daniel Lyons is a known propagator of FUD. He just writes up stories that have the facts wrong all the time. I'm somewhat surprised slashdot even gave this piece of non-news any attention. It must be a slow day today.

  114. Linux Revolution? by _iris · · Score: 2, Informative

    There is a Linux revolution? Last I checked, Linus is still in control, as much as ever anyway, and Alan Cox stepped down peacefully, without any coercion :]

    Joking aside, let's all keep in mind who is publishing this garbage. Do you think the readers of Forbes are, just maybe, on the capitalist, monetize everything, even if you can't possibly hold an exclusive license side of the debate?

  115. Re:Slightly OT: Why isn't the language "more clear by BootNinja · · Score: 5, Insightful

    Ok, Fine. What counts as arms? a .22 pistol? A tank? A basement full of C-4? An F16? and what counts as a citizen of good standing? Someone who hasn't been convicted of a felony? Someone who has no criminal record? Does this include traffic violations? Even your clarifications must be further clarified. It's a never ending cycle that can never be fully codified.

  116. Hey by aschoeff · · Score: 1

    Even if you personally are not altruistic in your goals, that does not mean everyone else must be similarly as self-centered and pessimistic.

    That's my point, that's why you can't equate MicroSoft with RMS. Whether RMS gets some personal satisfaction from getting to trumpet and strut is largely immaterial, if it doesn't contravene what he represents: empowering all to become aware of and exercise their freedom, which is a selfless perspective. It's a perspective of inclusion originating from love.

    I'm not trying to be holier-than-thou, high-and-mighty, or flakey. I just see a lot of injustice and deceit in this world, and believe movements like the FSF are not selfish like what they're advocating against, but rather thinking about the good of everyone.

    Don't you see that?

  117. Re:Forbes? On Open Source? Ha! by ZachPruckowski · · Score: 1

    You REALLY misunderstand him. He's not espousing those points, or agreeing with or opposing them. He's saying that those are examples of times that Slashdot has pushed an organizational opinion in a summary. And it's true. Slashdot is biased towards GNU/Linux/OSS, and against copyright. It's also owned by VA Software, so that should be no surprise. But I think the issue here that no one is addressing is that Forbes shouldn't be being compared to Slashdot. Slashdot is run by 4-5 guys, and is aimed at a small niche ("Nerds"). Forbes is supposedly the top business magazine. Big difference is that Forbes shouldn't have the biases Slashdot can get away with.

  118. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 5, Insightful

    To take a really off topic, but simple, example; When they said; A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed. They knew what them meant. Would it have been so hard to add a sentence? [etc., etc.]

    If you are familiar with the history, it's obvious that, at the time, it very clearly referred to an individual right to bear arms.

    That's what instigated the Battles of Lexington and Concord, and hence sparked the American Revolution. The British soldiers based in Boston went to collect caches of weapons from known or suspected agitators in the countryside. The British-American colonists felt their rights were violated, and it led to open combat, a fighting retreat, and the colonists successfully besieged Boston. All because the government wanted to collect weapons from citizens.

    The problem is that, when man-portable automatic weapons were developed, the Constitution was not changed. Practically everyone recognizes that, if private individuals are allowed to own fully-automatic AK47s, there will be serious problems enforcing civil order. They were made illegal some time around 1900, but no one could be bothered with amending the Constitution to make such a law possible. So ever since that time, we have been subjected to the bizarre construction of 'oh yeah, it refers to ownership by militas, not to private ownership'. This only led to still more bizarre things like the creation of the 'Michigan Militia'.

    Anyway, the problem is not that the second amendment is unclear. It's that it was outdated by late 19th-century technology, and we have been suffering under legal kludges ever since. All that we need is to pass a new amendment to say "people generally have a right to own handguns and rifles, but deadlier things can be prohibited".

    But considering the trouble Congress has with even considering any modification at all (liberal or conservative) to Social Security, my hopes are not high.

  119. Re:Slightly OT: Why isn't the language "more clear by L0rdJedi · · Score: 1

    Bzzz, WRONG! Why is it that when people discuss the Bill of Rights, "the people" is interpreted correctly in all of them except the 2nd amendment? Did the meaning of "the people" somehow change between 1 and 2 and then back again for all the rest? No, it didn't. So stop reinterpreting it to fit your dream. "The right of the people, to keep and bear arms, shall not be infringed" The people means the citizens, not the states. This is true for every single amendment, with no exceptions.

    I'll give ya one thing. The FF's never intended people to be able to own nukes, but they sure never intended the kind of draconian gun laws some places have either. Criminals break laws, that's why they're called criminals and not law abiding citizens.

  120. Do you mean the fundamentalist kind of love? by ClosedSource · · Score: 1

    "Don't you see that?"

    I don't. I see people condemning anyone who writes "non-free" software as evil. I see very little "love" on the part of RMS or any hard-core "free" software advocate. It's all about hate IMHO. Hating MS, hating anyone who dares to disagree. I think it's more motivated by self-rightiouness than concern for your fellow man. What sort of charity work does the average "free" software advocate do that has no anti-something involved in it?

    1. Re:Do you mean the fundamentalist kind of love? by aschoeff · · Score: 1

      In what sense did you mean "fundamentalist?" As in a fundamentalist Christian or Jew? Not the main point but I don't understand the connotation.

      "What sort of charity work does the average "free" software advocate [FSA] do that has no anti-something involved in it?"

      This is a difficult question to address meaningfully, but very relevant and I'm glad you asked. By their diametrically opposed natures, any action one side takes here is inherently anti- to the other side. Therefore, any coding a FSA does will be more-or-less anti-MS, and any app MS releases is more-or-less anti-FS. But I believe it is an error to reduce the situation to two equally-justifiable competing business models. The GPL is not a business model, it is one particular embodiment of an altriustic ethical perspective.

      You say FSAs are full of hate, and you're right. Hate is wrong. We all wrongfully feel hate to those we oppose to some degree, and that must be challenged and overcome. Unfortunately, we tend to reflexively hate those things that oppress us, and that's the first step to becoming aware of the oppression and regaining our liberty and freedom.

      That said, hate is just not motivation enough to go from MS-bashing to FS-developing. It takes an internalizing of the perspective I am talking about to decide to produce something for the benefit of all and at the expense of none.

      In such a situation, it's a value call as to which side a person takes, but you take a side through your actions, knowingly or not. Those choices have real consequences, and I think it's every individual's responsibility to look at what those are. Before I had no problem with closed and proprietary software. But I believe that time is over, and as a society our democracy and mutual benefit are best served by FOSS.

      Why are you such a zealous apologist for CS? I mean, does it have any basis other than your own personal financial gain, through your own coding or else through shared interests in CS developers, or through lobbyist-type compensation? What happened to you?

    2. Re:Do you mean the fundamentalist kind of love? by ClosedSource · · Score: 1

      I think you missed the point of my question. If "free" software advocates are so devoted to helping mankind, what other charitable acts do they perform without a political agenda. Do they donate a significant portion of their income to the poor? Do they read for the blind? There's no "sticking it to the man" aspect of these good acts so they are a better indication of one's unselfish devotion to making a better world.

      "Why are you such a zealous apologist for CS? I mean, does it have any basis other than your own personal financial gain, through your own coding or else through shared interests in CS developers, or through lobbyist-type compensation? What happened to you?"

      That the fact that people like you think we need to apologize for making a living is part of the reason that many experienced software developers are wary of the "free" software movement.

    3. Re:Do you mean the fundamentalist kind of love? by aschoeff · · Score: 1

      I understand your question now. I can't and shouldn't speak for what Stallman or anyone else does charitably outside of coding. Maybe for them donating code is their best way of doing this, and all they have time for? And yes I think they are hypocrites if they're getting rich off of it. It's akin to demanding CS developers to sacrifice without FOSS people doing it themselves.

      But I can reply to your question for one person, me. I know what charitable stuff I do these days and I'll tell you that. I help out homeless people when I am able in various ways. I loan my crappy car out if someone needs it who doesn't have one. I'm an election judge in Illinois. I help out at my church and toss a few bucks in the basket. I'm back to being a grad student so I don't make a lot of money, but I believe strongly in eschewing excess income such that when I have it, I'm going to donate it or just decline higher salaries. I don't think I'm better or special because of this, I'm just grateful to finally be at a point in my life where I have the capacity to be helpful and do these things, and this is how I'm interpreting and implementing my perspective.

      I don't mean to make you apologize for making a living. I apologize for making you feel that way. We all need to make a living. We're all in this together, whether we acknowledge that or not. As such, livings should try to be made so that they promote the well-being of all, because otherwise they do the opposite. Practically, change should come slowly, so you SHOULD be wary of the FOS movement, but aren't there incremental steps you have thought of here and there, that might reduce your personal revenue slightly, but be more open?

    4. Re:Do you mean the fundamentalist kind of love? by ClosedSource · · Score: 1

      It is good of you to do these other acts. I too don't know how representitive you are of the "typical" FOSS advocate.

      "Practically, change should come slowly, so you SHOULD be wary of the FOS movement, but aren't there incremental steps you have thought of here and there, that might reduce your personal revenue slightly, but be more open?"

      I don't see how. I don't develop my own software and sell it. I either work for a company as an employee or consult. In both cases the licensing issues aren't under my control.

    5. Re:Do you mean the fundamentalist kind of love? by aschoeff · · Score: 1

      "I don't see how. I don't develop my own software and sell it. I either work for a company as an employee or consult. In both cases the licensing issues aren't under my control."

      Which is exactly how the small group of people with the major financial interests in any CS company want it. That's why the FOS movement exists, because as individuals we are not allowed to act on our own ethics or morals. These CS corporations divide us and neutralize us by threatening our jobs, which threatens our apartments, our relationships, our stability, even our own identity. Some would call this slavery. I see it as a lot of people waking up and not liking where things are going, so we need to make change where we can so we don't sink into depression or disillusionment. Me? Been there, done that. I say never again, and not for anybody else if I can help it through my efforts.

    6. Re:Do you mean the fundamentalist kind of love? by ClosedSource · · Score: 1

      This is true of all companies and has nothing specifically to do with CS or the computer industry for that matter. If you really want to fight this battle you should start a movement to change the law to outlaw corporations. On the other hand, when I was a young man I worked for people who weren't all that nice but hadn't incorporated their business.

      It's really all about the golden rule: "Whoever has the gold, makes the rules". If you are rich or can start your own successful business you can be more independent. Otherwise you're going to do it your bosses way or hit the highway regardless of the licensing scheme your company uses.

  121. "IP" indeed made the Wrights a footnote in aviatio by Latent+Heat · · Score: 3, Insightful
    The Wright Brothers were first in flight excepting some spurious claims. They were for a long time number one in controlled flight -- when a left turn would send competitors augering in, they were not only flying but doing figure-eights and impressive maneuvers up in the air. But they were also wedded to a control-surfaces-in-front and other features that perhaps they could fly maneuvers but could they train anyone else? All I know is that after flight training in low-wing Pipers with asymmetric ailerons that you don't even have to know what the rudders are for, the thought of getting checked out in a Wright Flyer is something I don't want to contemplate -- probably something beyond helicopter training in developing a new set of reflexes and balances.

    Given their lead, they had visions that they owned aviation through patents. They had the idea that flight was going to be bigger than anyone could imagine, but their idea was of themselves being a Microsoft rather than the aviation industry being Open Source. They made some money from it, but they didn't realize their dream of becoming personally rich beyond imagining. An engine maker called Curtis-Wright had their swan song in the form of the TurboCompound radial engine that powered the DC-7, Lockheed Constellation, P-2 Neptune (did they have one in the Skyraider?). But in the age of Boeing and Airbus, they are a historical footnote.

  122. Linux vendors? by Anonymous Coward · · Score: 0
    Linux vendors such as Novell and Red Hat


    Fucking parasites both. Redhat sucks gargantuan moosedick and Novell is a virus.

    Free software is free. Only a fool would pay.
  123. This got an entire article? by deblau · · Score: 2, Funny
    This is a rhetorical question! It should have gotten a poll at best:

    Will Stallman Kill the "Linux Revolution?"

    • Yes
    • No
    • Maybe
    • Linux isn't a revolution, it's a kernel, dammit
    • CowboyNeal will kill the Linux Revolution
    • Stallman will kill CowboyNeal -- live, this Sunday on Pay Per View!
    --
    This post expresses my opinion, not that of my employer. And yes, IAAL.
    1. Re:This got an entire article? by MORB · · Score: 1

      You forgot:

          - fud
          - notfud

  124. Re:Rights signed over? by viscous · · Score: 2, Informative

    Sure, you can sign over your copyright to the FSF, and people even have. You could also sign your copyright over to your employer or your mother. But nothing about the GPL requires you to reassign it to anyone. The original poster sounded like he might not realize that.

  125. Blah blah GPLv3... by IntergalacticWalrus · · Score: 1

    I have yet to understand all of this controversy around GPLv3 and the Linux kernel. Things just don't add up.

    The Linux kernel is strictly licensed under the GPLv2, without the "or any later version" suffix appended to it. And since the copyright on every piece of code in the kernel is owned by its respective contributors (a counterexample of this is Gentoo, which makes all of its devs with CVS/SVN accounts sign a legal contract stipulating that all of their work is owned by the Gentoo Foundation), switching the kernel to GPLv3 is technically impossible because it would require ALL contributors (possibly thousands, spread over a decade) to give their approval.

    Therefore, debating on whether the kernel should upgrade to v3 or not is a waste of time, because even if Linux and co. were to agree with v3, IT STILL WOULDN'T BE LEGALLY POSSIBLE TO SWITCH TO v3. The kernel is permanently stuck to GPLv2, and everyone should accept this now.

    Even if GPLv2 and GPLv3 were to be incompatible with each other, it only means GPLv3 can't be used in new code entering the kernel. But that doesn't matter, in fact it would make things simpler.

    Personally I think the GPLv3 is great, but it won't affect the Linux kernel, end of story.

    1. Re:Blah blah GPLv3... by IntergalacticWalrus · · Score: 1

      Damn, I really meant to say "Linus and co.", haha.

    2. Re:Blah blah GPLv3... by ThePhilips · · Score: 1

      To you and many other posters: RTFA.

      The article is about future potential incompatibility of licenses between kernel and applications. Amount of code which floats between kernel and applications is pretty big and might have implications, since GPLv3 is stricter.

      Also RTFA highlights what was already said before that in fact it would trash completely whatever Intellectual Property portfolios young F/LOSS companies have managed to put together - further inhibiting spread of F/LOSS.

      Nobody is switching Linux kernel to GPLv3. That's old news and plain impossible.

      --
      All hope abandon ye who enter here.
  126. Civil War... by captjc · · Score: 1

    ...I am with the Scruffy Crazy.

    RMS

    --
    Slow Down Cowboy! It's been 1 hour, 47 minutes since you last successfully posted a comment
  127. Stallman and Open Source by leed_25 · · Score: 2, Insightful

    My personal opinion is that Richard Stallman's relevance began to decrease
    as soon as he stopped programming. I think that he is a first class programmer
    but that he is an abject failure as a policy maker.

    1. Re:Stallman and Open Source by Animats · · Score: 1

      Actually, Stallman is a better legal drafter and policymaker than a programmer. The GPL is his great work, and that's what he'll be remembered for. He changed the world of software with it.

      He's known as a programmer mostly for reimplementing EMACS; the original version, in TECO macros, was primarily by Guy Steele. Stallman's version of EMACS was bloated; JOVE (Johnathan's Own Version of EMACS), written by a high school student in the 1980s, had most of the useful functionality of EMACS in 128K of code. Stallman's frantic efforts at Lisp Machines Incorporated to keep up with Symbolics didn't lead anywhere; the whole LISP machine world was a dead end. Stallman's HURD operating system effort was a decade-long disaster.

      Stallman did write the original GCC, but eventually it was replaced by the EGCS compilers, which are now the "official" GCC suite of compilers.

      Almost all of Stallman's programs were reimplementations of something already written by someone else. But the GPL was original and brilliant. That's his legacy.

  128. Re:Slightly OT: Why isn't the language "more clear by sydneyfong · · Score: 3, Insightful

    Disclaimer: I am not a lawyer. This is not legal advice.

    > I mean, if it is from the original author of the clause in question, why
    > would it not have standing, even if clearly different from the exacting
    > legalese

    Because of the requirement of legal certainty.

    Say you have a license agreement (or contract). Both parties read the terms and agree to it. All is happy. Now one day the drafter of the agreement (who isn't one of the parties) comes up and says "nevermind what I wrote, I actually meant *this*!". If this was accepted, then the parties are now bound by terms that they didn't agree to.

    Note that (AFAIK) in common law, the court will put some weight on the intention of the parties of the agreement or contract. But this is different from the case where the contract or agreement or license (eg. GPL) was drafted by a third party (eg. RMS). RMS's intentions are not relevant (unless, of course, the parties had RMS's personal interpretations in mind when agreeing to the terms, then maybe that would be relevant)

    Anyway, the bottom line is: the law expects you to read and (argh) understand the legalese, and it doesn't expect you to find out what the drafters of the document have to say about their intentions. What you agree to is the terms expressed on the document, not the drafter's intentions. In fact, the drafter's intentions are probably even more irrelevant than the parties not involved in the drafting: (see http://en.wikipedia.org/wiki/Contra_preferendum )

    Disclaimer: I am not a lawyer. This is not legal advice.
    Another disclaimer: the above is a very rough approximation of the law. It is not accurate by any means.
    Another disclaimer: I live in a common law jurisdiction, but the law in the US and my jurisdiction can vary.

    --
    Don't quote me on this.
  129. A little knowledge... by Charles+W+Griswold · · Score: 5, Insightful

    An interesting article, but it shows a remarkable lack of knowledge, both on the part of the author and on the part of some of the people that he quoted. He seems to think that if you distribute software under the GPL, that it gives Stallman control of said software, or that it gives Stallman a right to sue people who (mis)use the software. That simply isn't true. The copyright owner (i.e. the person(s) or company that actually wrote the software) controlls it, and is responsible for suing those who infringe on the GPL.

    "In recent years Stallman and the FSF have been cracking down on big Linux users, enforcing terms of the existing license (GPLv2, for version 2) and demanding that the big tech outfits crack open their proprietary code whenever they inserted lines from Linux."

    If said companies broke the terms of the GPL, then they're in the wrong, aren't they? I mean, hey, if I broke the terms of the license for, say, MS Windows and Microsoft found out about it, they'd be all over me like stink on you-know-what. But when the big corporations are called on *their* (alleged) copyright violations, suddenly it's Stallman that's in the wrong.

    And then there's the fact that it goes on paragraph-after-paragraph describing Stallman in the most unflattering terms. I mean, hey, Stallman is no saint, and he is a bit bizarre, but what does that have to do with the GPL? What does hair in soup have to do with copyright law? What does bad singing have to do with finance? Forbes *is* a finance magazine and not a celebrity trash rag, right?

    "A cantankerous and finger-wagging freewheeler, Stallman won't comment on any of this because he was upset by a previous story written by this writer."

    Ah, I see. Daniel Lyons said bad things about Richard Stallman, so Stallman snubbed Lyons, so Lyons is in a snit. Grow up, guys.

    --
    "Those who are too smart to engage in politics are punished by being governed by those who are dumber" -- Plato
    1. Re:A little knowledge... by petrus4 · · Score: 1

      He seems to think that if you distribute software under the GPL, that it gives Stallman control of said software, or that it gives Stallman a right to sue people who (mis)use the software.

      It might not be true in the case of the GPL as a whole, but it most certainly *is* legally true of anything that gets submitted to the GNU project.

      Bottom line:- If you use Linux or anything licensed by the GPL, you're Stallman's bitch by default in his own mind. That may or may not be true in a legal sense...but he certainly thinks it is.

  130. Forbes Mag - A Bastian OF NeoFlunkies by cannuck · · Score: 0

    Need I say more?

    1. Re:Forbes Mag - A Bastian OF NeoFlunkies by petrus4 · · Score: 1

      Calling Forbes names is a wonderfully convenient way of sidestepping this issue, isn't it?

      Another alternative is to display some basic maturity and a spine, and to refute the article on its' points if you think they are invalid.

      I have to ask...Do you actually consider yourself an adult?

    2. Re:Forbes Mag - A Bastian OF NeoFlunkies by cannuck · · Score: 0

      Another god is heard from - shouting out his/her changes - about the "right rules" of discourse. The standard rules of discourse now a days (before your changes) - is that, since you have challenged me - you need to produce proof that I am wrong is classifying Forbes magazine - and the article in question as blatant fear mongering without a shred of evidence. So lets hear it..... Mr/Mrs. Big.

    3. Re:Forbes Mag - A Bastian OF NeoFlunkies by petrus4 · · Score: 1

      Another god is heard from - shouting out his/her changes

      I'm not a god. Did I make that claim? I don't think so.

      you need to produce proof that I am wrong is classifying Forbes magazine - and the article in question as blatant fear mongering without a shred of evidence.

      I'm not arguing with the idea that Lyons is a troll...I googled him and read several of his other rants on Forbes. The guy seems to spend most of his time trying to tear Linux down in one way or the other.

      My point was that just because Lyons might be a troll most of the time, that doesn't mean his point about Stallman was necessarily invalid...I didn't see you trying to challenge that either way; you simply made a generalisation about Forbes.

      The point about Stallman *is* valid, IMHO...Namely that at one point the guy was doing a hell of a lot of good work, but that over the last three years or so has gone off the rails more or less completely. That seems to be a minority opinion though, I'm aware...Most of the people on here seem to stick with the familiar line of, "Stallman is our God. How DARE you utter a word against this infallible, omniscient being?!"

      If you're looking for someone who you can really accuse of having delusions of godhood, there's your man...I'm assuming you'd heard before this article about his St Ignutius routine?

    4. Re:Forbes Mag - A Bastian OF NeoFlunkies by cannuck · · Score: 0

      What you needed to prove - is that Forbes Mag's standard editorial policy is not a purveyor/spinner of so-called "free market"ideology/practise. Despite the fact that monopolistic control is the goal/practise of almost all businesses in the USA and elsewhere (Gates, Jobs, et al). So is Stallman any different from all of the other Gates's or Jobs's? Again the writer showed no proof that Stallman actions would force Linux into "hell in a handbasket". Which of course is no different from Forbes's "expertise" when it spurts out - it's standard "hot" predictions on which mutual fund will do best this year (more dart throwing).

  131. Re:Slightly OT: Why isn't the language "more clear by sydneyfong · · Score: 1

    Legal documents these days are long enough to begin with. You must have seen how long EULA's can be. Now, do you REALLY want to go through, not only one, but MULTIPLE documents of even greater length?

    No thanks.

    Didn't the grandparent poster say: "Right now, I'm sitting in the UIUC Law Library, looking at two hundred volumes that comprise legislative history going back to the early 1900s... and that's just abridged stuff." Well, I'm pretty sure it doesn't cover everything to the point of absolute clarity. So do you want to have a few more hundred volumes of these stuff? Who's going to read through all of them?

    Besides, the real world is a lot more illogical than your computer is. There will *always* be grey areas which are impossible to resolve. A computer logically comprises discrete bits. The real world is for all practical purposes a continuum.

    --
    Don't quote me on this.
  132. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0
    The meaning of "arms" has also changed: at the time, it was understood to mean the sort of weapon carried by an infantryman. Heavier weapons would be refered to as "cannon"; so Amendment II doesn't mean you have a right to a howitzer on your front lawn.
    That would also bring handguns into question, especialy concealed ones. And what about RPGs?
  133. No, just contradictory. by hacksoncode · · Score: 1
    In truth, if he really believes this, he is either schizophrenic or hypocritical (or both, if you want the opinion of someone who has met him socially on a number of occasions).

    Stallman's vision of Free Software is inherently *impossible* without copyright. Without copyrights, anyone could take any code, copy it, modify it, distribute/sell the modifications, and refuse to release the modified source code.

    Unless you can restrict what people can do with your source code (i.e. restrict their freedom), there's no way to keep software Free. Ironic, neh?

    1. Re:No, just contradictory. by Anonymous Coward · · Score: 0

      In a world without software copyrights we'd be allowed to reverse engineer, learn from, fix, and redistribute formerly proprietary code. So long as copyright exists we need to protect our users from many of the worst abuses it enables, and turning it against itself in the form of the GPL is an effective way. It's the same reason he was willing to develop project GNU on proprietary systems but only until that was no longer necessary.

    2. Re:No, just contradictory. by Arker · · Score: 1

      It's not contradictory at all.

      Were software still considered beyond the bounds of copyright and similar laws, it's true that software producers could not be required to release source code, could and would attempt to hide the software in opaque binaries and so on, of course.

      It would also be perfectly legal to decompile, reverse engineer, patch, and distribute patched versions, on the other hand. Without any ability to prevent third party modification and distribution legally there was no profit motive behind locking up the code in the first place. If you look at the history of software, for a long time it was not generally considered copyrightable, or sellable per se, and no one had motive to lock it up - quite the opposite, producing software was an expense for hardware manufacturers, who had to provide it in order to sell their hardware. In that situation, it's in the hardware makers interest to keep it open and modifiable, as the more their customers build on the base they provide, the more powerful and valuable their hardware becomes.

      Only when copyright started being applied, and software started being viewed as a good to be sold in and of itself, this changed, and computer users found themselves being increasingly locked out of their software and rendered helpless to modify their own machines. That's when Stallman became concerned and started the work that led to the GNU GPL - a legal 'hack' Stallman came up with to make the best of a bad situation.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
  134. Re:Slightly OT: Why isn't the language "more clear by Pfhorrest · · Score: 2, Insightful

    I know, traditions and all, but after all, legal rulings are often called "opinions". Why does there need to be "interpretation"? When you make a law (or write a license), would it be so hard to tag a sentence or two in plain vernacular about the "intent"? Why wouldn't that have any weight, legally? I mean, if it is from the original author of the clause in question, why would it not have standing, even if clearly different from the exacting legalese? Seems like we have the author of GPLV3 explaining himself already! Couldn't the intent be part of the license?

    To take a really off topic, but simple, example; When they said; A well regulated Militia, being necessary to the security of a free State, the right of the people to keep and bear Arms, shall not be infringed. They knew what them meant. Would it have been so hard to add a sentence? Either By this we mean a well regulated militia is one that is under state control or The intention of this is to prevent the state from usurping the rights of individuals, so this to means all citizens of good standing can bear arms.?

    Makes a big difference, and not subject to later interpretation.


    In writing a philosophical essay, students are often advised to use as plain and simple English as possible to explain the claim that they are making, and to restate it several times in different ways, and include examples, to make sure that no reader is going to misunderstand them. I heard a good guideline the other week summarizing this: assume that your reader is "stupid, lazy, and mean". "Stupid" in that that they're not going to get your point very easily and need everything spelled out for them, "lazy" in that they're not going to to go to the effort of trying to understand what you mean and need everything spelled out for them, and "mean" in that they'll probably interpret what you say in the most negative way possible, so they need the actual intention of your point clearly spelled out for them.

    It seems to me that, like you're saying, this would be a very good principle to apply to laws. Say what you're going to say - "P". Then say it, in a different way, "By P, we mean Q". Then say what you just said - "That is to say, R; or in other words, S." Give examples: "For example, this law prohibits X, Y, and Z; this law does not prohibit A, B, and C." And of course be clear that those are only examples and not the full extent of the law.

    Someone else who responded to you already said that the symbols we use now to convey meaning (our language) do not retain the same meaning across generations. But it seems to me that you've got a good point: that by stating something in as many ways as possible, you're sort of giving several points of reference, to make sure that future generations understand that "P" meant the same thing as "Q" when we wrote this, so if what "P" means to you kids in the future isn't the same as what "Q" means to you, you're misunderstanding us somehow.

    --
    -Forrest Cameranesi, Geek of all Trades
    "I am Sam. Sam I am. I do not like trolls, flames, or spam."
  135. point taken? by Anonymous Coward · · Score: 0

    what the hell is the point of the copyright? and lisncences/patents..

    so other monkeys wont copy another monkeys work? um ever heard of "monkey see monkey do?", your fucking up evolution!

  136. Why isn't the ideas"more clear by Anonymous Coward · · Score: 0

    "220 years of hindsight and court decisions have added an unbelievable amount of nuance and interpretation to what is simply the most carefully and expertly drafted political document in human history."

    Gush much?

    You may want to read this.

    "How many other such documents have stayed around and had to be altered so little for such a long time? "

    The Bible.

    1. Re:Why isn't the ideas"more clear by MadUndergrad · · Score: 1

      First, the bible wasn't a political document per se, it was a religious text. Sure, it had political influences, but it is a religious text nonetheless.

      Second, the bible is full of contradictions and vagaries. As far as I'm aware, the Constitution is not (unless vagueness was intended). The Constitution was clearly more "carefully and expertly drafted" than the bible. The fact that the bible is older means one thing: it's older. Doens't give it any more weight.

    2. Re:Why isn't the ideas"more clear by Procyon101 · · Score: 1

      As the Bible is a religious text, supposedly written by God, I would assume the laws it sets out are not officially ammendable by mortals. As the context of the OP's statement makes it directly applicable to ruling documents ammendable by their governments, and not specifically historical archives, which would make his a silly statement indeed, then I think we can exempt the Bible as an exception.

      As for the link to the book you give... the argument is against the constitution because of it's rejection of proportional representation. In his opinion proportional representation is better than what the US uses, but the drafters of the constitution, and many, many others disagree strongly. Being as the drafter's rejection of it is very carefully constructed in the text of the constitution, the rejection of this philosophy is most certainly not a mistake, and would not be viewed by it's authors as a "flaw". In fact, PR, if adopted, would be the final failure of federalism and the triumph of what the founders would consider an oppressive government, having eliminated the relevance of the states. The author considers these states simply "geographic regions"... viewpoint I think the individual governments of these independant states and their freestanding armies (yes, some still exist... I live in a state that has one) might have some objection to.

      Now, you can say that it's not the "most expertly crafted political document in human history", and given a lively discussion of many documents and a few glasses of scotch, we might even come to an agreement on another "best", but that's purely a matter of taste and IMO would really have more to do with it's effectiveness in relation to it's purposes, it's eloquence, it's brevity, and it's clarity than any rejection of it's tenets.

    3. Re:Why isn't the ideas"more clear by Anonymous Coward · · Score: 1, Funny

      As the Bible is a religious text, supposedly written by God

      Actually, God wrote the source code. The compilers sucked and the implementations were buggy. It has something to do with that Free_Will feature that allows the subroutines to rewrite their own code.

      Mankind sucks as a developer enviroment. That's why He had to choose one people as an independent partition to test out the code before installing it and the 2.0 rev on the whole system with Jesus_Christ. Unfortunately all the damn programs running in multitask conflicted with each other on task priorities and implementation rules and messed it up again.

    4. Re:Why isn't the ideas"more clear by senatorpjt · · Score: 1

      So what if the text hasn't changed. The text of the 2nd amendment hasn't changed at all, but the interpretation has. Same with the bible.

    5. Re:Why isn't the ideas"more clear by Anonymous Coward · · Score: 0

      King James much?

    6. Re:Why isn't the ideas"more clear by Anonymous Coward · · Score: 0

      The Bible actually is very coherent in its main point - that Man has sinned and needs to be punished for it by eternal death. Jesus took the punishment for Man and so Man is saved. This story is told from the very beginning (Genesis; sinning of Adam & Eve) right through to the end. Even in the Old Testament (Pre-Jesus on earth), lots of references were made to this 'Saviour' figure.

      The "contradictions" are either utterly trivial points or due to different people seeing the same thing from different angles.
      As an *analogy*: From 2 certain angles 180degrees apart, two towers would look as if there is only one because one blocks the other from the viewer. The viewer could thus record it as only one tower present whereas someone else from another angle would see both.

      Also, the Bible is big.. very big. Try asking the Founding Fathers to draft a Constitution as big as the Bible. Even when "carefully and expertly drafted", you are bound to find "contradictions and vagaries".

    7. Re:Why isn't the ideas"more clear by AcidLacedPenguiN · · Score: 1

      Yeah, and dinosaurs are just the result of a kernel panic when there was a bad sector on His boot floppy.

      --
      disclaimer: I've been known to store numbers in my ass for which to dig out when quantities are required.
  137. Forbes.... by SQLz · · Score: 1

    If its Forbes, its a waste of your time. That publication has got to be one of the worst. Its like idiots writing for idiots.

  138. Grok or not to grok by theolein · · Score: 1

    And anyone who uses Grok in a sentence in the English language is oblivious to the real world where people see Stallman as a fat, loud-mouth hippy with the personality of Abimael Guzman of Sendero Luminoso and the charm of Saddam Hussein. In the real world, where people use the word "understand" and not "grok" because they don't use a, for them, archaic command line interface, looks and behaviour count for something.

    1. Re:Grok or not to grok by Anonymous Coward · · Score: 0
      In the real world, where people use the word "understand" and not "grok" because they don't use a, for them, archaic command line interface

      WTF? "Grok" is a literary reference to Stranger in a Strange Land that has since passed into the English language. It far predates your "archaic command line interface"

      http://dictionary.reference.com/browse/grok
  139. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Some landowners did own cannon. Standing armies were prohibited, so good citizens agreed they each had a duty to be prepared to defend their state. And having just founded a country through violent revolution against tyranny, the last thing they wanted was a government with enough of an advantage over private citizens that it could suppress another revolution!

  140. Re:Slightly OT: Why isn't the language "more clear by ShieldW0lf · · Score: 1

    "Thou shalt not steal." is one thing.

    "Thou shalt not steal anything which shall deprive an individual of his belongings, even if they are intangible." is different than "Thou shalt not steal tangible things. Things that can be duplicated without cost to the owner are fair game."

    Two very different things, as we now know.


    Yeah... thing is, the tablets purported to have been delivered to Moses were written in Hebrew, and were badly translated. The commandment referred to kidnapping into slavery, not taking your neighbours crockpot.

    Heh... I don't know if that makes your example bad, or better

    --
    -1 Uncomfortable Truth
  141. There's always BetterStructuredDiscussions. by Anonymous Coward · · Score: 0

    "Not so simple. Your version of freedom seems to be anarchy. BSD lets bullies bully, and does nothing to prevent the Tragedy of the Commons"

    The problem is is that you can't apply "Tragedy of the Commons" to digital goods. Digital goods aren't finite and the ToTC is about finite goods.

    "GPL tries to give everyone more freedom by restricting the freedom of the slick and sharp to take freedoms away from the less sophisticated."

    With the implication that the GPL will always be able to cover those "loopholes". There's also legal loopholes that the GPL allows for those who wish to keep the code away from the "less sophisticated" while allowing some of the benefits of the code. The one Nvidia has chosen is one (by association). The "web services" is another (by reflection), and the last is simply by distributing the code within an organization only (by exclusion).

  142. IANAL, etc by themusicgod1 · · Score: 1

    Isn't GPL3 addressing this specific problem? At least, attempting to? I seem to recall in the india speech that rms/moglen were explaining that the GFDL3 would be compatible with GPL3, due to the 'extendability'/'additional terms' section7? I could be entirely wrong here but that's what I got out of it.

    --
    GENERATION 26: The first time you see this, copy it into your sig on any forum and add 1 to the generation.
  143. Mods on crack? by orzetto · · Score: 1

    +5 Interesting to an unsubstantiated AC troll?

    As an open-source developer for 8 years building web and desktop apps, I am disgusted with GPLv3.

    If you had the upgrade clause (supposing you actually wrote some apps and this is not trolling), you can still stay GPLv2 as long as you like. And Microsoft, Sauron or Darth Vader cannot do that, as the clause reads:

    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

    To those who modded this up: what about modding up stuff that actually contributes to the debate, instead of rabid rants? This AC simply babbles "Meh, I do not like it, will not use it" with no substantiation he has ever programmed anything.

    --
    Victims of 9/11: <3000. Traffic in the US: >30,000/y
  144. Face it by stud9920 · · Score: 1

    Face it: Linux is the new Hurd. Nothing has happened to it in years. How different is the latest "Stinky Skunk" Ubuntu different from a year 2000 Mandrake ?

  145. Re:Slightly OT: Why isn't the language "more clear by 1u3hr · · Score: 4, Insightful
    I know, traditions and all, but after all, legal rulings are often called "opinions". Why does there need to be "interpretation"? When you make a law (or write a license), would it be so hard to tag a sentence or two in plain vernacular about the "intent"? Why wouldn't that have any weight, legally?

    Because your "plain language" is plain to you but not to everyone else, and especailly not to an determined lawyer.

    I live in Hong Kong, where your "intent" idea has sadly been put into effect. When Hong Kong was handed back by Britain to China in 1997 the laws of Hong Kong were determined by the "Basic Law", in effect a constitution, as enacted by the PRC after negotiation with the UK. However, some years later when the governement wanted to enact laws that went against the "obvious" interpretation of the Basic Law (relating to elections mostly), the rulings of Hong Kong's High Court were overridden by the government by appealing to the "intent" of the laws, by asking members of the committee that had drafted them what they had been thinking about. Thus the government is able to retrospectively change the effect of laws without even having to pass legislation.

    So as much as we all hate lawyers, having judicial oversight that follows the strict letter of the law, and not its "intent", is a much more democratic system. If governments want to change laws, they can make new ones and let the legislators openly argue and vote on them.

  146. Re:Slightly OT: Why isn't the language "more clear by Jedi+Alec · · Score: 1

    "Thou shalt not murder" Is pretty clear to me.

    It is, is it? Define murder exactly? The fine line between murder and self-defence is different from country to country, and even then the right smooth-talking lawyer can put one's actions just on the other side of the line. What about using lethal force to defend your children? Does that make one a murderer, a hero or both?

    --

    People replying to my sig annoy me. That's why I change it all the time.
  147. Re:Slightly OT: Why isn't the language "more clear by Curien · · Score: 1, Insightful

    Both you and grandparent miss the genious of the Constitution. The reason it hasn't required more upkeep in the past 200+ years is /because/ it is so vague. Specificity results in obsolescence.

    Consider if one of the powers granted to Congress was, "The ability to build roads, by which we mean paths of no more than 20 feet wide for the use of wagons, horses, and pedestrian traffic." Yeah, THAT would have stayed the test of time.

    --
    It's always a long day... 86400 doesn't fit into a short.
  148. vs Forbes article by Anonymous Coward · · Score: 0

    Whatever else the guy said:

    If GPL v2 and 3 are incompatible, this will cause serious trouble.
    F.Ex, possible splintering of GNU/Linux.
    Windoz will inherit the world...

    -- Happy dreams, hackers

  149. I think we can relax now. by tietokone-olmi · · Score: 1

    With the history that Forbes has on predicting matters related to Free Software, I think we've just had two things that aren't going to happen identified for us. Relax everyone, the sirens have become quiet again.

  150. -1 Flamebait by vga_init · · Score: 1

    Dear Danny,

    Your mom will kill the "Linux Revolution."

  151. Re:Slightly OT: Why isn't the language "more clear by Procyon101 · · Score: 2, Interesting

    Well, this gem is included:

    Amendment VII

    In suits at common law, where the value in controversy shall exceed twenty dollars, the right of trial by jury shall be preserved, and no fact tried by a jury, shall be otherwise reexamined in any court of the United States, than according to the rules of the common law.

    I'm pretty sure they didn't mean $20 the way you and I mean $20.

  152. Re:Slightly OT: Why isn't the language "more clear by Procyon101 · · Score: 3, Funny

    We need to draft laws in a logic language. I propose a LISP dialect.

  153. Re:Slightly OT: Why isn't the language "more clear by Schraegstrichpunkt · · Score: 1
    When you make a law (or write a license), would it be so hard to tag a sentence or two in plain vernacular about the "intent"?

    Part of the strength of the GPL is that is does just that: It contains over 400 words of preamble.

  154. drm vs copyright by mikesum · · Score: 1
    He aims to impose new restrictions on IBM and any other tech firm that distributes software using even a single line of Linux code. They would be forbidden from using Linux software to block users from infringing on copyright and intellectual-property rights ("digital rights management"); and they would be barred from suing over alleged patent infringements related to Linux.


    No, that's what copyright law is for.

    DRM is about control, and vendor lock-in. You're at the mercy of whomever makes the DRM. They might go under, or maybe they'll decide you shouldn't have rights to the song, software or movie.

    This seems like FUD, just look at the word choice.

    "forbidden" "barred from suing over alleged patent infringements"
    "radical" "tear it apart" "lesser-known programmer--infamously eccentric" "startling amount of control" "anticorporate crusader" "anarchist"

    "waged war on the commercial software industry, dubbing tech giants "evil" and "enemies of freedom" utopian anticapitalist" bent

    "impose new restrictions any other tech firm that distributes software using even a single line of Linux code"

    It's just sensationlist.
  155. Re:No, linux will kill itself by Anonymous Coward · · Score: 1, Insightful

    Linux:
    1. apt-get install [foo]
    2. Wait for [foo] to download.
    3. Configure [foo], if necessary

    Windows:
    1. Buy the program on a CD/DVD
    2. Wait for CD/DVD to arrive
    3. Insert CD and click next a bunch of times.

    Better?

  156. Re:Slightly OT: Why isn't the language "more clear by Stephan+Schulz · · Score: 1
    [...] How about writing the "full manual" AND a "quick start", and a "for dummies", and ???, etc. As much as it takes, depending on how important the item your are writing about is. [...] I know "the law" is all about dotting the "i"s and crossing the "t"s, but if you do the legalese first, then preface multiple, redundant, intended-to-clarify, clauses, how does that detract from the primary goal?
    There are two cases here. Either the extra clauses are only for illumination and have no legal force. Then they can similarly lead to confusion. Consider a piece of code with various different and possibly conflicting pieces of comment. Or, indeed, consider the Linux kernel source, ''Unix for Dummies'', and any of W. Richard Stevens' books. One correct comment is fine, but many different ones suck...

    The other possibility is that the extra clauses do have legal force. So you run into the problem of inconsistency and different interpretations all over again, only with more choices to start from.

    The best step would be to simplify the laws so much that the background noise goes away (says someone from a country that produces 70% of all the tax law interpretation literature in the world...).

    --

    Stephan

  157. Re:Slightly OT: Why isn't the language "more clear by jimicus · · Score: 1

    That's because the definition of the word "murder" is unclear.

    It's not considered murder to kill a man who's fighting for the opposition when you're at war (unless he's surrendered and should be taken as a PoW).

    It's not necessarily murder to kill a man who's coming at you with a weapon. Manslaughter, maybe, but not murder.

    It's not murder if you're not mentally fit to judge what is and isn't acceptable (well actually it is, but you won't receive the same kind of punishment in most civilised countries).

  158. Do I now get to say... by petrus4 · · Score: 2, Insightful

    ...I told you so? ;-) Maybe I should leave that for when Stallman actually *does* become irrelevant, rather than for stories like this which merely speculate about it.

    Yes, the man did do some good things...it isn't that I'm not acknowledging that. I can't prove or disprove that nobody else would have come up with the idea of a FOSS license without him.

    The bottom line now however is that as this article says, Stallman's radicalism is now threatening to destroy all of the good that he has created in the past...People also say he never changes, but personally I believe he *has* changed. He's already sold out, but not in the way this article's author thinks.

    He's sold out in the sense that it's purely about power for him now...it's about being a cult leader. It's about having followers who worship him and follow his every decree.

    If I thought he was still doing things for the right reasons, I'd venerate him myself. I believe that there was a time when he genuinely did care about the wellbeing of people other than himself...but that that time has long since passed.

    For the sake of FOSS in general, he now must, as the article says, be routed around.

  159. Re:Slightly OT: Why isn't the language "more clear by cyber-vandal · · Score: 2, Insightful

    Huh? When did that change? It's always said "Thou shalt not kill" in my bible.

  160. Re:Slightly OT: Why isn't the language "more clear by MooUK · · Score: 0, Flamebait

    I think that one works along the lines of "They're not people since they don't worship God, so it's not murder". Not that it's an excuse.

  161. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Even if you assume $20 was a lot of money back then, I don't see it as being a bad thing that the currency has devalued to the point that trial by jury is extended to everyone for every case triable under common law.

  162. Re:Slightly OT: Why isn't the language "more clear by ignavus · · Score: 5, Informative

    Let me see ... how many Ecumenical Councils were there? So the Nicene Council around 325 - oh, wait, the Nicene Creed was amended a little at the later Constinopolitan Council ... so it has only been unchanged in the last 1500 years. Besides the creed itself, they passed a whole lot of provisions of canon law. Then there were the provisions of the other councils, and the later Orthodox and Catholic Councils that still have force as canon law. The laws of England include provisions going back to the reign of Edward III (1300s) that are still in force (or were until recently). Hmmm Magna Carta - now there is a document to make your Constitution look like a juvenile.

    History wasn't invented in America. Some places have been around longer, and have a longer tradition of unchanged principles. Jewish law goes back, in some matters, over 3,000 years. America is just a Johnny-come-lately in the world of legal history.

    --
    I am anarch of all I survey.
  163. Re:Slightly OT: Why isn't the language "more clear by DrSkwid · · Score: 2, Funny

    It doesn't specify humans. Some of us consider killing all animals to be murder. But where to I draw my line ? Bacteria, a wild dog attacking me, a mosquito ?

    Specificity for such things is always hard to pin down.

    http://www.opsi.gov.uk/acts/acts1994/Ukpga_1994003 3_en_6.htm#mdiv63

    Here the state tries to define rave music in order to outlaw it

    63.--(1) This section applies to a gathering on land in the open air of 100 or more persons (whether or not trespassers) at which amplified music is played during the night (with or without intermissions) and is such as, by reason of its loudness and duration and the time at which it is played, is likely to cause serious distress to the inhabitants of the locality; and for this purpose--

                  (a) such a gathering continues during intermissions in the music and, where the gathering extends over several days, throughout the period during which amplified music is played at night (with or without intermissions); and

                  (b) "music" includes sounds wholly or predominantly characterised by the emission of a succession of repetitive beats.

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  164. Some change needed... by Anonymous Coward · · Score: 0

    Well, with all the DRM getting forced down our throats everywhere commercially it is important that Open Source software (including OS) takes a stand and say that DRM takes away freedom of use and fair use and thus it has no place in Open Source. In other words, all software enforcing DRM should be banned from all Open Source. On the other hand, software circumventing or breaking DRM is a natural part of Open Source and should have a natural place in all distributions.

    Sure, stupid media monopoly laws (DMCA etc.) may deem this illegal but I'm sure there are places where such laws don't exist and Open Source will therefore have to be stored and distributed from such locations.

    When everybody can obtain tools to circumvent/break DRM easily, both the law and the DRM systems themselves will be rendered obsolete, and our mission in that field is complete.

  165. Re:Slightly OT: Why isn't the language "more clear by superiority · · Score: 1

    "Do you think the language in the Second Amendment is clear enough? You know, about the right to bear arms?"
    "Of course it's clear! Every American has the right to hang a pair of bear arms on their wall! How could that possibly be misconstrued?"

  166. Re:Slightly OT: Why isn't the language "more clear by Threni · · Score: 2

    > "Thou shalt not murder"
    > Is pretty clear to me.

    It's "thou shalt not kill", though.

  167. Re:No, linux will kill itself by Pecisk · · Score: 1

    You should have some magic disk there, because for me Windows installing (I am support/sysadmin for 10 years and I know what I talking about) NEVER have been "Insert CD, Setup automatically begins".

    You surerly never have installed more than few Windows boxes. And no, Linux packages don't requires manual configuration. I have installed about 5 Ubuntus last months and I have NEVER touched config files. And I am quite good in console.

    Nice troll.

    --
    user@ubuntubox:~$ stfu This server is going down for shutdown NOW!
  168. Re:"IP" indeed made the Wrights a footnote in avia by Tim+C · · Score: 1

    The Wright Brothers were first in flight excepting some spurious claims.

    Sorry, I'm being pedantic as I know what you mean, but the hot air balloon was around for a little while before the Wright brothers first flew.

  169. Omitted option by ThePhilips · · Score: 1
    • I use BSD you insensitive clod
    --
    All hope abandon ye who enter here.
  170. GPL v3 does not even exist yet! by Anonymous Coward · · Score: 0

    GPL version 3 is in draft-mode, revision number 2. The process of the draft is an open one, where they accept comments from anyone over the internet.

    You then have two camps:

    1) Those who contribute and give constructive criticism / suggestions for further development of this _still unfinished license_. I among others have done that. You are welcome to too.

    2) Those who want to kill off the license before it even has been given birth yet. Sorry folks, there is no license to kill yet, it's still in the drafting stages.

    Sorry, after this article, another category comes up:

    3) Those who just engage in useless and clueless ad hominem attacks because of their bruised ego.

    Amusing how some people make fools out of themselves in public.

  171. AFAIK, the correct translation is ... by hummassa · · Score: 1

    "thou shall not KILL".
    This means that Thou Shall Not Kill, even in self-defense or in the defense of others. Period. If others would kill you or your brother, you let them sin, but you do NOT sin yourself. Got it?

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    1. Re:AFAIK, the correct translation is ... by Anonymous Coward · · Score: 0

      Dear Sir, how are you convinced that is the correct translation?

      Is it because you are a bible literalist who strongly believes that the KJV with all its thee's and thou's is the absolute correct interpretation?

      Reading the bible using the literal method is bound to give you wrong ideas, because you're meant to read *everything* in context - The original intent, audience/recepient, etc.

      By saying that the correct interpretation is "Thou shalt not kill", and by defining killing as taking another man's life no matter what the reason, then God himself has sinned many times by causing the death of many people, no? And God has also commanded his followers to sin by waging war and taking the land of others, no?

  172. Sorry answering my own post... by hummassa · · Score: 1

    but I clicked the wrong button.

    Continuing...

    No exceptions are made for self-defense, war, euthanasia, suicide, or any other lame excuse. Thou Shall Not Kill and period.

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    1. Re:Sorry answering my own post... by burndive · · Score: 1
      No exceptions are made for self-defense, war, euthanasia, suicide, or any other lame excuse. Thou Shall Not Kill and period.

      Have you ever heard of the book of Deuteronomy? Leviticus? Numbers? The rest of Exodus?

      Moses made it pretty clear what was and was not meant by that commandment, and in modern English, it translates to 'murder' not 'kill.'

      In the case of self-defense or accidental manslaughter, the offending party would proceed (on pain of death) to one of several 'cities of refuge,' where he would be safe until a fair trial could be conducted. Killing enmies in war was perfectly okay, and Noah was specifically told that it was his responsibility (as ruler) to put murderers to death.

      --
      ...because "hacker" sounds way sexier than "code drone."
  173. "intangible things" cannot be "belongings" by hummassa · · Score: 1

    by definition. The commandment is "thou shall not steal" and not "thou shall not sing the song you heard yesterday at the pub" nor "thou shall not make a digital copy of the song you heard yesterday at the pub". There is NO Intellectual Property. And I am going to patent posting to /. saying that there is no intellectual property, but I am offering a limited-time R$ 1000 a-pop license.

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  174. Re:Slightly OT: Why isn't the language "more clear by LinuxIsRetarded · · Score: 3, Informative

    It has never changed. The translations from the original Hebrew are slightly different. Exodus 20:13 in various translations:

    NIV: "You shall not murder.
    KJV: Thou shalt not kill.
    The Message: No murder.
    NKJV: "You shall not murder.

    It seems as though the most widely agreed upon translation from the original Hebrew is "murder." Despite the various translations, I don't think anyone has ever misunderstood this or any of the other Commandments.

  175. What do Role-Playing Games have to do with 2nd? by hummassa · · Score: 0

    huh? Robert Picardo Generations?

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  176. Re:Slightly OT: Why isn't the language "more clear by kraada · · Score: 5, Informative

    It was always that way. Killing is perfectly justified for a large variety of reasons in the Torah. Capital punishment is common, there are fairly complex rules for retribution, and plenty of times G-d Himself says "go out and win a glorious victory" if you read the assorted Prophets and Writings. If all killing were outlawed, there'd be a heck of a lot of contradiction here.

    Murder, though, is unjustified killing. It breaks one of the Ten Commandments to pick a child at random and bash his head in. It does not break one of the Ten Commandments to kill your enemy in battle.

    I prefer to reading which doesn't cause G-d to be commanding His people to break the Ten Commandments, personally.

    For the nitpickers:
    The Hebrew word in question is 'ratzach' (which is conjugated to tirtzach in the text; Exodus XX, 13). Modern usage (according to my dictionary) clearly indicates murder as the first definition, and 'kill' as secondary. There is another verb 'harag' which can also mean 'kill', unfortunately I'm not as up on my Hebrew, so I can't say for sure whether this word is: a) used for more general killing, b) used more for killing of animals, or c) a modern invention.

  177. Completely wrong I'm afraid. by anti-NAT · · Score: 3, Informative
    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
    1. Re:Completely wrong I'm afraid. by QuantumG · · Score: 1

      I can play that game too ya know. Linus' opinion changes from year to year. I can quote him saying that binary modules are something he'll sue you for. Then I can quote him saying that binary modules are ok, so long as they are distributed seperately. Then I can quote him saying that binary modules are evil and if you run them you're an idiot. Then I can quote him saying that binary modules are great, but he doesn't know what their legal standing is. Then I can quote him saying that he knows what their legal standing is, they're not legal but he doesn't care. Then I can quote him saying that he's looked into it and just because you've written a kernel module for Linux it doesn't mean it is a derived work of Linux. Then I can quote him saying the exact opposite of that. Then I can quote him saying that their evil again. Then I can quote him saying that they are a-ok.

      Most recently (this year) he has been quoted as saying that if a binary module has a "life of its own beyond Linux" then it's ok and he morally doesn't feel it is a derivative work. Maybe next week he'll claim something else, but at the moment, that's his opinion.

      --
      How we know is more important than what we know.
  178. Re:Slightly OT: Why isn't the language "more clear by coaxial · · Score: 2, Interesting
    Never read Misquoting Jesus huh? Here's the highlights:
    • There's no definitive interpretation of the Bible. Never was. You can go all the way back to the earliest copies, and they're different, sometimes in substantive ways.
    • The combination of scribes and lack of widespread literacy, and copies, people -- sometimes accidently, sometimes willfully -- changed the Bible. Case in point, one of the most popular Jesus quotes in the Bible, "He who is without sin, cast the first stone." Not just the quote, but the entire story of the stoning of the woman doesn't even exist in the earliest copies. Good story. Consistent with Jesus's teachings, but it wasn't part of the Bible.

    Oh, and what got Author Bart D. Ehrman interested in this topic? He was raised a Biblical literalist and wanted to read THE definitive earliest copy of the Bible. While the historical truth of the Bible hasn't shaken he's belief in Christianity, he's no longer a literalist.
  179. Re:Slightly OT: Why isn't the language "more clear by dwandy · · Score: 2, Interesting
    Also, Stallman isn't a lawyer, although his intent is well and good, does he really understand what the consequences of his intent are?
    Stallman might not be a lawyer, but he has one, and I think it's pretty safe to say that (as far as is possible) the legal consequences have been studied.
    Of course, tivoisation is an unexpected consequence of the v.2 wording ... so nothing is perfect, and depending on how the v.3 transition goes there may be a v.4 in another dozen years.

    imho, Stallman's intent has never changed and he's never hidden his intent ... anyone who believes that GPLv.3 is different than v.2 in intent has obviously never read Stallman.

    --
    If you think imaginary property and real property are the same, when does your house become public domain?
  180. MOD PARENT UP by seguso · · Score: 1

    That is extremely insightful.

  181. Re:Slightly OT: Why isn't the language "more clear by WillerZ · · Score: 2, Informative
    According to the westegg inflation calculator:


    What cost $20 in 1800 would cost $216.86 in 2005.

    Also, if you were to buy exactly the same products in 2005 and 1800,
    they would cost you $20 and $1.84 respectively.


    It's different, but not all that different really.
    --
    I guess today is a passable day to die.
  182. lol by Anonymous Coward · · Score: 0

    i read this on 4chan a week ago
    slashdot fails

  183. Re:Slightly OT: Why isn't the language "more clear by ajs318 · · Score: 3, Funny

    And G W Bush has added the following to the US constitution: "6 rolls 2-ply luxury bathroom tissue. 100% recycled paper. Average 240 sheets per roll. Sheet size 110 x 125mm. Total area 13.2m2."

    --
    Je fume. Tu fumes. Nous fûmes!
  184. Re:Slightly OT: Why isn't the language "more clear by WilliamSChips · · Score: 1

    How many times were those translated? A whole lot.

    --
    Please, for the good of Humanity, vote Obama.
  185. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Sorry but "thou shalt not murder" is the correct translation. Several web sites go into how this occurred.

  186. Re:Slightly OT: Why isn't the language "more clear by cerberusss · · Score: 2, Insightful
    I'm not religious, but... "Thou shalt not murder" Is pretty clear to me.
    Reminds me of this piece from the Onion: God Angrily Clarifies 'Don't Kill' Rule
    --
    8 of 13 people found this answer helpful. Did you?
  187. Well, actually... by Poromenos1 · · Score: 2, Interesting

    ... in Exodus 34, there's a completely different set of commandments.

    --
    Send email from the afterlife! Write your e-will at Dead Man's Switch.
    1. Re:Well, actually... by booch · · Score: 1

      Shhh! The Bible literalists might see that, and realize that their whole idea system is broken. Besides, you only have to read the first chapter of Genesis to find an inconsistency. According to Genesis 1:3-5, the sun was created on the 1st day. But according to Genesis 1:14-19, it was created on the 4th day.

      --
      Software sucks. Open Source sucks less.
  188. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Huh? When did that change? It's always said "Thou shalt not kill" in my bible.

    That's because your Bible is a mistranslation. It is really murder (Hebrew: ratsah), not kill (Hebrew: harag). Legal killing ok, illegal killing (= murder) not ok.

    Of course there is then the issue that what you think of as the ten commandments aren't what the Bible calls the ten commandments... See Ten Commandments.

  189. Re:Slightly OT: Why isn't the language "more clear by hahiss · · Score: 1


    Well, the Hebrew is murder. And there's a HUGE difference between killing and murder; many killings aren't murder (self-defense, for example), and there's a terrible scope problem with a rule that says "Killing is impermissible". In particular, that seems to make vegetarianism compulsory, despite all the rules of Kashrut that say you can kill animals.

    But that would be just one more biblical contradiction to add to the list, I guess.

    --
    "Every decent man is ashamed of the government he lives under." - H.L. Mencken
  190. GPLv3 should have a different name by speculatrix · · Score: 1

    people have been encouraged to release their s/w and set the license as being "GPL version 2 or later". this means quite a lot of s/w will get automatically "upgraded".

    v3 is different enough from v2 that perhaps it should be given a different name, e.g. "Gnu Viral Public License v0.01", and that way people would have to specifically choose to use it, rather than accidentally.

    This would solve the problem of bits of linux suddenly being unusable by Suse, redhat etc.

  191. Re:Slightly OT: Why isn't the language "more clear by maxume · · Score: 1

    Funny how it ended up translated as "Thou shalt not kill."

    Although, from what I understand, that's more from the change in usage of kill from 'murder' to 'end life' that has happened over time.

    --
    Nerd rage is the funniest rage.
  192. Re:Slightly OT: Why isn't the language "more clear by biglig2 · · Score: 1

    Woah there, if the point of the ammendment is to be able to resist against an army, then each person must be able to arm themselves at least as well as a standard infantry soldier. Which means assault rifles.

    Otherwise the whole thing is pointless.

    --
    ~~~~~ BigLig2? You mean there's another one of me?
  193. Re:Slightly OT: Why isn't the language "more clear by geggam · · Score: 1

    A battleship was just about the biggest WMD of the time. Several private owners of ships were involved in freeing this country. Did they turn them over to the state after they won ?

  194. Daniel Lyons on nasal sex and the GPL by rs232 · · Score: 1

    All this because Stallman is opposed to DRM restrictions being included in the GPL.

    "Software radical Richard Stallman .. a lesser-known programmer--infamously more obstinate and far more eccentric .. anticorporate crusader .. band of anarchist acolytes .. anticapitalist bent .. a new crusade .. radical group .. socialist crusade .. so reviles .. .. putsch ..

    "A cantankerous and finger-wagging freewheeler, Stallman won't comment on any of this because he was upset by a previous story written by this writer ..

    "is corpulent and slovenly, with long, scraggly hair, strands of which he has been known to pluck out and toss into a bowl of soup he is eating. His own Web site says Stallman engages in what he calls "rhinophytophilia"--"nasal sex" .. Orwellian doublespeak .. Stallmanites ..

    ".. Stallman's enforcers, such as his sidekick and attorney, Columbia Law School professor Eben Moglen ..

    "ActiveGrid, an open-source software maker in San Francisco, originally planned to distribute its program under a gpl license but changed plans after a big European bank declared it wouldn't use products covered by the gpl, says Peter Yared, chief executive of ActiveGrid."

    What is the name of the bank. Provide a citation to any statements of the bank regarding the GPL.

    ".. Stallman's suicide-bomber move .. hard-core followers .. a radical hacker who went on a kamikaze mission ..

    Some previous quotes from Lyons on Open Source ..

    "For months, in secret, the Free Software Foundation, a Boston-based group that controls the licensing process for Linux and other "free" programs, has been making threats to Cisco Systems"

    "Could SCO Group's lawsuit against IBM actually have merit? .. Linux zealots have already decided that the case is worthless and that SCO's .. complaint should have been tossed out ages ago"

    "Mickos is being denounced as a traitor by noisy fanatics in the open source software community because last month he dared to make a deal with SCO Group"

    --
    davecb5620@gmail.com
  195. Re:Slightly OT: Why isn't the language "more clear by hazah · · Score: 1

    Harag means "to kill" in modern Hebrew and Razzah is "to murder". Fortunately I'm up on my Hebrew :).

  196. Actually, AFAICT by hummassa · · Score: 1

    the FSF-Eben Moglen relationship is post-GPLv2. Even if he studied its consequences, the v2-wording is not his wording... which is good, because the GPLv2 contains some ugly wording in some places (I always pick the nit at section 0, "...[A], that is to say, ...[B]" where A != B -- which, incidentally, was yanked from v3-draft.)

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  197. Re:Slightly OT: Why isn't the language "more clear by BecomingLumberg · · Score: 1

    Yeah, in the KJV, probably one of the most inaccurate translations made thusfar.

    --
    If a nation expects to be ignorant and free, in a state of civilization, it expects what never was and never will be.-TJ
  198. EOL: End of Linux by Anonymous Coward · · Score: 0

    I wasted seven years of my life playing with GNU/Linux. I have lost my family, my relationships, my money, my education, my health, my faith, and more. Do not make the same mistakes I have made. Do not belive the lies and exaggerations. Have a goal, and do not be swept in to Stallman's deception.

  199. unreasonable licensing nonsense .. by rs232 · · Score: 1

    "we don't have to deal with unreasonable licensing nonsense .. If somebody wants to take BSD code, modify it and not release those changes, then so be it"

    There is nothing in the GPL that prevents you doing the same. You are not compelled to release your own changes. Why not use the Lesser GPL and you can still release your apps without the source code.

    "I'd be very happy if Microsoft were to use more BSD code in their products. Doing so would result in a vast increase in the quality of their codebase"

    Given that most of the protocols used in their codebase are covered by IP protection you would be in a worse position as costs would have to go back up the pyramed to Microsoft.

    was Re:There's always BSD.

    --
    davecb5620@gmail.com
  200. GPL "infectiousness" causes some interesting cases by Nurgled · · Score: 1

    What if I depend on BSD-licenced library C and then suddenly that library is re-licenced under the GPL. I'm not distributing Library C with my app, so it's up to the user which version he uses. Now in what situations does the GPL apply to my app? If I'm only supplying binaries and I build against a shared library version of the BSD-licenced version, what happens when the user uses it with a shared library built from the GPLed version?

  201. bullshit by oohshiny · · Score: 1

    Contrary to what people believe, Stallman's success isn't due to a fan club, it's due to his contributions. And the success of the GPLv2 isn't due to some ideological fervor, it's because it's a license that works well for many projects.

    I have no idea whether GPLv3 will or will not work. Given Stallman's track record, I think there is a good chance it will. But people will accept or reject it based on its merit and utility, not its name or the names of its authors.

    As for Forbes itself, there is no reason to believe that people at Forbes have any insight into what matters in the software industry. Their function in life is to report the facts as they are, not to make guesses about the future. Just look at the track record of those publications: they were years late to recognize even the existence of the Internet or open source software, and then they were quite critical of it and predicting gloom and doom (of course, they occasionally also gave opposing views--after all, that way, they can always say they were right).

    Ignore the opinions of writers at magazines like Forbes; if these people knew what was going on, they wouldn't earn their living writing for Forbes.

  202. Where is the extremism? by stinky+wizzleteats · · Score: 1

    Content companies feel threatened by the fact that they are no longer required to distribute information, including their content. They subsequently invent DRM, an artificial restriction on machines they don't make running software they don't write. It is the historical equivalent of the horse and buggy lobby telling the railroad companies what they can and cannot carry on freight trains. The absurdity and malice of DRM should shock the conscience of anyone who knows anything about technology.

    But RMS is the nut for throwing his weight against it?

  203. Re:Slightly OT: Why isn't the language "more clear by tinkerghost · · Score: 1

    Only because your bible is a variant on the King James, which was commissioned as a wedding present & the translation was supposed to be beautiful rather than accurate - it's why "thou shalt not suffer a witch to live" rather than a "poisoner" or "brewer or poisons" which is a more accurate translation from the Greek.

  204. Re:Slightly OT: Why isn't the language "more clear by CastrTroy · · Score: 1

    I believe the official quote is "Thou shalt not kill", but anyway I sort of see your point. God says do not kill, but if you look at the story of Noah, it's God causing a flood and wiping out a whole bunch of people. Kind of a do as I say, not as I do kind of system if you ask me. Same thing with the crusades. The whole time they were preaching about not killing, and a whole lot of killing went on. Oh, and then there's the whole One God commandment, so they made up the whole idea of the holy trinity of 3 entities (God, Jesus, Holy spirit) that are really just 1 god. So that we could still worship Jesus, with really worshiping 2 gods. Jesus was the son of god, but he is also god? Kind of a stretch in logic there.

    --

    Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
  205. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    To sum up:

    The founders respected the individual's god-given right to self-defense, and recognized that government is the biggest threat to individual freedom that could possibly exist.

    The political establishment of today does neither.

  206. Linux is Dying by Anonymous Coward · · Score: 0

    Slashot confirms: Linux is dying!

  207. What a load of crap! by oheard · · Score: 1

    I only needed to read the first paragraph of that article or so to realise those people have no idea what they are talking about. Points for this argument: 1. Linux isn't an operating system, it is an operating system kernel. 2. As far as I know there is no such thing as the "Linux movement". 3. Richard "RMS" Stallman doesn't argue that software should be free of charge, but free for peoples freedoms, hence the term "free as in free speech not free as in beer". 4. They make ridiculous accusations that the Free Software Foundation attacks commercial software, when there is nothing wrong with commercial software, it is proprietary software that is targeted, as is made completely clear here: http://www.gnu.org/philosophy/free-sw.html and I quote "Free software does not mean non-commercial. A free program must be available for commercial use, commercial development, and commercial distribution. Commercial development of free software is no longer unusual; such free commercial software is very important.". 5. From what I have read, the Linux kernel will be released under GPLv2 with no change in license. Without reading the entire article, it seems this was just a pathetically bigoted, insulting and upsetting attack on RMS, a man who has dedicated his life to helping computer users retain their freedom. So no change to Linux will affect anything regarding the license.

  208. Re:Slightly OT: Why isn't the language "more clear by senatorpjt · · Score: 2, Informative

    Practically everyone recognizes that, if private individuals are allowed to own fully-automatic AK47s, there will be serious problems enforcing civil order.

    http://en.wikipedia.org/wiki/Gun_politics_in_Switz erland

    " it is noted that there are about 420,000 assault rifles stored at private homes, mostly SIG 550 types."
    I never hear about any serious problems enforcing civil order in Switzerland.

  209. Re:Slightly OT: Why isn't the language "more clear by disasm · · Score: 1

    By earliest copies, I assume you mean the Vaticanus and Sinaticus. Both of these manuscripts were rejected by Erasmus, which wrote the Textus Receptus (what the KJV NT is based on), and the Majority Text also disagrees with these 2 translations. The one was found in the vatican, and another was found by a dumpster at a Monestary, the Sinaticus (one by the dumpster) was marked up so heavily it was hard to read what the content meant.

    However, this story is found in the Majority of the texts, which is why it was included in the Erasmus text. What would you rather trust, a couple old manuscripts held by a single entity, or thousands upon thousands of texts held by thousands of thousands of people where the thousands of text agree with each other a strong percentage of the time?

    What this text seems to contradict more than the entire bible, is the Westcott and Hort translation, which is the basis for most "modern" bibles, like the NIV.

    Now all this aside, the ten commandments are found in the Torah, which Jewish tradition was copied exactly many, many, many times and is arguably the oldest text that is preserved in it's entirety.

    Sam

  210. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    God says do not kill, but if you look at the story of Noah, it's God causing a flood and wiping out a whole bunch of people.

    His commandment was "Thou shalt not kill.", not "We won't kill." In Christianity, God may do all the maiming, slaughtering, and killing He desires since He is almighty and infallible. That may be vicious and cold-blooded, and it may be unethical to follow such a belief system, but there is nothing inconsistent or illogical about the religion itself

  211. Re:Slightly OT: Why isn't the language "more clear by daigu · · Score: 1

    What about the people's right to overthrow an oppressive ruler, say like George the III. You think that might have been a topic the founders where reflecting on when they wrote this document? I suspect that is exactly why this provision is in the Constitution and is why your interpretation doesn't square with it.

  212. Re:GPL "infectiousness" causes some interesting ca by Aladrin · · Score: 1

    Yeah, I thought about that, and I think the answer is that as long as your app is compatible with the BSD licensed one, and you keep using it for your development, you're fine. But as soon as you use the newer one (bugfix or API change) then you're under the GPL. But it's still a grey area, so maybe as long as your code CAN use the BSD one, then you're okay... We probably won't 'know' until someone actually tries to sue over it, and by then it'll be too late.

    --
    "If you make people think they're thinking, they'll love you; But if you really make them think, they'll hate you." - DM
  213. Re:Slightly OT: Why isn't the language "more clear by indifferent+children · · Score: 1
    Huh? When did that change? It's always said "Thou shalt not kill" in my bible.

    The Bible has gone through a lot more revision than some people want to admit. AFAIK from History Channel and such, the original Hebrew word would be better translated as 'murder' rather than 'kill' (not that I am questioning the divinely guided translation of the KJV! please don't murder/kill me for my heresy).

    In a similar vein, it seems that the term used for Mary would better be translated as 'young woman', but 'virgin' has that extra zing.

    --
    Censorship is telling a man he can't have a steak just because a baby can't chew it. --Mark Twain
  214. Re:Slightly OT: Why isn't the language "more clear by ElleyKitten · · Score: 1
    I'm not religious, but... "Thou shalt not murder" Is pretty clear to me.
    First of all, it didn't say "Thou shalt not murder" it said something in Hebrew that we usually interpret as "Thou shall not murder". Sometimes it's "Thou shall not kill" (that's what I learned in Sunday School) which could indicate that killing animals (even for food) is wrong, because that's killing. Most people interpret it to mean that you shouldn't kill innocent humans, but what's the definition of innocent? Someone who hasn't sinned? Well, the Bible is pretty clear (well, depending on your interpretation) that everyone (besides Jesus) sins, so that's not a helpful definition. Is an innocent someone who hasn't killed anyone before? What if they're going to kill someone in the future? What if they kill someone inadvertantly? What if they run an abortion clinic? Are abortions murder?

    That's probably the clearest line in the whole Bible, and there's still room for debate and interpretation. No matter how clear something looks to you, there's going to be someone who takes it differently.
    --
    "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
  215. Re:Slightly OT: Why isn't the language "more clear by Circlotron · · Score: 1

    The "Ten Commandments" as they are commonly known was part of a law covenant given =only= to Israel while they were gathered at the foot of Mt Sinai. That law is not binding on Christians or anyone else for that matter, the same way a law banning cell phones in Nth Korea doesn't apply to me where I live. 1500 years later, real Christians were given the guiding principle of "You must love your neighbour as yourself" which encompasses a much wider range of situations.

  216. Re:Slightly OT: Why isn't the language "more clear by danpsmith · · Score: 1
    So as much as we all hate lawyers, having judicial oversight that follows the strict letter of the law, and not its "intent", is a much more democratic system. If governments want to change laws, they can make new ones and let the legislators openly argue and vote on them.

    The strict letter of the law is supposed to be its intent. Things might seem ambiguous today that certainly weren't intended to be ambiguous, but this is a matter of language. The idea of "legalese" is to write in a language that, believe it or not, takes ambiguity out of the question. It's just another attempt to account for the infinite amount of possibilities with the certainty of language, which is ambiguous in nature. There's a reason why pre-law includes logic classes and why logic has its own formal language. Legalese is an attempt to make language that will be clearly followed in a court room, that does not have loopholes. Sure, people take advantage of the language to hide clauses and make legislative loopholes, but that is _not_ the original intent of the language. You can make plain english full of loopholes and hidden crap even more easily if you wanted to.

    --
    Judges and senates have been bought for gold; Esteem and love were never to be sold.
  217. "That's Vinny, our new C++ coder..." by BeeBeard · · Score: 1
    and Alan Cox stepped down peacefully, without any coercion :]


    Haha, well we did arrange a little "accident" with his laptop a while back.
  218. Re:Slightly OT: Why isn't the language "more clear by Zak3056 · · Score: 1

    Practically everyone recognizes that, if private individuals are allowed to own fully-automatic AK47s, there will be serious problems enforcing civil order. They were made illegal some time around 1900, but no one could be bothered with amending the Constitution to make such a law possible

    The law you are thinking of is the National Firearms Act of 1934. It does not make fully automatic weapons illegal, but rather regulates the possession of certain types of weapons, which includes short barreled (i.e. "sawed off") rifles and shotguns, "destructive devices" (things like hand grenades), firearms suppressors ("silencers") and a category called "any other weapon" (which isn't really "any other weapon" but instead regulates things that don't neatly fall into other categories--items like a gun built into a liquor flask, for example. Also, a very short pump action shotgun that has never been fitted with a shoulder stock would be classified here.)

    If you want one, in general all you need to do is pay a $200 tax ($5 for an "any other weapon") and fill out some forms.

    In 1986, the congress passed (and Ronald Reagan signed) the Firearms Owners Protection Act, which rolled back some of the excesses of the Gun Control Act of 1968. In this bill was an amendment that made it unlawful to register a machine gun after the date of enactment (May, 1986.) So the pool of legal machine guns is fixed, and prices are high.

    --
    What part of "shall not be infringed" is so hard to understand?
  219. Re:Slightly OT: Why isn't the language "more clear by sjames · · Score: 2, Insightful

    the rulings of Hong Kong's High Court were overridden by the government by appealing to the "intent" of the laws, by asking members of the committee that had drafted them what they had been thinking about. Thus the government is able to retrospectively change the effect of laws without even having to pass legislation.

    The problem there wasn't with following intent, the problem was several parts of the government deliberatly and knowingly conspiring to revise history to fit their current agenda. Had the High Court truly cared to get at original intent, it would not simply take the drafting committee's word for their original intent, it would evaluate transcripts of deliberations at that time.

    In the U.S. we have the advantage that the framers of the Constitution are now dead and so cannot revise their thinking or intent. We have the problem that there is nobody to stand up and shout "You know very well that's not what we said!".

    The problem, as usual, is not that we don't know what was meant by the words in the Constitution or the Bill of Rights. We know very well what they meant. We have linguists and historians who, if sent back in time to 1776, could fit perfectly into that society with nobody the wiser. Should there be any questions of meaning, they can answer them.

    The problem is judges, legislators, and lawyers who are more than happy to argue that black is white and up is down in order to do things that they know very well are forbidden and against the principles of a free society. They do exactly the same thing many of us tried as children "but DAD, you didn't say don't eat cookies before dinner, you said don't let you catch me! MOM caught me, not you!".

    As adults, the Supreme Court, President, and Congress are a bit old for spankings, but a good old fashioned tarring and feathering is probably in order. The problem is, due to another bit of legal Sophistry, should I actually try to organize it I would be a "terrorist" and end up in Cuba deprived of many of my Constitutional rights.

  220. TFA by MrCopilot · · Score: 1
    Just reading through the comments I've chosen not to read this article. The quotes alone convinced me this is not journalism. But, what should I expect from some no name blogge... what? Forbes. Crimeney.

    Carry on the fight Richard.

    --
    OSGGFG - Open Source Gamers Guide to Free Games
  221. Re:Slightly OT: Why isn't the language "more clear by vidnet · · Score: 1

    It's all etymological. "Thou shalt not kill" would prevent people from slaughtering animals or throwing away weeds from their gardens. However, you can't "murder" animals (although we vegetarians will tell you otherwise). Even if thou shalt not murder, soldiers don't murder the enemy and executioners don't murder their clients.

    It's not as straight forward as it sounds.

  222. No, mod this one redundant... by Macthorpe · · Score: 1

    ... because it's not a waste of bandwidth when part of your audience doesn't have a clue what the joke refers to.

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  223. Linus is a dimwit - he will come around slowly by Anonymous Coward · · Score: 0

    Before you mod me down, hear me out. He got lucky and got some really smart contributors who made what Linux what it is today. Most of you know the source control debacle that happened couple of years back. Everyone told him it was going to happen and he ignored every sane feedback, and went along with the proprietary source control. Got burned. And came back to open source source control. Now he wants to stick with GPL v2, against all conventional wisdom. In couple of years he will get burned, and he will move to GPL v3. He will eventually do that. But it just takes time for him to get burned and move on and realize his mistake. Good thing is that eventually he will realize his mistake own up to it and accept whatever it is.

  224. Re:Slightly OT: Why isn't the language "more clear by sjames · · Score: 1

    I am not a lawyer, but I know enough to think twice about complaining about the specialized language of another profession. No one goes to work wanting to use obscure and hard to understand terms. Every odd usage and non intuitive phrase has a reason for existing and most of the time I would be willing to bet that it is a good reason.

    The critical difference is that no other industry holds you responsable for your failure to independantly learn their jargon. If you don't know what "facing" is with relation to painting a house, no big deal, it will be explained to you when you hire a painter. If you didn't quite understand and so don't get the result you wanted, it will be fixed. If it's all just too complicated and the painter insists you learn ancient greek to speak to him, you will hire someone else. You are not in any way obligated to hire a $200/hr consultant to translate for you.

    Now consider what happens if you agree to add the term "without prejudice" to a contract without understanding exactly what that means.

  225. The kernel is not where the hangup is occurring by meburke · · Score: 1

    The Forbes article, other journal articles and conversations on /. show that the kernel is not a problem. The rights are still owned by Linus and he may continue to use GPLv2. There are numerous utilities and apps that we've become accustomed to using, and many of the developers have signed over their rights to FSF, allowing FSF to enforce the terms of the agreement. The problem, if it actually develops, will show up in a case where RMS changes all the utilities and apps to GPLv3. This will mean that when the app or utilities need to be improved, the distro architects wil have to start from the version that was in existence under GPLv2. Theoretically, this could cause some branching, a shortage of programming talent and a glitch in the continued usefulness of many of the programs being offered under GPLv2 at this time. (This includes a LOT more software than just what's associated with GNU/Linux.)

    Why does this situation exist? Because one person floating around in a fog of ego and illusion, has the power and authority to be a dog in the manger.

    I'm not too worried about it. It's inconvenient if it happens, but I've been developing software for over 40 years and if I really need something I can make it or apply other resources to acquire it. It's simply discouraging to watch all this. It would be an avoidable situation if there was an adult in charge to communicate and design a workable solution. IMO this is not a technical problem, but a personality problem.

    You might have a point about "groupthink". I see crowd behavior exhibited on both sides of the debate. RMS has his own little band of groupies that are almost fanatical in supporting him, and the other side (the author of the Forbes article is a case in point) using ad hominem arguments to dismiss the debate out-of-hand. Neither camp is rationally discussing the real merits or deficiencies.

    --
    "The mind works quicker than you think!"
    1. Re:The kernel is not where the hangup is occurring by tricorn · · Score: 1

      Why would they need to only use the GPLv2 version? Seems to me that anyone who has that much of a problem with GPLv3 is every bit as much of a "fanatic" as some claim RMS might be. If you don't like the goals of the GPL, then use BSD or something else. Claims that GPLv3 are going to split the software world are no different from the same claims regarding GPL and BSD or any other license.

      I'm reminded of the joke:
      "Would you sleep with me for $100,000,000?"
      "Well, sure, I suppose so"
      "How about for $50?"
      "What do you take me for?"
      "We've already established that, now we're just haggling over the price"

    2. Re:The kernel is not where the hangup is occurring by stinerman · · Score: 1
      It would be an avoidable situation if there was an adult in charge to communicate and design a workable solution.
      You keep alluding to a "workable solution", but I don't really understand what the problem is. I'm not trying to troll or flame, but I don't understand.

      What I see is that RMS saw people using GPLed code according to the license and using hardware tricks to keep people from modifying that code to run on the hardware. The effectively negates the freedom to run the program. RMS is trying to fix this by changing the GPL. What other "workable solution" is there than changing the GPL?
    3. Re:The kernel is not where the hangup is occurring by Mateo_LeFou · · Score: 1

      "You keep alluding to a "workable solution", but I don't really understand what the problem is"

      I'm not the OP, but I'll clarify:

      The problem is that rms is working very hard on a license that uses several ingenious devices to achieve its goals. You and everyone else in the world are, of course, free to go on about your entire lives as if neither this license nor rms himself ever existed, but ... ... wouldn't it be more fun to jump up at a podium and draw a lot of attention to yourself by pointing out how he's so "utopian" and "unrealistic" (like you are) and how he's got long, dirty hair (like you, presumably, don't) and how grownups who know better (you, I guess) long ago stopped trying to live, work, and act on *principle, and how the real mission of technology is just to produce efficient machines, user freedoms be damned etc. Wouldn't that be more fun?

      *btw 'you' refers here to Lyons & the other rms-bashers, in a fictive hypothetical way.

      that's the problem: letting rms & the FSF run their operations the way they want to does absolutely *nothing to demonstrate your (see above) superiority over their childish little communistic ... uh, commune.

      --
      My turnips listen for the soft cry of your love
    4. Re:The kernel is not where the hangup is occurring by meburke · · Score: 1

      Although LeFou needs a lesson in Rhetoric, you both point out valid issues. As I said in an earlier post, I see this as a personality issue more than a technical issue.

      The problem, which I suggested is an inconvenience more than a roadblock, will happen in legacy GPLv2 software that we are already using. As a base for the future, the theory is that people who find GPLv3 deficient will fork off and balkanize good software, while many will stay "mainstream" FSF. This increases the technical difficulties of distributing finished software, particularly if the programming talent is scarce in any particular area. Those developing new products can, and should, move to BSD or Apache licensing if appropriate.

      The idea of opening up hardware design to accomodate all the software available is an admirable goal, but people who actually invest in manufacturing and distribution have a legitimate right to protect their investment. They also have a right to protect the artistic or intellectual investment they make on a product. Sony and Lynksys should be glad that the Aibo and router were made more functional by hackers, but aren't there people who want a piece of hardware that prevents the proliferation of spam? I believe these objectives are not mutually exclusive, but RMS stands in the way of merging these objectives harmoniously. In one way, the article got it right: The stream will change its course to flow around an obstacle.

      --
      "The mind works quicker than you think!"
  226. Re:Slightly OT: Why isn't the language "more clear by oohshiny · · Score: 1

    I prefer to reading which doesn't cause G-d to be commanding His people to break the Ten Commandments, personally.

    Why? I mean, once you believe in a religion that justifies maiming and killing people you don't like, what difference does a little internal inconsistency make?

    It does not break one of the Ten Commandments to kill your enemy in battle.

    Well, thanks for clearing up that it's OK according to Christianity, Judaism, and Islam to go out killing people, for example because your ruler decided he wanted more power or more land. I think we need to look no further in order to understand why the Middle East is such a cesspit of violence.

  227. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    It is "Thou shalt not murder" in the original Hebrew. It never changed.

    Either translation of your bible is faulty or you are practising something other than Christianity or Judaism.

  228. You're doing just fine on your own, idiots. by Anonymous Coward · · Score: 0

    Linux doesn't need any help from RMS to sputter out. The infighting, the backstabbing, the politics and of course the inability to even agree on a license all contribute to the public perception of Linux as the sole province of socially retarded geeks and nerds. Add to that the constant microsoft bashing (yeah, they suck, we know. What do YOU have to offer instead? Tell me THAT rather than simply bashing the competition!) and you've got a WINNING package.

    Linux will die off on its own with 'friends' like you 'helping' it along. Grow up, would you? Learn how to play nicely with one another and maybe others will take you seriously for once.

  229. Re:Slightly OT: Why isn't the language "more clear by vertinox · · Score: 1

    Murder, though, is unjustified killing. It breaks one of the Ten Commandments to pick a child at random and bash his head in. It does not break one of the Ten Commandments to kill your enemy in battle.

    What is the difference between killing a child at random and then killing a child just because he was born under the wrong people? (aka your enemy)

    Secondly, why does an all powerful yet loving god, need his chosen people to go out and kill people?

    If he was all powerful, wouldn't he just drop the proverbial holy smackdown from orbit or disaster?

    Not to mention the loving part...

    --
    "I am the king of the Romans, and am superior to rules of grammar!"
    -Sigismund, Holy Roman Emperor (1368-1437)
  230. Stallman risks becoming irrelevant?!??!! by BigLonn · · Score: 1

    If you've ever met Richard Stallman you would understand just how irrelevant he's become. True he started the movement that lead to FOSS & Linux, but in the end he isn't the inventor of Linux, Linus Torvalds is and if Linus says no to GPL#3 then Linux wont go there. This isn't the first time projects have forked due to philosophical differences and it won't be the last. Stallman is trying to set free the Linux community from a contract it (the community) likes and has used successfully to make in-roads in the IT community at large. While I understand the DRM issues that Stallman is pushing for the GPL rewrite and agree that many times draconian DRM is used to stifle competition, the idea that one person has total control of what has been purported as being a free and open source for software in the end becomes just as Draconian as the Draconian abusers of DRM in the first place. If we are to see FOSS grow into its full potential then we need to embrace that there are people who will want to pick and choose which GPL 2 or 3 that they can license their works under. And remember that freedom of that choice will benefit the entire FOSS community as a whole. By embracing the concept of choice to the end user and the content and software creators as a community, you offer them the freedom of choice. That is what FOSS is all about. Freedom

  231. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Well, now you know how they make the holes for swiss cheese.

  232. Re:No, linux will kill itself by Overly+Critical+Guy · · Score: 1

    You're padding the Windows list with things like "wait for it to arrive" when most people buy from a store.

    If you're going to include padding like buying the CD, why not include the time for installing and configuring Linux in its list? Windows comes pre-installed and pre-configured on its machines, after all.

    --
    "Sufferin' succotash."
  233. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    If all killing were outlawed, there'd be a heck of a lot of contradiction here.

    Um, there *is* a heck of a lot of contradiction there.

  234. Re:Slightly OT: Why isn't the language "more clear by kabocox · · Score: 1

    Let's see:

    Ten commandments?
    I'm not religious, but...
    "Thou shalt not murder"
    Is pretty clear to me. Although apparently it wasn't to Christianity. Then again this wasn't an issue of not being clear rather than the people this is and was addressed to, putting their fingers in their ears and singing "LA LA LA LA LA LA I can't hear you LA LA LA!!"...


    Um, you forget that most believers only take that to apply to followers of their sect of the religion. Remember it culturally reads thou shalt not murder other Jews. Christains mentally changed it to thou shalt not murder other Christains. Its only modern day liberals and revisionist Christains that are going back and saying it means thou shalt not kill any other human. If you really want to nit-picky some Christains will just say that the entire ten commandments is outdated by the new testament and doesn't have to be followed since it is the "old law." Trust me; they can have their cake and eat it too. The old testament ten commandments is something that is thrown around alot mainly because its the only part of the Bible that Christains actually bother to pound into their young and it sometimes sticks. Most of the other stuff is forgotten, but that the ten commandments is supposed to be important cause we learned that when we were little is remembered. I was raised as a Christian and not really a follower. That's just how alot of people think. Heck, folks that don't really care for Christianity don't really mind the ten commandments once you strike out that first one about god and culturally update a few others. Basically most folks just don't mind living by them most of the time. That's why you'll hear a big up roar about them even if those shouting don't really follow any of the other parts of the Bible. It's sort of like picking out the top ten laws that you'll obey and then disreguarding the rest of the criminal code because no one on this Earth would really call you on it. ;)

  235. Re:Slightly OT: Why isn't the language "more clear by UbuntuDupe · · Score: 1

    One thing to note: in the 18th century, "infringed", as in, "shall not be infringed", had a meaning closer to "eliminated" or "voided". Today, by contrast, we say a right is being "infringed", when any restriction is added to it. (That is, when it's violated "at the fringes".) But the 2nd amendment only keeps it from being voided, not from being partially restricted. In fairness, of course, a) it probably never occurred to the Framers that someone would want to put partial restrictions on the RTKBA, so a prohibition on voiding the right was probably not crafted to allow partial restrictions and b) whether or not governments should recognize a RTKBA, immune from legislation of a simple majority, has nothing to do with the wording of the US's constitution.

    But it's just something to think about.

  236. Re:Slightly OT: Why isn't the language "more clear by jp10558 · · Score: 1

    Yes, perhaps it should be adjusted for inflation and rounded nicely. According to Tom's Inflation Calculator - the nicer rounded # would be $1,000. Which would make more sense - but I still think the cost of a jury would even overwhelm $1,000.

    --
    Opera, Proxomitron-Grypen,GPG 0x0A1C6EE3
  237. Re:Slightly OT: Why isn't the language "more clear by kabocox · · Score: 1

    Ok, Fine. What counts as arms? a .22 pistol? A tank? A basement full of C-4? An F16? and what counts as a citizen of good standing? Someone who hasn't been convicted of a felony? Someone who has no criminal record? Does this include traffic violations? Even your clarifications must be further clarified. It's a never ending cycle that can never be fully codified.

    Let's see for a really well-rounded infantry person you'd need machine guns for killing other soliders. Today you have tanks, airplanes and helicopters. We have infantry weapons that target each of those weapons platforms. I have very mixed feeling about having anti-tank, anti-airplane, anti-helicopter weapons in private citizen's hands no matter how well regulated. I wouldn't want any arty to be in included. I'd have to look it up, but mortars are really susposed to be the quick and easy arty so I could see some arguing for them to be infantry weapons. Arty doesn't need to be in civilian hands. I'd say that the raw fire power that it takes for anti-tank, anti-airplane, or anti-helicopter weapons would make them just as destructive as arty if aimed at ground targets. I've always read well-regulated to mean having a list of rules and to follow to be properly licensed. Heck, I wouldn't really worry if we had properly licensed former professionals out there with these weapons, but after 9/11 that ain't ever going to happen. I'm less afraid of my government using heavy weapons on me than I am about random other citizens trying out and using heavy weapons. I'd much rather that remained a military only thing just for my peace of mind. If I ever really need to know or have access to that kinda of hardware, the government would draft me, train me and issue me a set of my very own heavy weapons. I don't see the need for needing or paying for that expense for an ordinary citizen.

    I'd rather have 12 foot walls around my property than an fully automatic machine gun.

  238. My assessment of Lyons by Mateo_LeFou · · Score: 1
    --
    My turnips listen for the soft cry of your love
  239. Come back to BSD! by jefp · · Score: 1

    BSD Unix: *Really* free software.

  240. Re:Slightly OT: Why isn't the language "more clear by ubuwalker31 · · Score: 1

    The original hebrew is translated as "Thou shall not murder" and is understood by both Jews and (most) Christians to not include the killing of animals, or the killing of men in self-defense, or justifiable homicide or excusable homicie, or homicide by the State. The translation in the King James version is inaccurate and leads to confusion. Check out http://www.ucalgary.ca/~elsegal/Shokel/001102_Thou ShaltNotMurder.html for more details.

  241. That can't be right... by Mateo_LeFou · · Score: 1

    If you read TFA, you would know that rms is "a cantankerous and finger-wagging freewheeler" who has spent decades getting in the way of everyone doing their work, by forcing them (I forgot how) to GPL their output. And also you would know that he is now going to "slap the new restraints on the big tech vendors he so reviles" by making them use GPL 3. I forgot why the vendors he reviles are using the GPLv2...

    You claim that he is an eminently practical man when TFA clearly states that he is "corpulent and slovenly, with long, scraggly hair, strands of which he has been known to pluck out and toss into a bowl of soup he is eating." Wouldn't an eminently practicaly man want to keep those strands of hair? ...meh. I decided not to keep going with this. Friends, please express your displeasure to Forbes Magazine rather than slashdot

    --
    My turnips listen for the soft cry of your love
  242. Re:Slightly OT: Why isn't the language "more clear by 14CharUsername · · Score: 1

    Why bother? If a law doesn't work for the next generation, then they can change it. The problem with constitutions is that you end up being ruled by dead people. And as smart as those people were, they can't adapt to the problems of a more modern age. Because they are dead.

    America has this puritanical streak that seems to permeate its politics. You worship your constitution the same as you worship the bible. The constitution was written to last about 25 years, after which there would be a constitutional convention to reassess it and rewrite whatever needed to be rewritten. The constitution isn't well understood 10 generations later because it was only meant to last for one generation. The way Americans worship this document written by slave owners over 200 years ago is a sickness.

    Why the hell does anyone care what some people who have been dead 200 years thought about gun control? Isn't it more important what we think about gun control?

  243. Torah? Killing by joshsnow · · Score: 1

    This is so typical of slashdot. I tried to skim read the comments to get a sense of the discussion, and I come across this. I'm not even going to bother trying to imagine how we got from Richard Stallman and GPL3 to the Torah and killing. I think I'll move along now.

  244. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Funny,
    I thought I learned that Christianity had an oral tradition for sharing the Bible, due to persecution from the Romans...
    I guess that pretty much sums up your point; but saying that the story of the stoning wasn't in the earliest copies misses the point a bit, if the "source of truth" came from naration, and not from what was written down.

  245. Ultimate troll antidote? (Read) by JeffHunt · · Score: 1

    Maybe everyone will have to switch to the BSD license. Take that, trolls: BSD is not going to die! :)

    --

    "It was hell!" recalls former child.

  246. Re:Slightly OT: Why isn't the language "more clear by Principal+Skinner · · Score: 1

    The one was found in the vatican, and another was found by a dumpster at a Monestary

    Wow. I had no idea the Dumpster® had been around that long.

    --
    one hundred twenty
    is just enough characters
    to write a haiku
  247. Re:Slightly OT: Why isn't the language "more clear by lordmage · · Score: 1

    The translation literally reads:

    Thou shalt not commit unlawful murder.

    Still, your main point is agreed with.

    --
    I can program myself out of a Hello World Contest!!
  248. Re:Slightly OT: Why isn't the language "more clear by 1u3hr · · Score: 1

    The problem there wasn't with following intent, the problem was several parts of the government deliberatly and knowingly conspiring to revise historyP You'll notice I wrote "intent" in quotemarks for that reason.

  249. Re:No, linux will kill itself by Dasher42 · · Score: 1

    I've been finding the installation process simpler for Linux distros for years. Installing Windows is a crazed festival of rebooting for drivers, system utilities, so forth. I'd rather edit a text file here and there than go through all that babysitting.

  250. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    "How many other such documents have stayed around and had to be altered so little for such a long time? "

    Um, I think you're forgetting how many amendments there are. Some of them are pretty major.
    And 220 years isn't a long time either, you very probably know someone who knew someone who knew someone who was alive at the time.

  251. Re:Slightly OT: Why isn't the language "more clear by UnknownSoldier · · Score: 2, Interesting

    > Ten commandments?

    The Egyptians had them first, in the "Egyptian Book of the Dead", Spell 125
    1. BotD
    2. BotD

    > Is pretty clear to me. Although apparently it wasn't to Christianity.

    The exact Hebrew in Ex 20:13 for "murder" is "lo tirtzach" (It is derived from H#7523 ratzach / ratsach.) Dr. Reuben Alcalay's (modern Hebrew Scholar) Complete Hebrew/English Dictionary says that the word tirtzach, especially in classical Hebrew usage, refers to "any kind of killing," and not necessarily the murder of a human being.

    Aside: If God is a God of Love, why isn't he contradictory and a hypocrite for commanding to kill every man, woman, and child in Ex 32:27 or 1. Sam 15:2?

    --
    What did Paul hear, that he was not allowed to tell others when he had his OBE in 2 Cor 12:4

  252. Re:Remember, Forbes is a business pub, not technic by Limburgher · · Score: 1

    Or, try a current distro. On Fedora Core 5, running GnuCash is as complicated as "yum install gnucash". WINE requires mastery of "yum install wine". It's highly technical, so be sure to have a trained professional nearby in case you have problems. (rolls eyes)

    --

    You are not the customer.

  253. Related... by Anonymous Coward · · Score: 0
  254. Re:Slightly OT: Why isn't the language "more clear by a.d.trick · · Score: 1

    It depends on the translation. Don't take my word for it, but I belive the word 'murder' is probably a more acurate translation.

  255. Re:Slightly OT: Why isn't the language "more clear by rrohbeck · · Score: 1

    Huh? When did that change? It's always said "Thou shalt not kill" in my bible.

    Because someone is trying to twist it so as to exclude the death penalty or other ways of killing people that are deemed "acceptable."

  256. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    imho, Stallman's intent has never changed and he's never hidden his intent ... anyone who believes that GPLv.3 is different than v.2 in intent has obviously never read Stallman.

    I disagree. If Stallman has always felt the same way, and never tried to deceive anyone else about how he feels, then why did he change the name of the 'Library GPL' to the 'Lesser GPL'? Why does he encourage people to use the LGPL in order to popularise their libraries, and then switch to the GPL to force anyone using them to either adopt the GPL or deal with rewriting their code to use different libraries?

    Stallman's aims are pretty clear if you've read up on him, but he's also a rather devious character, and I wouldn't put it past him to do the same sort of scheming with his licence as he suggestes library developers do with the LGPL-to-GPL switch. I don't think he's ever changed is ideals or aims, but I do think he's perfectly willing to deceive others for the 'greater good' as he sees it (i.e. to promote his ideology).

  257. Re:Slightly OT: Why isn't the language "more clear by coaxial · · Score: 1

    I prefer to reading which doesn't cause G-d to be commanding His people to break the Ten Commandments, personally.


    Yeah, we all would, but the Old Testament shows a petty and vindictive god. For instance, He orders His people to kill every living thing at the Battle of Jerhico. We have a word for that. It's "war crime."

    Now in all fairness some of the atrocities that are glorified in the OT aren'tactually ordered, by God, but rather his prohets. Specifically, I'm thinking about how Moses orders all the Midianite men killed, and upon learning that the women and children were spared, orders all the boys and non-virgin women and girls killed.

    Classy.

  258. Re:Slightly OT: Why isn't the language "more clear by Liam+Slider · · Score: 1
    The meaning of "arms" has also changed: at the time, it was understood to mean the sort of weapon carried by an infantryman. Heavier weapons would be refered to as "cannon"; so Amendment II doesn't mean you have a right to a howitzer on your front lawn.
    That would also bring handguns into question, especialy concealed ones. And what about RPGs?
    Handguns are certainly infantry weapons, ever hear of a sidearm? So what's the question there? And what about RPGs?
  259. Re:"IP" indeed made the Wrights a footnote in avia by Anonymous Coward · · Score: 0

    Some "spurious claims"? Actually, as far as I know, there is no consensus on whether the Wright Brothers were the first to build a heavier-than-air flying machine.
    For some of the claims disputing it: http://en.wikipedia.org/wiki/First_flying_machine

  260. Re:Slightly OT: Why isn't the language "more clear by DaveV1.0 · · Score: 1
    Ok, fine.
    Lev 11:7 And the swine, though he divide the hoof, and be clovenfooted, yet he cheweth not the cud; he [is] unclean to you.


    So, in the bible, it says don't eat swine, aka pig. No bacon, no ham, no porkchops. Yet, Christians eat pork.
    --
    There is no "-1 offended" or "-1 you don't agree with me" mod options for a reason.
  261. Re:Slightly OT: Why isn't the language "more clear by Reziac · · Score: 1

    About halfway down the list, I realised this sounds a great deal like a goa'uld exhorting his faithful Jaffa...

    --
    ~REZ~ #43301. Who'd fake being me anyway?
  262. Re:Slightly OT: Why isn't the language "more clear by burndive · · Score: 1

    You were taught wrong.

    The authors of two out of four gospels (Mark and Luke) were not eye-witnesses of what they wrote, and so they probably got what they wrote orally from the apostles, but aside from that, the new testament is not an oral tradition at all.

    --
    ...because "hacker" sounds way sexier than "code drone."
  263. Re:Slightly OT: Why isn't the language "more clear by burndive · · Score: 1

    That text was written in Hebrew, not Greek.

    Furthermore, I think you are wrong or misinformed.

    --
    ...because "hacker" sounds way sexier than "code drone."
  264. Re:Slightly OT: Why isn't the language "more clear by Pfhorrest · · Score: 1

    While I agree with your point about constitutions becoming outdated and such, the rationale behind a perpetual, overriding document of law is to avoid the law become whatever-the-hell-the-masses-of-today want. It's to avoid the tyranny of the majority by restricting what the masses can do to the minority.

    --
    -Forrest Cameranesi, Geek of all Trades
    "I am Sam. Sam I am. I do not like trolls, flames, or spam."
  265. Re:Slightly OT: Why isn't the language "more clear by Pfhorrest · · Score: 1

    While I agree with your point about constitutions becoming outdated and such, the rationale behind a perpetual, overriding document of law is to avoid the law become whatever-the-hell-the-masses-of-today want. It's to avoid the tyranny of the majority by restricting what the masses can do to the minority.

    fscking wrong button clicking grr... I meant to add this:

    If the masses can just change their own restrictions on a whim, then there are no effective restrictions. Then again, those restrictions only exist because the masses have faith in this piece of paper that says that doing certain things is wrong. So maybe the tyranny of the majority is inevitable, and the best we can hope for is a benevolent tyranny.

    --
    -Forrest Cameranesi, Geek of all Trades
    "I am Sam. Sam I am. I do not like trolls, flames, or spam."
  266. Re:Slightly OT: Why isn't the language "more clear by Dread_ed · · Score: 2, Insightful

    Your comment seems rather obtuse to me as I have never seen a murderer with earmuffs singing "LALALALALA" while stabbing someone to death or shooting them in the face. Not even metaphorically.

    Howerver I can only assume you are referring to those hot button categories of action (like wartime killing and capitol murder) that so many people point to and scream "hipocrisy!" about.

    Fortunately the Bible is one of the most precise documents ever written and it makes clear the distinction between murder and other types of justifiable and necessary homocide. Anyone who reads the 10 commandments in context will understand this, as the scriptural discussion of what constitutes murder is voluminous and pretty hard to miss, even if you are trying.

    The Bible dictates that self defense, wartime, and the excercise of the law are not only permissible reasons for homocide but in some cases they are required. So unless you are referring to Christians who routinely kill humans outside those boundaries I think you may be doing a little singing yourself.

    --
    When the only tool you have is a claw hammer every problem starts to look like the back of someone's skull.
  267. Re:Slightly OT: Why isn't the language "more clear by tinkerghost · · Score: 1

    It depends on where you look, the original is in Hebrew (being part of the old testiment), a vast number of the translations used later were in Greek, Latin, and in some instances Aramaic.
    I'm not a bible scholar, but I do know a few, and all agree that KJ is not an accurate translation - reguardless of whether the original language was Latin, Greek, or Hebrew.

  268. Re:Slightly OT: Why isn't the language "more clear by burndive · · Score: 1

    Still, it's pretty clear that the Pentateuch was originally written in Hebrew, and that the Greek and Latin (and Early Modern English) were derived from it, directly or indirectly, not the other way around.

    --
    ...because "hacker" sounds way sexier than "code drone."
  269. Re:Slightly OT: Why isn't the language "more clear by tinkerghost · · Score: 1

    Yes, the original for that passage was in Hebrew. The origin for the NT is primarily Greek & Latin. In no case, is the KJ version considered to be a linguisticly accurate translation.

  270. It's Forbes by Coeurderoy · · Score: 1

    Well reading Forbes is very similar to ready the Pradva in the 70s/80s.
    It says what the "power that are" want.

    So you can translate the article into: "We who get into Forbes what we want do not like the GPLv3.
    GPLv2 was bad enough we could not steal those wacko artists work, but v3 is even worse we cannot force them to play with our rules.
    No Patents, No DRMs comme on, how do we create cushy monopols then ?"

    Now will the v3 be important, I do not know, after all there is still quite a lot of MIT/BSDish licences floating around.
    What is interesting is that even if Gnu/Linux would stay under v2 it gives an option, and if for instance patents or DRM would threaten Gnu/linux it would be possible to just find half a dozen key package maintainer, and get them to agree to release their package under v3, and then the "linux businesses" whould have to evaluate their options between "doing the right thing" or forking out large amount of money to go back to v2 alternative of what escaped.

    So I doubt that RMS will become "irrelevant" RNS.

  271. Re:Slightly OT: Why isn't the language "more clear by burndive · · Score: 1
    Yes, the original for that passage was in Hebrew. The origin for the NT is primarily Greek & Latin. In no case, is the KJ version considered to be a linguisticly accurate translation.

    Wow.

    We were discussing the meaning of a particular passage in the old testament: Ex 22:18. Your statements, while factually correct, has ABSOLUTELY NOTHING to do with what was being discussed on this thread.

    We weren't discussing the NT at all (and btw, it's all Greek. The Latin NT is a translation from the Greek, and KJV is a translation from the Latin).

    --
    ...because "hacker" sounds way sexier than "code drone."
  272. Re:Slightly OT: Why isn't the language "more clear by geminidomino · · Score: 1

    *sigh* Leave it to that blow-head to use the metric system...

  273. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Um, you forget that most believers only take that to apply to followers of their sect of the religion.

    Check out Deuteronomy, chapter 13, where Moses specifically instructs his followers to kill anyone who suggests worshipping a different God, even friends and family. Be careful not to argue with any fundamentalists -- their infallible Bible commands them to stone you to death!

  274. He uses a PowerPC as his primary platform, by anti-NAT · · Score: 1

    as of a week ago. Care to tell me how he's running x86 only binary modules from ATi and Nvidia one one of those ? I don't think quoting somebody's statements are a game. You might want to claim it is because I've shown evidence that your statements are incorrect, but that's just a diversionary tactic. Where are your quotes by the way with matching URLs ?

    --
    The Internet's nature is peer to peer - 20050301_cs_profs.pdf
    1. Re:He uses a PowerPC as his primary platform, by QuantumG · · Score: 1

      Dude, go read the kernel mailing list. You obviously don't.

      --
      How we know is more important than what we know.
  275. Re:Slightly OT: Why isn't the language "more clear by ChrisMaple · · Score: 1
    How about the one about not making graven images? Completely ignored by everyone, even dropped from the Roman Catholic version, weasel-worded by the few who pay attention.

    But to attack your exact claim, "Thou shalt not murder" is more commonly translated as "Thou shalt not kill", a much broader prohibition.

    There's lots of disagreement about what the ten commandments mean, and even more about whether or not they're actually good. Hardly the result of clear and careful thought in their construction.

    --
    Contribute to civilization: ari.aynrand.org/donate
  276. Re:Slightly OT: Why isn't the language "more clear by ChrisMaple · · Score: 1

    The claim was "clearly and expertly drafted." Another several hundred years of experience added considerably to the expertise.

    --
    Contribute to civilization: ari.aynrand.org/donate
  277. Re:Slightly OT: Why isn't the language "more clear by kaiidth · · Score: 1

    I'm impressed! He recognised the value of the metric system :-)

  278. Re:Slightly OT: Why isn't the language "more clear by ChrisMaple · · Score: 1
    '..having judicial oversight that follows the strict letter of the law, and not its "intent", is a much more democratic system.'

    Actually, it's much more predictable, and thus much more just. Trying to read undocumented "intent" into a law is a dangerous invitation to arbitrary enforcement, a hallmark of tyranny. Reading in "intent" makes law more subject to popular whim, which is more democratic: not a good thing.

    --
    Contribute to civilization: ari.aynrand.org/donate
  279. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Hmm.. you have to be careful not to let patriotic, America-centric sentiments get in the way of being objective :)

  280. I know where the tablets are... by NotQuiteReal · · Score: 1

    They are either right next to Joseph Smiths "golden plates" or in some nameless, vast government warehouse.

    --
    This issue is a bit more complicated than you think.
  281. Re:Slightly OT: Why isn't the language "more clear by Mr.+Slippery · · Score: 2, Informative
    Some landowners did own cannon.

    That doesn't mean their right to do so was protected by Amendment II.

    the last thing they wanted was a government with enough of an advantage over private citizens that it could suppress another revolution!

    Of course that's what they wanted. One of the first significant things the new federal government organized under the Constitution did was go suppress a rebellion.

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
  282. slavery by Blu-Ray · · Score: 1

    you are correct,

    fact:
    if slavery was not illegal it would be still in active practise.

    (adding to this, slavery is not 'just' an american issue, it existed long before europeans came to America and about everywhere.)

  283. if one is a CEO or a CIO. . . by alizard · · Score: 2, Interesting

    Forbes Magazine subscriptions are great Xmas gifts. For the competitors' CEOs and CIOs. Getting technology right is the difference between corporate profit and corporate disaster, and Forbes usually gets it wrong

  284. Re:Slightly OT: Why isn't the language "more clear by 1u3hr · · Score: 1
    Reading in "intent" makes law more subject to popular whim, which is more democratic: not a good thing.

    Not "popular whim". The whim of the government. Which may be populist, or may not. As I said, in Hong Kong this method has been used in decidedly undemocratic, and unpopular with the general public, ways.

  285. Re:No, linux will kill itself by Anonymous Coward · · Score: 0

    Windows
    1.) Insert CD. Setup automatically begins.


    yes, but do i *really* want that rootkit?
  286. Re:Slightly OT: Why isn't the language "more clear by o2sd · · Score: 1

    " it is noted that there are about 420,000 assault rifles stored at private homes, mostly SIG 550 types."
    I never hear about any serious problems enforcing civil order in Switzerland.


    True. However Switzerland also has compulsory military service for all citizens. And, compulsory gun ownership by all citizens who have completed military service. So you KNOW that everyone has a gun, and hence you have no particular advantage.

    The problem with gun ownership in the United States of America is not that some people own assault rifles, but rather that many do not. And even if they did, would not be able to fire them.

    Switzerland proves 'Single Gun Theory', but try forcing the Amish or Bay Area hippies into military service and you'll never hear the end of the whining about facism and such.

    What most Americans fail to understand, is that the American socio/political system is deliberately designed to be imperfect, thus allowing freedom of choice.

    --
    - Nothing to see hear.
  287. PLEASE DON'T MOD ME DOWN. by hummassa · · Score: 1
    The grandparent said:
    The meaning of "arms" has also changed: at the time, it was understood to mean the sort of weapon carried by an infantryman. Heavier weapons would be refered to as "cannon"; so Amendment II doesn't mean you have a right to a howitzer on your front lawn.
    That would also bring handguns into question, especialy concealed ones. And what about RPGs?
    And I asked, as an honest question: WTF is an RPG, in the context of weapons?? Can anyone enlighten me, please?
    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    1. Re:PLEASE DON'T MOD ME DOWN. by Anonymous Coward · · Score: 0

      You must be new to this IntarWeb thing.

      Google: rpg weapon
      Wikipedia: rpg
  288. Re:Slightly OT: Why isn't the language "more clear by 5KVGhost · · Score: 1

    I suppose it depends on how you (and God, and Moses) define "murder". It's not the same as "kill", of course. Some killing is murder, and some isn't.

    Sadly, I don't think any of the myriad other religions (including the non-theistic ones) have done much better. As another part of the Bible notes, we all fall short of the Glory.

  289. Re:Slightly OT: Why isn't the language "more clear by senatorpjt · · Score: 1

    I wouldn't really call it compulsory military service, it's more like compulsory military training. Nobody is being sent into battle, they're just being trained on the proper use of weapons.

    It probably wouldn't bother the Amish, since it would teach them hunting skills. And, the hippies, at least the men, would quickly change their minds after they realize how fun it is to shoot a gun.

    Besides, Switzerland also has a civilian service for those opposed to the military.

  290. Re:Slightly OT: Why isn't the language "more clear by kabocox · · Score: 1

    Um, you forget that most believers only take that to apply to followers of their sect of the religion.

    Check out Deuteronomy, chapter 13, where Moses specifically instructs his followers to kill anyone who suggests worshipping a different God, even friends and family. Be careful not to argue with any fundamentalists -- their infallible Bible commands them to stone you to death!


    I'd have to look up that, but that would involve actually looking through the Bible, which I try to avoid. I'd buy it though. Remember, I stated it applied only to members of the sect. Those that even thought about worshiping other gods weren't part of the sect though really that was more against the first law of only their god. Once you have a "law" you have a community death penalty. Really thinking about it, I sometimes wonder if it would be a good or bad idea to bring back public stoning as a death sentence. The key part that I'm thinking about is that many members of the society/community that want those sorts of actions gone from their community would throw a stone and maybe get something out of their system while actually feeling like they did their part in the court process. There wouldn't be nearly the urge to question rather or not a sentence was correct if most of the local community had to actually administer the punishment. They'd feel some collective guilt if there was any real doubt that they stoned some one that may have been why we quit doing that form of punishment though.

  291. You are wrong. by jotaeleemeese · · Score: 1

    Many self confessed Christians will point to obscure Bible translation issues to ensure that they can kill somebody else when it suits them (the current war in Iraq is a shinning example of this. All the US leadership calls itself religious, mostly Cristian, but they have no qualms ordering the assasination of hundreds of thousends of innocent people)

    --
    IANAL but write like a drunk one.
  292. If the Bible needs interpretation... by jotaeleemeese · · Score: 1

    ... then god's communications skills are sorely lacking ....

    --
    IANAL but write like a drunk one.
  293. Shame in Spanish it translates as kill ... by jotaeleemeese · · Score: 1

    ... not murder.

    If this is the best god, the all powerfull been,could do when communicating his, sorry, its will, lets say that a communications expert is sorely needed to give it a helping hand.

    --
    IANAL but write like a drunk one.
  294. Translation to Spanish is kill by jotaeleemeese · · Score: 1

    No ambiguites for Spanish speaking folk.

    Which I think adheres to the spirit of Jesus message.

    But I am an atheist, so I just laugh at religious people from the sidelines.

    --
    IANAL but write like a drunk one.
  295. Catolicism does not accept death penalty by jotaeleemeese · · Score: 1

    And that is most Christians.

    --
    IANAL but write like a drunk one.
  296. Not new... by hummassa · · Score: 1

    just lazy. ;-)

    --
    It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
  297. Grammar criticism vs reading comprehension by dbIII · · Score: 1
    that wasn't obscured by run on paragraphs.

    I'm assuming you are from the USA since that is where DRM is a major issue. I thought that Moby Dick by Herman Melville was required reading in schools there - it contains paragraphs and even one sentance over a page in length. While my writing will never reach that quality and mostly looks like crap due to misusing a tag and not previewing, I do not believe there is any excuse to reply to a short post without bothering to read it - it is simply rude behaviour.

    To sum up the earlier post: I disagree with the sales version of the term "operating system" and RMS adopting this definition for the purpose of promoting his project as well.

  298. Opinions and precedents by MongolJohn · · Score: 1

    > but after all, legal rulings are often called "opinions". Why does there need to be "interpretation"?

    There is an excellent discussion of this point in the SF novel "Bug Park" by James Hogan. I don't have it here, so I can't point to pages, but the gist is that management and law are similar in that policies that are unclear at one level are booted up to the next level for a higher-level manager to decide on, and the resulting role of precedent in the law.

    Worth reading the book for that discussion, plus it's an excellent story with a couple of kewl plot twists.

    --
    Personally I'm always ready to learn, although I do not always like being taught. -- Sir Winston Churchill
  299. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Oh, you need the new edition George W. Bush Bible then.

    It says "Thou shalt not kill*

    *Non-Americans and Democrats excepted."

  300. Re: Harag by nidarus · · Score: 1
    Option A is the correct one. The root HRG appears in the Tanakh, and it is certainly not a modern invention. The word for "killing animals" is Tavakh or Shakhat.

    Btw, in modern Israeli law, "Retzhakh" is Murder and "Harigah" is Manslaughter.

  301. Re: "Bible is one of the most precise documents" by nidarus · · Score: 1

    This is not true, at least according to orthodox Jewish thought. In fact, it is widely acknowledged that while the Torah is the holiest text on earth, it is also very vague, which leads to many interpretations. If it was so simple and clear-cut, there would be no reason for the Gemmarah and the Mishnah to exist, and there would be no Talmudic scholars.

  302. Re:Slightly OT: Why isn't the language "more clear by Anonymous Coward · · Score: 0

    Bullshit, that sentence makes no sense, its just a bunch of setence fragments slammed together, Contradictory statements, see just running on, without end, just like this sentence! Reminds me of people who say the bible is wonderful poetry. There are a few small sections that are amazing, but 99% of it is worse than poetry written by teenage girls.

  303. Re:Slightly OT: Why isn't the language "more clear by gurps_npc · · Score: 1
    You are missing major points.

    1) Written words do not really have intent. People have intent. If two people say the same thing, they may have different intent. When you have a large group (Congress) agreeing to say x words, then you have a whole bunch of DIFFERENT intents. Sometimes those disents are contradictory. Part of the art of getting a law passed is to write one that can satisfy different intents. You want more explicitid stuff, but that would have made it harder, if not IMPOSSIBLE to get approved. A key example are the words about religious freedom. Some people voted it in to prevent the government from stopping people from praying. Others voted it in to prevent the government from forcing people to pray.

    2) Progress happens. Things change. We have to INTEREPRET the old ideas to see how they should apply to the new things. When the bill of rights was created, weapons did NOT include fully automatic weapons. At the time, a Wooden masted battle ship was the best weapon available. Not a single one of the framers of the consittion would have claimed that the 2nd ammendment let you own a wooden battle ship and dock it on the potomoac near the white house. A modern machine gun has more firepower, yet some fools say the 2nd amendment lets you carry one on the street right outside the white house.

    3) People make mistakes. At one point a majority of people thought some 'races' were inferior, not entitled to the 'inalieanable rights'. When we realized we were wrong, we did NOT have to re-write the entire constition. Instead we simply applied the correct, new understanding of what we had already written.

    It is for these three reases that we need to interpret the laws, not simply read them. The heart of all laws are the principle behind them, NOT the intent of the writer. We must shift through the words for the basic principles that all agreed on, not simply what some (but not all) intended. We must apply old principles to new ideas. And we must apply those principles to our CURRENT understanding of the world, ignoring the mistakes that our ancestors may have made, out of respect for the wisdom of the things they got right.

    --
    excitingthingstodo.blogspot.com
  304. Re:Slightly OT: Why isn't the language "more clear by Capsaicin · · Score: 1

    Still, it's pretty clear that the Pentateuch was originally written in Hebrew, and that the Greek and Latin (and Early Modern English) were derived from it

    While that is true, the earliest complete copy (even of the Pentateuch let alone the entire OT) of the Hebrew we have, dates from around the year 1000, whereas the Septuagint (ie the original Greek translation), dates from somewhere in the first three centuries before Christ.

    By comparing passages from ancient Hebrew texts (dead sea scrolls) we can see that occasionally at least the Greek is a more accurate rendition than the Masoretic text. In this particular instance, of course, it would pay to know what the Hebrew as well as the Greek say.

    In any case, whether your translation says 'kill' or 'murder,' and indeed whether the same distinction between ratsah and harag was drawn in classical biblical Hebrew as it is in modern Hebrew, it is clear from context (ie. because the Pentateuch so often prescribes a capital sentence for transgressions and because YHVH commanded His people to exterminate the indigenous people of Canaan), that the commandment only has unlawful killing in mind and not killing per se.

    --
    Better to be despised for too anxious apprehensions, than ruined by too confident a security. --Edmund Burke