Slashdot Mirror


ESR Writes About O'Reilly and FSF Differences

dopplex writes: "Over here at Linux Today, Eric S. Raymond has written an amusing piece in which A.) He analyzes the way in which we use the word freedom, B.) Examines the point of view of both O'Reilly and the FSF on 'freedom' and C.) Coins the term 'flerbage,' which I hereby suggest be put into immediate use, just because it's a really cool word." It's cheesy but it is a good way for people to understand the difference between Open Source and Free Software. (Oh, and I figured I'd just mention that I'll never use that F word since I think its stupid)

499 comments

  1. Doesn't everyone have a slightly different idea? by JWCoder · · Score: 1

    When will we see the "analyization" of the common /.er vs. RMS?

  2. Linux Today... by NewbieSpaz · · Score: 5, Funny

    Shouldn't that be "GNU/LINUX Today"...?

    ;)

    --
    ------
    Random, useless fact: I type in startx entirely with my left hand.
    1. Re:Linux Today... by Uruk · · Score: 3, Interesting

      Yes, it should be.

      I think lots of slashdotters are really keen on making fun of this, particularly when they think there are a few quick karma points to grab, but not many have read it straight from the source.

      Rather than listening to a bunch of slashdotters make fun of things, why not read what the FSF has to say about it. Far from being crazy, the argument for GNU/Linux sounds pretty damn good to me. People scream about not getting credit for their code, they scream about free software or "open-source" not getting recognition for the fact that it acts as the internet infrastructure, but they don't particularly feel like giving credit to the foundation of their own system. And we're not talking about ticker tape parades - we're talking about 3 letters and a slash.

      For those who want to call it Linux, I'd just suggest this: try running your favorite distro after subtracting all of the GNU system. Have fun.

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    2. Re:Linux Today... by Waffle+Iron · · Score: 5, Insightful
      For those who want to call it Linux, I'd just suggest this: try running your favorite distro after subtracting all of the GNU system. Have fun.


      Try running your favorite distro after subtracting all of the NON-GNU software (Apache, Perl, Python, vim, etc..). Not much fun either; yet none of those developers are clamoring to get their names prefixed to the system.

    3. Re:Linux Today... by Anonymous Coward · · Score: 0

      All the other software that is non-GNU is important and good software, but it's not the bedrock of GNU/Linux.

      See, you can run GNU/Linux without Apache, without Python, without perl, and without Vim. You cannot run Linux without GNU.

      If the GNU system's utility to Linux were roughly on the level that "notepad.exe" has utility to windows, then I would agree that GNU/Linux is silly. But Linux without GNU is like Windows without explorer.

    4. Re:Linux Today... by NNKK · · Score: 1

      Oh? Why should it be? I could construct a Linux system, prehaps for an embedded device, that uses little or no GNU software, and it could get covered by LinuxToday, because it IS Linux.

      C'mon people, drop the nit picking when it doesn't really matter.
      If someone says "Linux is too big for an embedded system", tell them that they're thinking of GNU/Linux. If someone asks what the difference between GNU and Linux is, tell them. Don't go nit picking over what exactly to call something based around "Linux".

    5. Re:Linux Today... by Whizziwig · · Score: 1

      that's bad logic, you can run a linux system without "Apache, Perl, Python, vim, etc..", you can't run it without gcc, g++, *libc*, binutils, bash, gzip, less, ncurses, readline, *shellutils*.

      All gnu tools. They are vital to a linux system booting, apache is not.

      --dave

    6. Re:Linux Today... by unitron · · Score: 2

      If you're running Windows notepad comes in handy a lot more often than IE. 'Course if you meant the replacement for file manager (hey, maybe MS could name a couple more programs "explorer"), it's about 50-50.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    7. Re:Linux Today... by Anonymous Coward · · Score: 0
      Let's see.

      Apache ... no need for that.
      Perl ... I detest that line-noise.
      Python ... Hate interpreted stuff too.
      vim ... What? A line editor? There's Emacs, you know!

    8. Re:Linux Today... by Trepidity · · Score: 2

      I do. I have no need for Apache, Perl, Python, vim, etc. They're all optional utilities, but not essential to booting a GNU/Linux system. The GNU part is essential though - my system would be completely unusable without glibc, bash, and gcc.

    9. Re:Linux Today... by randombit · · Score: 1
      Try running your favorite distro after subtracting all of the NON-GNU software (Apache, Perl, Python, vim, etc..).

      And don't forget TeX and XFree86. I don't know what I would do without good 'ol TeX. :)

      And those (L)GPL'ed GNOME and KDE projects wouldn't be to useful without X (and the non-GNU QT, in the case of KDE).

      I am quite curious to see what the FSF's answer will be to ESR's question, though.

    10. Re:Linux Today... by randombit · · Score: 2

      you can't run it without gcc, g++, *libc*, binutils, bash, gzip, less, ncurses, readline, *shellutils*.

      All gnu tools. They are vital to a linux system booting, apache is not.


      Since when are gcc, g++, binutils, gzip, less, ncurses, or readline needed to boot a system?!?

      OTOH, glibc, of course, yes, you need that. And the shellutils.

      Of course, considering that at least one major glibc developer is most unhappy with GNU:
      http://www.newsforge.com/article.pl?sid=01/08/16 /2 228200&mode=thread

    11. Re:Linux Today... by Arandir · · Score: 3, Insightful

      my system would be completely unusable without glibc, bash, and gcc.

      What a strange system you must have!

      Bash is a shell that can be trivially replaced by csh, tcsh, ksh, zsh or even good old sh.

      gcc is merely a compiler. It is not necessary for the execution of any program. It may be useful for you, but the average user of LiGnuXOS can forego the use of gcc indefinitely. As for myself, I have spent three productive days on my system without once using gcc. Oh, and all of the BSD systems also use gcc. Are you advocating that they change their names to "GNU/FreeBSD", "GNU/OpenBSD", "GNU/NetBSD" and "GNU/Mac OSX"?

      glibc is pretty much essential without going through a ton of work putting libc back into Linux. But I have never yet heard a valid argument that operating systems must be named after their standard C library. That's ridiculous. "Slackware requires glibc, so it must be called 'GNU/Slackware'". Bullshit.

      As for unusable systems, mine would be unusable without ext2fs or reiserfs, neither of which are from GNU. It would be unusable without init, and would not boot without lilo or any of those dozens of scripts under /etc/rc.d.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    12. Re:Linux Today... by Arandir · · Score: 2

      Try running your favorite distro after remove all of the non-GNU software (I'll let you keep the non-GNU kernel). It can't be done.

      In fact, I don't think it's possible to create a working system using ONLY the Linux kernel and software written by or donated to the FSF.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    13. Re:Linux Today... by Anonymous Coward · · Score: 0

      Where does the GPL say that if you use a piece of GPLed software to write a new piece of software, then the original authors get to pick the name for your new project? If that isn't in the GPL, then anyone trying to tell Linus what he has to call that project he started is just trying to put extra conditions into the license. Isn't this a bad precedent? If I use pieces of 10 programs, then 10 people get to name my software? Not good.

    14. Re:Linux Today... by unitron · · Score: 2
      Didn't start out that way.

      One of the best things about notepad is that it can't access the internet.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    15. Re:Linux Today... by Anonymous Coward · · Score: 0

      Slackware is a GNU/Linux distro fucknuts.

    16. Re:Linux Today... by Anonymous Coward · · Score: 0

      the Italian trader Amerigo Vespucci?

    17. Re:Linux Today... by Frodo · · Score: 2, Insightful

      There are a lot of people and groups that contributed to free software and Linux. Some of them contribute very vital parts of it. But only GNU claims to add their title in the OS name. Can't it be due to the frustration from unability to bring their own OS project to some decent result?

      --
      -- Si hoc legere scis nimium eruditionis habes.
    18. Re:Linux Today... by TrixX · · Score: 1

      > For those who want to call it Linux, I'd just
      > suggest this: try running your favorite distro
      > after subtracting all of the GNU system. Have fun.

      It's been already done, and the distro name is Mastodon Linux

    19. Re:Linux Today... by NNKK · · Score: 1

      none of those are neccisary

      non-gcc C compiliers are avalible
      non-gnu C libraries are avalible
      non-gnu shells are avalible
      non-gnu archiving/compression utilities are avalible
      non-gnu "binutils" aren't, strictly speaking, avalible for Linux for x86 to my knowledge, but they could easily be made
      non-gnu text vewing programs are avalible
      non-gnu "curses" libraries are avalible, though outdated/obsolete

      sorry, but nothing you mentioned doesn't have non-gnu alternatives for use in a linux system

    20. Re:Linux Today... by p3d0 · · Score: 3, Insightful
      Far from being crazy, the argument for GNU/Linux sounds pretty damn good to me.

      I agree too. However, the main reason nobody calls it GNU is because GNU is such a retarded name. First, they pick a word with the almost unique property that it starts with a silent G; a word so obscure that no average person really knows what it is. And then they go that one extra uber-geek step and insist that you pronounce the "G":

      To avoid horrible confusion, please pronounce the `G' in the word `GNU' when it is the name of this project.-- The GNU Manifesto
      I have a better idea: to avoid horrible confusion, pick a better name.

      "Linux" isn't all that much better, since it's also not pronounced as it's written in English, but there's a key factor that makes the name more acceptable: is has an "X" in it. That makes it instantly cool in the computer world.

      --
      Patrick Doyle
      I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
    21. Re:Linux Today... by Arandir · · Score: 1

      Can you show me anywhere on the Slackware box or in the Slackware documentation where it is officially named "GNU/Linux". Even unofficially named that?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    22. Re:Linux Today... by NNKK · · Score: 1

      glibc isn't really neccisary
      http://cvs.uclinux.org/uClibc.html

      it's designed for embedded systems, but it does exist and could likely be expanded for use in full-scale desktop systems
      it makes use of some code from glibc but the diff would likely be gigantic, it's essentialy a fresh write of a C library
      one nitpick, LILO isn't strictly neccisary, there's at least 3 other methods of booting linux (grub, loadlin, and a bootloader that version .4 of was recently was announced on linux-kernel), and there may well be more (user-mode linux anyone? :) (then again ext2fs and reiserfs aren't neccisary either if you care to reformat your linux partitions :)

    23. Re:Linux Today... by RestiffBard · · Score: 2

      I know that gnu is essential in many ways to the running of my linux system (I'm on a win system now, testing out the dsl hookup :) ) you know that gnu is mostly essential to the running of linux. everyone in this thread knows that gnu is necessary to run linux. who cares? I don't expect every operating system in the known universe to advertise the utilities that are used to run the system in the title. then we would have games like "OpenGL Quake" "DirectX game whizzoblaster" "HTML 4.0 Web" yadda yadda yadda. I know, you know, anyone that cares knows. To those that we might be trying to evangelize well if they don't already know its probably because they don't fscking care. and they don't need to. I'm sorry but linux is linus baby. its his brainchild if rms wants to call something GNU(insert name of operating system that hasn't come to life in a usable form yet despite nigh on 20 years of development) then he should go make one. The GPL doesn't demand that if use use the stuff in anyway on your system that you must now change your systems name to GNU whatever. RMS can just go jump off a bridge. We all respect what he has done but to me it seems like he's trying to insure his already stable place in computer history by beating us over the head with it. I read ESR's cathedral and the bazzar not long ago and in it he mentions that the elders seem to be required to be gods but not act like they know they are gods. He's right. RMS must have forgotten this. He's being a pompous ass.

      --
      - /* dead coders leave no comments */
    24. Re:Linux Today... by Rozzin · · Score: 1


      none of those are neccisary

      non-gcc C compiliers are avalible
      non-gnu C libraries are avalible
      non-gnu shells are avalible
      non-gnu archiving/compression utilities are avalible
      non-gnu "binutils" aren't, strictly speaking, avalible for Linux for x86 to my knowledge, but they could easily be made
      non-gnu text vewing programs are avalible
      non-gnu "curses" libraries are avalible, though outdated/obsolete


      Correct, and if you got rid of all of the components of GNU (or even a large portion), you wouldn't be running GNU.

      But `would' (or `could') and `are' are very different things.

      If you removed all of the things that made Windows NT `Windows', you'd end up running something other than Windows. But arguing that "we shouldn't call the stock system `Windows' because there are lots of alternatives to everything that it ships with" is just silly. The same goes for for any OS.

      --
      -rozzin.
    25. Re:Linux Today... by the_rev_matt · · Score: 2, Informative
      Rather than listening to a bunch of zealots (for or against either position), why not consult the man who originally *wrote* Linux and is the head honcho of continuing development:
      rms asked me if I minded the name before starting to use it, and I
      said "go ahead". I didn't think it would explode into the large discussion
      it resulted in, and I also thought that rms would only use it for the
      specific release of Linux that the FSF was working on rather than "every"
      Linux system.
      I never felt that the naming issue was all that important, but I was
      obviously wrong judging by how many people felt very strongly about it. So
      these days I just tell people to call it just plain "Linux" and nothing more. - Wired 9/97

      I've seen him express similar sentiments elsewhere several times, but that was the first one I came up with in a cursory google search.
      --
      this is getting old and so are you

      blog

    26. Re:Linux Today... by sphealey · · Score: 2

      "For those who want to call it Linux, I'd just suggest this: try running your favorite distro after subtracting all of the GNU system. Have fun."

      Um, then why isn't it called Plato/deMorgan/Turing/vonNeumann/Hopper/Kernigihan /Ritchie/~others/GNU/Linux ??

      sPh

    27. Re:Linux Today... by number+one+duck · · Score: 1

      Let us not forget that the only flerbage/free/Free (as in free/Free dom) Soft/Hard ware is GNU/Linux.

      Since when is *branding* important in a medium that claims to wants to win the good fight fairly.. by being better and more open. Its almost like any other subculture... as soon as it gets popular, it starts to lose sight of itself.

    28. Re:Linux Today... by NNKK · · Score: 1

      That was the point, we don't need to go off half-cocked whenever someone calls it Linux instead of GNU/Linux

    29. Re:Linux Today... by spuk · · Score: 1
      "GNU/" refers to the basic system utilities. So: Linux + GNU = GNU/Linux Operating System.

      --

      "Video bona proboque; deteriora sequor." -- Ovid
    30. Re:Linux Today... by Menthos · · Score: 1
      "Linux" isn't all that much better, since it's also not pronounced as it's written in English

      I'm curious, why is it that all names in the world should have to be pronounced as they are written in English?
      That's the impression I get from your comment. Sorry in advance if I misinterpreted something.

      --

      GNU/Linux. The Freshmaker.

    31. Re:Linux Today... by Anonymous Coward · · Score: 0

      So why not just call the system "Linux with GNU Tools" instead of putting the GNU part up front? Besides, calling Linux by any other name would only confuse the masses, resulting in less people adopting the OS. I'd rather call it Linux and have someone use the OS, than to have to explain about GNU and Linux and have that person look at me all wide-eyed, and then just stick with Windows.

    32. Re:Linux Today... by Rovaani · · Score: 1
      "Linux" isn't all that much better, since it's also not pronounced as it's written in English [russnelson.com], but there's a key factor that makes the name more acceptable: is has an "X" in it.

      I wish Linus' original name would have been accpted: GNU/Phreax certainly has something going for it.

      --
      Karma: Good! Napster: Baad!
    33. Re:Linux Today... by Andrewkov · · Score: 1
      First, they pick a word with the almost unique property that it starts with a silent G; a word so obscure that no average person really knows what it is. And then they go that one extra uber-geek step and insist that you pronounce the "G":


      Yep, I agree. I gave up telling people about GNU software because non-Linux people think you're an idiot for pronouncing the G... Then you have to explain to them that they want you do pronounce the G.. it's nausiating. I wish they would have come up with a better name.

      Btw, are you supposed to pronounce the G in GNOME?

    34. Re:Linux Today... by UberLame · · Score: 1

      You have to give up the GUI (sorta), but it is doable. Actually, XFree can be relicensed as GPL, so GNU could fork it for their own, but instead the publicly encourage people not to make GPL only XFree drivers.

      --
      I'm a loser baby, so why don't you kill me.
    35. Re:Linux Today... by Arandir · · Score: 2

      You have to give up the GUI (sorta), but it is doable.

      I was talking about operating systems. The GUI isn't the OS, so I wasn't thinking of it.

      But I still don't think you can go from GRUB to Bash using ONLY GNU software and the Linux kernel. What would I use as a file system? What would I use for a root process besides init? Will I have printing capabilities? Etc., etc. I've got lots of choices from the world at large, but I can't find any solutions that come from GNU.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    36. Re:Linux Today... by p3d0 · · Score: 1

      No appologies necessary; I was in rant mode, so I wasn't clear. I meant that "Linux" isn't much better for English speakers than "GNU" because of the non-phonetic spelling. I'm not saying that all names should be pronounced as they are spelled in English; merely that the ones which aren't can cause problems for English speakers.

      --
      Patrick Doyle
      I mod down every jackass who puts his moderation policy in his sig. Oh, wait a sec....
    37. Re:Linux Today... by Rick+the+Red · · Score: 2
      For those who want to call it Linux, I'd just suggest this: try running your favorite distro after subtracting all of the GNU system. Have fun.

      By your logic, I don't drive a Saturn, I should say I drive a "USS/Saturn" since most of it by weight probably comes from USS. Geeze, I wonder if Andy Grove reads RMS, it might explain all the "Intel Inside" stickers I see on Dells, Compaqs, etc.

      --
      If all this should have a reason, we would be the last to know.
    38. Re:Linux Today... by HP+LoveJet · · Score: 1

      > One of the best things about notepad is that it can't access the internet.

      True. Puts me in mind of the old saying (I think originally applicable to MIT) that "every program expands until it gains the ability to read mail". The GNU "hello world" app, of course, is a prime example.

      --
      spawn_of_yog_sothoth
    39. Re:Linux Today... by Anonymous Coward · · Score: 0

      The GNU tools are easily replaced with non-GNU parts, if you have the time and the access to another UNIX's userland source; the only essential GNU code is glibc, and even then the site you pointed out admitted that glibc underwent extensive changes to be Linux compatible.

      Now, try using GNU/Hurd sans non-GNU code. Hint: you'll need to write your own file system.

  3. He should watch his mouth by Anonymous Coward · · Score: 0

    Sounds like real trouble. You're going to need plenty of legal advice before this thing is over.

    As your attorney, I advise you to rent a very fast car with no top. And you'll need the cocaine.

    Tape recorder for special music. Acapulco shirts.
    Get the hell out of LA for at least 48 hours.

    1. Re:He should watch his mouth by Anonymous Coward · · Score: 0

      Classic book/movie. But that doesn't mean you should post the same part over and over. Break it up. Regurgitate different parts all over slashdot. This gives you a better chance of being read and will probably waste a good 10-20 moderator points for clueless moderators (Depending of course on how many you post).
      Also, wait a little bit and watch for posts/threads that are high up, or seem to be going that way, and post a few different lines in that thread.

    2. Re:He should watch his mouth by Anonymous Coward · · Score: 0

      thanks for the tips, I will compile a list of rotatable fear and loathing snippets immediately.

  4. Quote from ESR by Anonymous Coward · · Score: 0
    Here's the first and most important one: if you two could get a law passed making proprietary licenses illegal, would you do it?

    If their answer is "no", then the dispute with Tim is over. Because that will mean they do recognize a right for developers to choose licenses as they will without being killed, jailed, or threatened for choosing the "wrong" one.

    No I wouldn't, but I wouldn't pass a law that made abortion illegal either, even though I think its morally wrong. I just see the freedom to choose as outweighing the freedoms of those who lose out. That's also why I support the BSD license - I'm pro-choice.

    1. Re:Quote from ESR by Anonymous Coward · · Score: 0

      Abortion? Check out esr's gun page.
      He would probably recommend a post-natal abortion using a colt 45.

      Fucking NRA nazi.

  5. Foundation for Software Freedom by Anonymous Coward · · Score: 1, Insightful

    I've always thought that the FSF should change their name to the "Foundation for Software Freedom" and stop using the "Free" moniker. They would *still* be the FSF, but we'd no longer have the confusion between "beer" and "speech".

    Besides, although "free as in beer" is nice, and attracts the great unwashed hordes, "free as in speech" is going to determine whether we live or die. Patents, copyrights, the DCMA, EULAs, the UTICA, trade secrets, Congress, Disney, and an army of lawyers can't stop free... but their doing a great job of smashing our freedoms into the ground...

    Time to write another check to the EFF.

  6. He makes a valid point, but... by rknop · · Score: 2

    ...I disagree that open source developers should stop talking about freedom. We all accept that even though flerbage sounds nice, it will not go into the mainstream as a term. "Open source," as a term, is *far* more vague than "free software." Although the OSI defines Open Source in such a way that it's much like free software, the term itself is easy to use to describe entirely limited proprietary software where you happen to get to see the source code.



    Although ESR makes valid points about the FSF perhaps going overboard in wanting to outlaw the use of proprietary software licenses, it is important to stress that freedom of use for the users is in fact what distinguishes non-proprietary software from proprietary software. For that reason, I agree with Bruce Perens that we need to keep talking about freedom-- even if we don't all agree 100% about exactly what it means.



    -Rob

    1. Re:He makes a valid point, but... by Reality+Master+101 · · Score: 2

      "Open source," as a term, is *far* more vague than "free software."

      Yes it is, but in a good way. It's often better to have a term that has no meaning, but encourages someone to find out what it means, than a term that is almost always going to be misunderstood and no one has any incentive to correct themselves.

      There's no getting around the fact that 95% of people hearing "free software" are not going to think of freedom.

      --
      Sometimes it's best to just let stupid people be stupid.
    2. Re:He makes a valid point, but... by Russ+Nelson · · Score: 2

      The problem is that people aren't interested in providing freedom for other people. They're much more interested in helping themselves. So OSI pitches the freedom philosophy because of its benefits to *them*. But we're pitching freedom, make no mistake about it. Or perhaps I should say "flerbage"?
      -russ

      --
      Don't piss off The Angry Economist
    3. Re:He makes a valid point, but... by Arandir · · Score: 2

      "Open source," as a term, is *far* more vague than "free software."

      It is only more vague because you have had the FSF definition of "free software" drummed into you. To the average person not graduated from the RMS school of GNUspeak, the opposite is true.

      "Open Source" means software whose source code is open. Yes it's vague. Is the source code open for inspection? Does it follow open standards? Who knows? But the lay assumption to its meaning is much more accurate than the lay assumption as the the meaning of "Free Software". Of course software can't have liberty, it's not a person! So it MUST mean the software is free of monetary cost.

      I've got a friend that has a hobby of "pirating" software. He keeps asking me if I want a copy of Windows 2000 or Microsoft Office or Baldur's Gate. When I tell him no, I don't want them, he says "Why not, they are free! Don't you want free software?"

      Yes, other languages may have two words for the one English "free". But those two words still have to cover two dozen definitions. And "Free Software" and "Open Source Software" are both *English* terms.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    4. Re:He makes a valid point, but... by Kajukenbo · · Score: 1

      Agreed.

      People THINK they know what terms mean based on past experience.
      For that reason I tell people I teach "Martial Science" (TM) instead of "martial arts." They always ask me what that is or how it is different from other "karate" classes. I can then tell them my school focuses on realism in combat and having the proper self-defense mindset.

      What we need are terms that people don't assume to understand so they can be taught.

      --
      assertion: a positive statement, usually made without an attempt at furnishing evidence
  7. Flerbage by OO7david · · Score: 2, Funny
    ...Coins the term 'flerbage,' which I hereby suggest be put into immediate use, just because it's a really cool word.

    I think the author did that nicely himself; flerbage count in the article: fourteen.

  8. Excellent by Reality+Master+101 · · Score: 5, Insightful

    He has neatly summarized my problem with Stallman, the FSF and the GPL. The big problem with Stallman is that he believes that users should have power over programmers, which I find absurd. The programmers are the creator of the work, and thus should have the "freedom" (there's that word again) to choose how their work is used.

    It seems like the height of tyranny for an ungrateful rabble of users to in essence say, "Thanks for creating this product that we find useful. However, that's not damn good enough. It's not enough for us to have the freedom whether to use your product or not, you should be required to develop your software according to OUR requirements."

    I hate to borrow from Libertarian philosophy, but a right is not a right if you require coercion of another person.

    I also look forward to hearing Stallman's response to whether they would be in favor of laws enforcing software "freedom" GPL-style.

    --
    Sometimes it's best to just let stupid people be stupid.
    1. Re:Excellent by rknop · · Score: 2

      He has neatly summarized my problem with Stallman, the FSF and the GPL.

      ...err, I can see where he's identified some objections to Stallman and the FSF. But where did he summarize anything that could be seen as an objection to the GPL?

      -Rob

    2. Re:Excellent by aussersterne · · Score: 1

      That ungrateful rabble of users is the human race. Why hate it so? It gave rise to your mother, to your father, and to you, and your children will depend on it for their own livelihoods.

      At least give the users a little respect. After all, why create software, if not for the users? Oh yes... for the cash. I find that position distasteful indeed.

      --
      STOP . AMERICA . NOW
    3. Re:Excellent by Xoro · · Score: 1

      The programmers are the creator of the work, and thus should have the "freedom" (there's that word again) to choose how their work is used.


      Wait a minute...I thought that was the advantage of GPL over BSD-style licenses. GPL allows the creator of the work to set terms for use of source code, BSD makes no such allowances. I saw nothing in the article or links to suggest that the FSF suggested outlawing proprietary software (though they may have, and I just don't know). But by your logic, shouldn't the "creator of the work" be allowed to choose whether his work may be used in such works?

      --
      Kill, Tux, kill!
    4. Re:Excellent by Uruk · · Score: 5, Insightful

      It seems like the height of tyranny for an ungrateful rabble of users to in essence say, "Thanks for creating this product that we find useful. However, that's not damn good enough

      The fundamental divide I think is that the FSF doesn't think software should have owners. It sounds like you're getting pissed at users acting that way because the developer should own and control the software - or as you put it "the freedom to choose how their work is used".

      GNU believes that programs are generally useful technical information. Most people think that patenting math formulas is bullshit. I don't really see much of a difference, since in both cases they're generally useful technical information.

      I hate to borrow from Libertarian philosophy, but a right is not a right if you require coercion of another person

      I agree - but put a different spin on it. Who are you to say that I cannot cooperate with my neighbor by sharing generally useful technical information with them? Who are you to throw me in jail because I copied something I bought to a CD? Who are you to call me a 'pirate' (and equate me with someone who robs, murders and rapes ships) when I'm helping my friends and coworkers out? From my perspective, distributing non-free software is coercion - it's coercing users *not* to help their friends. It's coercing them to avoid using and spreading generally useful technical information in many circumstances.

      Life is all about gathering, spreading, and exploiting technically useful information. If you disagree with me, disagree with me that computer programs are technically useful information. But without the ability to use, spread, and gather good technically useful information, we're never going to evolve and get off of this planet.

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    5. Re:Excellent by bnenning · · Score: 2
      After all, why create software, if not for the users? Oh yes... for the cash. I find that position distasteful indeed.


      Um, how do you think a large percentage of /. readers make their living? There would be much less free/open source software if its authors weren't able to get paid writing code for their day jobs.

      --
      How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
    6. Re:Excellent by aussersterne · · Score: 1

      I didn't mean subsistence cash -- i.e. cash for food. I meant cash, as in Bill G. and $50 billion in personal fun.

      Everyone should be compensated for the valuable work they do for society. But to refuse to do that work unless you can become more wealthy than most everyone else (as is the case in the tech industry) is evil and selfish.

      --
      STOP . AMERICA . NOW
    7. Re:Excellent by An+Ominous+Coward · · Score: 2

      The GPL was created to combat copyright laws using those laws themselves. If the law was designed around community rights instead of developer rights then there wouldn't be a need for the GPL.

    8. Re:Excellent by quartz · · Score: 1

      The big problem with Stallman is that he believes that users should have power over programmers

      I don't know if that's what Stallman believes. In my understanding all Stallman is trying to say is that there's no such thing as "intellectual property". When I write software, it's "my property" only as long as I keep it to myself. The moment I start distributing it, I have no moral right to dictate what the ones who use it should or should not do with it. I.e., it's THEIR software now, not mine. Which makes sense, since software, unlike physical property, it's infinitely reproductible. No matter how many people I give my software to, I still have it.

      To claim that the one who wrote the software has some sort of "property rights" to it, naturally implies some sort of enforcement, since otherwise there's nothing to stop users from doing whatever they want with it. This mentality brought us the 2500 year copyright limit, the DMCA, the UCITA, the BSA-MPAA-RIAA scare tactics and it's going to still bring us countless other "joys". It's how human nature works. You can't just give someone "limited" control, without them immediately pushing for more.

      So Stallman says do away with copyright altogether, because it's unnatural, unhealthy and it only begets trouble. And I can't agree more...

    9. Re:Excellent by rgmoore · · Score: 4, Informative
      I agree - but put a different spin on it. Who are you to say that I cannot cooperate with my neighbor by sharing generally useful technical information with them? Who are you to throw me in jail because I copied something I bought to a CD?

      Hear, Hear! This is exactly the point that RMS gets and ESR misses- which is surprising given that ESR is a libertarian. All software licenses are inherently coercive; they use the power of the State through the means of copyright to restrict the rights of the user. The difference between a Free Software license and a proprietary license is that a Free Software license uses that power for the benefit of all (by restricting obnoxious behavior) while a proprietary license uses it for the sole benefit of the writer (by restricting socially beneficial uses like sharing). And sadly, the mere existence of Free Software does not defang the power of proprietary licenses. Big software houses like Microsoft can still engage in serious legal harrassment of just about any computer using business even if they don't actually use any Microsoft software.

      --

      There's no point in questioning authority if you aren't going to listen to the answers.

    10. Re:Excellent by Zimm · · Score: 1
      At least give the users a little respect. After all, why create software, if not for the users? Oh yes... for the cash. I find that position distasteful indeed.

      You find the idea that a person wants/needs to feed his/her family distateful? I find that offensive.

    11. Re:Excellent by Anonymous Coward · · Score: 0

      we had 2 bags of grass
      75 pellets of mescaline
      5 sheets of high powered blotter acid
      a salt shaker half full of cocaine
      a whole galaxy of multicolored uppers, downers, screamers, laughers
      also a quart of tequila, quart of rum, case of beer, pint of raw ether, 2 dozen emils

    12. Re:Excellent by david+duncan+scott · · Score: 2
      The moment I start distributing it, I have no moral right to dictate what the ones who use it should or should not do with it. I.e., it's THEIR software now, not mine.

      Remind me never to tell you anything "in confidence" or "off the record".
      --

      This next song is very sad. Please clap along. -- Robin Zander

    13. Re:Excellent by Anonymous Coward · · Score: 0
      I don't know if that's what Stallman believes. In my understanding all Stallman is trying to say is that there's no such thing as "intellectual property". When I write software, it's "my property" only as long as I keep it to myself. The moment I start distributing it, I have no moral right to dictate what the ones who use it should or should not do with it.

      Ever heard of the GPL? You know, the license written and advocated by Stallman that restricts what you can do with the code? Given the fact that the GPL and much of the FSF's work is based on gathering and protecting intellectual property, I find it hard to believe that he's opposed to it.

    14. Re:Excellent by Anonymous Coward · · Score: 1
      The fundamental divide I think is that the FSF doesn't think software should have owners.

      Yes, and that's exactly the problem with the FSF.

      I agree - but put a different spin on it. Who are you to say that I cannot cooperate with my neighbor by sharing generally useful technical information with them? Who are you to throw me in jail because I copied something I bought to a CD?

      This is pure Stallmanesque nonsense. You keep thinking in terms of someone taking your rights, but did you ever stop to think that you were voluntarily giving them up? You are, whether you'll admit it or not

      Who are you to call me a 'pirate' (and equate me with someone who robs, murders and rapes ships) when I'm helping my friends and coworkers out?

      This is one of Stallman's favorite tactics. He decries emotionally charged words and then redefines "free" however he pleases because it's useful, emotionally charged, word. The idea that people equate copyright infringment (otherwise known to them as piracy) with rape and murder is sheer lunacy. It certainly was a poor choice of words, but that can't be helped now because "piracy" is so well defined in society. If it was up to me I would have just gone with "common thief."

      From my perspective, distributing non-free software is coercion - it's coercing users *not* to help their friends. It's coercing them to avoid using and spreading generally useful technical information in many circumstances.

      When you purchased a piece of proprietary software you agreed to use it as the creator saw fit. Again, you are GIVING up rights, because you are a FREE man. Nobody took anything from you, to say otherwise is nonsense. Whether this is good or bad is irrelevant, it was your choice.

      Life is all about gathering, spreading, and exploiting technically useful information.

      Life is about creating. Unfortunately Stallman gleeful divorces the costs of creation and distribution which leads him to his idiotic conclusions about how life should be lived. That certainly is not to say that people should not be able to protect themselves against human error. That's why I believe all software should come with the source.

      This is why people support Open Source, it's not about Stallman's vindictive nonsense, it's about creating better things and thereby forwarding society. It's approach to converting people is not "I deserve, so you give now!" like the FSF. Rather it asks "What is best for you, the creator?" and from their tries to convince them that cooperating is best.

      IMO, Stallman will be remembered as the Dr. Laura of the computer industry.

    15. Re:Excellent by uchian · · Score: 1

      OK, this is my view/opinion on the issue.

      I have a problem with closed source for a very simple reason - it can force the user to pay for work that they didn't want developers to do in the first place.

      Say I'm happy with a proprietary piece of software "A version 1", except that it has a few bugs that need fixing, and could do with a few extra things. But - oh dear, version 2 just came out. Now version 2 has the functionality I want, but has a lot of extra stuff that I don't want, and they have stopped working on version 1. I can either a) buy version 2 and pay for all that stuff that I didn't want done, or b) live with the bugs and deficiencies in my current version.

      Now consider that the same software was open source. I still paid the original developers for the work (assume for the moment that the license prevents redistribution - bare with me), but now they have released version 2, which I don't want. If it's cheaper for me, I could pay a different developer to patch up version one for me.

      In other words, I pay for what I want done, and I have freedom to choose who I pay to do the work. Developers have the right to get paid for what they develop, but not the right to prevent other developers from getting paid for extending their product.

      So how does this fit in with the GPL license? Obviously, the major difference is that GPL'd software is redistributable by anyone. What does this mean? That the price of software is in the development, and not the distribution, or in other words, developers get paid to write software, they don't get paid to distribute it.

      Software should be free, development of it shouldn't (unless the developer so wishes)

      Of course, the problem with this comes when we have a large scale project that takes great effort to write, with several developers, and which has several thousands of customers who have an interest in it being written. How do we make sure that the developers get paid the fairly hefty sum that they will be asking, without anyone losing out?

      I'm still working on that one...

    16. Re:Excellent by Anonymous Coward · · Score: 0

      Yeah, but that guy doesnt know that the words "freedom" and "power" are *relative* words. They are not absolute. More power to someone else is less freedom to me. There is such thing as equilibrium (sounds like equal liberty, equal freedom, equal power).

      All laws are coercion, even the laws that the libertarians claim to want. Lawlessness is anarchy, and anarchy leads to the strong having rule and creating law. On the other hand if we each were born with a nuclear bomb, we would all respect each other more, and see each other less, less room for conflict and less conflicts escelating to violence, and less need for any real law.

      Commonly a group of people who want create software, or someone who doesnt want to develope something on their own, or they want someone else to carry the torch farther (that is take a project off their hands), will GPL or LGPL their code. The group does so, because it makes it easier for any one in the group to do what they want with it.

      When someone hands you (through sale or other means) a "commercial" application, they are handing you the code to that application, maybe not the source code, but the code none the less. But there is rediculous (coercive) laws that say you can not view this code for any other purpose (except to make something compatible with something else). Its like buying a book and having laws that say you can not look at a book, but your computer can. Or buying an educational book for your childs education, but the law says that you can not read it, only your child can read it. Of course you know we are talking about reverse engineering, which in laymen terms is just translating from one language to another.

    17. Re:Excellent by Anonymous Coward · · Score: 0
      The fundamental divide I think is that the FSF doesn't think software should have owners.

      Unless of course, the owner is the FSF. They're constantly trying to get people to sign over copyrights to them "so that it will be easier to defend the GPL".

    18. Re:Excellent by quartz · · Score: 1

      Stallman has already answered this point himself (look under the 24th paragraph or so, or search for "personal information".

    19. Re:Excellent by FrostyWheaton · · Score: 1

      All software licenses are inherently coercive; they use the power of the State through the means of copyright to restrict the rights of the user.

      How do you distinguish between coersion and civil cooperation? Massive amounts of coersion are required to simply maintain an ordered society. Is an agreement beween a buyer and a seller coersion? Even in a barter economy? (Am I coersing(sp) you to give me a dozen eggs for this steak?) A software licence is a legal aggreement between two parties. I would like someone to tell me what massive power is compelling people to use software they object to on any grounds? If you don't want to pay for software, don't buy it! If you don't want eggs from caged chickens, only buy free-range eggs!

      Why is it that people have this notion that they deserve free software/music/movies/etc.? And if they deserve these things, and are not willing to pay for it, are they not coersing the programmers to produce things for them, for no real compensation whatsoever?

      Personally this sounds like something out of Atlas Shrugged. Everyone gets this idea that they deserve this or that and starts demanding that people give it to them, and then the goverment steps in to insure that they get the things they demand, and eventually it collapses under it's own weight.

      --
      Comments should be like skirts. Short enough to keep your attention, but long enough to cover the subject
    20. Re:Excellent by unitron · · Score: 2
      "Everyone should be compensated for the valuable work they do for society."

      So how is the level of that compensation going to be decided, and who's going to be doing that deciding? Who's going to be choosing who gets to do the deciding? And so forth.

      "But to refuse to do that work unless you can become more wealthy than most everyone else (as is the case in the tech industry) is evil and selfish."

      But to refuse to pick that cotton for massa as fast and for as long as he says is evil and selfish.

      It doesn't matter if one refuses to do a particular job because it doesn't pay as much as one wishes to be paid, or because one feels that the uniform is unflattering to one's figure and coloration. If you don't have the right to refuse, ain't it just different plantation, same situation?

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    21. Re:Excellent by Anonymous Coward · · Score: 0

      Heh. You have a funny definition of "property". Tell me, who owns a GPL'd piece of software?

    22. Re:Excellent by david+duncan+scott · · Score: 2
      In part, yes, but my point was not personal information per se but rather voluntary agreements between two people. I was simply giving a common example of an NDA.

      Yes, Stallman says that he would have to add a proviso to his agreement, and I'll assume that he's an honourable man and would say, "Whoa! Before you speak, understand that I may, under certain circumstances I will detail if you like, and others that I may not have thought of yet, reveal what you say. If you aren't comfortable with these provisions, please don't continue." He is, however, referring to extraordinary circumstances. I'm not sure that Gates himself would describe Word as, "something that
      humanity could tremendously benefit from knowing". It's not the cure for AIDS, it's a tool, and it has many peers.

      --

      This next song is very sad. Please clap along. -- Robin Zander

    23. Re:Excellent by Anonymous Coward · · Score: 0

      Like all forms of IP, there is no "owner" per se, only a copyright holder.

    24. Re:Excellent by eric17 · · Score: 1



      Software should be free, development of it shouldn't (unless the developer so wishes)


      Of course, the problem with this comes when we have a large scale project that takes great effort to write, with several developers, and which has several thousands of customers who have an interest in it being written. How do we make sure that the developers get paid the fairly hefty sum that they will be asking, without anyone losing out?

      You say that _all_ software should be free, but there is no justification for this belief other than your needs. Essentially to provide this utopia, you must coerce others to do something they do not want to do -- work for free for your benefit.

      On the other hand uncoerced free software is a wonderful thing. And dispite the misguided beliefs of some, disallowing proprietary forks of such software is not coercion -- nothing is forcing you to use it in the first place.

    25. Re:Excellent by Penrif · · Score: 2

      If you disagree with me, disagree with me that computer programs are technically useful information.

      Hi, I'd like to disagree with you. I'm going to make an analogy into meat-space, if that scares anyone...well...sorry. So, here we go.

      You bought a hammer. Hammers are Technically Useful. You can hit things with hammers. You have the right to let your friend borrow your hammer. Both of you really can't use it at the same time. Them the brakes. If you do want to use it at the same time, buy another hammer.

      You figured out by looking at your hammer how to make hammers. Knowing how to make hammers is Technically Useful Information. You can now make all the hammers you want, with the right materials. You can even make one for your friend. Good for you.

      Now let's say you bought Really Cool Program, a propriatary arrangement of numbers. You can use it. Most likly, you can't (legally) give it to your friend *and* keep it yourself. Sorry. You have yourself a Technically Useful tool (a hammer).

      After using Really Cool Program for a while, you figured out how it works. You know have the Technically Useful Information required to make Really Cool Programs.

      My point? Information is something that you can put in your brain. Algorithms and the like, that's information. I know I'd have a very difficult time memorizing the compiled code of just about any program. I'd be very hard streached to call that information. The algorithms and other ideas behind the compiled code, sure, that's something that's easilly handled.

      Upshot: Propriatary code is peachy, just realize that people are going to figure out how it works and might just make their own.

    26. Re:Excellent by Tom7 · · Score: 3, Insightful

      This is a terrible analogy.

      You are using a classic device of flawed logic (among others) referred to as "What is, ought to be."

      This comes in the statement, "Most likly [sic], you can't (legally) give it to your friend *and* keep it yourself."

      Just because the *current* law says that it is not legal to do this, doesn't mean that it's a *good* law. In fact, since we're debating that very law, this is quite inappropriate indeed!

      This is the fundamental difference between "information" and your "meat-space". The fact that we can copy information without destroying the original warrants a much different approach to our idea of 'ownership'.

    27. Re:Excellent by Penrif · · Score: 1

      I knew something felt dirty as I was writing that. Anyway, I was using this to get to the idea that implementations are tools and tools aren't information. I should really just say that and not try to be wordy about it.

    28. Re:Excellent by Dynastar454 · · Score: 1
      Who are you to call me a 'pirate' (and equate me with someone who robs, murders and rapes ships)
      All I have to say is...ouch. That has to be painful
      --


      Laugh at stupidity: mod idiots +1 Funny.
    29. Re:Excellent by nomadic · · Score: 2


      He has neatly summarized my problem with Stallman, the FSF and the GPL. The big problem with Stallman is that he believes that users should have power over programmers, which I find absurd. The programmers are the creator of the work, and thus should have the "freedom" (there's that word again) to choose how their work is used.

      Who the hell gives programmers the right to choose how their work is used? Programs are tools; if I create a hammer, then give or sell it to someone else, what gives me the right to insist that they only use it with their right hand, and then only to hammer in nails longer than one inch, and then only in July during a full moon? Yeah, that's taking it to extremes, but the point remains; when you create and distribute a piece of software, why should you get special rights to dictate how I use it. I should be able to reverse engineer and modify and use it in the privacy of my own home. If you don't like it, don't release your software.

    30. Re:Excellent by Bat_Masterson · · Score: 1

      Shouldn't they both have freedoms?

    31. Re:Excellent by Dwonis · · Score: 2
      if we each were born with a nuclear bomb, we would all respect each other more, and see each other less, less room for conflict and less conflicts escelating to violence, and less need for any real law.

      You overestimate humanity. We'd all be dead, and a new species without built-in weapons of mass destruction would evolve.

    32. Re:Excellent by randombit · · Score: 1

      From my perspective, distributing non-free software is coercion - it's coercing users *not* to help their friends. It's coercing them to avoid using and spreading generally useful technical information in many circumstances.

      What's the difference between this, and my, as a competent programmer (play along here), simply refusing to program anything at all? Maybe I, if I put my mind to it, could write a GPLed clone of Windows 2000 within 1 year. But I'm not. I have no interest in doing so. So am I coercing someone to
      Windows 2000, because I'm not doing something about it?

      If you disagree with me, disagree with me that computer programs are technically useful information.

      Programs do (sometimes), and so do lots of other things (books, papers, hardware). Are you suggesting that we should not have copyrights at all? Even GNU doesn't want that.

    33. Re:Excellent by MrGrendel · · Score: 3, Insightful
      One of the big problems with ESR's response to Stallman (and yours by extension), is that it is ultimately a strawman. Raymond has ignored an implicit premise to Stallman's argument, which is completely unacceptable on his part since Stallman has written extensively on his opinions of copyright and shouldn't need to restate them again.

      Raymond stated that "Stallman and Kuhn want to be able to make decisions that affect other developers more than themselves. By the definition they themselves have proposed, they want power." But this ignores the fact that Stallman does not believe that copyright should be applicable to software at all (I'm not clear on his opinions of copyright in general). It is true that they wish to remove a right that software developers currently possess, but that is not the same as desiring control over the excercise of that right. In some cases there is no functional distinction between the removal of a right and control over it's excercise, but in this case there is. Here's why: When people talk about rights, they are usually speaking of inalienable rights, or those rights that a person possesses by virtue of being a sentient being. Inalienable rights cannot be removed, they can only be restricted or controlled. Freedom of speech and religion fall into this category. But copyright is not an inalienable right, it is a utilitarian right. It is granted as a means of accomplishing some other societal goal. In the case of the US, this goal is laid out in the constitution as "promoting the arts and sciences."

      Utilitarian rights do not generally have an ethical basis. They can be removed with no ethical impact on those who once held them. This is why copyright is limited (or is supposed to be limited) to a period of time after a work has been published. No one gets the right forever (as would be the case if it were an inalienable right), but only until the copyright expires.

      Now, this is important to Stallman's argument because, in his opinion (I don't necessarily agree with him here), proprietary licenses (a side-effect of copyright) violate users' rights that he considers to be inalienable rights (the right to help yourself and fair-use rights in general). In his view, developers have improperly been granted a utilitarian right that allows them to exert power over others and violate their rights. He wants to remove that utilitarian right, just as plantation owners lost the utilitarian right to own other human beings, because it was recognized that such a right is improper. This is not to say that proprietary licenses damage people on the scale that slavery does.

      So, Stallman is not trying to exert power over developers and make decisions for them. He is simply trying to remove a right (and the power that goes with it) that they should never have been granted in the first place. It's fine for ESR to disagree, but his responses should at least respond to the argument that Stallman actually makes, not the argument ESR wishes Stallman had made. The response could be as simple as stating that the utility of copyrights on software outweigh any damage they do to individual's rights, but at least it would be an honest response that addresses the real issue.

    34. Re:Excellent by Anonymous Coward · · Score: 0

      Once its yours you can *USE* is however the hell you want, but don't try and make it so I have to give you the software for free and provide you with the source code. You can copy the idea and functionality (ie, make your own hammer), but don't expect me to give you my detailed CAD drawings and blueprints for my hammer.

    35. Re:Excellent by Anonymous Coward · · Score: 0

      Who are you to say that I cannot cooperate with my neighbor by sharing generally useful technical information with them? Who are you to throw me in jail because I copied something I bought to a CD?

      Since you bought my software, you entered a contract with me; under it you paid your money and you got the software and certain rights (whatever the licence says). I, as the seller, can specify what I'm selling. Please note that I'm not forcing you to buy my product. If you're not satisfied with my terms, you're free to go search a different programmer and buy his software. That what competition is all about, right?

      But, once you accepted the deal, you're bound by it. If you change your mind later and break the contract, you have a deficient sense of honor, and your complaints about being labeled a "pirate" ring hollow.

      Who are you, to force me to sell the results of my work only under your terms?

    36. Re:Excellent by Malcontent · · Score: 2

      'A software licence is a legal aggreement between two parties."

      No not really. For one thing you never signed a contract, also there were no witnesses. You also may have been impaired or underage when you "opened that seal". I could understand your argument if there was an actual contract signed in the presence of a notary but let's face there was no such thing.

      --

      War is necrophilia.

    37. Re:Excellent by Anonymous Coward · · Score: 0

      Ya micro-dik weenie fuck. 'Course users piss-all-over code barfers ...You're sewage_treatment type folks no aspersions on folks who actually treat sewage not swill it like pearl ...

    38. Re:Excellent by Anonymous Coward · · Score: 0

      You just misunderstood what I said.

      humans act the way they do, because we are born insecure and treated like crap when we are young. Give someone like that with those mental problems a nuclear bomb of course the earth will be gone. But I was saying if we were *born* with nuclear bombs that would be diffrent.

    39. Re:Excellent by Anonymous Coward · · Score: 0

      > The programmers are the creator of the work, and thus should have the "freedom" (there's that word again) to choose how their work is used.

      No. No. Nononononono. "Content" creators should have no right over use. IP does not exist.

      Your reasonning is as stupid as your sig (Don't read the ads in the newspaper ? Then you are stealing)

      (Holy shit, I've been trolled. Thanks RM101)

    40. Re:Excellent by Anonymous Coward · · Score: 1, Funny

      > But without the ability to use, spread, and gather good technically useful information, we're never going to evolve and get off of this planet.

      This is the best point against free software I've ever heard. We polluted and nearly destroyed this planet. I think we should not be allowed to spread our shit elsewhere.

      KIll free software, save the galaxy.

      Cheers,

      --fred

    41. Re:Excellent by Andrewkov · · Score: 2, Funny
      The big problem with Stallman is that he believes that users should have power over programmers, which I find absurd.


      It's ironic that he wants users to have complete freedom to use the software, but yet we don't have the freedom to call GNU/Linux just Linux.

    42. Re:Excellent by Keju · · Score: 1
      I can't believe your comment got mod'ed up. Complete misinformation about how contracts work.

      1. "not signed" - Many contracts do not require signatures. The ones that do are enumerated under the Statute of Frauds, but it defaults to legally enforceable otherwise.

      2. "no witnesses" - this certainly hurts the enforceability (i.e., you could LIE and say you didn't agree), but it hardly consititutes a void contract.

      3. "impaired or underage" - contracts made under these conditions are voidABLE not void. hence, if you choose to void the contract YOU TOO must give up the rights you received under the contracts (e.g., software)

      I'm going to ignore the notary part. It's too absurd to bother with.

    43. Re:Excellent by Anonymous Coward · · Score: 0

      Of course we do. While it's wrong to lie about the origin of the system and thus deny Project GNU the support it needs to be completed, there are no laws or license terms that forbid you from doing so.

    44. Re:Excellent by uchian · · Score: 1

      Let me clairfy my thoughts.

      When I say that software should be free, I mean that once it has been written, it should be distributable for everyone for the cost of distribution (i.e, essentially free), since there is relatively no cost in distribution, compared to the cost of writing the software in the first place.

      (And I've suddenly realised this argument can be extended to basically any media that can be copied over the internet, such as music, books, etc.)

      The idea that I'm trying to get across is that there is only one copy of software that can be sold - the first one which was created through long hours of work, sweat and toil. Every other copy of the software costs the exact amount it does to, well, copy it.

      Which means that there is a _big_ difference in price between the first copy and every other copy.

      So the question that I am searching to answer so that this type of utopia could possibly exist is, who buys that first piece of software?

      I'm still working on the answer...

    45. Re:Excellent by Malcontent · · Score: 2

      IANAL but.

      You are not seriously suggesting that a shrik wrap license that was most likely never read, never signed, never really agreed to is an actually valid enforcable contract are you?

      Even if you were I would simply say "I bought a CD from a guy on the street and it had this software on it so I installed it. I never agreed to a contract".

      How can anybody hold you to a contract if they have no way of proving that you agreed to it? The worse they can do is to make you erase the software in which case that same "guy on the street" will let you borrow the CD again or re sell it to you.

      --

      War is necrophilia.

    46. Re:Excellent by Dwonis · · Score: 2

      I understood exactly what you said, and I still maintain that we'd all be dead. You're too optimistic.

  9. who cares?? by Anonymous Coward · · Score: 0

    What's the difference between O'Reilly and FSF?? Let's see, they are both probably communists, they both want to break up the most successful company in the history of the US and they both are fucking morons. So what's the difference??

  10. Who will be replacing these guys by Anonymous Coward · · Score: 0

    ESR, RMS, That Cunt guy...who will carry on the torch when these guys are gone!

    Their pubic hair is grey now i bet. We need to work now to ensure smooth transitions.

    I nominate myself

  11. Maybe I'm a info-communist... by aussersterne · · Score: 2

    I'm not normally on Stallman's side. I think he's a lunatic who wants to give Linux a less catchy name just to get his rocks off.

    But I'm definitely on his side inasmuch as I don't think that there should be an information economy. Or rather, I think that all information of all kinds should be owned by all people -- and that nobody should be able to hide information of any kind for any reason. I know that there are a billion practical pitfalls (some of them very large indeed) for this position which makes it very dangerous, unprofitable, naive, stifling to innovation and any other word you might think of.

    But in my gut, I know that not only does information want to be free -- it must be free, owned by all of the people everwhere, in order for me to feel at ease. Information is just too powerful to be controlled by the few -- and yet under our current system, the more powerful the information, the fewer the people who are likely to have access to it. Somehow I know this is bad. Rational, irrational, I don't care. I don't want flerbage (was that the word?). I don't want freedom for the information makers. I want freedom for all would-be information-users and for those who would be affected by such information. I want freedom for everyone to have and to hold any information made and to use it as they will.

    Yes, yes, I know... But it's a very strong gut feeling that I'll never lose. It's almost what I'd call the sense of info-entitlement. Anyway, I'm putting my "logic cap" back on now that I've had my irrational moment of gut feeling, and I'm putting my flame-retardant suit on as well...

    --
    STOP . AMERICA . NOW
    1. Re:Maybe I'm a info-communist... by shokk · · Score: 2

      It doesn't matter what we do, because we're so transient, and information is infinite. Whatever roadblocks we put in place at this time, the information will be free at a later time and place. What we do now is not eternal.


      I'm not so sure I care whether the tools that make the information are free, so long as the information flows freely. The more information that is out there, the more intelligent and wise citizens of the world will be - I know, we'll always have the ones that choose to be stupid, but that's their free choice. The more intelligent reasoning we have in the world, the less violence we'll have, and once that distraction is out of the way we can generate more information. Everyone will be more productive and better off in the long run, leading humanity to progress and not stall on the things that don't matter.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
    2. Re:Maybe I'm a info-communist... by joel_archer · · Score: 1

      Or rather, I think that all information of all kinds should be owned by all people -- and that nobody should be able to hide information of any kind for any reason.

      What a load of crap. As an example, please provide the following information: 1) Your address. 2) Your social Security Number. 3) Your bank account number and PINS.

      Knowledge is power and in society we use power (of all kinds) to provide for our needs. Forcing anyone to give up a means they use to provide for themself is theft. Theft for the good of society is socialism. Theft from minorities for the good of the majority is slavery.

      But in my gut, I know that not only does information want to be free -- it must be free, owned by all of the people everwhere, in order for me to feel at ease. Information is just too powerful to be controlled by the few -- and yet under our current system, the more powerful the information, the fewer the people who are likely to have access to it.

      Again, another bunch of crap. "Information" doesn't have any wants, let alone "to be free." As an example, Where is Chandra Levy? How come that information doesn't want to be free?

      As always, Eric S. Raymond's analysis hits the mark. Everyone should be allowed to act in their own self interest, so long as they don't take other people's stuff without consent. This should be true for Bill Gates, Richard Stallman, you or me.

    3. Re:Maybe I'm a info-communist... by vinay · · Score: 1

      What about my mother's secret chocolate-chip cookie recipe? I mean, those cookies are good. She might stop making them for me if I start giving out her recipe! :-)

      On a slightly more serious note, consider this: You say "Information wants to be free." There are many types of information. I'm going to classify software as a type of information (a veritable namshub, if you've read Snowcrash). Software is really just a set of instructions telling a computer to do something. So, software wants to be free. That's not an overly large stretch. The FSF holds this view. I'm not entirely sure I agree, but that's not really the point.

      What other types of information are there, though? Let's wax ridiculous for a second. I just bought a great birthday present for my mother (the one who makes those fantastic cookies I'm not going to give you the recipe for). I'd rather keep it as a surprise, but "information wants to be free." This is an overly extreme case. But what about other secrets? What if I've fallen in love with this girl, but I don't think my mother is quite ready to deal with this, and in fact might disown me (and stop giving me chocolate-chip cookies - the horror! -). Should I tell her because "information wants to be free?" This is most certainly a piece of information, and it does affect her.

      Lets wander back to the slightly more normal (but never away from cookies!). I don't think "information wants to be free." Or even if it does, I'm not sure I care. Information isn't a person. I don't want to restrict a person's rights to maintain information's rights. I would rather hold on to the freedom to choose my freedoms. If I choose to use a proprietary operating system that limits my freedom, that's my choice. Let me make it. If I choose to hold onto that freedom, that's just a different choice regarding the same freedom.

    4. Re:Maybe I'm a info-communist... by Anonymous Coward · · Score: 0
      Theft for the good of society is socialism
      And theft for the good of individuals is capitalism.
    5. Re:Maybe I'm a info-communist... by joel_archer · · Score: 1

      And theft for the good of individuals is capitalism.

      Nope, its just plain theft. Capitalism is trading your stuff for their stuff, as long as you both agree on the trade.

    6. Re:Maybe I'm a info-communist... by dijjnn · · Score: 1

      joel archer, you are a retard.

      1)
      Knowledge, like information, is not power, it is nothing more than content. true, content is
      used as a type of leverage in our very brutish way, but once upon a time so were sticks, which of course doesn't mean there are weapons lying all over the ground, it means that anything can be used for any purpose, but the purpose it's used for in one instance does not define the object.

      2)
      "Information wants to be free" is a metaphor that is used to describe it's nature... it's endlessly replicable, so why not embrace that aspect of it, to the benefit of society. of course information has no wants, but information is defined by society (not the individual, who may create information but cannot define it), and society may have some wants for information, which is as fundamental a situation as "information wanting to be free", if such could exist.

      --
      ~dijjnn
    7. Re:Maybe I'm a info-communist... by Anonymous Coward · · Score: 0

      Or as long as one party is forced into trading.

    8. Re:Maybe I'm a info-communist... by Mr.+Slippery · · Score: 1
      Forcing anyone to give up a means they use to provide for themself is theft.
      Hmmm...so if you're a con man, forcing you to give up defrauding people is theft? If you're making sub-standard airplane parts and selling them to Boeing, forcing you to stop is theft? If you're a hit man, forcing you to stop engaging in assassination is theft?
      Theft for the good of society is socialism.
      No. Socialism. is an economic system where the workers - rather than an owning class - control capital ("the means of production").
      "Information" doesn't have any wants, let alone "to be free."

      Can I introduce you to the concept of metaphor? "Information wants to be free" is much snappier than "It is the nature of human beings to share information with each other, such that once a piece of data has been disclosed, attempting to restrict its further disclosure is generally a futile task."

      "Nature" doesn't abhor anything, yet "nature abhors a vacuum" is cliche.

      As always, Eric S. Raymond's analysis hits the mark. Everyone should be allowed to act in their own self interest, so long as they don't take other people's stuff without consent.

      ESR and you both miss the mark (the literal meaning of "sin", interestingly enough). How do you define what your stuff, what's mine, what's ours, and what's nobody's?

      Ownership of any physical object arises utimately from the raw materials, which arises from land ownership, which arises from war, theft, invasion, and fraud - whoops! It's all stolen property!

      Ownership of an idea is the silliest thing imaginable. "Hey! You! Stop thinking about that poem! That's a violation of the author's property rights!"

      Property is a human invention meant to support other, deeper and more meaningful, values. It is not a first-class value in and of itself; the failure to realize this is what makes libertarian capitialism ultimately a sophmoric philosophy.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    9. Re:Maybe I'm a info-communist... by Fnkmaster · · Score: 2
      This is a fabulous post, I must say. Ownership of an idea is silly as a value in and of itself.


      People familiar with copyright, patent and trademark as concepts and law will probably agree with you - if idea ownership is an end in and of itself it's silly. Similarly, as you point out, ownership of goods is based on a historical attempt to trace ownership of raw materials and compensation for labor put into the process of transforming said materials.


      However, you discount many important parts of ownership. Ownership is in fact the only mechanism known that works at providing incentives for the use of capital to transform raw materials into useful goods. Without ownership, incentive is lost. Then you have to turn to coersion. Economics may be the "dismal science" but it is also a realistic science. While you might successfully argue to me that ownership itself is not a "fundamental value", I remain convinced that the good of society and of the many (i.e. a utilitarian good) has meaning - and the only way to achieve that good is through ownership (incentivizing production, and making stuff that lets me not live in a cave and hunt with sticks) or coersion (communist economics, do it for the good of the many or else, question the system and suffer the consequences).


      I believe that coersion is a greater ill than ownership, and that living in a cave and hunting with a stick is pretty bad too, as it generally leaves humans too busy trying to survive to think about nice things like philosophy.


      Finally, on the idea of ideas as property, the argument is again utilitarian for the existence of IP, patents and copyright. People won't write great novels or poems purely out of the kindness of their hearts, and the options for supporting such beneficial work break down to coersion or ownership.


      There are a lot of instances where patent law is being abused, overly broad and silly patents are being granted, the system is outdated and protection lengths are absurd, and we all agree on these things. The details are complicated, defining who should "own" what and for how long is complicated, but that doesn't mean that usage protections and IP are out-of-whack, silly and provide no benefit to society.

    10. Re:Maybe I'm a info-communist... by david+duncan+scott · · Score: 2
      "Nature" doesn't abhor anything, yet "nature abhors a vacuum" is cliche.

      Ironic choice in a universe that seems to be mostly vacuum. Like many cliches, perhaps it only reflects a parochial view.
      --

      This next song is very sad. Please clap along. -- Robin Zander

    11. Re:Maybe I'm a info-communist... by Anonymous Coward · · Score: 0

      If Stallman and the FSF really believed the same thing, they would be releasing code into the public domain instead of using the GPL.

    12. Re:Maybe I'm a info-communist... by botik32 · · Score: 1

      Please go read the GPL and come back when you're done.

    13. Re:Maybe I'm a info-communist... by awaterl · · Score: 1

      >Property is a human invention meant to support other, deeper and more meaningful, values.

      Could you explain this? What deeper values are you talking about?

    14. Re:Maybe I'm a info-communist... by Anonymous Coward · · Score: 0

      Care to explain?

      GPL != public domain.

    15. Re:Maybe I'm a info-communist... by eric17 · · Score: 1

      Ummm, in giving examples where letting the secret information go would allow its distribution, you have provided unintentionally provided arguments for the "information wants to be free" metaphor.

      Perhaps this alternative metaphor might work better for you:

      Information is like a cookie. An freshly baked cookie has three equilibrium states: stale, destroyed and eaten. Any other state is unstable. The tastier a cookie is, the more it tends toward the eaten state. Since there is no "MunchRight" for cookies you may artificially keep a tasty cookie in the unstable uneaten state only by hiding it or locking it up. After all, cookies want to be eaten.

    16. Re:Maybe I'm a info-communist... by vinay · · Score: 1

      Good point. I think what I was trying to get accross was the fact that sometimes, I wouldn't want to tell somebody something. There are times when it's appropriate to not give out information. I think that information's freedom should be secondary to my freedom.

      Definitely a good analogy, btw! And me without any cookies in the apartment! :-)

    17. Re:Maybe I'm a info-communist... by Anonymous Coward · · Score: 0

      Property is a human invention meant to support other, deeper and more meaningful, values. It is not a first-class value in and of itself; the failure to realize this is what makes libertarian capitialism ultimately a sophmoric philosophy.


      Ever wonder why when you walk down the street, dogs will bark at you when you approach their yard? That's because even a dog is smart enough to understand the concept of property rights, and defending them. Which makes them smarter than most Lefties.

    18. Re:Maybe I'm a info-communist... by Mr.+Slippery · · Score: 1

      My dogs aren't engaging in a dialog about property rights when they bark at passers-by, They're being territorial.

      Yes, territorial behavior - the need for a "space to call your own" - is a natural human drive, and one of the deeper things that a useful concept of property needs to support. That doesn't make land owership a primary value.

      Indeed, even our current law recognizes that territoriality often trumps ownership; a renter - an occupier of the space - has basic rights to a space that a landlord - an owner - can't neglect.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
  12. I don't get it... by Maditude · · Score: 1

    Isn't it a bit of a moot point? How in the heck could *anyone* realistically expect to "outlaw proprietary software licences"? Make them a bit less popular (eventually, more people will be clued-in to the fact that no access to the source-code and single-vendor-tie-in are bad), sure, but outlawed? That's ridiculous.

    1. Re:I don't get it... by J'raxis · · Score: 2

      The government probably couldnt actually outlaw a license, but they could make all the provisions that make the license what it is unenforceable. An example of an unenforceable clause was mentioned in this comment requiring someone to, say, convert to your religion as part of a contract is unenforceable; and, as a result, a contract that imposed that singular clause would become totally unenforceable.

      So, if all the clauses that make proprietary licenses proprietary prohibiting copying and reverse-engineering, requiring payment for the software, etc. were made unenforceable, the proprietary license has just become as such.

    2. Re:I don't get it... by stevens · · Score: 2
      The government probably couldn't actually outlaw a license, but they could make all the provisions that make the license what it is "unenforceable."

      That takes care of the silly things that UCITA allows, like not reviewing the product, or only suing in Ireland.

      But there's still the issue of the developer who just doesn't distribute code, period. You can get rid of the entire history of copyright law if you want, but a guy who refuses to release the code has to be physically forced if you want to get it.

      This guy wouldn't be offerring his program in a form sanctioned by RMS, and RMS may very well want this guy hauled into jail. Maybe to cool his heels in a cell until he comes up with the passphrase for the encrypted source on his hard drive.

      This is a substantial reduction in flerbage. And I respect ESR for framing the issue in these terms.

    3. Re:I don't get it... by Anonymous Coward · · Score: 0

      Nobody could do that realisically. That's why ESR said "let's suppose". It's just a contrived example so that it gets the message through to everyone that lots of flerbage is good, and no flerbage is bad...

      Or if you're the coder type ((flerbage ++) && !(flerbage --))

    4. Re:I don't get it... by Anonymous Coward · · Score: 0

      Yes. You don't get it.
      RMS doesn't want to force anybody to distribute anything. He just thinks that if you do distribute something, you shouldn't restrict what
      anybody does with it.

      You can't be hauled off for not distributing something, but neither have somebody else hauled off for not following your rules when you do distribute something.

  13. Stallman by sourcehunter · · Score: 5, Insightful
    Yet Kuhn and Stallman say they don't like this world. It appears that they would prefer a world in which people who write software cannot choose the proprietary licenses that Kuhn and Stallman dislike.

    "Stallman" is starting to sound a little too much like "Stalin" for my tastes.

    It is my property, I can and will choose a license that fits MY needs as a developer.

    And like it or not, proprietary licenses DO foster innovation on a corporate scale. I'm not saying free licenses don't foster innovation - but they do so at a different level - the community level... and companies (and individuals) have to get paid. I gotta keep food on my table SOMEHOW! is RMS/FSF going to send me a check every month? Or is that the government's job? This is sounding more and more like communism/socialism.

    --

    quis custodiet ipsos custodes - Juvenal
    1. Re:Stallman by zulux · · Score: 1

      Here's the weird bit: Owners of Propriatary software are just about able to practice complete price-descrimination: where they charge rich people more and poor people less - to maximise profits. Using a .NET style of rental and authentication - they can tie in data about you to determine the maximum price you would pay to rent their software. And that leads us to the phrase "From each according to their means." Half of the old saw. Combined with a Nanny-state that gives money to everybody according to their 'needs', well be in the Marxist 'paradise' yet.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    2. Re:Stallman by Uruk · · Score: 3, Insightful

      I gotta keep food on my table SOMEHOW!

      This is interesting - in the article, Raymond seems to contradict himself on this point. From the article, when referring to GPL'd software, he says that writing it might "decrease the software's tradeable value".

      GPL'd software falls under the umbrella of "open-source" software the Raymond made up. I was under the impression that one of the entire points of "open-source" was to show corporations that the tradeable value of "open-source" software wasn't necessarily less than that of proprietary software. Yet here he seems to say that for much of open source software (that that is GPL'd) the value is less.

      Well guess what guys - no matter what the value is, (I'm not getting into that, since I'm not an economist and neither is ESR) it's not all about the Benjamins for a lot of developers. It's a good thing that we can write software that has something it comes with far more important than economic value - freedom. Free as in speech that is, not as in beer. Raymond seems to want to avoid the "F" word, because he says it's "confusing" even to us.

      <sarcasm>Well never have I shouldered such a heavy intellectual burden, but somehow I'll struggle through to understand the meaning of "freedom" as it was in the American Revolution, as it was in the Civil Rights marches, and as it is today in my own software</sarcasm>

      --
      -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    3. Re:Stallman by vinay · · Score: 1

      I think his point was that the "open source" software decreases the value of his "closed source" software.

    4. Re:Stallman by Xoro · · Score: 2, Insightful

      I'm not an OS zealot, but I think ESR uses the word "appears" very liberally here. I couldn't find anything in the Kuhn/RMS piece suggesting other licenses be made illegal. No FSF activity that I know of works towards such a goal. Instead, they advocate and code free alternatives. There is plenty of advocacy for proprietary software -- having a different camp seems to satisfy the "choice of licenses" ideal.

      Instead, they argue that choice of license is insufficiently free to be called free. Only some licenses pass that freedom on to the user, and some fewer licenses guarantee that derivative work will also be free to the user. It is this type of license, and only this type, that the FSF camp wants called free. What's wrong with that?

      I think ESR is just as capable of hyperbole as RMS. I would restate your quote as:

      ...they would prefer a world in which people who write software do not choose the proprietary licenses...

      --
      Kill, Tux, kill!
    5. Re:Stallman by sourcehunter · · Score: 1
      I think ESR is just as capable of hyperbole as RMS. I would restate your quote as:

      ...they would prefer a world in which people who write software do not choose the proprietary licenses...

      This is, of course, acceptable... it will never happen, but is acceptable none the less... so long as we all have a CHOICE.

      --

      quis custodiet ipsos custodes - Juvenal
    6. Re:Stallman by Anonymous Coward · · Score: 0
      is RMS/FSF going to send me a check every month?



      They already send a check every month to Georg C. F. Greve, brave president of the FSF Europe. Not that you've ever heard of them. nor has anybody else coz they're an organisation that does absolutely nothing. but if you want 'em to pay you, start up a branch of the FSF and then claim to be jobless and on the poverty line. Just gotta make sure ya got the official script down straight first:



      ~s/Linux/GNU\/Linux/g

      ~s/free/free\ as\ in\ speech\,\ not\ beer\/g



      go get rich!

    7. Re:Stallman by Anonymous Coward · · Score: 0

      Ahem... if there was no government laws (socialist/communist ones at that), I would be able to buy software, and read its code, its there as plain as day for any one to read, it runs on my computer I can read it if I so choose. I'd also be able to make as many copies as I want. On the other hand, by decree of law, I can be denied that with exception to making something compatible but nothing more.

      I believe its Stallman who wrote in the philosphy pages of FSF, that in russia every copy machine had an armed guard to prevent unauthorized copying.

      Companies and individuals could make money by other means, but they are to addicted to the overbearing copyright system that we have today, that addiction is resulting in a lot of screwed up things like that happening with the DMCA.

    8. Re:Stallman by Chris+Johnson · · Score: 2

      So, you insist on the right to have a controlling government fine or imprison people if they do not obey you?

    9. Re:Stallman by Tom7 · · Score: 2, Insightful


      > It is my property, I can and will choose a license that fits MY needs as a developer.

      I think we are saying that it is not your property. In any case, this kind of "property" (as opposed to natural property: physical things like your belongings, home, automobile) acts very different, and therefore deserves different consideration.

      I wonder if slave owners said things like, "It's MY property, I can do whatever I want with it?"

    10. Re:Stallman by j7953 · · Score: 2

      It is my property, I can and will choose a license that fits MY needs as a developer.

      No. It is the public's property. By publishing (think about the meaning of the word), you made your work a property of the public. In exchange, the public grants you a time limited monopoly on the use of your work. That's called copyright.

      If you want your work to stay yours, don't publish it.

      I gotta keep food on my table SOMEHOW!

      Yes, but it not a natural law that you can do so by execising your copyright monopoly rights. You can keep food on your table by selling drugs or something, but it's not legal. Why is exercising temporary monopoly power legal? Well, because most people believe it is good for innovation and thus benefits the public (while selling drugs does not).

      You can be pro copyright or anti copyright, I don't care (in fact, I am pro copyright, though I think current copyright goes too far), but your argumentation is flawed. Copyright is not a natural law, it is an economic decision.

      --
      Sig (appended to the end of comments I post, 54 chars)
    11. Re:Stallman by Anonymous Coward · · Score: 0

      The question is, should corporations be allowed to require users to obey an EULA saying "You cannot reverse engineer this software. You can only install this software on one computer." and so on...

      According to ESR, they should be able to do this, and if users don't like it, they should use someone else's software. ("Nilux" or whatever he calls it.)

      He naively believes that market forces dictate all business decisions. The truth is that even if people strongly dislike the license terms of Microsoft software, they will still buy it because in many cases, there is no alternative.

    12. Re:Stallman by Anonymous Coward · · Score: 0

      I have to feel kind of sorry for ESR. Just a few years ago, his ideas about software development seemed plausible. He argued that Linux would take over on the desktop and that open-source Netscape would defeat IE, so there was no need for government action against Microsoft. It all seems ridiculous now.

      Today it is clear that open source is not a magic growth agent for software, and with Windows XP, .NET, and the DMCA that the freedoms of software users are being gradually reduced. Nevertheless he is still sticking to his guns (as it were), and will defend to his death the right of Microsoft to issue with the force of law whatever software licenses they like.

    13. Re:Stallman by Anonymous Coward · · Score: 0

      Read the fucking paper.

      ESR says that the tradeable value of the labour put into a proprietary work decreases when an open-source equivalent is released to the market.

    14. Re:Stallman by Anonymous Coward · · Score: 0

      And who says the straw man argument doesn't work?

    15. Re:Stallman by steveha · · Score: 2
      The truth is that even if people strongly dislike the license terms of Microsoft software, they will still buy it because in many cases, there is no alternative.

      In the short term. But long term, if people strongly dislike the license terms of MS software, they will move to something else. Before GNOME and KDE, Linux really wasn't an acceptable alternative to Windows; now it is. Unless MS can use patents or something to lock down a feature, that feature can and will appear in free software.

      So ESR's point stands: any particular developer cannot cause great harm to others by choosing a particular license. The users can choose to walk away. And if you ask ESR whether the government should help MS lock down features so no one else can implement them, trust me: he won't be in favor of it.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    16. Re:Stallman by steveha · · Score: 2
      I couldn't find anything in the Kuhn/RMS piece suggesting other licenses be made illegal. No FSF activity that I know of works towards such a goal.

      ESR didn't state as fact that Kuhn and RMS want other licenses to be made illegal; he openly asked the question, and challenged them to respond.

      This is a master stroke. If they say no, then they pretty much have wiped out the basis of their whole attack on Tim O'Reilly; if they say yes, they have admitted that they are way out there on the fringe.

      I predict they will refuse to answer either yes or no; any answer they give will be long and complicated.

      Instead, they argue that choice of license is insufficiently free to be called free. [...] What's wrong with that?

      Dude, the topic here is that Kuhn and RMS attacked Tim O'Reilly. In so many words, they said his idea of freedom was actually power over others.

      He should call it "powerplay zero" in contrast with our "freedom zero".

      ESR has posed a legitimate question.

      By the way, RMS wrote, right in the GNU Manifesto, these words: "a person who enforces a copyright [on software] is harming society as a whole both materially and spiritually". He also proposed that a "software tax" could collected by government and used to support software development. Given what he wrote in the GNU Manifesto and in other places, I believe that if RMS had the chance to outlaw non-GPL licenses, he would do it.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    17. Re:Stallman by sourcehunter · · Score: 1

      Yes, I do.

      --

      quis custodiet ipsos custodes - Juvenal
    18. Re:Stallman by sourcehunter · · Score: 1

      There is a grave difference between claiming ownership of a human being and claiming ownership of a piece of code that I wrote.

      --

      quis custodiet ipsos custodes - Juvenal
  14. the error in ESR's logic: by dermond · · Score: 1

    if in the world today a user wants to fix a broken software. he manages to reversengineer the program (e.g. by decmopiling it..) fixes a bug and gives a version of that to a friend who also wanted that bug fixed.. then in the world of today this would be illegal with proprietary programms: the police might come to your house and arrest you. then that
    disturbs your "flerbage" as well. (besides the fact that for some reason you could only use the proprietary programm because it was the only one compatible with some proprietary hardware where no one had specs.. so you had do spend a lot of money even if you would have prevered to write the code yourself... so that also affectes your "flerbage"...) it seems ESR's comparission is seriously flawed because of his right wing attitude...

    1. Re:the error in ESR's logic: by bnenning · · Score: 2
      then in the world of today this would be illegal with proprietary programms: the police might come to your house and arrest you.


      Correct, and ESR opposes the DMCA for that and other reasons.


      so you had do spend a lot of money even if you would have prevered to write the code yourself... so that also affectes your "flerbage"


      No it doesn't. You voluntarily chose to use the proprietary hardware. You have the option of building your own hardware or reverse engineering it (ignoring the DMCA for now), so your time or property is not being taken forcibly.

      --
      How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
    2. Re:the error in ESR's logic: by Russ+Nelson · · Score: 2

      Did Eric say anything about copyright? Doesn't copyright in fact infringe on his flerbage? So you'd expect him to be against copyright, right? And you'd expect RMS to be in favor of copyrights, because the GPL doesn't work in the absense of them. Don't think that copyright is the only thing standing in the way of 100% freely copyable software. If you have to sign a contract that says "I will not copy this software", then it's not freely copyable, but neither has anyone invoked copyright law.
      -russ
      p.s. If ESR is a right-winger, why is he against the war on drugs? Why does he opposed to the US having a standing army?

      --
      Don't piss off The Angry Economist
    3. Re:the error in ESR's logic: by Anonymous Coward · · Score: 0

      Well, the GPL is what's known as copyleft, which attempts to subvert copyright against itself. RMS has stated that he believes in copyright for things that are meant to be appreciated, but not for tools. Recipes, therefore, should not be copyrighted, and movies should according to RMS.

    4. Re:the error in ESR's logic: by Anonymous Coward · · Score: 0
      But in the world today, a normal user does not want to fix broken software. They want it to work to begin with, and if that's not the case they want an easy fix (such as a patch).

      No average user I know has the time, patience, or knowledge to reverse engineer a program and fix a bug. Your description fits an programmer much better than it fits a user.

      On top of this, even if a user is annoyed with a bug in some software, he could write a similar program (gaim to AOL's AIM, evolution to MS-Outlook, koffice to MS-Office, etc..) although I suppose the DMCA might cause greif.

  15. Big Assumption by TheophileEscargot · · Score: 1

    He seems to be making a big assumption that Stallman actually wants laws passed to make closed-source software illegal. Has Stallman actually said this? Is he actually lobbying for laws to be passed?

    1. Re:Big Assumption by Russ+Nelson · · Score: 2

      He didn't assume it. That is in fact the very thing he doesn't assume. That's why he asks RMS at the end of that's what RMS indeed wants.
      -russ

      --
      Don't piss off The Angry Economist
    2. Re:Big Assumption by deXela · · Score: 1

      No.

      The FSF advocates Software Libre as the Ethical choice. Nothing I've ever read by them has left me with the impression that the FSF wants to criminalize anything. You can release the code you write under whatever license you want, legally. Ethically, now that's another question.

      "warmed over Ayn Rand" marketers can't seem to understand that there is more to life then consumerism. Sometimes we need to make decisions based on other values. As humans, and as individuals, we are capable of having a range needs and desires. Sometimes those things conflict, and we need to priortize which are more important, and what tool to use to prioritize those desires.

      "competition in the marketplace; that is the answer." No, it's not, not when we are talking about ethics. I don't want every relationship with others in my life to be based on competition, that would reduce my quality of life to much.

      So, again, it looks like Eric Raymond has created a straw man, an issue which only exists in his own mind. It's not a legal issue, it's an ethical issue. Does he understand the difference?

    3. Re:Big Assumption by deXela · · Score: 1

      Why does he need to ask if it's a known, published fact? Why doesn't he just provide links to the documents stating the assertation? Where did you read or hear that the FSF wants to criminalize certain types of licenses?

  16. ESR is being silly by PrimeEnd · · Score: 1

    Here's the first and most important one: if you two could get a law passed making proprietary licenses illegal, would you do it?

    If their answer is "no", then the dispute with Tim is over. Because that will mean they do recognize a right for developers to choose licenses as they will without being killed, jailed, or threatened for choosing the "wrong" one.


    This assertion is just silly. If you ask me if being a racist should be a crime, I will say no. But that certainly does not mean "the dispute is over." The fact that I think something should not be illegal certainly doesn't mean I can't dispute it or that I don't find it morally wrong. Give me a break; no one believes that everything which is morally wrong should be illegal.

  17. Whoops... "an" info-communist. EOM. by aussersterne · · Score: 0, Offtopic

    I hate it when I make a stupid spelling mistake in the middle of my point.

    --
    STOP . AMERICA . NOW
  18. Makes me think of Hofstadter by Dominic_Mazzoni · · Score: 3, Funny

    This sentence has one nonstandard English flerbage.

    1. Re:Makes me think of Hofstadter by Anonymous Coward · · Score: 0

      No: Hofstadter has intelligence and wit.

    2. Re:Makes me think of Hofstadter by Darth+Paul · · Score: 1

      Flerbage - the stuff at the bottom of the bucket after a day coughing with the flu :)

  19. As Linus said... by update() · · Score: 2
    Reading all the way through, it seems Raymond's argument is equivalent to Linus Torvalds' much more concise version: He who writes the code gets to choose the license. This is throwing a lot of cleverness after demonstrating why that ought to be so, but for those of us to whom it seems obvious, I'm not sure what's being added.

    Is there some deeper point I'm missing?

  20. Economics by underwhelm · · Score: 5, Insightful

    The author of the article happly ignores one monkeywrench: economics.

    The rules of economics aren't "laws," just predictors of how people will behave to further their interests. Unfortunately, the predictions of economics imply a necessary reduction of our "flerbage" in the case of a monopoly.

    Specifically, ESR carries the libertarian mantle blind to the "Network Effect" of proprietary software that makes the Windows Monopoly so powerful. By flouting standards Microsoft makes their proprietary software more valuable because there is no adequate substitute in the marketplace. They have an interest in breaking campatibility with all but their own products or those they sanction in order to maintain and strengthen their monopoly (ignoring government regulation or anti-trust lawsuits that modify their behavior).

    The Network Effect means that my flerbage is certainly decreased in the case of proprietary software. Microsoft operates in their best interest to break compatibility, and in order to do business I am forced to purchase their product whenever they do. My choice appears "flerb," but is really "double-plus-unflerb" because of economics. Sure, I'm free to use linux, it's just that I have to expend by precious time and resources circumventing Microsoft's artifical barriers to compatibility. That's not flerb at all.

    I'm not sure if this is endemic to the libertarian view, but from my standpoint being forced to do something by the market is just as bad as being forced to do it by the government. Sure, the market can't put me in "prison" with "guns" but it sure feels like it when I don't have any *actual* choice.

    --

    I don't need large brains to have a good time.

    1. Re:Economics by Russ+Nelson · · Score: 2

      How is it that you have no choice but I do? I do not run Microsoft products on my desktop.
      -russ

      --
      Don't piss off The Angry Economist
    2. Re:Economics by underwhelm · · Score: 2

      Let me put it another way:

      In the libertarian sense, coersion doesn't actually remove choice, either. You're free to violate laws or initiate force, you're just faced with sizeable economic or other disincentives (such as the future limitation of your flerb.)

      I can punch you in the face, but I am provided disincentives in the form of prison time and monetary ruin. In the same way, I can "choose" linux, but am disincented by the economic reality that is the Microsoft monpoly.

      So, our choices of Operating System are flerb in much the same way that our choices to stop making mortgage payements is flerb. Sure, we are flerb to make such choices... but we only very rarely will. That's the market's way of depriving you of your flerb.

      Libertarianism, in this case, is only decieving itself and its adherents about what is actually "flerb" about the choices we claim to make.

      --

      I don't need large brains to have a good time.

    3. Re:Economics by Anonymous Coward · · Score: 0

      I don't need large brains to have a good time.


      Just large tits

      (and please, no large vaginas!)

    4. Re:Economics by steveha · · Score: 2
      The Network Effect means that my flerbage is certainly decreased in the case of proprietary software.

      Not so. The reason he coined the term "flerbage" was so he could be very specific about what it means, and you cannot argue that even network effect proprietary software decreases flerbage. How does MS Windows take your life, your property, or your time without your consent?

      By working in a business where you have customers who want to use Windows, you are making it your business to interoperate with Windows, so at some level you are consenting to what is going on. But you are always free to say "To heck with this", walk away, and do something else to make money. You could even write your own software that competes with Microsoft.

      Sure, the market can't put me in "prison" with "guns" but it sure feels like it when I don't have any *actual* choice.

      You always have an actual choice. You could run nothing but Linux, for example. If customers want you to help them do something with Windows, you are free to tell them you won't do that.

      In any event, if you look at the long term, even network effects aren't enough to ensure that Windows will plague you forever. Look at how good SAMBA is. It would take force of government (patents or whatever) to block free software from full Windows compatability; and EMS won't be in favor of that.

      History has shown that, unless government holds them in place, monopolies don't last forever. The free market always means competition, which can bring down a monopoly. But the free market can be both slow and messy. The law regulating monopolies in the US is intended to keep things from getting messy, but sometimes the cure works out worse than the disease. Libertarians like ESR and me are very suspicious of attempts to use laws to force companies to behave a certain way; it doesn't always work out as you had hoped.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    5. Re:Economics by underwhelm · · Score: 2

      Libertarians like ESR and me are very suspicious of attempts to use laws to force companies to behave a certain way;

      It's just funny to me that *laws* are coersion, but market operations are not coersion. I guess the libertarian can argue that the market is a natural law, while law-laws are not... But so what?

      Libertarians just favor one flavor of coersion over another, and claim that one's okay because it's the invisible hand doing the coersion. Fine. So let's let all the powerful monopolies and oligopolies incorporate arbitrary licensing schemes into every commercial transaction of semi-durable goods, rather than selling it outright. The market makes it possible, so it must be OK! Collusion is OK! Predatory pricing is OK! Bribery is OK!

      And, like I mentioned in a previous post, you have just as much (if not more) choice WRT a law as you do WRT market forces. Just because there's a law against it doesn't preclude you from doing it. Laws make actions very costly. Just like market forces.

      The government is not the only way to control people's lives. The market does a fine job of it. Libertarians just prefer one over the other. They're not worse or better than beaurocrats, they just prefer a different poison (and that's probably the most damning criticism of Libertarianism that can be made).

      --

      I don't need large brains to have a good time.

    6. Re:Economics by steveha · · Score: 2

      It's just funny to me that *laws* are coersion, but market operations are not coersion.

      The coercion of laws: break the law, and men with guns (the police) come and take you away. They throw you in prison. Resisting can get you hurt or even killed (depends on how strongly you resist).

      The ocercion of the market: The product you want to buy might be expensive.

      Is it just me, or is the second one less dangerous?

      Now, we don't have a pure market; we have government mixed in. Government can use laws to prop up a business, and then you get both types of coercion at once; this can be a very bad thing, I well agree. But it's hard to see how a company can really coerce anyone in a truly free market.

      The most important difference between a market and a law: you can choose not to participate in a market. You can decide to forget about computers and just use a typewriter, if computers get bad enough; but a bad law is not something you can easily avoid. And a dumb company will go out of business, sooner or later, but a dumb law can hang around on the books forever.

      Libertarians like me argue that free markets tend to be better for freedom, overall, than heavily regulated markets. This doesn't mean all government interference in all markets is always bad; it's just mostly that way.

      So let's let all the powerful monopolies and oligopolies incorporate arbitrary licensing schemes into every commercial transaction of semi-durable goods, rather than selling it outright.

      In the short run, the powerful companies can be very annoying if they do this. In the long run, they will go out of business, or change their ways. IBM used to have a death grip over the business computer market; it was not government, but the free market in computers, that broke IBM's stranglehold. These days IBM is actually behaving pretty well.

      Now, if a company can get a govenment-enforced monopoly, and combine it with onerous licensing requirements, that would really suck. But libertarians aren't big fans of government-enforced monopolies.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
  21. This is just silly by Uruk · · Score: 3, Interesting

    Towards the end of the article, Raymond attacks RMS and the FSF saying "Hypothetically, if they could pass a law that would make proprietary software illegal, they would". A hypothetical condition which has never even been discussed before being the basis for discrediting what they have to say???

    Also, let's even say that such a law was passed. He doesn't address the moral idea of whether or not restricting other people's freedom to software is a bad thing or not. He just says it doesn't affect his "flerbage" because nobody is going to kill him because of proprietary software. The reason a law against proprietary software (if it ever happened - which it won't) would happen is because restricting other people's freedom is bad. You have the freedom to do what you want, but you don't have the freedom to restrict the freedom of others.

    For Raymond, it seems like everything is framed in a nonsense libertarian world where the primary fear is of getting your ass kicked, shot, and thrown in jail. He makes up the term "flerbage" which no one has agreed to, yet assumes the reader implicitly agrees to it and uses it as a basis to attack others. If I were to come up with a new term and attach something that I liked to that term, would you think of it as a valid arguing style if I were to then use that term which no one necessarily agrees with to beat my opponents over the head?

    This essay was just silly. Talking in the end about whether or not the FSF are "safe neighbors". Before considering issues of intellectual property law, it sounds to me like Raymond needs to consider things lower in Maslow's heirarchy of needs, since he seems overly concerned with hypothetical laws beating, shooting, and imprisoning him.

    --
    -- Truth goes out the door when rumor comes innuendo. -- Groucho Marx
    1. Re:This is just silly by bnenning · · Score: 3, Insightful
      He makes up the term "flerbage" which no one has agreed to


      He makes up that term because the word "free" has become overloaded. He then proceeds to argue, that if "flerbage" is a good thing, then Tim's position is superior to Richard's. It's entirely acceptable to disagree with his premise, in which case you have to show why flerbage is not a good thing.


      You have the freedom to do what you want, but you don't have the freedom to restrict the freedom of others.


      That principle would invalidate every employment contract ever signed.


      he seems overly concerned with hypothetical laws beating, shooting, and imprisoning him.


      I doubt Dmitri Sklyarov considers government intervention in software development "hypothetical".

      --
      How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
    2. Re:This is just silly by Anonymous Coward · · Score: 0

      You have the freedom to do what you want, but you don't have the freedom to restrict the freedom of others.

      I'll go out and use my freedom to kill you, then. No? How about my freedom to rape you? No? How about my freedom to your money and posessions?

    3. Re:This is just silly by Anonymous Coward · · Score: 0
      I doubt Dmitri Sklyarov considers government intervention in software development "hypothetical".


      I wouldn't use Dimitri Sklyarov as an example, if I were you. It was proprietary software that put him in prison, by a company exercising its power to distribute under their license of choice: a proprietary license. ESR is arguing that the developer has the right to use whatever license suits his needs, which is exactly the position that Adobe takes. So I think you'd best leave Sklyarov out of your argument, because the example demonstrates what can be the result when programmers get to choose whatever license they please. If he argues that any license is fine, then proprietary licenses are fine, and protecting them with laws is obviously what happens next to protect your proprietary rights, and from that flows the rest: if it's your property, you have a right to protect your property, which is what Adobe felt they did.


      Think this ESR argument through to the end of its logical conclusion.

    4. Re:This is just silly by randombit · · Score: 1
      It was proprietary software that put him in prison, by a company exercising its power to distribute under their license of choice: a proprietary license.

      [...]

      So I think you'd best leave Sklyarov out of your argument, because the example demonstrates what can be the result when programmers get to choose whatever license they please.

      How about DeCSS then? Most of the people getting sued into dust by the MPAA didn't even have anything to do with it's production, just it's distribution.

      So don't try to claim Dimitri wouldn't have been arrested if he had released that thing under the GPL.

    5. Re:This is just silly by vondo · · Score: 1
      Towards the end of the article, Raymond attacks RMS and the FSF saying "Hypothetically, if they could pass a law that would make proprietary software illegal, they would". A hypothetical condition which has never even been discussed before being the basis for discrediting what they have to say???

      Actually the two relevant quotes from the article are:

      But now let's suppose that, after years of lobbying, messrs Kuhn and Stallman get a law passed that makes proprietary licenses illegal. We are now in the world of the FSF's premise.
      and
      [asking RMS and Kuhn] Here's the first and most important one: if you two could get a law passed making proprietary licenses illegal, would you do it?

      Neither of these quotes says what you say they do.

      Personally I think that if you read what RMS really has to say, he would like to pass just such a law. Code is essential information, not a "product" or "art." (Although he seems pretty opposed to restricting piracy of art too.)

      Bottom line, Eric is saying "You made it, you decide what to do with it. If I don't like it that's my problem, not yours." Better than the alternatives IMO.

    6. Re:This is just silly by bXTr · · Score: 1

      You have the freedom to do what you want, but you don't have the freedom to restrict the freedom of others.


      Then, you don't, really, have the freedom to do what you want.


      "I'm a rational anarchist. I'll happily accept any rules that you feel are necessary for your freedom. But I am free, no matter what rules surround me. If I find them tolerable, I tolerate them; if I find them too obnoxious, I break them. I am free because I know that I alone am morally responsible for everything I do."

      --
      It's a very dark ride.
    7. Re:This is just silly by greggman · · Score: 1

      This HAS been discusssed before BY Richard Stallman. He has specifically called for a Software Tax and to BAN proprietary software.

      Here are the relavent parts from HIS writings on the FSF webpage. http://www.gnu.org/manual/emacs-20.3/html_chapter/ emacs_40.html

      From the GNU Manifesto [gnu.org]
      ---------------
      All sorts of development can be funded with a Software Tax:

      Suppose everyone who buys a computer has to pay x percent of the price as a software tax. The government gives this to an agency like the NSF to spend on software development.

      But if the computer buyer makes a donation to software development himself, he can take a credit against the tax. He can donate to the project of his own choosing--often, chosen because he hopes to use the results when it is done. He can take a credit for any amount of donation up to the total tax he had to pay.

      The total tax rate could be decided by a vote of the payers of the tax, weighted according to the amount they will be taxed on.

      The consequences:

      The computer-using community supports software development. This community decides what level of support is needed. Users who care which projects their share is spent on can choose this for themselves

      -----------------and------

      What the facts show is that people will program for reasons other than riches; but if given a chance to make a lot of money as well, they will come to expect and demand it. Low-paying organizations do poorly in competition with high-paying ones, but they do not have to do badly if the high-paying ones are banned.

  22. Illegal Contracts: No loss of "flerbage" by sahai · · Score: 1

    Eric writes:

    But now let's suppose that, after years of lobbying, messrs Kuhn and Stallman get a law passed that makes proprietary licenses illegal. We are now in the world of the FSF's premise.

    As a user, my flerbage doesn't change. I never wanted to issue software under a proprietary license to begin with, so the new license doesn't touch me.

    But as a developer, things are very different now. If I walk up to someone and offer them the same proprietary license that I did before the law was passed, police may come to my house to drag me off to jail, or kill me if I resist arrest. My flerbage has seriously decreased.


    This rhetoric misleads people. I am not a lawyer, but as far as I know, an illegal contract is simply unenforceable. That means that if someone does not satisfy some illegal requirement in a contract, all that the government will do is ignore you when you come to them trying to enforce it.

    Think about it this way. Suppose I agreed to a contract with someone that said that in exchange for him giving me a pen that I would pay him 10 dollars and convert to his religion. Suppose then that he gave me the pen, and I gave him the 10 dollars. But two weeks later, he sees me walking into a temple, rather than his own exclusivist church. He may be mad, but he has no legal recourse. If he tried to enforce the illegal term in the contract (the part about converting to his religion), the court would probably just say that an illegal term is not enforceable. We have the freedom to practice any religion we choose, even if we claim to have agreed to another one.

    Would cops come to my door to force me to go to his church? No. Would cops go to his door and arrest him? Not unless he tried to threaten or mislead people into compliance with his illegal contract. They'd probably just laugh at the guy.

    So in Eric's example where the unalianable right to distribute copies is explicitly recognized by statute, the developer who offered the proprietary license (presumably something which included a non-distribution clause) would just be laughed at if he tried to enforce this contract in court. Nobody would drag him off to jail.

    No loss of flerbage here.

  23. Re:2.2 code is rubbish. by masq · · Score: 0, Offtopic

    I've been getting those for a couple days, too. I switched from Opera to Netscape, and it seems to work okay.

    But, as always, YMMV.
    (Your Mileage May Vary)

  24. Near-sighted by botik32 · · Score: 1

    "But someone's mere act of issuing software under a proprietary license doesn't change my flerbage."

    Dear Eric,
    No it doesn't. Unless they:

    a) sell it with your PC and you have to AGREE with the LICENSE by default and pay for it even if you don't want it.
    b) they force on you upgrades that you do not want
    c) they might be sending your personal details to XYZ and there is nothing you can do about it - you cannot even legally reverse-engineer it to see what the particular piece of software is doing.

    Now you'd say, but we got alternative OS. Where would that OS be if not RMS and those who wrote it in the first place?

    Please. I am getting tired of things being taken out of context and presented in a "would-be" ideal world.

    --- "There is no such thing as an insignificant contribution."

    1. Re:Near-sighted by Stepto · · Score: 1

      "But someone's mere act of issuing software under a proprietary license doesn't change my flerbage."

      Dear Eric,
      No it doesn't. Unless they:

      a) sell it with your PC and you have to AGREE with the LICENSE by default and pay for it even if you don't want it.


      Um...there's tons of places where you can purchase a machine with no OS, or you can build your own. Despite what people think, there is no "innate" right to own a Compaq/Dell/IBM/Mac PC with your choice of operating system pre-installed. If you like Compaq computers and you want to run Linux on one, you have to ask yourself if the price of paying for the Windows license and deleting the software is worth running Linux on a Compaq computer. If it is, then shut the fuck up. If not, still shut the fuck up and go build your own machine or purchase one from another place or vendor.

      b) they force on you upgrades that you do not want


      Funny. No one has ever come to my door and forced me to upgrade. Everyone makes a choice when a new version of something comes out. If you like the new features, you buy it and install it. If you don't THEN DON'T INSTALL IT. There's a million places available on the net to obtain previous versions of operating systems and software and most companies, even the dreaded evil empire, support operating system releases up to 2 versions back.

      You can't blame loss of flerbage on the fact you're a whiney fuck who can't pull up an Internet search engine to avoid the companies you hate so much.

      S.

      --
      http://www.stepto.com

  25. Intellectual Property decreases my flerbage by spun · · Score: 3, Insightful

    Here's another parable. Some time ago, there was no such thing as copyright. If I, as a musician, say, createda song (no doubt based on the art of my time and culture) and sang to you, It would then be your song as well. You could base another song on it, or sing it to your friends. If you were nice, you might mention you heard it from me.

    There was a time when we knew that no one owned the earth, that we were merely stewards of it. There was a time when we knew that no one owned ideas, we were merely their conduits.

    Then some greedy bastard figured they could apply the meme of 'ownership' (which previously meant something like 'something you are carrying or sleeping in') to land. Some time later, another greedy bastard figured it could be applied to the realm of ideas.

    Each time, the rest of our flerbage decreased, as a previously shared resource was made private by emminent domain. Now, the greed-mongers would have us believe that we would be decreasing their flerbage by putting things back the way they were.

    Or you can just wait until MegaConglomoCorp owns all the air and charges you a fee to breath.

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    1. Re:Intellectual Property decreases my flerbage by Anonymous Coward · · Score: 0

      Isn't that what taxes are for?

    2. Re:Intellectual Property decreases my flerbage by NoOneInParticular · · Score: 1

      There was a time that a writer called William Sheakespeare created the most wonderful plays. Unfortunately, during his lifetime none of his plays was ever published fulltext. Without copyright existing at that time, it would have been foolhardy to do so. His competitors could then take his text and perform poor William's play without paying him for his writing.

      So he kept it all to himself. Luckily he did not go mad later in life and burn all his texts. Only after his death did his works get published.

      William was clearly a greedy bastard that he thought he owned the fruits of his pen. He wanted to get payed for his plays and didn't want others to profit from his work.

    3. Re:Intellectual Property decreases my flerbage by Anonymous Coward · · Score: 0

      One problem w/ your metaphor... You demonstrate the concept of ownership slowly taking over previously free things. Software, OTOH, has always been a tightly held item. If nothing else, even amongst the flurry of software patents, has become more free over the last 10yr.

    4. Re:Intellectual Property decreases my flerbage by steveha · · Score: 2
      There was a time when we knew that no one owned the earth, that we were merely stewards of it.

      And during that time, we hunted down and ate all the Woolly Mammoths: Yum! Tasty!

      This "primitive people were so much nobler" meme is fatuous.

      Or you can just wait until MegaConglomoCorp owns all the air and charges you a fee to breath.

      Because of the rigid definition of flerbage, we can plainly see that the situation you define is in fact a reduction in flerbage; thus ESR is opposed to MegaConglomoCorp being able to imprison or kill you if you fail to pay for breathing.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    5. Re:Intellectual Property decreases my flerbage by jhanson · · Score: 1

      It seems to me that most laws are a tradeoff of our flerbage. For example, a law against murder takes away your right to kill, but also gives you the right not to be killed by others.

      However, if IP laws really do exist for the reasons you describe (so that big business can give you the shaft), then you would get a right to start a business and attempt to shaft as many others as you want.

      However, if you view it in a more friendly light, it would appear that the goal of IP laws isn't to shaft you, but rather to protect people who produce ideas instead of actual material things. So in exchange for losing your right to get all information for free, you gain the right to earn a living making and selling your ideas.

      I think the main problem with your attack on IP is that you forget the advantages. Without the protection of the law, it would be impossible to many people who create ideas (such as programmers) to earn a living doing so. Even though the programmers right to be able to make a living from his/her trade isn't listed in the definition of flerbage, I still feel that it is important enough to defend.

    6. Re:Intellectual Property decreases my flerbage by Anonymous Coward · · Score: 0

      ...and all people lived in harmony with the great earth mother!!!

      Think about all the software companies born because of capital markets, and all the innovation created. Are people going to invest billions of hard earned cash so it can all be "shared" (mooched is more like it)?

  26. Why would such a person develop software? by underwhelm · · Score: 2

    If you are developing software for general distribution, wouldn't you accept suggestions for improvement? I think it is perticularly libertarian to view a suggestion as a coersion.

    Now, if you wrote some code, and I thought I could use it somehow else, we'll I'd like to see it changed. I might do it if the source were available and I could leave you alone... but if the source is closed (under NDA, shielded by the DMCA), then I have no recourse but to ask you to make the changes for me.

    It just smacks as selfish that you'd write some reasonable code for public use and then keep the source all to yourself, not even letting me modify it for my purposes for no other reason that "gee that's coersion, somehow."

    --

    I don't need large brains to have a good time.

    1. Re:Why would such a person develop software? by akharon · · Score: 1

      Yes, that could be seen as selfish. However, as part of my flerbage, I reserve the right to be selfish.

  27. Liberty and proprietary software by Arker · · Score: 4, Insightful

    Sorry, ESR, but the flerbage nonsense is stupid. There's already a perfectly good word for that, it's called Liberty.


    Proprietary software may be able to coexist with Liberty, but it will certainly take some work. The whole trend since the beginning of closed software has been for it to threaten Liberty, to eliminate it bit by bit, as quickly as it's producers believe they can get away with. The pace is ever increasing, and every time a draconian measure is abandoned because of public backlash... it returns with less fanfare a little later on.


    And no, I'm not in favour of criminalising the offering of software under proprietary licenses. I don't believe the FSF is either - in that respect this article is simply an audacious straw man.


    When the government uses my tax money to buy proprietary software, when it publishes public information which I am legally entitled to access, but in a form that is useless to me unless I pay microsoft their monopoly rent, my liberty is under assault. When they grant artificial monopoly privileges (software patents are one excellent example of this) and enforce them via law, this is no better than enforcing one particular license on developers would be.


    Under no circumstances should tax money ever be spent on proprietary software. Under no circumstances should public information be published locked in a proprietary format. Instead of trying to break down monopolies with anti-trust law, the government should quit creating them and nurturing them in the first place.


    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  28. Why ESR doesn't understand the FSF point of view by phaze3000 · · Score: 4, Insightful
    Essentially, what ESR is saying is that in his opinion, everyone should have the right to publish software under whatever license they want, proprietary or otherwise.

    What the FSF would argue is, to quote Star Trek, 'The needs of the many outweigh the needs of the few'. Thus, whilst stopping people from publishing software under a proprietary license does, to some extent reduce the freedom of that induvidual (or corporate entity, etc.), it does so only in order to stop the rest of the world from having their freedom violated, namely the freedom to alter said software as one wishes.

    Personally, I'm inclined to agree with the FSF; I believe it is more important for everyone to have freedom, even if it does reduce individual freedom.

    Herein lies the fundamental difference between the 'Free Software' movement and the 'Open Source' movement, and the reason RMS and co get so uppity when the two terms are used interchangably.

    --
    Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
  29. Is ESR on Microsoft's payroll? by Anonymous Coward · · Score: 2, Insightful

    I can not think of any other reason why he would use a confused and twisted rethoric like that.

    A law that would guarantuee software users certain rights, no matter what is stated in the license, would not imply that people who try to take away those rights from the users by releasing their software under restrictive licenses must be thrown in jail. One could compare his argument to saying that Free Speech is bad because Free Speech means you must thrown anyone who says 'Shut up!' in jail.

    I have not heard of any media producer being jailed over these kinds of licensing issues even though most commercial movie and music releases here in Europe have been accompanied by notices that try to restrict the use of the media further than the fair-use provisions of our laws allow.

  30. ESR's new law by abe+ferlman · · Score: 2
    ESR writes:

    Here's the first and most important one: if you two could get a law passed making proprietary licenses illegal, would you do it? If their answer is "no", then the dispute with Tim is over.

    I think there's another option that ESR ignores: Kuhn and Stallman would probably want proprietary licenses ruled invalid as opposed to illegal in the "haul you off to jail' sense. This ensures that no one has power over anyone else because there are no restrictions on anyone's use of any ideas. You can still offer people the license, but it would be just as valid as a contract that offers them $1,000,000.00 for the right to enslave them when they turn 30. Some "freedoms" are not worth protecting, and some contracts should never be valid.

    Bryguy

    --
    microsoftword.mp3 - it doesn't care that they're not words...
  31. Case studies by BlackStar · · Score: 4, Informative
    Very interesting points from ESR, although I think RMS isn't *that* fanatical. Well, ok maybe. ANYWAYS.

    What about looking at some cases in real life? Proprietary licenses. Say.... Windows. Very successful. Likley due to cost, marketing and standardization of a chaotic platform long in the past. Solved a lot of problems with proprietary platforms only running 1-2 applications you needed, so you almost bought one machine per application in some situations. Seems OK for the time. Now, however, with viable alternatives, there are some things like open sourcing (NOT GPL) that may be useful if the modifications could be redistributed, but MSFT still owned the rights to the parts they feel they need to. (Asbestos enabled)

    Why not GPL? Enter point number 2. BSD/Mozilla/Extend and contribute like licenses. The SCSL from SUN. Specifically, Java. If this thing was GPL'd off the bat, it would be another fragmented, proprietary implementation of a screwed up standard left in the past not unlike CDE, or even C++ in it's early life. With SUN owning a brand, and enforcing a standard that they don't actually unilaterally define, it's a workable, reliable, and standardized open platform.

    Those two cases in point, one must ask WHY the GPL seems to have such problems creating the defining third case study where GPL is the only thing that worked. Well, maybe it has. Let's take Linux. If it was proprietary, it would likely be as big as CP/M about now. If it was SCSL, the buy-in by the GPL crowd would be nill, (err... null, err.. nevermind) and the corporate adoptions to the benefit of the community wouldn't have occurred.

    So, we've got three broad and incomplete categories of license, and three broad and incompletely analyzed case studies showing success in each case, and why in those particular cases that license modality was the correct choice for the goals.

    So bascially, I would side with Tim on the side of choice, and promote the said flerbage as the yardstick. Evolution finds optimal solutions through excessive choice. Seems to have worked out fairly well. Odd that it still resulted in the occasional individual that opposes the primary mechanism that gave rise to them. I savour the irony.

    I'd love to hear why the power of choice would be a bad thing, even if you choose a proprietary license. Try and write a cheat-resistant multiplayer game with open source on both client and server, and see just how far you get before the cheats make the game unplayable except among friends. Lots of papers and discussions on that as well.

    And don't raise the "web of trust" and such there RMS and cadre. Defintion of trust on that level would have removed the success of the GPL in the case of Linux, as there could be code in there that trusted people back-doored, but no one has bothered to review. Trust is perception, and perception is in it's very nature incomplete.

    Sometimes you just gotta say no when someone wants your recipe. :-)

    Respond with thought or not at all if you please.

    1. Re:Case studies by Anonymous Coward · · Score: 0

      Sometimes you just gotta say no when someone wants your recipe. :-)

      No source for you!
      - the SOAP nazi

  32. "Intellectual Property" is not a right. by UnclPedro · · Score: 3, Insightful

    I think a lot of people commenting on this discussion need to be reminded that patents and copyrights are NOT fundamental rights of creators and inventors (at least, according to US law; sorry, I do have a USian bias since I don't know the laws of any other country that well). They are granted these priveleges for the sake of promoting (sorry) innovation and progress in the sciences. It's a compromise -- the people giving up some of their freedom to promote progress.

    However, many people feel (myself included) that these "Intellectual Property" laws are no longer promoting anything but the continued rule of large corporations like Time-Warner, and stupidity on the part of smaller ones like Amazon. It may no longer be in the peoples' best interests to allow these patent and copyright monopolies.

    When viewed from this point of view, I think ESR's argument takes on a whole new flavour. When you don't consider having a copyright on your code a fundamental right (that copyright being the basis for software licenses of all kinds, from the GPL to a MS EULA), licensing isn't even a question. It simply becomes "here's some code".

    I don't know if this is a fundamentally better situation than what we have now. I do suppot the FSF rather than Open Source because I believe that promoting the idea of Freedom is more important than just getting useful software. But I think these are questions that must be considered, and I wanted to present another angle on this argument.

    1. Re:"Intellectual Property" is not a right. by istartedi · · Score: 2

      OK so ESR wants the government to enforce IP rights, ultimately, by using guns if need be.



      RMS would like the government to collect a software tax to fund his "freedom", ultimately, by using guns if need be.



      Same shit. Different toilet. Right?



      Well, from my POV the ESR model creates lots of little "micro states" that each carve out a little monopoly under the "umbrella state". Under the RMS model the umbrella state becomes the only state. Then we have all the same problems associated with government monopolies. In other words, the FSF and Uncle Sam become Microsoft, except that competing with them isn't just difficult--it's illegal.



      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    2. Re:"Intellectual Property" is not a right. by UnclPedro · · Score: 1
      RMS would like the government to collect a software tax to fund his "freedom", ultimately, by using guns if need be.

      Oh? I've not heard this idea before -- can you provide a link?

      I can't help but feel that ESR's obsession with guns is spilling over to an excessive degree into his software arguments.

    3. Re:"Intellectual Property" is not a right. by istartedi · · Score: 2

      Somebody else posted a link earlier, but I'll re-post it. It's the GNU Manifesto, one of the earliest GNU documents:

      http://www.gnu.org/gnu/manifesto.html

      Just do a keyword search for "Software Tax".

      This is not the only indicator of Stallman's desires to implement such a tax. He has spoken for and worked with groups who favor government involvement. This aspect of his politic is intentionally played down because he knows it would be unpopular in many quarters.

      The bit about guns comes from the fact that taxes are, ultimately, collected at the barrel of a gun. I didn't mean to imply that RMS *or* ESR wanted to personally go around holding people up. I think you're smart enough to realize that, but I just thought I should give a gentle reminder to people.

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
  33. Would you do it? by Hoo00 · · Score: 1

    ESR: if you two could get a law passed making proprietary licenses illegal, would you do it?

    The answer is yes and no. But there could be many reasons for saying yes/no and the reasons do not have to be these two from ESR:

    If their answer is "no", then the dispute with Tim is over. Because that will mean they do recognize a right for developers to choose licenses as they will without being killed, jailed, or threatened for choosing the "wrong" one.

    If their answer is "yes", then there are many, many other moral questions we could ask them -- and should, if only so that we can get some idea if they're too dangerous to have as neighbors.

    I would say "no" if the law is created by FSF and not the consents of the people and "yes" if everyone argees that this is the right(tm) thing to do. Kuhn and Stallman wants people to use GPL. It is their ideals. ESR's question and answers above make it sounds like Kuhn and Stallman force people to use GPL, which is not ture.

    The only thing that was left unanswered in this story is which is more important?

    The rights of a person who writes software to impose law and rules on the people or the rights of the people to impose law and rules on this person.

    I think both rights are important and they need to be balanced. Tim wants more rights to the person and Kuhn and Stallman want more rights to the people. ESR's arguement is just one-sided.

  34. Raymond evades the argument by guygee · · Score: 1

    Raymond essay is disingenuous in that he evades the whole point of Kuhn and Stallman's essay. Kuhn and Stallman clearly are talking about freedom for the user. Raymond begs the question by addressing freedom for the programmer. Ultimately, which is the more important?

    One delusion that some programmer's often operate under is that they are creating a work in isolation from everybody else's contributions. Most of what we leverage in our creative works has come to us for free, under the principles of academic freedom. In many ways, RMS has simply reformulated these principles into a binding form specific to computer software. I agree with his effort to eliminate the free riders that would attempt to appropriate the vast body of prior art for their own personal gain.

  35. some good points, but.. by Dr.+Awktagon · · Score: 2

    Why does this just degenerate into the same tired argument of "giving you freedom A takes away my freedom B"? Of course that will always be true, for any argument about freedom. My freedom to walk on the street without getting hit conflicts with your freedom to hit people on the street.

    Of course, being able to choose any license is a freedom. But that's not the freedom the FSF stands for, don't we know that already? The stand for other freedoms, namely the freedoms described in the GPL.

    What exactly do all these people (and sometimes the FSF does it too, I know) hope to gain by fighting over who's freedom is best?

    Society, free markets, etc., those mechanisms will pick what's best for society.

    Unfortunately, the way copyright law works for software, the power is automatically in the copyright holder's hands. You have to agree to an arbitrary contract-like agreement to have a copy at all! Sometimes you actively read and agree to the contract, sometimes it's imposed on you without your knowing by some other action (buying a new computer). Imagine if everything you bought had a contract you had to read and agree to. Free markets would be impaired (think "transaction costs" from economics).

    So when TOR (Tim O'Reilly) says we should be able to choose any license for software, I think he is implicitly supporting the tilted playing field of the status quo, so it's no surprise that the FSF would not agree with that standpoint.

    And to suggest that the FSF would want to pass a law to make proprietary licenses illegal is silly! Pass one law, to counteract the effects of another? ESR is starting from the viewpoint that software should have a license in the first place. He should know by now, the FSF doesn't agree with that. Why not just remove the law that lets copyright holders enforce their contracts. Then the GPL would be pretty much unecessary!

    RMS has never suggested many of the things people always ascribe to him. ESR is simply inventing things that he thinks RMS might want or say. It would be like RMS arguing that ESR wants to pass a law that makes it illegal not to carry a gun. Since ESR supports our freedom to carry guns, it's only logical that he would be against a freedom NOT to carry a gun, yes?

    1. Re:some good points, but.. by InsaneGeek · · Score: 2

      Oh really? How about this quote from the Slashdot post (just this Friday in fact) with Bradly Kuhn from the FSF, it sure seems like they really would be in favor of such a law. The VP of FSF pretty much says that the being able to choose a license is akin to the same power as being able to have slaves!

      From http://slashdot.org/article.pl?sid=01/08/16/205625 2&mode=thread

      Our society took away the "freedom" to own slaves. Today, no one would even argue that owning slaves is a freedom. People now say that slavery is an inappropriate power that one person holds over another person.

      Today, some argue that the "right to choose your own software license" is the greatest software freedom. By contrast, I think that, like slavery, it is an inappropriate power, not a freedom. The two situations both cause harm, and they differ only in the degree of harm that each causes.
      --end quote

      That sure seems like they *really* want to take away the freedom/inappropriate power of a developers choice in license, again that quote was from the guy who is the VP of the FSF so the things that he says, truely represent the views that the FSF holds.

  36. Open-source only, doesn't violate flerbage by bwt · · Score: 2

    I have the condition of flerbage when I can behave in the confidence that nobody will take my life, my physical property, or my time without my consent.

    Contrary to ESR's assertion, government laws disallowing proprietary licences simply would not violate flerbage.

    Let's back up: Copyright is an entirely statutory grant. It simply is not a fundamental right that you can legally exclude others from reproducing your speech. For example, Congress could abolish all copyright protection if it chose. Congress has been delegated, and justly so, the power "to promote the arts and sciences" by creating statutes (not rights) that secure authors their writings for "limited Times". Copyright is a loan from the public domain. Loans are a granted priviledge and Congress may secure the loan with restrictions aimed at promoting the ends desired by giving the loan.

    It would also a coherent policy view to say that the best way to promote computer science is by demanding as part of the quid-pro-quo involved in securing copyright that source code be released and be modifiable. Can anyone argue that a reasonable man might believe this would advance the progress of computer science? If majoritarian forces in Congress were able to implement this policy into law, then I believe the answer to the question of what should happen to you if you were to release under a proprietary licence anyway is not as ESR asserts that you should be arrested, but rather that the principle of "misuse of copyright" should be applied, whereby you would not receive the governement's assistence in enforcing your copyright.

    Trying to licence software under a proprietary licence in the hypothesized scenario simply would not lead to your arrest. It would lead to others violating your licence and the government refusing to help you enforce it.

    "The protections afforded by copyright law are completely statutory" was the holding of the Sony Betamax decision, and traces back to the earliest Supreme Court cases. Thus, you have no rights to exclude others from your work unless those statutes recognize them as such. The public owns the public domain and tasked Congress with optimizing its expansion by choosing the most appropriate statutory scheme. If Congress decides that everything you write instantly enters the public domain, then too bad -- you have no injury under the US Constitution. Similarly, they can condition your grant of protection by requiring you to meet criteria the people deem helpful to the end of promoting science and arts.

    1. Re:Open-source only, doesn't violate flerbage by Russ+Nelson · · Score: 2

      You're arguing that people cannot agree to keep a secret. Is that what you intend?
      -russ

      --
      Don't piss off The Angry Economist
    2. Re:Open-source only, doesn't violate flerbage by bwt · · Score: 2

      You're arguing that people cannot agree to keep a secret. Is that what you intend?

      Who said anything about a secret? Trade secret law, and NDA type contract law operate outside of the scope of federal copyright law. Getting rid of copyright law altogether would do nothing to stop two people from making a contract not to tell a secret. Of course you actually have to have both a secret AND a bona fide contract for this.

      Usually, the act of publishing a work and offering it for sale precludes it from being secret, so there is no conflict between copyright law and trade secret law. When there is a conflict between the two, Federal copyright law preempts trade secret law, for example, copyright sales terms disallowing reverse engineering are not enforcable (although one notable clueless trial judge in California seems not to realize this).

      More influential Courts like the 5th and 9th Circuit Courts of Appeals tend to get the law right however (Vault v Quaid, Sony v Connectix).

  37. ESR by Anonymous Coward · · Score: 0

    So now ESR has taken to bashing Free Software huh? Sounds like somebody has sour grapes becuase their stock is worth 1.75$ intead 175$. Lik ESR ever write anything that important. Wooo fetchmail, gee that amazing feat of programming non-talent really holds up against all the FSF has done.

  38. Libertarians should hate ESR for this by abe+ferlman · · Score: 5, Insightful
    I hate to borrow from Libertarian philosophy, but a right is not a right if you require coercion of another person.


    Copyright is nothing but a government granted monopoly. Wake up! If the government does not coerce people *not* to copy your stuff, then copyright doesn't exist.


    Libertarianism requires government non-interference into the marketplace. Copyright is a direct intervention into the marketplace. Despite the fact that its intentions are good, it does not work, and it causes a whole heap of coercion along the way.


    Property rights make some sense when they are attached to items that are scarce. Information, however, is not naturally scarce (although the ability to create it may be). Would libertarian ethics allow other sorts of interventions into the marketplace to guarantee innovation? For instance, what if it was found that better music would be created if only people with masters degrees in composition (or licensed students) were allowed to create music. Think of how much crappy music wouldn't get made if you needed 6 years of school and a license before you could strum an A chord! Is this a legitimate type of coercion? Think!


    Bryguy

    --
    microsoftword.mp3 - it doesn't care that they're not words...
    1. Re:Libertarians should hate ESR for this by Zimm · · Score: 1
      Property rights make some sense when they are attached to items that are scarce. Information, however, is not naturally scarce (although the ability to create it may be).

      Who told you that information wasn't scarce? You are completely wrong, this is why you PAY for an education, this is why you PAY for software, newspapers, etc. Not all the software that could exist does exist, that is why there is scarcity in software ESR has no understanding of basic economics, and he often speaks out side of his own expertise.

    2. Re:Libertarians should hate ESR for this by abe+ferlman · · Score: 1

      I think you are mistaken. The media on which some data are transferred are scarce, but the point is that the cost of reproducing pure information, aside from government monopolies and their side effects, is essentially zero.

      The scarcity lies in the ability to create the stuff, not the stuff once it's created. That's a critical point. You pay for an education, but that's paying someone to show you ideas they don't own. The fact that physics teachers don't own the laws of physics does not stop them from making a living.

      bryguy

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    3. Re:Libertarians should hate ESR for this by Shadowlion · · Score: 1

      You are completely wrong, this is why you PAY for an education, this is why you PAY for software, newspapers, etc.

      Actually, you kind of having things mixed up.

      Information is quite plentiful. You don't need to pay for an education to learn those things, nor do you need to pay for a newspaper to get the information contained within.

      The caveat is that tracking down all of the equivalent information is overwhelmingly difficult and tedious. What colleges, newspapers, etc. do is compile all that information into an easily-digestible curriculum/format. When you shell out thousands of dollars for college, you aren't paying for the information they're teaching you, you're paying for the PEOPLE who teach you to do so in a clear, consise, understandable manner. Similarly, for a newspaper, you aren't paying for the information, you're paying for the medium on which it was transmitted (paper), the efforts of the people on the paper's staff who tracked down the information and consolidated it into the articles, etc.

      Software is a bit more complex an analogy, but ultimately there are few things in software that are new under the sun. When you "buy" a piece of software, you aren't paying for the algorithms and UI widgets, you're paying for the collection of them, and the people that wrote it.

      In that sense, I think there's a legitimate market for "proprietary" software. If you want to sell your software, feel free. Go right ahead. You took the time to put everything together into a cohesive product, so that's your right to sell it as you see fit.

      But don't get me started on software patents.

    4. Re:Libertarians should hate ESR for this by Pedersen · · Score: 1
      You are completely wrong, this is why you PAY for an education, this is why you PAY for software, newspapers, etc.

      Actually, consider what you are paying for in each of your examples.

      • Education: You are paying someone to spend time (a VERY scarce commodity) with you, to make sure you understand the material being presented.
      • Software: Depends on the type of software. If it does require payment, you are paying for as many as two things: The time to develop it, and/or the packaging it comes in. Time is very scare, and the packaging is a physical material, which by definition of being physical, has a limit on how much can be made. That limit creates a scarcity.
      • Newspapers: Again, time. The time for people to research their stories, for editors to edit them, publishers to print them. And don't forget the material cost of printing the paper.
      As you can see, you are not paying for information, but for two commodities which are in short supply: Time and materials. Information? How much would you like? In fairly short order, we could generate a few dozen terrabytes of it for you. Time? Well, good luck getting any more of it.
      --

      GPL made simple: What was my stuff is now our stuff. If you improve our stuff, please keep it our stuff.
    5. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0

      I hope that all of you "information wants to be free" dorks realize that the GPL wouldn't exist without copyrights. The FSF spends much of its time trying to get developers to sign over their copyrights to the foundation.

    6. Re:Libertarians should hate ESR for this by Zimm · · Score: 3, Insightful
      The scarcity lies in the ability to create the stuff, not the stuff once it's created.

      This is what RMS is overlooking. Not all the software that could be written has been written, thus there is scarcity. The laws of physics exitsted long before there was any information about those laws that people could get. Once people started researching those laws, information was created, and was held by those people. That doesn't mean others can't do their own research and create their own information. Your confusing what the information is about with the information its self.

    7. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0

      Without copyright, the GPL would not be NECESSARY. Dork.

    8. Re:Libertarians should hate ESR for this by Russ+Nelson · · Score: 2

      No, you don't understand. Something is an economic good if its use is exclusive. If only one of us can use something, then economics has something to say about how it's used. If, however, as is the case with software, we can both use it without either of us affecting the other, then it's not an economic good.
      -russ
      p.s. read more about economics.

      --
      Don't piss off The Angry Economist
    9. Re:Libertarians should hate ESR for this by abe+ferlman · · Score: 1

      Your point is true, but doesn't support your conclusion. You say there is potential information that hasn't been expressed, hence information is scarce. Scarcity lies in the cost of *reproducing* materials, not in the cost of producing the first one. Information, as opposed to potential information, is not scarce. Potential information, which might also be expressed as "the willingness of people to have ideas and express them", or more simply, "labor", is scarce. But the products of these labors can be recreated essentially for free forever.

      So you want the free market to protect the viability of those who make software? Pay people to create products, not for products they've already created, because the creation is the scarce part, not the reproduction.

      Bryguy

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    10. Re:Libertarians should hate ESR for this by Zimm · · Score: 1
      Software is a bit more complex an analogy, but ultimately there are few things in software that are new under the sun. When you "buy" a piece of software, you aren't paying for the algorithms and UI widgets, you're paying for the collection of them, and the people that wrote it.

      As you say, there isn't anything really new in software, you are in fact able to code up your own windows 2000 equivalent in your basement if you want to, just like you can start your own research of physics from scratch. The costs to make a windows 2000 clone on your own in your own basement, is very high indeed, most people see that cost as much higher than buying it. From this example, I don't see your problem, as long as it's possible for someone to do something themselves irregardless of cost, then there is no scarcity.

    11. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0
      Without copyright, the GPL would not be NECESSARY. Dork.
      First of all, that's hypocritical. Second, it's not true. Without copyright, the software you write would automatically be in the public domain as soon as you release it. If that *is* what you want, you can simply release it into the public domain now.
    12. Re:Libertarians should hate ESR for this by Zimm · · Score: 1
      Scarcity lies in the cost of *reproducing* materials, not in the cost of producing the first one.

      Why? There are 3 people in a room, 2 shoot each other dead. 1 person is left that can relay information to others that about what happened in that room that cannot be retrieved in another way. Now depending on the demand for that information, we will get a price for that scarce information. A real world example is perhaps the Kennedy assasination. There are perhaps only a few people who have certain information about the happenings on that day, and they choose to keep it scarse.

    13. Re:Libertarians should hate ESR for this by abe+ferlman · · Score: 2

      You're confusing secrets with monopolies.

      If someone keeps information to themselves, then you're right, they can charge what they like for it. But the rub is this: once it's been published, it's not scarce at all unless people conspire to make it so.

      The reason windows executables can't run on linux (in general, wine libs excepted) is not because windows sourcecode is a big secret, but because using it would be illegal. In a world where people weren't allowed to own or monopolize ideas, reverse engineering the code would be relatively trivial, both because the process of reverse engineering, if it was necessary at all, wouldn't be so onerous due to the law, and because more people would work on it if there were no fear of prosecution.

      Bryguy

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    14. Re:Libertarians should hate ESR for this by Zimm · · Score: 1
      You're confusing secrets with monopolies.

      If someone keeps a secret to themselves, then they have a monopoly on that information. And that is the point of asking someone to keep a secret, to keep the information as scarce as possible

      But the rub is this: once it's been published, it's not scarce at all unless people conspire to make it so.

      Unless you and your society can't read, then the information that has been pubished will still be quite scarce to them.

      You can from scratch build libs that are compatible with windows, like wine as you say. Maybe infact windows isn't scarce at all, you are free to build one up from scratch in your own home. Maybe the real problem that people have with microsoft has nothing to do with scarcity percieved or otherwise, but is all about pricing.

    15. Re:Libertarians should hate ESR for this by FrostyWheaton · · Score: 1

      If, however, as is the case with software, we can both use it without either of us affecting the other, then it's not an economic good.

      Then it can only be produced outside of the system of economics. In case you havn't realized, or if you are living in your Linux Kernel/Apache/etc. free software fantasy world, it takes money to develop software. and until you can have whatever you want developed free of charge, software will be an economic good. Proprietary licences are simply a way of defraying production costs and making money ::shudders:: in an economic venture.

      OBTW, everyone who really really likes this whole free (beer) software idea should really read "Atlas Shrugged" and view the ultimate end of such philosophies

      --
      Comments should be like skirts. Short enough to keep your attention, but long enough to cover the subject
    16. Re:Libertarians should hate ESR for this by Jerf · · Score: 5, Insightful
      'Information, however, is not naturally scarce (although the ability to create it may be).'

      I finally figured out why that statement has bothered me for so long. It's this: "Information" in the abstract is not scarce. But guess what? "Physical goods" in the abstract are also not scarce!

      Useful information, information you want, in other words, "information" in the concrete, is scarce and will remain so for the forseeable future. In some isolated catagories, there may be a glut of "information" (like mail clients), but in the concrete, there does not exist so much "music I like" in the world that it can be said to be a commodity. Unless all you are interested in is stuff in the past, your current desires will always not have enough information to be met.

      Water isn't scarce in many places. There's as much of it as you could possibly want. But unless all you want is water, you should anticipate needing to pay somebody for your food, clothing, and shelter. Isolated examples of non-scarcity do not prove the general case of non-scarcity.

      You might say I'm missing the point, because once information is created, it can be infinitely copied. And I say in return that you (the reader) would be missing the point. In the old economy, the cost of distribution may have been the primary constraining factor, but the cost of production is still non-zero. The digital economy may make the cost of production the defining factor, but it does little to affect that cost. (Useful information, virtually by definition, requires significant effort to create. If it did not, you would not come to me for the information, you'd simply (re-)create it yourself.)

      Even if the physical goods could be distributed for free, you'd still need to pay for production and creation. Even if the costs of production could be reduced to zero, you'd still need to pay for creation... unless everything you wanted was already designed, a situation not likely to happen for a very long time.

      I think when you see arguments like "information isn't a scarce resource", you're seeing a confounding of cost of distribution vs. cost of production. The reality is, information is still costly to produce and you can't just wave your hands around and wish it away. While there is historical proof that some software can be developed in the Open Source manner, some catagories of software don't fare so well. Nor is all "information" like software (a massive oversimplification), and for those categories, and for those categories, there is little to no evidence that "novels" or "blueprints" are in a "scarcity-free" world.

      In the abstract, copyright recognizes this scarcity by granting the author certain limited rights. In the concrete, most of the problem lies in the absurd nature of those rights. I stand against the DMCA, I stand against the absurdly long copyright terms holders have nowadays, but in the abstract, copyright still works. In fact, the guiding principles of copyright are standing amazingly well against the "onslaught" of technology, even if many of the details aren't faring so well.

      Until such time as you can effectively wave a magic wand (i.e., a super-human intelligence) and recieve the answer to any question you can ask ("How can I cure my hippocampus cancer without removing large chunks of my brain and without killing me with an allergic reaction, since I'm allergic to the dyes used in scanning technologies?" That's information that's decidedly scarce and isn't going to not be anytime soon!), information will continue to not be free, and economic models and ethical arguments predicated on those models will continue to not be grounded in reality, with all that that implies.

      That said, one might make the case that software is a special case. However, I submit that if that were true, it's one of those things that would be obvious to all concerned. Personally, when I write software which didn't exist before, I find the effort to be non-zero, and one way or another, society needs to support my ability to do that, or I won't do it any more. As it turns out, I'm not getting paid directly. What that effectively boils down to is that I'm 'paying myself' to do it (If I didn't get money from some source, I would not write this software), but that still doesn't mean the effort was zero, and arguments that assume zero monetary cost -> zero effort -> zero scarcity to create are doomed to inaccuracy and failure. Overall, I'd say software is no more immune to the costs of production then any other kind of information.

    17. Re:Libertarians should hate ESR for this by Arandir · · Score: 3, Insightful

      If the government does not coerce people *not* to copy your stuff, then copyright doesn't exist.

      There is an excellent article by Richard O, Hammer entitled "Intellectual Property Rights Viewed As Contracts". It is a rebuttal to Roderick Long's "The Libertarian Case Against Intellectual Property Rights", which the FSF links to.

      Both were published by in Formulations, but their links online are no longer working (as the Free Nation Foundation has split into two organizations and their web sites are still in flux).

      In this article, Richard argues that a statist system of copyrights is not necessary for a creator to legally protect his works. Everyone should try to find this article, along with related articles by both Hammer and Long.

      A government recognition of a class of property is most certainly not the sole basis for that property. When the government recognizes real estate as property, I gain the benefit of access to the government police and courts to defend my land property with. Should the government cease recognizing real estate, my task of protecting my property will be considerably harder, but it will still be my property. Ditto for intellectual property.

      Of course, the current system of copyrights are flawed. But seeing flaws in copyright laws does not infer that software should not be owned.

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    18. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0

      A famous military simulation/situation is the WWII Magenot line - how do you defend a large border against a hostile enemy? If you evenly spread your forces, the enemy can concentrate their efforts on one small part of the line & break through. There is no good solution; the best is to for the defender to punch through a few km or so and thereby becoming the aggressor.

      This is the same as the current software situation - how do we defend our rights to use the information we've bought as we see fit? Ultimately we'd like to be able to install software that we've paid money for on as many machines as we'd like. We'd like to not be tied to any one platform, and to not be tied to one source for support extension & improvements, and to not be SOL if the company goes under. The current "suboptimal" solution is to become the aggressor - to create the GNU/Linux platform. I lied when I said above that there was no solution to the Magenot line - there is, and it is the state of no war. Without conflict the problem and therefore the solution don't exist. The only way to fully realize the goals I listed at the start of this paragraph is to eliminate copyright. Until that happens we have to fight back with Free Software.

    19. Re:Libertarians should hate ESR for this by abe+ferlman · · Score: 2

      We've veered *far* from the original argument, I don't think I'll be responding much deeper into this thread.

      You seem to be saying you can keep information scarce by keeping it a secret. Yes, and you could make any physical object scarce by hiding it. That's not what I'm talking about. Unlike chairs and tables and bricks, if I show you my information, there are now two copies of it, yours and mine, which cost essentially nothing (the cost of media, which in the internet age is essentially free.) If I show you my chair, I either have to give it to you or sit on it myself. THAT is the kind of scarcity I'm talking about. If we cooperate, we can create almost unlimited copies of information. It's specifically the copyright laws that make this kind of cooperation impractical because a government enforced monopoly is too valuable to give up.

      You say if society can't read information will be scarce to them. Well, not true exactly - they just won't be able to *use* the information. You keep using "scarce" to mean something other than "in short supply". In fact, if people can't "read", as your metaphor goes, then there will be plenty of opportunities to make money interpreting the information, even if you don't *own* the information. Again, return to the Physics teacher example. Lots of people in this country make a living teaching physics even though they don't own the laws of physics. These ideas are not in themselves scarce, but the ability to use them in useful fashion is- so that's what people pay for.

      bryguy

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    20. Re:Libertarians should hate ESR for this by Brian+Knotts · · Score: 2
      In the abstract, copyright recognizes this scarcity by granting the author certain limited rights.

      You are correct. I would suggest, however, that the copyright "compromise" is increasingly being tilted in one direction. Whether that is a good thing or a bad thing depends on your circumstance.

      Regardless, I would suggest that the increasingly "extreme" view of copyright is what is likely driving the corresponding "extreme" anti-copyright advocates.

    21. Re:Libertarians should hate ESR for this by bXTr · · Score: 1

      Copyright is nothing but a government granted monopoly.


      I believe you may be confusing copyright with patent. Be that as it may...


      For instance, what if it was found that better music would be created if only people with masters degrees in composition (or licensed students) were allowed to create music. Think of how much crappy music wouldn't get made if you
      needed 6 years of school and a license before you could strum an A chord! Is this a legitimate type of coercion? Think!


      For that matter, what if it was found that better doctors would be created if only people with doctorates in medicine (or licensed practitioners) were allowed to practice medicine. Think of how many crappy operations wouldn't get made if you needed (n) years of school and a license before you could perform brain surgery! Is this a legitimate type of coercion? Think!

      Any you can be my first patient! Feel lucky?

      --
      It's a very dark ride.
    22. Re:Libertarians should hate ESR for this by NoOneInParticular · · Score: 1

      Without copyright, software would be distributed binary only. It would contain code to try and determine whether it was used in a undesired way (by a wrapper program for instance), it would use dongles, it would have all kind of copy prevention mechanisms just to make sure that no-one else could copy it.

      Although everybody has a right to copy, you have the right to make that difficult. Where does opening up the source code enter the equation you say? Right, nowhere. Without copyright, open source would be no more frequent than nowadays (probably less as everyone working on GPL projects now would then potentially create code for microsoft)

    23. Re:Libertarians should hate ESR for this by abe+ferlman · · Score: 2
      Arandir's post constitutes a thoughtful response, although I still disagree.

      to wit:

      A government recognition of a class of property is most certainly not the sole basis for that property. When the government recognizes real estate as property, I gain the benefit of access to the government police and courts to defend my land property with. Should the government cease recognizing real estate, my task of protecting my property will be considerably harder, but it will still be my property. Ditto for intellectual property.

      Here, you have claimed that property is more than what you can defend as your own (or with the help of the state), but you gloss over what right allows you to own any property at all. What makes something your property? I argue that property rights serve a societal purpose, that is, to prevent permanent violent conflict over the control of scarce resources. However, since information is not scarce, it is not possible to have a 'moral' right to that property, only a government enforced and illegitimate right to that property.

      Of course, the current system of copyrights are flawed. But seeing flaws in copyright laws does not infer that software should not be owned.

      This is true. The fact that the copyright system does not achieve the goal of fostering innovation does not, by itself, suggest that ideas should not be owned. However, the notion that property is an arbitrary set of rules which prevent permanent conflict over scarce resources suggests that claiming anything non-scarce as "property" is illegitimate. Imagine is someone claimed the air to be their property. Obviously this is ridiculous but by your theory, how do we determine that their right to the air is illegitimate? Once you take the idea of scarcity away from property, there is no limit to the ability of those with control of the most property to coerce those with less.

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    24. Re:Libertarians should hate ESR for this by Jerf · · Score: 2
      'Regardless, I would suggest that the increasingly "extreme" view of copyright is what is likely driving the corresponding "extreme" anti-copyright advocates.'

      Quite likely. Of the two, I'm certainly more sympathetic to the "ditch it" POV... However, I think that Utopia in IP would not result either. Hence my moderation.

    25. Re:Libertarians should hate ESR for this by j7953 · · Score: 2

      Yes and no. You are right, information in the abstract sense is not scarce. But a concrete information is also not scarce, it can be copied at (almost) zero cost, and the copying costs that remain is not due to the scarcity of the information, but due to the scarcity of physical goods (like storage media and communication infrastructure).

      What is, in fact, a scarce good, is the creation of information. The music you like, for example, is not scarce, once you have a piece of music, you can copy it as often as you want (provided you have enough physical goods, i.e. storage media). But the creation of that music is a scarce resource, because there is not an infinite number of musicians.

      In the abstract, copyright recognizes this scarcity by granting the author certain limited rights.

      That's correct. Copyright (in the abstract) recognizes that creators of information are a scarce "resource", and thus gives an economical reward to them for creating information.

      The problem with copyright law is that is does so by artificially making the works a scarce resource, though they are not. (I'll have to admit that I can't come up with a better solution.) The additional problem with current copyright law is, as you stated, that it goes too far and favors the copyright owners over the public.

      --
      Sig (appended to the end of comments I post, 54 chars)
    26. Re:Libertarians should hate ESR for this by skajohan · · Score: 1
      So because there is a cost of production of software, we must restrict the rights of users of software? I don't buy that at all. Remove copyright and people will still want software, right? So somebody will be making money writing software. Many more will probably make money modifying, installing, supporting etc. existing software.


      See my point here? The producers of the software will get paid for producing software. The distributors of software will get paid for distributing software. If you don't like it, you don't have to produce or distribute software, somebody else will. Everybody (except some of the people who are now making money selling proprietary software) will be happy.

    27. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0
      Property rights make some sense when they are attached to items that are scarce. Information, however, is not naturally scarce

      Property rights makes sense in all situations regardless of scarcity. Why shouldn't a person be able to profit (in anyway not just monetarily) from his work whether it be mental or physical?

      Regardless copyright is NOT about "information" (whatever you mean by it). It's about the expression of information which takes time, effort, and often a lot of money.

      Imagine you read a book and then decided you'd like to write one on the same topic. Is the author controlling your access to, or use of, the "information" contained within his book if he demands that you not copy him word for word? As you might say, think!

    28. Re:Libertarians should hate ESR for this by skajohan · · Score: 1
      ...it takes money to develop software. and until you can have whatever you want developed free of charge, software will be an economic good.

      Nope. Writing software is a service. Copyright is a complicated way of making sure the people providing this service gets paid.

      Allowing people to charge for services rendered does not require the restriction of the right to redistribute and/or modify software.

    29. Re:Libertarians should hate ESR for this by Jerf · · Score: 2
      'The problem with copyright law is that is does so by artificially making the works a scarce resource, though they are not. (I'll have to admit that I can't come up with a better solution.)'

      No other solution exists without invoking an all-knowing deity that determines the value of information in advance. If the supply is not controlled, and information freely propogates, then there is no demand in the economic sense, pushing the price down to zero. This effectively makes the producer eat the cost.

      Short of invoking the aforementioned all-knowing deity and then having "the government" pay this price, you can't both give the information away and somehow pay for it.

      You can feel this is reprehensible. I wouldn't have much trouble with that. You can also feel that lions eating meat is reprehensible. Neither opinion has the power to change the way things are, however.

    30. Re:Libertarians should hate ESR for this by Jerf · · Score: 2
      Remove copyright and people will still want software, right? So somebody will be making money writing software.

      How?

      Actually, what you get in your situation is a bare minimum of information produced, at the bare minimum price. "Software" seems to be a special case, as some kinds of software can be made by some people for things other then money; this doesn't constitute a proof that "accurate street-level maps", for instance, can be run this way.

      I'm talking information, not merely software. Novels, music, poetry, movies, building blueprints, knowlege bases, instructions on how to build a bomb, demographics, maps. Wiping away copyright because some software seems to not need it seems incredibly short-sighted. I'm the first to say copyright is being abused in some quarters, but the problem is the abuse, not the copyright.

    31. Re:Libertarians should hate ESR for this by Dwonis · · Score: 2

      Yeah, for about 10 years, after which people would FINALLY realize that copy protection is impossible.

    32. Re:Libertarians should hate ESR for this by Zimm · · Score: 1
      Again, return to the Physics teacher example. Lots of people in this country make a living teaching physics even though they don't own the laws of physics.

      Yes lets return to this then. you are equating the laws of physics with information. This is incorrect. Again, the laws of physics existed long before there was any information about them. Someone created that information, that is what i'm talking about. If Bob studies physics, and makes a discovery, then Bob has information that no one else does, at that point the information is scarce, and Bob can choose to do what he wants with that information. He may ask for money from someone to share it with them, or he may just take the time and tell them at no cost to others. In the above example, I have shown you how information is scarce, and has value. When someone buys Micorosft windows, they make the decision that it is better to buy it, then to go make it themselves. Probably the right decision. It is in Microsoft's best interest to keep the source "secret" as you say, because it is an economic entity that exists in the market place. If Microsoft didn't act this way it would be punished by the market out of existience. But this also explains why Microsoft is able to charge at all, for if there where no scarcity, then people wouldn't pay so much for it.

      Thanks for the discussion



    33. Re:Libertarians should hate ESR for this by abe+ferlman · · Score: 2

      Why shouldn't a person be able to profit (in anyway not just monetarily) from his work whether it be mental or physical?


      Perhaps a better question is, why should a person be able to profit from this work? The answer is usually obvious- someone wants the work and will pay for it, and if they won't do it someone else will or it won't get done. If I want you to build me a house, you have a right to demand payment for it.

      Ideas aren't the same way though. Because they are not scarce once made, we impose artificial scarcity on them. And please, don't give me the "expression of the idea" business. This is taken about as seriously as the "limited times" provision in the constitution: that is, it is ignored. Furthermore, even the expression of an idea is not scarce once transferred to digital media- again, it is the creation of the idea that is scarce, not the idea itself once created. Perhaps we should pay people to create, but certainly we shouldn't create artificial scarcity for their goods after they've created them.

      Sometimes there is only one way to express a simple idea (one-click patents, I know, not strictly copyright, but that's not really important). Sometimes one idea is a whole bottleneck for a bunch of other ideas (Windows and all the software that runs on it, the derivative "The Wind Done Gone, the Phantom Edit, etc.).
      You say we shouldn't copy word for word. I agree we shouldn't plagiarize (i.e., we should retain attribution), but what if we COULD copy word for word. What would be the harm if no one had a monopoly on any particular expression of an idea?

      Imagine a world where intellectual property were slowly phased out of the law. Two major things would happen. The barriers to entry to a number of fields (literature, software, music) would be immediately lowered, and the corporate influence would diminish as companies find their non-monopoly intellectual properly holdings to be less lucrative than they originally imagined.

      A few writers and musicians would find it difficult to survive publishing the way they used to. Most would adapt. Some would be replaced. New forms of patronage and payment would emerge. Without fear of prosecution, a new artistic revolution would occur with derivative works of all manner of art being created, as well as new works.

      You may be familiar with the controversy over "The wind done gone", a novel told from a slave's perspective on the "Gone with the wind" story. You probably think the person who told this story was stealing. I think she was "Standing on the shoulders of giants", to paraphrase Sir Isaac Newton, taking something good and making something better with it. Finally, consider Shakespeare, many of whose plays were simply retellings of other works that came before. Was he the greatest playwright ever to use the english language, or a common thief?

      It's hard to imagine a world where ideas can't be owned and where speech really is free, because it's so different from the one we live in. But that's no reason not to try.

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    34. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0

      The issue was not about Copyright, it was about contract terms of the license, wasn't it?

      You agree not to copy the software or give it to anyone else. On those terms, I give you a copy. If you give away copies, you are violating my terms. I don't need to invoke Copyright to say that you violated the terms of the license.

      (I might have a tough time enforcing this agreement, but that's my problem.)

    35. Re:Libertarians should hate ESR for this by Arandir · · Score: 2

      ...but you gloss over what right allows you to own any property at all.

      In a libertarian anarchist nation such as Hammer's Free Nation Foundation proposes, your point would be rather moot. There would be no rights protected by the state since there would be no state at all.

      But it wouldn't matter if my property were not *really* property, so long as everyone behaved as if it were. Assuming a recognized system of contracts, then I would sell my creative works to you under an agreement stipulating that you would behave as if they were indeed my property. If you did not agree, I would not sell the software to you.

      Additionally assuming contractual associations, all the ingredients of copyright are in place. I can easily envision a "Hammer Standard Copyholder Contract", which I agreed to when I joined the "Vinge Legal Advocacy Association". The VLAA has arbitration agreements with other contractual associations, including an agreement to enforce the "GNU Copyleft Contract". In this mythical world, imagine a "FSF/EFF Legal Society" that does *not* recognize the Hammer Contract. They can violate my copyright at any time, since they don't recognize software ownership. If one of their members decided to "infringe" my copyright, I could pursue no legal actions against them. But I could lodge a complaint with the VLAA, and it would then become extremely difficult for the "violator" to conduct further business with other VLAA membe

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    36. Re:Libertarians should hate ESR for this by DanPeng · · Score: 1
      So because there is a cost of production of software, we must restrict the rights of users of software?

      This is a gross misuse of the concept of rights. You have no right to software, no more than you have the right to food, shelter, or medical care. Why? Because somebody has to produce that food, shelter, medical care, or software, and you have no right to compel them to produce it.

    37. Re:Libertarians should hate ESR for this by Malcontent · · Score: 2

      This sceme would fall apart because the consumers would always choose to "steal" the stuff. Your consumers are not after all some corporation it's the masses and if they can copy it easily (without the threat of jail) they will. In your example the VLAA would be powerless because they would have to "shun" the consumer base. They would have to hunt down every copier of a CD and put them in some database so that no member of VLAA would ever do business with them again. But look at how silly that is! You copied a CD last year so we won't let you buy these shoes!. Big whoop the consumer simply walks across the street to the next store.

      --

      War is necrophilia.

    38. Re:Libertarians should hate ESR for this by Patrick · · Score: 1
      Copyright is nothing but a government granted monopoly.

      Check Eric's essay again. He doesn't use the word "copyright" once. What he suggests is a license. Eric's words:

      I write proprietary software to have fun and make money. Part of my flerbage is that I can offer people a license that says "I trade you my software on the condition that you (a) pay me some money, and (b) don't give a copy to anyone else."

      What he's suggesting is a contract, allowing the user to use some software in trade for money and a promise not to give the software to anyone else. Contracts are allowed under Libertarianism, right? I have the freedom to give away whatever freedoms I choose to give away.

      --Patrick

    39. Re:Libertarians should hate ESR for this by Arandir · · Score: 3, Interesting

      I won't fall apart (theoretically). However, the VLAA is competing against the EFF/FSF Legal Society in a free market. It may very well be true that the EFLS beats out the VLAA for access to the consumers' pocketbooks.

      It is a free nation, after all. If no one wants copyright-like systems, they will not happen. But I would suspect that you will have a mixture of both. Some real and virtual communities may go with a copyright-less system, and co-exist with those advocating a copyright system.

      if they can copy it easily (without the threat of jail) they will.

      To quote from the Hammer article: "The cheater faces free enterprise. A cheater can get away with a 50 cent theft only until an entrepreneur invents a 40 cent way to catch him."

      Also interesting is this quote: "Even though contract and technology will work at their best in a free nation, some efforts to restrict the copying of intellectual products will not pay for themselves. This economic reality, I suggest, will determine the extent of intellectual property rights."

      In a free nation a copyright-like system can exist. But it most certainly will NOT be like the present system of statist copyrights.

      Postscript: I see that the LNF site at least is now up and running. I would suggest the looking at the following articles (which are both pro and con copyright):

      The Libertarian Case Against Intellectual Property Rights
      Intellectual Property Rights Viewed As Contracts
      The Intellectual Property Debate
      ...and...
      Ideas As Property"

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    40. Re:Libertarians should hate ESR for this by BubbaFett · · Score: 1

      Copyright (except for DMCA) is basically an implied agreement between the owner and buyer. Government's only intervention here is making that agreement implied, rather than having the buyer sign a contractual agreement with the owner, which under a free market, the owner has the right to require.

    41. Re:Libertarians should hate ESR for this by Shadowlion · · Score: 1

      From this example, I don't see your problem.

      It wasn't my problem, it was the problem of the poster I replied to. :)

    42. Re:Libertarians should hate ESR for this by setecastronomy · · Score: 1

      You make a really excellent point - one that I had not considered previously. However, IMHO, what most people object to in the current copyright system is not the copyright itself, but the absurd cost in obtaining a license to use (listen to, play, copy, whatever) copyrighted material - and nearly all of that cost goes to the distributors of the bits (which themselves contribute almost nothing in the digital world) instead of the creators of the bits. I would have no problem paying the creator of an artistic work a fair price for their creation, and the distributor slightly more than their costs (so they, too, can make a decent profit), but $18 a CD, where typically no more than $0.50 goes to the artist, and the CD costs only $1.50 to produce, is unacceptable. (Yes, advertising and distribution cost money - but spending millions on advertising music isn't necessary, and downloading an MP3 or other audio file doesn't incur a $5 shipping charge from UPS.)

      --
      --- Remove all references to mud-dwelling quadrupeds to email me.
    43. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0

      .. actually in socialist societies it is considered that society has every right to compel people to produce things in general.

      Not suggesting that free software is socialism, but I am suggesting that there are very many different "rights systems" than the western negative rights ("your rights end where mine begin") system.

    44. Re:Libertarians should hate ESR for this by Anonymous Coward · · Score: 0
      Copyright is nothing but a government granted monopoly. Wake up! If the government does not coerce people *not* to copy your stuff, then copyright doesn't exist.

      By enforcing copyright, the government is enforcing a form of contract. By accepting the license on a piece of software you are accepting the license that comes with it. By copying the software, you are breaking a contract. I think that all will agree that breaking contracts is a bad thing.

      Now, this begs the question, "are software licenses legal contracts?" Clicking "yes" is not the same as making your mark on the dotted line, but it is definitely a form of acceptance. Of course, by the time you get to the point where it asks you to click yes or no, it is too late to return software that you have purchased. I, personally, would like software license to be available on-line and in stores so that they could be read before purchasing.

      My point is, by clicking "yes," you are accepting the license, which is a contract. Accepting a contract makes it binding on you. If you don't want to be bound by the contract, do not accept it, and don't use the software. If you really need the software, find comparable software whose license you find more agreeable, or, even better, write your own.

    45. Re:Libertarians should hate ESR for this by Pinball+Wizard · · Score: 2
      Even if the physical goods could be distributed for free, you'd still need to pay for production and creation. Even if the costs of production could be reduced to zero, you'd still need to pay for creation


      When that happens physical goods, like information will "want to be free".

      --

      No, Thursday's out. How about never - is never good for you?

    46. Re:Libertarians should hate ESR for this by Malcontent · · Score: 2

      "The cheater faces free enterprise."

      Not having read the article this phrase strikes me as being pretty funny. The word cheat assumes that somehow some rule was agreed upon by all parties involved. My guess is that the so-called cheater has never agreed to play that game.

      --

      War is necrophilia.

  39. ESR misses the point by Mr.+Slippery · · Score: 4, Insightful

    While I respect ESR, in this case he could not more perfectly fail to grasp the point.

    Proprietary licenses, whereby a state-designated owner can use state power to declare some string of bits "property" and do nasty things to you if you copy them, are an infringement of "flerbage". (Or "freedom", if you prefer.)

    Maximum "flerbage" would be the absense of copyright - not passing new restrictions on proprietary licences, but rather removing the exisitng restrictions that make proprietary licences possible.

    (I'm not - for the present - arguing for or against such a change. Just arguing that outlawing certain uses of photocopiers, tape recorders, computers, etcetera, is not moving in the direction of maximum "flerbage".)

    I'm disappointed that a self-described anarchist doesn't understand the difference.

    --
    Tom Swiss | the infamous tms | my blog
    You cannot wash away blood with blood
    1. Re:ESR misses the point by Patrick · · Score: 1
      Proprietary licenses, whereby a state-designated owner can use state power to declare some string of bits "property" and do nasty things to you if you copy them, are an infringement of "flerbage".


      Not at all. You have the right to not use the software, in which case its author has no state-enforced rights over you. Consider a software vendor who offers you this: "I will give you this software if you will give me your first-born child." You have every right to decline; his offer has not decreased your flerbage in any way (unless you're foolish enough to accept it). Similarly, if he offers: "I will give you this software if you give up your right to make copies of it," you have the freedom to accept or decline. If you decline, it's a noop -- you don't get the software, and you don't give up any of your freedoms.


      A Libertarian society lets you trade life, liberty, or property however you like. It just doesn't give anyone (including the government) the right to take them away by coercion.


      --Patrick

    2. Re:ESR misses the point by Phillip2 · · Score: 2
      "You have the right to not use the software, in which case its author has no state-enforced rights over you. "

      This is non sensical as far as I can see. Its like arguing that because I do not kill people, the murder laws do not apply to me.

      The problem with ESR's argument is this. What would happen if we made proprietary licenses illegal he asks? He suggests this reduces freedom because essentially its another state enforced law, which being the libertarian that he is is obviously a bad thing.

      But this is a false premise. Perhaps we should instead ask what would happen if the law that already exists which make proprietary licenses possible did not exist. Surely then this would result in an increase in freedom. Which is what the FSF argues.

      "A Libertarian society lets you trade life, liberty, or property however you like."

      Well this is all very well but all of those three things are words like freedom open to interpretation. I shall bypass the question of what life is, as I'm a biologist so that ones probably one of interest to me, and also liberty because this is more or less a synonym for freedom. But property? You can not trade "property" however you like. Property is a legal concept. It's meaning only comes from law, which in our societies means from the mechanisms of state. If you want to trade in slaves for instance, you can not do so however much you might like to.

      Phil

    3. Re:ESR misses the point by Patrick · · Score: 1
      But this is a false premise. Perhaps we should instead ask what would happen if the law that already exists which make proprietary licenses possible did not exist.

      Proprietary licenses can exist in the absence of copyright law. Forget copyright law for a moment -- yeah, yeah, everyone at Slashdot hates it. Even me.

      In a Libertarian society, you have a right to make any commercial transaction you want, so long as it does not infringe by coercion the rights of others. I could offer you a product in exchange for your promise to waive your right to free speech for a year. You can take or leave the deal, and the government will enforce it as a matter of contract law. I have no right to coerce you into taking the deal, but once you take it, I have every right to see that you stick by it. Rights-abridging agreements, from NDAs and non-compete clauses to software licenses, are just legal contracts that you can choose not to sign if you like.

      Its like arguing that because I do not kill people, the murder laws do not apply to me.

      Entirely different. First of all, murder laws exist because my right to life is much more important than your right (as it were) to murder me. So a murder law actually is a law: the government protects my fundamental right to life by threatening force upon you if you kill me. Software licenses are contract, not law. The only law here is the enforcement of contracts. Even Libertarians recognize the need for contracts.

      "A Libertarian society lets you trade life, liberty, or property however you like."

      Well this is all very well but all of those three things are words like freedom open to interpretation.

      Even if I'd said that Libertarianism lets you trade flugnuts, mumblewarts, and cheeticks, the point would be the same. You may have a fundamental right to your mumblewarts, but you also have the right to waive that right in a contract. If you waive that right, then contract law -- not copyright law -- dictates what you may and may not do.

      --Patrick

    4. Re:ESR misses the point by Phillip2 · · Score: 2

      "You can take or leave the deal, and the government will enforce it as a matter of contract law. "

      This is just shifting the balance of course. Okay so we have forgotten about copyright law. But now we have to have contract law, which needs supporting. It does not change substanitially what I was saying.

      And of course we still need numerous other laws for the contract law. Okay so I get you to agree to a contract so you have to do it. The fact that you made the agreement because I was threatening you a gun at the time is clearly of relevance to this.

      "Software licenses are contract, not law"

      This is true, but software licenses are only made possible or necessary because of law. The software license is a contractual agreement which defines under what circumstances the author can do something which is other wise against the law.

      "You may have a fundamental right to your mumblewarts"

      But only society can determine what rights you have are fundamental. Defining that is the key, and everything stems from it. Notions of trading and contracts come after wards.

      Phil

  40. Invertred question by Fyndo · · Score: 1
    if you two could get a law passed making proprietary licenses illegal, would you do it?

    How about this one: if you could repeal the laws that prevent you from copying software, would you?

    In the absence of copyright law, I can copy Sicromoft's operating system. Copyright law removes that right/privelege.

    ESR is also extremely disingenous when he says these things:

    I have the condition of flerbage when I can behave in the confidence that nobody will take my life, my physical property, or my time without my consent. (Observe that I am not prejudicing the discussion by assuming that the software I write is my property.)
    and then
    Part of my flerbage is that I can offer people a license that says "I trade you my software on the condition that you (a) pay me some money, and (b) don't give a copy to anyone else."
    . Now you see, this isn't part of his flerbage, by his definition. If he can't make this trade, has he lost any time? his life? his (non-intellectual) property? No. This is not part of his flerbage, as he defined it. "my software" is an interesting word, if he has not, as he claims, prejudiced the argument by assuming the software he creates is property. Nor is his flerbage decreased (unless we make the additional assumption software is property, if the government copies his software, and gives every single person on the planet a copy. He didn't lose the time he spent making it, he had the option to do something else.

    so his moral committment is he's pro-flerbage. Well, the debate is flerbage-neutral. flerbage doesn't, as far as I can tell, enter into it at all. Unless, of course, you want to prejudice the argument by claiming the programs you write are your property.

    1. Re:Invertred question by dopplex · · Score: 1

      If you look at it from an economic perspective, a law disallowing proprietary licenses would in fact incur a cost to him (Flerbage point #2 - an additional cost is taking away property) because he would no longer have the money that he would have gained from the distribution of his software.
      Thus in the two worlds (One in which Proprietary licenses are allowed, and one in which they aren't), in one he has more property (Physical, not Intellectual) while if he was not allowed to choose his license, he would have less. Thus a reduction in flerbage.

      (Note that I feel that removal of opportunity to produce income is identical to removal of property)

      --
      "You can take our lives, but you can never take our Flerbage!!!!"
    2. Re:Invertred question by Fyndo · · Score: 1

      By that logic, laws against theft decrease your flerbage, because you do not have the opportunity yo produce income by that means, despite the fact that others can decrease your peoperty thereby. You've gotten into whose flerbage is worth more, in what ways, and "flerbage maximazation" is no longer useful. Also, proprietary licenses reduce my ability to not spend money and thus keep my income high by just copying the software. So they decrease my property, and thus my flerbage.

  41. Wow by Anonymous Coward · · Score: 0

    Wow, I'm kinda shocked. I never expected the next wave of anti-GPL FUD to come from ESR. Man that's messed up.

  42. Question to Mr. Gill Bates by masq · · Score: 1

    Gill: If you could get a law passed making open-source licenses illegal, would you do it?

    That's what I thought. Fair is fair.

    I love ESR, but... Microsoft views this as WAR. We normally do not. But that WILL NOT prevent us from being exterminated by Microsoft if they are able. With the GPL applied to probably far less than 5% of all the world's code, ESR shouldn't be worried about Stallman banishing proprietary software, but about Microsoft banishing Free Software. While we try to decapitate our own people, Microsoft, the 800lb. gorilla that *never loses*, is focused, tireless, and efficient in their behind-the-scenes work to discredit the GPL, Linux, and Free Software.

    There's only one thing Microsoft is good at, and that's destroying their competition. And from the looks of this article, there's only one thing ESR is good at, and that's destroying Microsoft's competition. Without the GPL covering us, Linux would be BeOS. Except that BeOS is technically better than Linux.

    And Linux growing to 95% market share doesn't matter, if it means we have to become the next Microsoft to do it. Selling out is a slippery slope that starts one step at a time. It's time we stop this lame infighting and get to work on our code. Everyone's fighting to control Linux, but there will BE no Linux if we don't stop fighting. I love Linux, but I'm scared as hell of Windows XP. If we don't work fast, we're dead, and all our best coders are fighting about hypotheticals.

    1. Re:Question to Mr. Gill Bates by Anonymous Coward · · Score: 0
      Aren't the forces behind this war why RMS came up with the GPL in the first place? So that GNU would be a viable alternative, to software that could be included in proprietary software without contribution back to the free area? Copyright was intended to promote the arts and sciences; I interpret this as assisting something that has no functionality (in a tangible, objective sense, such as food production, manufacturing, etc) monetarily, so that such efforts can be made to enhance the quality of life in the US, not merely to perpetuate it.

      Fast-forward to today. The GPL today, as you mentioned, is an old weapon in a current war. Had RMS not created it, programmers (unaware of the law, such as myself) would have been FUDded out of producing software for fear that they could have been sued for enhancing the same software that was absorbed into a proprietary product. Now this of course isn't the case (i.e., because it's prior art), but reading the GPL clarified that and gave me the (perhaps false) sense that I had a legal document standing behind my ability to contribute software; software that wouldn't 'die' until it truly became useless.

      And again, we are in nothing short of a war. Netscape and the explosion of the web pushed the Microsoft battle engine (if you will) into high gear, the GPL empowers those of us who don't like Microsoft/ware to build a 'protected' competitor that MS can't buy, crush, or trivially absorb (via source code) into their products, and then lobotomize, stagnate into obsolesence, or adulterate into bugginess and incompatibility in pursuit of world domination (or maybe the buck; I can't tell from week to week :-).

      Make no mistake, power is what the GPL is about. I see it as power that protects a public trust of software, however. In an ideal world, licenses could solely follow philosophical ideas of right and wrong. For the moment, however, our public trust is, and I'm going out on a limb here, under attack. As such, I see a defensive mechanism such as the GPL as a necessity during our current state of (crawling further along the branch) emergency. We all want everybody to play nice; but push has come to shove, and I see the question as that of taking a stand as to what I want the software landscape to look like for developers, users, and competition over the next 5 years and beyond.

      Nonny M. Cowart

      P.S. And as soon as my allergies clear up, I'll get cracking on becoming a Debian volunteer.

    2. Re:Question to Mr. Gill Bates by Anonymous Coward · · Score: 0

      Mod this guy up!

  43. Words, flerbage, merbage etc by Anonymous Coward · · Score: 0

    Good word on ESR part? Sounds like flame+garbage.

    And defines well this article of his. Stallman did not argue for outlawing propriatary licences... This whole article stinks...

  44. Re:Doesn't everyone have a slightly different idea by Anonymous Coward · · Score: 0

    I had no idea ESR was nutty like Magnum and Moses. Up until I saw his guns page, I actually respected him.

  45. FAce it by Anonymous Coward · · Score: 0

    Face it man, the FSF are the only group really dedicated to freedom. Everyone esle is in to make buck or for some fame. Why do i suddenly get this feeling the Open Source movement is ready to do some serious selling out.

  46. GPL versus BSD by Anonymous Coward · · Score: 0
    I can legally take a piece of BSD software, make binaries of it, and share the binaries with my neighbors.


    I cannot legally do the same with a piece of GPL software.


    Thus, the FSF restricts what other people do with its software, in ways that the authors of Apache do not. That's fine with me, because the FSF can choose any license that they want for their own software.


    But now Bradley Kuhn is moving into a position of forbidding other people from doing what they want with the software they create.


    Specific question:


    Does the FSF want to make the BSD license illegal?

  47. Eric Stalin Raymond or Richard M Stalin? by abe+ferlman · · Score: 2
    It is my property, I can and will choose a license that fits MY needs as a developer.

    Actually, that's not true. There are many licenses that you can not choose no matter what your twisted needs are. Perhaps you are Vincent VanGogh and you feel a deep need for each user of your software to mail you one of their ears before using your software. I am no lawyer, but I would dare say that this license would be invalid.

    So the real question is, what makes a license a valid restriction on someone else's behavior? Answer: the law. What part of the law are we talking about? Copyright. How should copyright work? Well, you've begged the crap out of this question. Whether it's your property depends on whether the government grants you a monopoly on the information you've assembled into a finished work. I think the FSF folks are saying that locking up information and giving somoene a monopoly on it should be invalid because it creates an impermissible monopoly on information which is not scarce.

    To put it another way, it's not your property just because it came from your mind. If you thought up RSA encryption independently, too bad, it's already been patented (and expired, hooray!). So what's really at stake is not "whose idea was it" but "who got there first". With scarce goods this is an ok compromise, maybe. With non-scarce goods, we don't have to divy up the spoils, we can make an infinite number of copies.

    You just want to get paid because you work, not because you are creating something that has value outside of a government granted monopoly. Who's the communist now? Stalin indeed.

    Bryguy

    --
    microsoftword.mp3 - it doesn't care that they're not words...
    1. Re:Eric Stalin Raymond or Richard M Stalin? by Zimm · · Score: 1
      Copyright. How should copyright work? Well, you've begged the crap out of this question. Whether it's your property depends on whether the government grants you a monopoly on the information you've assembled into a finished work. I think the FSF folks are saying that locking up information and giving somoene a monopoly on it should be invalid because it creates an impermissible monopoly on information which is not scarce.

      I don't know who told RMS that there was now scarcity in information, but they were are flat out wrong. I pay for information all the time, at school, watching the news, reading slashdot and seeing the ads. The economics of information, it's costs, and scarcity is well known and well written about. Start digging, and you'll find it. Of course you may have to pay for it....

    2. Re:Eric Stalin Raymond or Richard M Stalin? by Anonymous Coward · · Score: 0

      Uh, that's the media (teachers, papers, etc.) being costy.

    3. Re:Eric Stalin Raymond or Richard M Stalin? by RatFink100 · · Score: 1
      Perhaps you are Vincent VanGogh and you feel a deep need for each user of your software to mail you one of their ears before using your software

      Poor metaphor since Van Gogh cut off his own ear - he never asked anyone else to cut off theirs

    4. Re:Eric Stalin Raymond or Richard M Stalin? by Anonymous Coward · · Score: 0

      That's why he needs the ears, dumbass.

  48. Raymond is a libertarian by prizog · · Score: 4, Insightful


    This is more standard libertarian rhetoric. Consider: If I "choose" to work a low-income job, and therefore "choose" to live in a high-crime area, men with guns will occasionally forcibly divest me of my property. Or, as happened to a friend of mine, they won't have guns - they'll just have lead pipes, and instead of just taking my property, they'll beat the shit out of me, putting me in the hospital for weeks and *then* take my wallet.

    That's what I call freedom.

    Sure, I could choose to live on Monaco, were there's virtually no crime as much as I could choose to build a rocket ship and live on Mars - that is, sure in an ideal fantasy world, but not in reality.

    Raymond is comparing his ideal world, in which I would have the flerbage not to use Microsoft products, to the real world in which I have the choice of significantly fewer jobs if I make that choice. If I were a secretary, I might have the "choice" of using Microsoft products or finding a new profession, probably at lower wages.

    Anyway, even if he weren't an adherent to a utopian philosophy, it's not the case that being disallowed from releasing proprietary software reduces my flerbage.

    Here's what Raymond says:
    "If I walk up to someone and offer them the same
    proprietary license that I did before the law was passed, police may come to my house to drag me off to jail, or kill me if I resist arrest. My flerbage has seriously decreased."

    And here's the definition of flerbage:
    "I have the condition of flerbage when I can behave in the confidence that nobody will take my life, my physical property, or my time without my consent."

    Well, obviously that doesn't include acts which are illegal - you can't expect to kill someone and get away with it. So, if you say "My flerbage is decreased because I can't break the law", well, tough. Or you might say "the law is bad because it decreases my flerbage," well, that's what all laws do - but we pass them to increase the sum flerbage of each person more than it decreases your flerbage. So, you're back in the same situation where flerbage means freedom. Oops.

    Here's an interesting commentary on libertarianism:
    http://world.std.com/~mhuben/faq.html

    1. Re:Raymond is a libertarian by Russ+Nelson · · Score: 2

      If I "choose" to work a low-income job,

      Sorry to pick on just one thing that you wrote, but you're really attacking the crux of the matter. You are implying that nobody ever chooses to work a low-income job. This it total nonsense. Look at Barbara Eirenreich. She's a socialist who choose to work low-income jobs so that she could report on it. Are you saying that there was some element of coercion in her choice? What about somebody who prefers current consumption over investment in themselves, and has not gotten an education? They are in effect choosing to lock themselves out of all jobs that require that education. What about people who just don't want to work hard? What about people who want to work flexible hours? What about people who want to work at a job for a very short time? Are they not making choices?

      Okay, so in the end you're really arguing that people shouldn't have to be responsible for the effects of their choices. But when you do that, you really *are* arguing against freedom, because the people who end up being responsible want to make the choices.

      Freedom and responsibility are inextricably bound together.
      -russ

      --
      Don't piss off The Angry Economist
    2. Re:Raymond is a libertarian by Gutboy_Barrelhouse · · Score: 1


      and instead of just taking my property, they'll beat the shit out of me, putting me in the hospital for weeks and *then* take my wallet

      Why wouldn't they just take the wallet right after they jump you? Those are some patient crooks.

    3. Re:Raymond is a libertarian by dvdeug · · Score: 2

      > > If I "choose" to work a low-income job,

      > You are implying that nobody ever chooses to work a low-income job. This it total nonsense

      There exist people who choose to work a low-income job. There also exist people who choose to beaten with pipes. That does not negate the fact that a lot of people don't choose either. I would guess he's talking about them.

      Life's not all choice. I was lucky enough to grow up in a (upper?) middle class family with a family who could and would feed my reading and computer using habits. If I had grown up to a poor family in a slum, I possibly wouldn't be at college, and almost certainly wouldn't be typing this message on an expensive computer in my room.

    4. Re:Raymond is a libertarian by Anonymous Coward · · Score: 0

      hehe. My sentence structure has gone to hell lately :)

      Yeah, the beating, the theft, then the hospitalization :)

    5. Re:Raymond is a libertarian by Shimatta1 · · Score: 1

      This is more standard libertarian rhetoric.

      This is more standard attempt-to-discredit-something-by-dismissing-it-as -rhetoric rhetoric.

      Shimatta

  49. My reply: by Anonymous Coward · · Score: 1, Interesting

    From: Gregory Maxwell
    To: esr@thyrsus.com
    Subject: Flerbage

    After reading your article about flerbage on LinuxToday, I came away
    thinking that your analysis was overly simplistic on one point to such a
    great extent that it was totally handicapped by this 'over sight'.

    I believe that one of the FSF's primary arguments against the *existence* of
    proprietary software is that it's ill effects go well beyond the people who
    choose to use it, especially in the case of popular proprietary software
    (such as Microsoft Windows).

    By ignoring this point, you have forced a particular conclusion: I seriously
    doubt that the FSF would try to say that no one should have the right to
    create proprietary software if in fact it could be shown that proprietary
    software harms no more then it's users.

    It would have been much more enlightening for everyone if you had followed
    through enough on your article to suggest that 'flerbage compliance in
    Tim/FSF world reduces to the question of the harm of proprietary software to
    non-users'.

    In my view, the FSF already has a strong case: The dominance of Microsoft's
    proprietary OS and office productivity software have caused *me* significant
    direct and indirect harm. It has made my decision to not use their software
    significantly more difficult. Because I have chosen to obey the often ignored
    and selectively enforced copyright laws in the context of computer software in
    an effort to highlight one of the intrinsic weaknesses of proprietary
    software, I have, to some extent, alienated my coworkers and family (why
    won't you copy that disk for me? Don't you like me?).

    I could go on, but the point is: There is a potential for the mere existence
    of proprietary software to cause harm to the rest of the world. We can
    prevent that harm by removing the power/freedom of the small group we call
    developers to remove power/freedom from everyone else. What we must answer
    is 'What is the right balance', and it may not just be as simple as
    no-proprietary software or developer chooses his license.

    I believe that you did a great disservice to the discussion with your
    oversimplification. In the future, I hope you have more respect for your
    position in the community and write a more fair and insightful analysis.

    Thanks for your attention,
    Greg Maxwell

  50. irrelevant by Anonymous Coward · · Score: 0

    The bottom line is this: It's Linus Torvald's OS and he can name it whatever he likes. If the FSF wants credit for everywhere their stuff is included, they shoulda put it in the GPL. Technically, you can say Linux is just the kernel, but it's really hard to split hairs like this to laypeople. They'll just call it whatever they feel like and no amount of whining and complaing about fairness and credit will change this.

    1. Re:irrelevant by blue+trane · · Score: 1

      If the FSF wants credit for everywhere their stuff is included, they shoulda put it in the GPL. Technically, you can say Linux is just the kernel, but it's really hard to split hairs like this to laypeople. They'll just call it whatever they feel like and no amount of whining and complaing about fairness and credit will change this.


      Linux is easier to say/remember/write than GNU/Linux, too.

  51. Beware of libertarians bearing "freedom" by Jay+Carlson · · Score: 2, Interesting
    KSR had a line in a book somewhere that went something like this:
    "Libertarians want just enough government to keep their slaves from revolting."
    Over the top, sure, but it's got a grain of truth in it. Ever since I read that, this former die-hard libertarian has been much more skeptical of the glorious and righteous claims from libertarians. It's important to look behind the big important words and figure out what's actually being argued.

    In this case, arguments for "proprietary" software licenses are arguments for the use of government force on the behalf of copyright holders. I mean, all this talk about "intellectual property" is eventually backed up by state power (with guns as the final resort), right?

    That's not to say that I think enforcement of copyright and contract law is necessarily or entirely a bad thing. In fact, we get a lot of good out of copyright. But I think we need to look at actual causes, effects, benefits, and costs when discussing these issues rather than taunting each other with "look, I have more liberty than you!"

    1. Re:Beware of libertarians bearing "freedom" by Russ+Nelson · · Score: 2

      It's important to look behind the big important words and figure out what's actually being argued.

      You mean like "freedom" and "power"? Isn't that exactly what Eric did? Disagree with him if you want, but don't tell him to do what he has already done.

      the use of government force on the behalf of copyright holders.

      Nonsense. Where did Eric refer to copyrights? He said that people with flerbage have the right to ask other people to agree not to copy their software. And if that right is taken away, their flerbage is infringed.
      -russ

      --
      Don't piss off The Angry Economist
    2. Re:Beware of libertarians bearing "freedom" by Chris+Johnson · · Score: 2
      Hm! That is one hell of a quote- and you've got a very good point. I can see why this shook your faith.

      What _relevance_ does proprietary anything have except in the context of either a controlling government, or some other entity capable of taking your money, time or life?

      It just seems very strange to say 'I need to get more FREEDOM which I will call FLERBAGE because it is the ability to place other people in danger of losing money, time or life for not obeying what I say!'

      Whaaaaat??

  52. proprietary licenses DO take 'flerbage' away by cowtamer · · Score: 1

    Maybe this is too obvious to point out. But
    say I do any of the following:

    I violate the DMCA, get an "evaluation" copy
    of win2k from my friend (without stealing anyones
    _physical_ property), or violate M$'s license by disassembling and publishing a portion of their OS and publish it on my web page.

    Then the police knocks down my door, tries to arrest me, or kills me if I resist arrest, thus seriously decreasing my flerbage :)

  53. Can we really take ESR seriously ? by Flabdabb+Hubbard · · Score: 1

    After he wrote these tips ?

  54. Phooey by Anonymous Coward · · Score: 0

    ESR is just spouting mouldy old Ayn Rand rubbish. For some reason, it appeals to the infantile American (mine! mine!) liberatarian mindset.

    When he stops recycling old shite, stops claiming to be an anthropolgist and stops being a tireless self-publicist... then maybe I'll listen to what he has to say.

  55. Freedom is simply freedom of choice. by ToasterTester · · Score: 1

    They all believe in freedom by their own definition of such. They're like the religous right who want to legistate how everyone should think, read, or act. There is no ONE correct way. Freedom is simply freedom of choice. There are plenty of computers and users in this world for proprietary, non-proprietary, free, and commericial software. Nothing wrong if you like GPL or ESR, Stallman, or MS just don't insist everyone else has to.

    FreeBSD fan

  56. Re:Can we really take ESR seriously ? by Flabdabb+Hubbard · · Score: 1
    In fact, he seems like less of a spokesperson for open source, and more like a dangerous gun-fetishizing lunatic.


    Do we as a community really want this man speaking on our behalf ?


    What are his credentials anyway ? Has he contributed much to the world of open source ? (Apart from the ghastly fetchmail?)


    Who appointed him as our spokesperson ?


    Is it not time he took some lessons in marketing and tidied up his act ? At least losing that disgusting moustache would be a start.


    By the way Eric, if your reading this, don't even think about coming round and shooting me, as I have several firearms, including but not limited to glock, Mac-10, H&K MP5, Spaz, Tec, Armalite and many many more. I will not hesitate to defend myself. Pre-emptively if necessary.

    Thank you

  57. You're paying for the medium and support by yerricde · · Score: 1

    this is why you PAY for an education

    You're paying for the medium (textbooks) and support (professors).

    this is why you PAY for software

    When you buy a copy of Progeny (a version of Debian GNU/Linux), you're paying for the medium (CDs and books) and support.

    newspapers, etc

    You're paying for the medium (paper).

    Yes, copyright is a government-granted monopoly. The United States Constitution (Article 1, Section 8, Clause 8) recognizes copyright as existing "to promote the progress of science and useful arts." Anything else is not constitutional. But somehow, the courts think that perpetual copyright[?] "promote[s] the progress of science and useful arts" and that because it's effectively limited to one day less than the lifetime of the Universe, it counts as "limited times."

    --
    Will I retire or break 10K?
    1. Re:You're paying for the medium and support by Zimm · · Score: 1
      You're paying for the medium (textbooks) and support (professors).

      Yes you are paying for the books, and some of the cost is in the medium, but there is also a reflection in the price of the book for the individual(s) authors scarce information. Same for the professors salary, his compensations is directly related to the scarcity of his/her knowledge.

    2. Re:You're paying for the medium and support by FrostyWheaton · · Score: 1

      You're paying for the medium (textbooks)

      Wrong, you pay pennies on the dollar for the production of the textbook, and the rest is royalties to the publisher and authors of the book. Is this bad? no. if there was no money in it most textbook authors and publishers would not do it as a public service.

      If people realized that the abolition of copyright removes or squeezes the profit motive out of all information industries, publishing (music and print) and software predominantly, and that such action then reduces both the number of suppliers and the quality and quantity of what is produced, it no longer sounds like a Good Idea(TM)

      --
      Comments should be like skirts. Short enough to keep your attention, but long enough to cover the subject
    3. Re:You're paying for the medium and support by A+Big+Jerk · · Score: 1

      I can obtain the same information without the professors or the books. What I'm currently paying for is a little piece of paper that certifies that I have recieved that information.

      --
      >> Buy yourself some extremely long bed sheets. You'll be making an escape rope out of them very soon.
  58. Re:Can we really take ESR seriously ? by Flabdabb+Hubbard · · Score: 1

    OMFG he even writes lame poetry

  59. Re:Doesn't everyone have a slightly different idea by Anonymous Coward · · Score: 0

    "criminologist Gary Kleck is a card-carrying ACLU"

    Oh so ESR thinks being a member of the ACLU is a bad thing?

  60. GPL allows this too. by yerricde · · Score: 0, Troll

    I can legally take a piece of BSD software, make binaries of it, and share the binaries with my neighbors.

    I can legally take a piece of GPL software, make binaries of it, and share the binaries with my neighbors, offering in the README to sell them a CD of the source code for the price of media, duplication, and postage (GNU GPL section 3b).

    What do you have to hide today?

    --
    Will I retire or break 10K?
  61. Re:Breaking compatibility by Anonymous Coward · · Score: 0

    Why should "monopoly maintenance" be the sole motivation for flout standards? Adhering to standards is costly, and it can also prevent innovation (when the standard is sub-standard, so to speak). This is just like the difference between making changes "within a module" vs. "in the interface". "Flouting standards" can be re-spun as "disputing where the interfaces should be".

    If you want to make an improvement, but that would break compatibility and you don't own the standard, what are you supposed to do? Sit in committee meetings arguing about the next standard while some other company establishes their own? MS isn't the only company that can "establish" standards.

    Of course, I'm not saying that it always is this way - I don't have the necessary information. But neither do most of yall.

  62. Devil's advocate by mjh · · Score: 2

    I wrote this on the linuxtoday talkbacks:

    Ok. I think that ESR is a very good writer, and I enjoy what he wrote... BUT I want to argue the other side of the coin just to see where it leads. Forgive me, if my arguments are not entirely clear. I'm not sure I agree with them yet. Just trying them on to see if they make sense.

    Ok. So ESR says that what we ought to be talking about here is flerbage. Tim's premise is that a developer ought to be albe to license his/her code under any license they choose. And that if you take away that basic right, then the flerbage of developers decreases. I think that's the only possible conclusion.

    But by enabling that sort of thing, you also enable a monopolistic developer to basically control your life. Which means that the flerbage of users decreases. Let's suppose that I release a piece of code and I say, "If you want to use it, you have to let me have sex with your wife." It's a relatively simple thing for you to say, "No thanks, I don't need your code." But say Microsoft does something like this? In some cases, there is simply no way that some organizations or individuals can say no. (If there were a case where every organization could simply say "no" to Microsoft, then Microsoft would *not* be a monopoly.) Well the answer is, of course, that there is legal precedent (sp?) that prevents unreasonable contract terms. A contract that requires you to become a slave in order to fulfill your part of the contract is null and void on its face.

    Soooo.. Tim's freedom zero already does not exist. Developers can *not* currently release their software under any license they choose. The license has to pass some level of "reasonability". The only question now becomes what is reasonable? What limits should licensors be under when licensing their code? And where should those limits stop?

    I think that RSR & FSF are trying to set a different standard for where those limits should stop. They think that it should be unreasonable to license software that doesn't include the licensee's right to modify or fix the software, and then to release those changes and fixes. Do I agree with the FSF's position? I dunno.

    The point? There already are limits on how developers can license their software, and those limits are good. Reasonable people may disagree on how far those limits should go. But to say that there should be no limits, is short sighted (IMHO). And I think that Tim's "freedom zero" basically says that there should be no limits. That may not be what he intends to say. I certainly hope not. But it's not impossible to see how RSR & the FSF might interpret Tim's statement as unlimited power for software developers... especially those with a monopoly.

    --
    Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
  63. Re: GNU by Anonymous Coward · · Score: 0

    Ahh, but you can run a system on gnu software.
    There is emacs, and ed, and I think gnu has an vi
    clone.

    Yes there is good non-GNU free software, but GNU is the heart of a system running on Linux or HURD
    and perhaps even this caldera hybrid.

  64. Flerbage, Schmurbage by bwt · · Score: 4, Insightful

    I have the condition of flerbage when I can behave in the confidence that nobody will take my life, my physical property, or my time without my consent.

    Larry Lessig once admonished ESR for what Lessig described as ESR's advocacy of "warmed over Ayn Rand". I would describe flerbage as "a moldy and rotting 'Ayn Rand'-like substance".

    The problem with flerbage, is the "without my consent" part. Essentially it claims an individual right to veto laws that protect more than life and personal property. Ironically, given ESR's position, Copyright violations don't qualify as life, property, time deprivations so I don't know why or if ESR would support the government depriving software pirates of flerbage when they have not deprived him of it.

    Like most radical libertarianism, flerbage simply misunderstands the role of public policy in recognizing property and trade. Neither property nor contracts exist outside of a context of government because both involve a concept of government force being used to redress transgressions. You do not have property or a contract unless the public, through it's agent the governement agrees to enforce it. This involves the public use of force that requires resources and the public has the right and the power to expend its resources in a way that is consistent with the heirarchy of legal principles established by a Constitution and due process of law thereunder, which includes some majoritarian lawmaking processes that predictably may occassionally result in rules that fail your personal "without my consent" test.

    Enough people consent to the process to call it consensus, and you are never offered freedom from attack by the delegated power of the people if you don't consent to a particular rule and ignore it. Nobody really cares if you "never signed no steenkin social contract". If you don't consent to the process then you've declared anarchy and rebellion, so don't come whining when bad things happen to you such as your flerbage being violated. The Declaration of Independence states the principle that if the government becomes destructive to the will of the people that the people may overthrow it. Civil disobediance, peaceful or violent, is sometimes the morally correct thing to do, but nobody ever said it doesn't come with great peril precisely because it is outside of the rule of law.

    1. Re:Flerbage, Schmurbage by ajm · · Score: 1

      That Lessig / ESR debate really made ESR look (IMHO) stupid. Lessig has clearly thought more deeply about these issues than ESR has. ESR was one of the people who thought that the government could have no influence over the internet, that it would route around censorship etc. Lessing, in his book and elsewhere, showed that the government didn't need to regulate the internet to change its behavior. I think what happened to Napster showed that Lessig was right, and ESR, however great "The Cathederal and the Bazaar" was, doesn't think enough outside his narrow view for his opinion to be useful/helpful to anyone.

    2. Re:Flerbage, Schmurbage by Compuser · · Score: 2

      What are you talking about? Both sides of this
      debate presuppose the existence of copyright
      because both sides formulate their position
      with respect to which licensing should be allowed.
      Licensing derives from copyright so they are
      debating a secondary legal point. No major
      revolutionary zeal here, no calls for anarchy,
      not even a mention of Ayn Rand.
      Your post seems to be mising the point. It is
      already illegal to stipulate in your license that
      your users will be your slaves in return for using
      your software. It is already illegal to demand in
      your license that your users kill their friends.
      We already have restrictions on license terms and
      there is nothing radical about that. The debate
      here is strictly how much to restrict what
      license terms require of users.
      You have a very valid point though, namely that
      any discussion of proprietary licensing should
      include a discussion of anti-piracy enforcement.
      IMHO, the state should have a very secondary role
      in license enforcement. A license is a contract
      between a developer and a user. The state has no
      role in such a private deal. The state's only role
      is to provide contract law framework. The state
      should not get involved until piracy is proven and
      the case is brought to court. All the hunting
      and detective work should reside strictly with
      the copyright holder. Furthermore, the punishment
      for violating a contract should not be up to
      the state to decide, it should be stipulated in
      contract itself. The only enforcement the state
      has to do is the civil judgement verdict enfrcement.

    3. Re:Flerbage, Schmurbage by Anonymous Coward · · Score: 0

      Moldy Ayn Rand?

      Oy, at least he's not having philosophical sex about it.

  65. New Sig by Kiaser+Zohsay · · Score: 1

    "Flerbage is good."

    --
    I am not your blowing wind, I am the lightning.
  66. so one day... by Anonymous Coward · · Score: 0
    ... some gun-wielding nutjob author of mildly useful software and compiler of a mostly-useless lexicon writes a manifesto about some shit that's fairly obvious to all involved, comparing software development to religious organizations.

    Somehow, simply because the nutjob spewed forth so mightily, his work is deemed "+5, Insightful" and he's granted some sort of honorary leadership role and the respect of clueless mass media. Nevermind that he's never provided actual leadership, or that we (if there truly is a "we", which is debatable) don't need it anyway...

    For years this blowhard continues to churn out misinformed tirades, neatly wrapped in stale, holier-than-thou libertarian rhetoric, against all sides of every significant non-issue that raises its ephemeral head in the press.

    For some reason, people still listen.

    Finally, the tide begins to turn and people begin to discount his decreasingly credible writings. The fact that his every reaction can be easily charted in advance on a table of libertarian philosophy is increasingly pointed out, boredom with him and his writings and even anger that somehow this fool is considered to represent "us" finally sets in.

    And yet, we're still talking about his latest rant. Why?

  67. Banning Proprietary Software & Having Software by greggman · · Score: 1

    From the GNU Manifesto
    ---------------
    All sorts of development can be funded with a Software Tax:

    Suppose everyone who buys a computer has to pay x percent of the price as a software tax. The government gives this to an agency like the NSF to spend on software development.

    But if the computer buyer makes a donation to software development himself, he can take a credit against the tax. He can donate to the project of his own choosing--often, chosen because he hopes to use the results when it is done. He can take a credit for any amount of donation up to the total tax he had to pay.

    The total tax rate could be decided by a vote of the payers of the tax, weighted according to the amount they will be taxed on.

    The consequences:

    The computer-using community supports software development. This community decides what level of support is needed. Users who care which projects their share is spent on can choose this for themselves

    -----------------and------

    What the facts show is that people will program for reasons other than riches; but if given a chance to make a lot of money as well, they will come to expect and demand it. Low-paying organizations do poorly in competition with high-paying ones, but they do not have to do badly if the high-paying ones are banned.

    -I added the bold-

  68. Right on!! (MOD PARENT UP PLS) by mkcmkc · · Score: 1
    You nailed it. Eric's whole argument is invalid because he leaves out this critical point.

    --Mike

    --
    "Not an actor, but he plays one on TV."
  69. Copyright law is anti-flerbage by jbf · · Score: 2, Interesting

    First, let's look at the definition of flerbage:

    "I have the condition of flerbage when I can behave in the confidence that nobody will take my life, my physical property, or my time without my consent... I am pro-flerbage."

    Copyright law is inherently anti-flerbage. If I buy a copy of Dinwoes, licensed under some proprietary license, I cannot copy it without the threat of the police coming to my house and dragging me off to jail. This is a result of copyright law, NOT contract law (IANAL). Even if you accept shrinkwrap licenses, I have not agreed to the license upon buying it; I agree upon installation. If I used Nulix to copy the Dinwoes CD, I haven't agreed to the contract provision of not copying it.

    In a completely pro-flerbage world, this restriction on copying would be enforced in contract law: Sircomoft (or ESR) would say "I'll trade you this software for some money, and if you copy it, you're liable to me under contract law, and I can sue you for damages."

    Unfortunately, most people don't have enough money to actually pay the damages that would be incurred if a copy of Dinwoes leaked into the marketplace without the contract-law protection against copying and redistribution. As a result, we have copyright law to allow people to sell copies of easily reproduced things, because protection against copying is enforced in criminal law, not in contract law. The theory is that this increases value: the US constitution gives the legislature authority to "promote the progress of science and useful arts, by securing for limited times to authors and inventors the exclusive right to their respective writings and discoveries" (Article I Section 8).

    While I agree with ESR's conclusion, being pro-flerbage effectively means favoring abolishment of copyright law and replacing it soley with contract law, in which case only people who are extremely rich will be able to post enough bond to buy popular digital content. The street-artist's model would then prevail.

    1. Re:Copyright law is anti-flerbage by abe+ferlman · · Score: 2

      This is a good post, and here's why.

      ESR's article rests on a fundamental ambiguity about what "property" really means. If I make software, then sell you a copy, you own the physical copy, I own the software itself. Does my owning a physical copy give me the right to do with it as I please? Or does the software author still own it?

      This whole discussion is really about who owns what. The post I'm replying to takes the "Flerbage really protects my right to fair use" tack, in other words, property rests in the hands of the physical object's owner, which exposes the contradiction in ESR's thinking.

      The other way to approach it is to accept that ESR really meant that physical property ownership is trumped by intellectual property ownership, and that physical copy of the software really isn't yours to do with as you please. Then we must be "anti-flerbage" which ESR thinks we won't want to be since all our property rights depend on flerbage. But again, this begs the question- what is property, and who owns it? You can't resolve the flerbage dispute without resolving that question first.

      The FSF approach, in this light, is sensible. Physical objects are scarce, information (once created) is not. So rather than confusing property law by allowing the ownership of ideas (or a temporary monopoly over them, which amounts to the same thing), let's invalidate the ownership of ideas and only allow the ownership of scarce, physical property. Problem solved. Either flerbage is good and the FSF position protects it better than ESR would, or flerbage is actually bad and the FSF position is the only way out of it, depending on how you resolve the ambiguity in ESR's writing over the notion of property.

      Bryguy

      --
      microsoftword.mp3 - it doesn't care that they're not words...
    2. Re:Copyright law is anti-flerbage by FFFish · · Score: 2

      RE: your last paragraph.

      As pointed out earlier in the threads, while information is not scarce, the *creation* of information is. There haven't been a lot of Mozarts, Guigans, or Teslas over the years.

      If the creators of ideas are not given ownership of their ideas, they have no incentive to share them with us. Particularly those creators who depend on their idea-creation to keep them fed and sheltered.

      The world needs (temporary) ownership of ideas, if its creative folk are going to continue to enrich our lives artistically, scientifically, and technically.

      --

      --
      Don't like it? Respond with words, not karma.
    3. Re:Copyright law is anti-flerbage by jbf · · Score: 1

      I agree. The problem (?) is that the property of flerbage explicitly excludes patents. While copyrights protect the instantiation of an idea, and can be protected (at least in theory) by contract law, patent law protects ideas, and inherently cannot be protected by contract law.

      For example, if I invent "Brake pressure generator for a brake system exhibiting an anti-locking control" (US Patent 5,000,002), I could use contract law to prevent anyone who buys my product from disclosing or copying the use of this apparatus, but I would not be able to market the fact that my brakes are better than brand X brakes for this reason. In fact, my contract would need to extend to passengers riding in cars made with my brake pressure generator. And as soon as someone saw a car exhibiting anti-lock behavior, they could copy it, and all my work would be for naught.

      Hence, the entire patent system is also patently anti-flerbage as well (pardon the pun). My point in the original post is to show that the goal of maximizing flerbage doesn't necessarily maximize value, and where you trade flerbage for prosperity is a question that each person needs to decide for themselves.

    4. Re:Copyright law is anti-flerbage by dopplex · · Score: 1

      As someone earlier pointed out, the argument ESR makes is not predicated on Copyright or IP whatsoever. It focuses on a contract between the developer and the consumer. I don't think he meant to address either Copyright or IP at all in the essay.

      --
      "You can take our lives, but you can never take our Flerbage!!!!"
  70. Some historical parallels by Saint+Stephen · · Score: 1

    No, this debate doesn't sound a bit like the Communism vs. Capitalism arguments.

    There's not a perfect mapping between Trotskey, Lenin, and Stalin and this Tim, Eric Raymond, and Richard Stallman. But once again we see the problems when people form around a cult of personality. The empowerment of freedom becomes the proscription that you must be free exactly my way or else.

    Okay, I'll play the role of Churchill: Propritary software is the worst software development methodology in the world, except for everything else that's ever been tried.

    1. Re:Some historical parallels by Anonymous Coward · · Score: 0

      if you want a real historical parallel, what about those who argued that if you don't like slavery, don't own slaves. (of course this ignored the choice of the black people, as it does of people today who want to copy things) those who think that owned software and free software can peacfully exist are like those who thought that the free states could coexist nicely with the slave states. hell, they even said that slavery is a right - because they put money and effort into it and they had no incentive to grow cotton without them, and the great wealth of corporate america rested on slavery. blah blah blah...

  71. Straw Man by the+bluebrain · · Score: 1

    I think that Eric Raymond is setting up a bit of a straw man here. This can be exemplified best by peeking at the analogous discussions about Napster et al.
    What the FSF is advocating, as far as I understand, is the philosophy (or rather, tagline) of "information wants to be free". That is, conventional contracts can be entered, but as soon as the information is out there, it will be nearly impossible to police it, and ensure that it stays within the select circle of those-who-bought-it. If someone outside the circle is found possessing a copy, and using it, they cannot be dragged to court - only the person who leaked it outside the select circle is liable, and they will be almost impossible to identify. This is very similar to the MP3 discussions, and also opens a new can of worms: underage persons cannot enter legally binding contracts. So it you want to remove the "blanket" protection for information (i.e., software, music, literature, etc.) the way it is in place now, to protect the information contractually, you'd have to have every buyer, worldwide, enter a valid, binding contract in which they promise not to pass it on. Kids and teenagers would no longer be allowed to purchace muzak or gamez without becoming instant automatic leaks outside the select circle. Kind of messes it up for an industry which has best success rate telling people what is cool when the people are teens, doesn't it?

    In short: the spirit of what the FSF is standing for is not a mandate of the types of contracts which can and cannot be made, but merely the concept of what constitutes a crime. The way it is now: you see something, chances are you'll get your pants sued off it you use it. What they want: it's there, you can use it. If you can sell something and ensure that your rights are policed, bully to you - but chances are it'll end up in the public domain without you being able to identify a culprit. There is simply no blanket protection anymore enabling you to go after every Joe Average with whom you never entered any contract in the first place.
    I.e. (provocativly) only innovations will be worth anything anymore...

    --
    yes, we have no bananas
  72. Dyslexic by ian_po · · Score: 0, Flamebait

    I am dyslexic and it wasn't until I re-read the op-ed peice that I realized ESR was talking about made up people and software.

  73. If Code is Law - Who Gets to Legislate? by ibi · · Score: 1

    Raymond makes a big assumption - that users get to choose what software they run. Profit maximizing companies don't let their users choose - not if they can help it. (And sure, if you don't like the oxygen tax we've just put in, you can always choose not to breathe. Can't take that "freedom" away, no no no. ;-)

    Now, I have real doubts that what the FSF wants is practical or even good. But I like that they're willing to be imaginative about what sort of intellectual property regimes could be put in place.

    Until people start seeing *all* IP structures as artificial constructions - things that have to be designed and that have real-world consequences, we're going to end up with the software/entertainment industry equivalent of California utility deregulation. I.e. whatever benefits the most rapacious corps - and screw the public and the less rapacious companies - which unless your employer is a member of the RIAA probably means *you lose*. And yes, that means even MS. (Looked at the PC growth curve lately? Think how much better it would look if PC's ability to edit, preserve, and communicate video and sound hadn't been crippled by the entertainment companies. We crippled the telecomm, software and hardware industries all to protect a lousy couple of billion of entertainment baloney? Where the hell were our lobbyists? ;-)

  74. Freedom Zero? by John+Kelvie · · Score: 1

    Attempting to identifying an individual's primary freedom is something that is not unique to the field of software engineering. Philosophers have been arguing over such questions for thousands of years, and I'm not sure they have reached a consensus, so perhaps that is why I am skeptical of either side getting the resounding "last word" in this discussion.

    To throw my two cents in anyway, though, it seems that both parties are working with coherent definitions of freedom. Under both definitions, one person's freedom is another's restriction. I don't believe there is an ethically "correct" answer to this discussion. Both as I see it, would meet Kant's categorical imperative test(in short, if everyone were to behave in this manner, would it be desirable/feasible), and it seems to me that it comes down to a matter of what we as individuals and as a group desire more.

    In this way, this is sort of a classic public policy debate: valuing competing principles/priorities to shape law. We cannot have both freedoms utterly. We can have a little of both, or all of one and some of the other. I would both like to be able to have the ability to distribute my software under any license I choose, as well as to be able to take any one's source code and modify it to my own ends. Now, if I were to attempt to give these freedoms to everyone(not just myself), the result would be a violation of the categorical imperative. It would in fact be absurd.

    So what it comes down to is us, as a group, deciding on which is more important. Realistically, the best I think we can hope for is that whatever laws are put in place our shaped by us, as a community of programmers, and not by a powerful elite. I believe this is the true freedom zero(at least with respect to democracy): not that either freedom should necessarily prevail, but that we, the programmers/people, should shape the rules by which we are governed. Though these rules may not be amenable to us all, they should represent the views of the majority of us.

    The DCMA is a true example of a threat, in my view, to the freedom of you and I, and perhaps everyone would be better served, IMHO, to focus on this.

    John

    1. Re:Freedom Zero? by Anonymous Coward · · Score: 0

      The people's representatives have agreed to copyright law; we have the options to use the licenses we desire (within other legal constraints). I see it boiling down to the open source community's choice of good and individually-improvable quality product under a license implementation that we and they can live with; vs. marketing, FUD, promises of customer support, and some specialized functionality (but mostly marketing). While the users have the right to rule by majority, they end up ruling by what they've been marketed. It's essential that we and they at least have the option of other choices and the power to make these choices for ourselves. I don't see this as a theoretical concept.

  75. ESR is out of line by mkcmkc · · Score: 2, Insightful
    Towards the end of the article, Raymond attacks RMS and the FSF saying "Hypothetically, if they could pass a law that would make proprietary software illegal, they would". A hypothetical condition which has never even been discussed before being the basis for discrediting what they have to say???
    Yes, this is an excellent point. It really troubles me to see ESR blatantly and (I assume) knowingly misstating the RMS/FSF position.

    The OS camp likes to paint RMS as some sort of fascist/communist demon, but when you listen more closely there's an awful lot of shrill stuff in there. A few of the more extreme OSers seem to feel that we shouldn't even be allowed to GPL our own software.

    --
    "Not an actor, but he plays one on TV."
    1. Re:ESR is out of line by RatFink100 · · Score: 2

      ESR isn't mis-stating the RMS/FSF position. He is basing his argument on what appears to be their position. That's why he actually frames the question in the article as to whether that is their position or not.

      It's not a "hypothetical condition which has never been discussed before". It's a view that RMS and the FSF appear to be constantly on the verge of saying. Look at Kuhn's comments from a couple of days ago when he compares the "freedom" to use proprietary licenses to the "freedom" to own slaves. OK he doesn't outright say that he wants to outlaw proprietary licenses - but it's hardly an unreasonable thing to assume he believes. It's certainly worth asking him the question - as ESR does.

  76. What Information wants, information gets by Jeremy+Erwin · · Score: 2

    "Information wants to free" is a statement about censorship and secrets, not an invitation to end copyright.

    If Alice tells Bertram a secret, Bertram may feel compelled to reveal that secret to Charlie.

    Let us say that the secret is a stock tip. Alice and Bertram stand to make a lot of money, if they keep the "secret" to themselves. On the other hand, if the secret contains a bit of "juicy gossip", Bertram might be compelled to reveal it to Charlie, and so on.

    Thus, the information content of the secret determines how fast (or how slowly) it propagates across society. In that sense, the secret can be said to have deisres and needs,ala "The Selfish Gene" (RDawkins), even though the secret does not have a "intelligence" of its own...

    Unless legal/economic consequences to information transfer are embedded within that secret, the secret will propagate across society. To a certain extent, copyright embodies some of those consequences.

    1. Re:What Information wants, information gets by Anonymous Coward · · Score: 0

      Thank you for the explanation. People keep using that phrase around here to mean that copyright is immoral.

  77. Don't forget Xfree86 by MeowMeow+Jones · · Score: 2

    From this page:

    http://www.xfree86.org/legal/licence.html

    However, some other Open Source compatible licenses are considered too restrictive for XFree86 use. They include the GNU Public License and the Perl Artistic License.

    Part of the motivation for our licensing choice was to carry on the original MIT X11 tradition of allowing the code to be used as widely as possible, including in both free and commercial products.

    --

    Trolls throughout history:
    Jonathan Swift

  78. Simplistic analysis by ComputerSlicer23 · · Score: 1

    While I will agree that flerbage is quite clever, and in fact very important. A complete analysis is of the full effects a single change in the world on a persons flerbate is completely beyond human capacity.

    ESR has given a simple and incomplelete analysis of his thoughts about what are important to him about the effects of various laws being enacted.

    There is a place for RMS, and as long as he doesn't try and coerce me into using the GPL he is fine by me. He can adovcate its use, and cite how useful it is, and how other license are bad. Just don't tell me I can't make one up on my own.

    The FSF has made an incredible contribution to the world. I use FSF software everyday. I make a living using the GNU C++ compiler. I appreciate the tools they have provided me. My boss appreciate the fact that they are free, and he has no worries about the how many people are using it at once like we do with the Oracle Licenses.

    That all said, I believe that if people agree on Licenses that is okay. The problem is that too many people blindly agree to a shrinkwrap license and are unaware that they could have just given up rights to their firstborn child. My hope is that all this debate is to make a broader set of people realize that the license is just as critical as features.

    Oh now this is now getting too long....

    Kirby

  79. Silly? Have you forgotten the previous century? by Russ+Nelson · · Score: 2

    Unlike you, some people have to be worried about being beaten, shot, or imprisoned. The last century, over a hundred million people were killed by their government. Given that perspective, it's reasonable to worry about being beaten, shot, or imprisoned.
    -russ

    --
    Don't piss off The Angry Economist
  80. Re:Why ESR doesn't understand the FSF point of vie by Russ+Nelson · · Score: 5, Funny

    I believe it is more important for everyone to have freedom, even if it does reduce individual freedom.

    Spoken like a true fascist. No, really, that's what they used to say. Go read about it if you don't believe me.
    -russ

    --
    Don't piss off The Angry Economist
  81. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    'The needs of the many outweigh the needs of the few'

    If you are to assume that the highest good is the greatest good for greatest number, then we have an excellent argument for bringing back slavery. After all, the majority were well served by the institution, and the rights of relatively few were compromised. Indeed, those called upon to serve should recognize their civic duty and social responsibility to the greater good. So I'll submit the highest good is not the greatest good for the greatest number, the highest good is preservation of the rights of the individual. By your argument, we should be entitled to own slaves, because the good of all outweighs the good of a few individuals.

    There is no "society", there are only individuals and families."
    --Margeret Thatcher

  82. Very cunning. by botik32 · · Score: 1

    Oh man the article is the most finely crafted piece of FUD I ever saw.

    First. The author does not mention the current state of things. We have a PC software monopoly running gangster practices - a heavyweight that would not allow programmers to develop and sell their software anyway. There are very few successful software companies able to sell what they created, in a world where patents and copyrights and proprietary protocols will deny you every right at information. Hell, and even take away "consumer freedom" (think Microsoft again) by pushing their proprietary OS down PC users' throat.
    Second. The author makes an alleged motive for the FSF which he cannot prove.

    This distorts the whole picture - suddenly we are in an ideal world with the evil FSF to take away our "flerbage".

    Congratulations to Eric for twisting the facts and letting the people see the "obvious answer"!

    Now to RealityMaster's post:

    Shall I say again, if you think corporations give a flying duck about you and your rights, you are stupid. Plain as that.

    If you think a corp. would think before stealing your code if they had enough weight to crush you as an independent developer, you are stupid twice. The world is not the "ideal nice place" Eric wants you to believe. If you still believe Eric then go code your great little application which won't sell - or hurry up and go donate all your code to Sun. Or Microsoft. Or Adobe. I am sure they will pat you on the head.

    I hate to bring this to you but writing software for sale piece by piece is not a get-rich-quick scheme. It requires a lot of inspiration, hard work, years of usability testing - during which you have to buy clothes, feed your family etc. If you think the only barrier to getting rich by selling packaged code is GPL then I sympathize. Really.

    1. Re:Very cunning. by Anonymous Coward · · Score: 0
      Shall I say again, if you think corporations give a flying duck about you and your rights, you are stupid. Plain as that.

      That doesn't matter. Their intent is irrelevant to a discussion of freedoms.

      If you think a corp. would think before stealing your code if they had enough weight to crush you as an independent developer, you are stupid twice. The world is not the "ideal nice place" Eric wants you to believe. If you still believe Eric then go code your great little application which won't sell - or hurry up and go donate all your code to Sun. Or Microsoft. Or Adobe. I am sure they will pat you on the head.

      Irrelevant again. If I write a piece of code and want to release it under the GPL, BSD license, a proprietary license, or into the public domain, I should be free to do so. If I'm going to give you the code, the terms on which I give it to you are subject to agreement between you & me and are nobody else's business. I decide the conditions under which I'm willing to give it, and you decide the conditions under which you will accept it. If we agree, the transfer takes place. If not, you can't force me to give it to you on your terms. As soon as somebody places restrictions on what terms we can agree to in our exchange, one or both us has suffered a loss of freedom.

      All ESR is really saying is that there is a difference between advocating a particular type of license and trying to force people to use it. The former is just an exercise of freedom and the latter is an attempt to take people's freedom away. So ESR asks the FSF to clarify whether they would support eliminating proprietary licenses as a matter of law. In other words, do they support real freedom, or just freedom under their own terms.

  83. Freedom is not having to bark on command. by Futurepower(tm) · · Score: 4, Insightful


    To me, the article seems to confuse the main issue. An example of the main issue, for me, is that if you use, or program for, Microsoft Windows, you are effectively a dog on Bill Gates' leash. Bill can do whatever he wants with you. He can refuse to support new hardware. He can decide that your copy of Windows is obsolete. He can decide that your old hardware is obsolete. He can, under the DMCA, remotely disable your entire OS. He can support U.S. spy agencies in a hidden way. He can avoid fixing bugs because he wants to save some so that you will be interested in buying a new release.

    The GPL is a sophisticated way of avoiding being under the control of a dictator. That's where the word "freedom" applies.

    --
    Bush's education improvements were
    1. Re:Freedom is not having to bark on command. by Lord+Omlette · · Score: 1

      Bill Gates has decided that Windows 98 is obsolete to Windows SE and Windows 2000 and Windows XP.

      Funny, I'm still using it. And programming for it :)

      --
      [o]_O
    2. Re:Freedom is not having to bark on command. by Anonymous Coward · · Score: 0


      It seems that inter-open-source license discussion misses this point. Picking nits in this regard, however, may be worthwhile for RMS, ESR, TO'R, etc. to do, because what they say shapes many things about how the software that grunts like us write is received in the real world.

      Any of us are free to release software under many different licenses, and to make up (most of) the terms. When it comes down to it though, I think it's more important that the bazaar and the cathedral write the software, and the luminaries pick the nits. Not many of us in the real world audit the software licenses of the companies we ourselves work for. Another way to think about it is that RMS, ESR, LBT, L?W are executives as well as a sort of legal counsel in ``GNU/Linux/Open Source, Inc.'', for whom we work. We're not expected to all be legal counsel/executives; most of us would rather do the coding work and let someone we trust (big if here) handle the administrivia if we don't want to spend our working hours poring over licensing terms. You can bet the developers at MS sure don't, and I sure would prefer to have spent my life writing code than arguing licenses (or reading slashdot :-).

    3. Re: Freedom is not having to bark on command. by Futurepower(tm) · · Score: 2


      Notice that I did not say that Windows 98 was already obsolete. Microsoft has decided that it will be obsolete after 2002, I understand. After that, you will not be able to get technical support from Microsoft.

      Here is how Microsoft plans to yank everyone's chain in the future. This is from the LangaList, available free from Langa.com:

      "When you register XP software, the registration process creates and sends to Microsoft a unique 50-digit numeric fingerprint or code that is a combination of the serial number of your copy of XP, plus additional information about 10 major hardware elements in your system:

      1. CPU serial number
      2. CPU model number/type
      3. Amount of RAM in the system
      4. Graphics adapter hardware ID string
      5. Hard drive hardware ID string
      6. SCSI host hardware ID string (if present)
      7. IDE controller hardware ID string
      8. "MAC" address of your network adapter
      9. CD-ROM drive "hardware identification string"
      10. And whether the system is a dockable unit (e.g. a laptop) or not

      "But that's not all. Even when it's been fully registered, the WPA component wakes up from time to time to verify that it's still on the original system where it was first installed; and it "phones home" to check with the central Microsoft database to make sure it's still indeed a registered copy. If anything's amiss, your software reverts to reduced-functionality mode.

      "So, with WPA, Microsoft is quite literally *forcing* registration: Microsoft wants your full-fare money for the software *and* they want to know who you are and what PC you're using--- and you better give it to them pronto, buster, or they'll cripple your software!"

      For me, this is impossible. I don't want to have to communicate information about my customers to Microsoft. Suppose Microsoft has a disloyal employee who steals the data? Suppose someone breaks into Microsoft computers? This has happened before.

      Also, I need to be able to make changes to the customer's hardware. Often when an employee changes desks, some of the hardware goes with the employee, and some stays with the old machine. Under the new scheme for Microsoft XP products (XP stands for eXtra Pain.), I will have to justify this to Microsoft.

      Bill Gates has a history of putting his needs first, before the needs of his customers. What he does is not different from what dictators and kings have always done.

      The GPL (GNU General Public License) protects us from this kind of abuse.

      --
      Bush's education improvements were
    4. Re: Freedom is not having to bark on command. by TummyX · · Score: 1

      As much as I absolutely hate WPA (windows product activation) I really have to correct you on a few things. If you're going to spread how crap WPA is, you need to get your facts straight!


      "But that's not all. Even when it's been fully registered, the WPA component wakes up from time to time to verify that it's still on the original system where it was first installed; and it "phones home" to check with the central Microsoft database to make sure it's still indeed a registered copy. If anything's amiss, your software reverts to reduced-functionality mode.


      This isn't entirely correct. Windows XP doesn't "Phone home". It will however do periodic checks (on bootup etc) to make sure your hardware hasn't changed beyond the set threshold. If anything is amiss, it doesn't rever ti reducde-functionality. It stops working. You have to phone them to get it working again.


      "So, with WPA, Microsoft is quite literally *forcing* registration: Microsoft wants your full-fare money for the software *and* they want to know who you are and what PC you're using--- and you better give it to them pronto, buster, or they'll cripple your software!"


      This is aboslutely false. WPA is seperate from registration (though you can choose to do both at once).

      WPA generates a unique serial based in your hardware, but Microsoft can't extract your hardware information from the serial (it's a one way hash). Also, activation doesn't require you to supply any information about yourself (not your name, not your address etc etc). It's completely anonymous.

      And yes, activation does suck. It ruins a great product (Windows XP).

    5. Re: Freedom is not having to bark on command. by Lord+Omlette · · Score: 1

      When 2002 comes, and Windows 98 is obsolete, how will Bill Gates prevent me from using it or programming for it? Will MSDN suddenly disappear? Will my SDK cds melt? When my computer stops doing what I tell it to do, I'll go and get a new one. Notice the GPL doesn't fit anywhere here.

      --
      [o]_O
    6. Re:Freedom is not having to bark on command. by deblau · · Score: 1

      Owning a computer is not a God-given right. Your argument only works if you have to own a computer to be "free".

      --
      This post expresses my opinion, not that of my employer. And yes, IAAL.
  84. Re:Why ESR doesn't understand the FSF point of vie by steevo.com · · Score: 1

    Personally, I'm inclined to agree with the FSF; I believe it is more important for everyone to have freedom, even if it does reduce individual freedom.

    But everyone does not have freedom if it is reduced for some, but not others. Forcing a person, corporation etc., evil or not, to pay to help their competitor's profitibility by virtue of a foreced software licence absolutly removes liberty. An example:

    I own a company - Spacely Sprockets. I want a new some new software that will increase my efficiancy. This software does not exist, and there is no interest for development of this software outside of my industry. I can't code my way out of a paper bag. The only way to get this software is to commission it - either by hiring a development team, or by hiring an indepentant developer. Anyway you look at it I have to pay. Let's say for the sake of argument that the development costs are... one million dollars. OK. The numbers work out. It will pay for itself in a couple years. I sign the big check and my company can operate more efficiently. I bought the development of the software, but if I can't have a licence for it that allows me to control it, my competitor, Cogswell Cogs, will have all of the benefits of my million dollar project, without having to pay let loose of some serious coin. Cogswell can then have the increased effeciancy without the expense. He can sell his competing product for less than I can, and possibly put me out of business. All on my dime. If this licence limitation is there, I would never have the software developed.

    My liberty to create the software is there, but the price of liberty is dear indeed.

  85. i dont think he was trying to suggest that. by gimpboy · · Score: 1

    i think he was trying to determine rms's position on things. i think the question would make more sense to you if he said:

    hypothetically speaking; if it were possible to outlaw proprietary software licences would you?

    the 'you' here being rms. this would establish rms's position on "free as in flerbage" software.

    --
    -- john
  86. Re:Banning Proprietary Software & Having Softw by ToasterTester · · Score: 1

    ROFL

    Oh yes that just what we need is the goverment involved with software funding, which mean they will want to have a say in software technology. Open your eyes they screwed up the MS anti-trust case because they went after them on the browser not business practices. During the trial even the other anti-MS crowd like Sun starting seeing a possible problem with the goverment getting into the business of defining what software is. You can't say MS can't put parts of a browser into the OS, then say putting part of a web browser (Tux) is okay.

    What you need is to get a Open Software governing body that all people and corporations can respect. In other words no Stallman or GPL. Then setup to be a charitable organization and start getting donations. Then publish policy on how developers qualify to receive funding, how projects are monitored, timeframes to expect the deliveriables. Setup standards for documentation and real QA testing. You get this established and then more important than users corporations would donate and fund open source.

  87. Re:Why ESR doesn't understand the FSF point of vie by evilviper · · Score: 1

    We have stop-lights at intersections to ensure that dozens of cars will yeild for one or two cars wating to merge.

    The needs of the many to be operated on for free outweighs the needs of the doctors to be paid...

    I can go on like this for days, but the point remains the same... In a democracy, you get what you've earned, and not what someone else decides you deserve.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  88. ESR is missing an important distinction by jthill · · Score: 1
    namely, that objecting to something is not the same as forbidding it.

    As I read it, they are pointing out that Tim O'Reilly's assertion, that

    the most fundamental software freedom is the freedom to choose any license you want for the software you write
    is, by a reading ESR says he agrees with, tantamount to saying that attempting to exercise power is a fundamental right.

    This is not a "fundamental logical reversal" at all: it's an accurate reading. The only fundamental reversal here is in ESR's hypothesis (that they'd want proprietary licenses outlawed), which he's making up.

    I don't know many people who believe one can legislate morality, and none that I respect. But that's precisely the belief he's imputing here, and for a position they haven't taken. This is not good. Unless I'm missing something, he owes an apology.


    I think he's so irritated he can't think straight, and I think the FSF's moralizing is the cause. He's trying to get free (he calls it "open", because "free" pisses off the suits) software into businesses, and having the FSF in the news with moral arguments in favor of freedom is, for his purposes, severely counterproductive.


    A lot of people share those purposes -- me, too -- and his reasoning on what will convince bidness types seems rock-solid, so I can understand the irritation.


    The FSF also wants free software used. Big surprise there, eh? They're just after the same ends for different reasons, and they're more interested in the reasons than the ends: using proprietary licenses is immoral, with the unstated (and perhaps un-held, this one's mine:) belief that immoral behavior produces undesirable results just by the nature of the beast.


    So "open" is arguing for the demonstrable relative desirability of the results while "free" takes it as a premise.

    These don't have to be at odds with each other. In fact, from where I sit, if either one is correct, they both are. But "free" says "open" is missing the point, and "open" says "free" is missing the prize. No point, no prize; no prize, no point.


    Maybe. One thing's certain, though: if the squabbling keeps up at this intensity only M$ and M$-wannabes will look savvy. Someone's been looking for a wedge.


    And, perhaps, both the free and the open "camps" (Lord, has it come to this?) have gotten a little greedy. Live and let live applies to the suits, too, guys. Let's focus more on the software, let that speak a bit louder. If it can't, what's the point or the prize?

    --
    As always, all IMO. Insert "I think" everywhere grammatically possible.
  89. Don't emulate ESR!!! by Anonymous Coward · · Score: 0

    Anyone using the term "flerbage" foolishly brands themself as a complete butthead, as overwhemlingly obnoxious as ESR. Don't do it!

    1. Re:Don't emulate ESR!!! by Anonymous Coward · · Score: 0

      Ya you sure showed me!

  90. Sophistry of the worst sort by Lulu+of+the+Lotus-Ea · · Score: 2, Insightful

    I used to think ESR was an idiot. I think I have to revise that opinion: now I think he is a *dangerous* idiot. Or maybe it is worse still, and he actually -knows- how stupid his argument as, and he is promoting it anyway.

    In what ESR writes about "choosing" a license, he brings in a huge range of naturalizing assumptions about the legal framework of intellectual property which give meaning to choosing a license. There is nothing natural or inevitable about all these laws. They can and should be changed.... and if the unfreedom of existing bad laws is removed, what we are left with is the FSF's vision (or something close to it).

    Let's try an obvious transposition. I won't play with silly anagrams for names though. Suppose that in the future, a chemical company creates a substance that reduces the harmful effects of pollutants in the air. They release this chemical into the air of big cities. In the meanwhile, the "Big Chemical Company IP Protection Act" has been passed to "clarify" the IP rights of patent holders. As a matter of ESR's style of freedom (or cabbage, or whatever he wants to call it), the chemical company should be allowed to "license" the breathing of their chemical (which is in all the air) on whatever terms they -freely- choose. Obviously, violators of their intellectual property rights will be dealt with by the police and the courts and the prisons.

    RMS--and the Free Breathing Foundation (OK, I can't resist one fictional name)--according to ESR are confused and misleading in advocating the "freedom" to breath the air. Actually, the FBF now threatens the poor chemical company with all sort of restrictions on the terms on which they can license breathing (says ESR). Surely -freedom- would let them license on whatever terms they want.

    Back to the real world, away from ESR's. Being able to breath without facing criminal sanction is a basic matter of genuine freedom. Just because there are unjust laws, it doesn't mean acting within the law is real freedom--Kant's "arbeit macht frei" to the side. Actual freedom is not facing restriction and violence for doing what one should be able to do. Likewise--and in this very world--a law restricting my reuse of software code is an unjust law. Obedience to this law is not freedom, but exactly its contrary. In the FSF's ideal world, it is not that the GPL would be imposed, but that no license restriction would be allowed at all. That is, less restrictions rather than more, versus the current unjust and unfree system. As a strategy and a compromise, the FSF have made a "viral" license that turns copyright laws against themselves in a certain way. The GPL is better that proprietary licenses, but far worse than the world in which licenses on software would be considered as absurd as licenses on breathing.

  91. Somehow I just can't imagine Mel Gibson... by ry4an · · Score: 2

    Somehow I just can't imagine Mel Gibson in blue face paint and a kilt charging down a hill in front of hundreds of Scottish warriors yelling FLLLEEEERRRRRRBAAAGGE!!!!

  92. Re:Libertarians already hate ESR by Anonymous Coward · · Score: 0
    Libertarians already hate ESR, because he's an embarrasment to the cause.

    The only problem with Python, is that ESR is a vocal cheerleader, which makes it look bad. I shiver in disgust whenever he says something I agree with.

  93. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    I think he posted it wrong it should be read...

    "I believe it is more important for everyone to have freedom, even if it does reduce individuals freedom."

    power = freedom

    Hitler certainly had more power to his individual self then any other individual. Is that a matter of hypocracy?

  94. Words like 'freedom'... by Tom7 · · Score: 2

    "They obfuscate more than they enlighten, they cloud the issues rather than clearing the air."

    I say everything twice, repeating what I say a second time.

  95. Re:Why ESR doesn't understand the FSF point of vie by aanantha · · Score: 2, Insightful

    No. Both fascism and socialism believe that the needs of the society outweigh the individual. But socialism believes in equality, while fascism does not. Now try to find a society that never takes away some individual freedom for the interest of the society as a whole. Just because he's not a libertarian doesn't make him a fascist.

  96. Re:Why ESR doesn't understand the FSF point of vie by Chandon+Seldon · · Score: 1

    You can explicitly include language in your contract with the development company that they will not release the code to the outside world, and that the code will remain a trade secret of Spacely Sprockets once it has been developed.

    --
    -- The act of censorship is always worse than whatever is being censored. Always.
  97. opensource free software -- sort it out by ftide · · Score: 2, Insightful
    "good way for people to understand the difference between Open Source and Free Software."

    Perhaps it is time to evolve beyond this very old argument. Others besides RMS and ESR need to define what opensource and free software is in addition to the current definitions. We need a bot/service provider to output stored definitions whenever multiple interpretations of a word come up. Print it as a local or global def. list. Wouldn't this be better then arguing about opensource and free software defs. over and over and over and over and over and over and over and over license arguments too and over and over and over ...

    --ftide

  98. - Bryguy gets it! by Tom7 · · Score: 3, Insightful


    I am surprised that ESR doesn't even understand the basis of the FSF's argument. The GPL and legal remedies are temporary solutions to a bigger problem, that the government allows people and corporations to "own" information. What the FSF is calling for, in the grand scheme of things, is a RELAXATION of regulations -- allowing users to copy and modify so-called intellectual "property" as they see fit, by removing the idea of a government-enforced ownership of information.
    So, it is clear to me that the FSF is not asking for a law banning proprietary licenses; rather, they are asking that we do away with the idea of 'license' altogether.

    1. Re:- Bryguy gets it! by Anonymous Coward · · Score: 0
      GPL and legal remedies are temporary solutions to a bigger problem, that the government allows people and corporations to "own" information.

      This is a complete lie. No one owns "information" (whatever that is). When you read a book do you not get any "information" from it because it's copyrighted? Information is free as long as men are free. The only thing one owns is the sequences of letters (or ones and zeros) that communicate that "information."

      It's time to face facts, the only reason to destroy intellectual property is so that you can take advantage of anothers work without repaying him in anyway.

      So, it is clear to me that the FSF is not asking for a law banning proprietary licenses; rather, they are asking that we do away with the idea of 'license' altogether.

      Would you please explain what the practical difference between the two are? I can see none.

    2. Re:- Bryguy gets it! by steveha · · Score: 2
      the FSF is not asking for a law banning proprietary licenses; rather, they are asking that we do away with the idea of 'license' altogether.

      Not so. The FSF wants licenses that force all developers to always divulge all source code they write. This is very different from doing away with the idea of a license.

      If you were correct, the FSF would love the BSD license. To a first approximation, the BSD license is what you described: no limits at all on what you can do. The FSF says that is not enough.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    3. Re:- Bryguy gets it! by Ilmari · · Score: 1
      Not so. The FSF wants licenses that force all developers to always divulge all source code they write. This is very different from doing away with the idea of a license

      That's just a temporary hack of the current system, employed while working for the ultimate goal: the abolishment of copyrights.

      At least that's how I've understood it from the stuff at gnu.org

      --

      © ilmari. All rights reserved, all wrongs reversed

    4. Re:- Bryguy gets it! by steveha · · Score: 1

      That's just a temporary hack of the current system, employed while working for the ultimate goal: the abolishment of copyrights.

      If the FSF does get copyright discarded, they will want something in its place that requires the release of source code. If you know any way to prevent Microsoft, Corel, etc. from keeping their source code secret just by getting rid of copyright, please explain it to me.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    5. Re:- Bryguy gets it! by Anonymous Coward · · Score: 0

      If copyright were abolished, both reverse engineering and redistribution would be safe and legal. Vendors might even return to publishing software once they notice public decompilations of their binaries are getting improvements that can't be readily merged into the proprietary source.
      --
      Software is a service, not a product.

    6. Re:- Bryguy gets it! by steveha · · Score: 2

      If copyright were abolished, both reverse engineering and redistribution would be safe and legal.

      I say again: this isn't enough for the FSF, or else they would be content with BSD-style licenses. They want everyone to release source to everything.

      Vendors might even return to publishing software once they notice public decompilations of their binaries are getting improvements that can't be readily merged into the proprietary source.

      I'm sorry, but it is a decidedly nontrivial task to decompile something like Microsoft Word, and then recompile it, and add features. It would be far, far easier to start up a competing product. The above comment is complete fantasy.

      steveha

      --
      lf(1): it's like ls(1) but sorts filenames by extension, tersely
    7. Re:- Bryguy gets it! by Tom7 · · Score: 1


      Since they won't be able to make money simply by selling copies of software (but instead by writing it), they add value to the software when they ship it with the source code. In any case, all it takes is one leaked copy...

  99. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    If you want to start over analyzing things, how about this... do we `need' slaves, or do we `want' slaves?

  100. This is the dumbest thing by prisoner · · Score: 2, Troll

    on the planet and is a great example of why Linux is still a cute little backwater in the otherwise huge *desktop* software market. How many people outside of /. care enough about whether the software they are using is "free as in beer" or "free as in speech" or what license it is issued under that they would switch to a competing product? How many? 100 - 1,000 - 10,000? Laughable numbers compared to the installed user base of Windows. Look, most people view software as a tool. Think of it as a Craftsman wrench. They only get bent out of shape when it doesn't work and what happens then? You think your average Joe will fire up a forge in his garage to cast a newer, better wrench or repair a broken one? No, he's going to take it back to the store.

    And now we come to the really interesting part of the argument: what happens when there is one store that sells that tool while their competition sells tools that, while workable, have to be assembled from their component pieces but are purported to be better as their designs are on the internet for all to see and copy? Joe average user wants to get the job done and the company that publishes their specs on the internet can take a flying fuck at a rolling doughnut, he goes to the store that provides what he needs.

    This is the situation in which we find ourselves. For all of this hoopla, the real problem of trying to build a product comparable to windows is being gradually tuned out. For the life of me, I can't seriously think that MS is "afraid" of any open source initiative with this kind of shit going on. I don't know who coined the phrase but "lead follow or get out of the way" applies wonderfully here. The open source community is like two birds fighing over a dead squirrel in the road with an 18 wheeler bearing down on them.

    1. Re:This is the dumbest thing by AYEq · · Score: 1

      seriously, why does the majority's immorality have to effect the way we view software. I will admit the the FSF/OSI bickering isn't really helping anybody, but we really cannot knock sombody just because the actually HAVE moral conviction. I really do not want Free Software to be LIKE Microsoft, and to tell you the truth I don't really care if it dominates the world. I am getting really sick of everbody on /. acting as if there is some kind of WAR that has to be won. I use it for the same reason most people use linux, because it is a system that satifies my natural curiosity. It is a system that gives me the freedom and the ability to gain knowledge w/o having to worry about Non-disclosure agreements and the DMCA.Finally, it gives me the satifaction that I can have a fully functional computer without having to deprive the rights of a single person. (I know that most people don't care, but I do)

    2. Re:This is the dumbest thing by Tooky · · Score: 1

      This view works fine; a third store opens and they sell the same wrenches as the second store, the "open source" wrenches, except they sell them pre-assembled, but cheaper than the first store sells their "proprietary" wrenches. Now if the "proprietary" wrenches break, you _must_ return them to the 1st store for repair, their "license" prohibits you from making your own repairs, but if the "open source" wrenches break, you may either, repair them yourself, or return them to either the 1st or 2nd store for repair, depending on who offers the most cost effective repair service.

      Ok, I understand that this is a hugely oversimplified vesrion of events, and doesn't take into account many things, but it does add another dimension to your original argument, albeit one that gives you my interperation of the FSFs position.

      The main problem with your analogy, and my extension of that analogy is that it still treats software as physical property, what this is a much better analogy of is the open hardware IBM compatible PC vs. Proprietary Hardware (Apple Macintosh for e.g.).

      Although I doubt anyone will get round to reading this as its fairly late in the discussion I'd still appreciate any comments.

    3. Re:This is the dumbest thing by prisoner · · Score: 1

      Interesting, but why would you think that the first store would take back the "open-source" wrench to repair it? It isn't likey, even if it was a real wrench...:) Your indentification of the flaw in the analogy is, in a strict sense, right on. However, aren't all of these things just tools to get work done? Whether they are actual boxes with chips in them or Itellectual (sp) Property, they are just tools. That's how I look at it anyway. Who knows, maybe I'm just simple but I think that debates like this keep pushing linux closer and closer to the edge of oblivion.

    4. Re:This is the dumbest thing by Tooky · · Score: 1

      Ooops s/1st and 2nd/2nd and 3rd/

  101. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    The only way that software would be released is if one of your employees or one of the developers gave it or sold it to cogswell cogs, do you think these developers will sell it for such a low price. Also why doesnt spacely sprockets offer to sell cogswell cogs for the software. Or better yet why cant all these companies work together funding research in making all their businesses more effecient? Why is it that one of them has to try this, I am sure they are all thinking about it at diffrent levels. It will even lower the costs, if each company put in money in this research. We are not talking about a new sprocket that could put cogswell cogs out of business, so this is not really that much of a competitive thing.

  102. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0
    In a democracy, you get what you've earned, and not what someone else decides you deserve.

    I'll be sure to pass on your name and address to the NRA. They will be thrilled to learn that only people who "earn" the right to bear arms should be allowed to have a gun.

  103. Re:Why ESR doesn't understand the FSF point of vie by phaze3000 · · Score: 2
    Actually, I think you'll find that this is essentially a socialist idea - that the needs of the community are more important than those of any particular induvidual. Equality is all.

    Facism is more interested in outlining a group of people for preferential treatment, and de-humanising the rest of humanity. The second group are then used to serve the interests of the first.

    --
    Blaming GW Bush for the Iraq war is like blaming Ronald McDonald for the poor quality of food.
  104. How many angles can dance on the Head of a pin? by sucko · · Score: 0
    Well?


    While you spend your time arguing over nothing, Microsoft keeps improving thier software.


    Argue over nonsense less, write good code more.

    1. Re:How many angles can dance on the Head of a pin? by Anonymous Coward · · Score: 0

      Isn't that kinda what happened to OpenGL. Everyone was to busy laughing at how pathetic directX was to notice that it was actually passing OpenGL. Kinda like the rabbit and the turtle. Microsoft software keeps getting better and better with every release while the UNIX clones have not been getting much better. What happens when windows doens't need to be rebooted anymore? what happens when there are no more bluescreens? then what? Everyones to busy laughing at flaws in 95/NT to realize Microsoft is moving on...

    2. Re:How many angles can dance on the Head of a pin? by sucko · · Score: 0
      exactly.


      Apple folk kept laughing at win3.1 only to get hammered by win95. Just because you have a lead now, donsn't mean you'll have a lead tommorow.

  105. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    Of course that's exactly how it works in the real world. But if Spacely Sprockets owns the code as it's own copyrighted trade secret, there is absolutely no point in a GPL licence. If Spacely Sprockets later sells the product to Coswell Gogs, it will certainly be under a different contract.

    The dev house could choose 'infect' the product with GPL code of course, but that means a bunch of additional verbage in the standard contract which would turn into an Open Source licence educational sit-in. If Spacely pays $1million for something, he'll want to own it. No dev house would risk blowing the deal because corporate lawyers have to come in and scratch their heads for $200/hour. That's not to say that OSS infrastructure like Apache or Postgres couldn't be used, tho.

  106. Wrong Way by SLOGEN · · Score: 1

    Flerbage: I have the condition of flerbage when I can behave in the confidence that nobody will take my life, my physical property, or my time without my consent.

    Make up any posistion, what so ever on copyrights, programs and freedom.

    If you follow the rules according to that position, your (so-called) "flerbage" will not be affected in any way, what, at all.

    So, you don't want to test what maximizes "flerbage", it's simply misleading to even enter that definition into the convesation.

    What you really wan't to do, is list the requirements of the interested cotegories:

    1. User
      1. Stable software

        Helps "Use" the software

      2. Minimum Price

        Helps pay bills

      3. Software that's best suited for individual use

        No two people work alike

      4. Minimum hazzle

        Software should "just work", like lights and phones

      5. Integration (not in the Windows sense: it's integrated, so you have to use it all. But in the real sense: if you have both A and B, they will cooperate on common data/computation/interface)

        Share producst from different software producers

    2. Developer
      1. Ability to use existing solutions

        Dont do work that others aready did

      2. No restrictions on produced product

        Ability to control your creation

      3. Control over the usage of created product

        Allows you to make monty

    3. Corporation
      1. Earn Money
      2. Enhance Image (i.e. Give users, developers or society what they want)
    4. Soceity
      1. Increase BNP

        A wealthy country is a healthy country

      2. Keep voters happy (Let's face it, mainly users)

        Another term in power please!

      3. Keep cooperations happy

        At least in the US, they paid the campaign

    Now all you have to do, is keep adding things to the list and maximize the "happiness". No wonder there are so many conflicting solutions to an equation without a single maximum in all the dimensions.

    --
    SLOGEN [ http://ungdomshus.nu : Sebastian cover music]
  107. if you two could get a law passed making propr... by Freedom+Bug · · Score: 1

    if you two could get a law passed making proprietary licenses illegal, would you do it?

    The right answer is "no". But turn the question around.

    If you two could get copyright law overturned, would you do it?

    Here, the answer is an obvious "yes". Microsoft could still get people to sign licenses: after all, a contract is a contract. But then they have to follow the chain of contracts, and sue for breach of contract.

    For example:

    They sell you Windows 2007 and you sign a contract saying that you will not give it to anybody else. Then you give a copy to a friend, who gives a copy to a distributor who makes and sells millions of copies. Microsoft would have trouble suing the distributor: he did not breach any contract, and he did not deprive anybody of their copy. Microsoft could sue you: the court would probably restrict your damages to a small multiple of the purchase price. That's if they could find you in the first place.

    On the other hand, your contract may state the penalty that breach of contract is the full development price of the product: say a billion dollars or so. So how is Microsoft going to get 1 billion out of you? And WTF were you doing signing that contract in the first place?

    But we did not deprive Microsoft of any flerbage, did we? They could still sell under any sort of contract they want to. And they can enforce that contract.

    Bryan

  108. Re:Why ESR doesn't understand the FSF point of vie by FrostyWheaton · · Score: 1

    Not in FSF's Perfect World(TM). There is no such thing as a proprietary licence in utopia. Trade secrets sound suspiciously like IP if you ask me.

    --
    Comments should be like skirts. Short enough to keep your attention, but long enough to cover the subject
  109. The purpose of Flerbage by Arandir · · Score: 2

    The purpose of the word "flerbage" was to create a word with zero emotional connotations, so that the rights, privileges and permissions that pertain to software can be discusses rationally.

    "Liberty" has just as much emotional connotation as "freedom". Perhaps more so.

    When RMS says that Free Software gives people Freedom and Liberty, I get all choked up about it. Very emotional. My great great great grandfather died so that I could be free. My great great grandfather died so that I could have liberty. By God if they would wield muskets and flintlocks against King George, then I am justified in nuking Redmond, shooting Scott McNealy and Larry Ellison, and tar and feathering all the small shareware authors!

    By using the word "flerbage", everything comes into perspective. My great great great grandfather fought and died because my great great great aunts, uncles and cousins were being hung, arrested, having their homes confiscated, their livelihoods taxed and their neighbors impressed into the British Navy. But when I decide to play the latest proprietary first-person shoot-em-up game, my Liberty and Freedom is intact. My life and well-being is secure. My property is undamaged. My freedom of action with regards to my person and my property is completely unhindered. And I am not forced to provide labor, services or skills to the games's author.

    Using proprietary software is like walking into a closet and closing the door behind you. According to the dictionary definition, I would indeed be less "free". I don't have the freedom to flail my arms about. I don't have enough room to have the freedom to lie down. But I am not a slave. I am not subjugated or dominated by the closet. At any time I can simply open the door and leave. And should I decide that the use of a proprietary program becomes too onerous, I can simply and easily stop using it.

    I may indeed be less "free" when I walk into a closet or use proprietary software. But my flerbage is intact.

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  110. Exactly by FrostyWheaton · · Score: 1

    There is a time and a place for all sorts of licences, even licences that some people don't like/hate. I will admit that Microsoft has become an Evil(tm) money grabbing corporation that should be dealt with rather severely for the wrongs it has committed.

    but at the same time, it did standardize the desktop, introduce a GUI to the PC world, and provide some semblance of multitasking to the average household.

    Other licences have their strength and weaknesses, their opportunities for exploitation, or limits on utilization etc. and there is a ploace for all of them in the software world.

    Personally, "information wants to be free" "death to IP" type people really scare me. They are some type of tech-enabled anarchists, the same type of people that hate the record companies and steal CD's/movies/DVD's etc from stores, and at the same time would cry foul if the companies went under and no longer produced music for them to steal.

    I'd love to hear why the power of choice would be a bad thing, even if you choose a proprietary license. Try and write a cheat-resistant multiplayer game with open source on both client and server, and see just how far you get before the cheats make the game unplayable except among friends

    This is a brilliant example of why proprietary licences are useful/nessesary in some instances.

    I say different strokes for different strokes, and eventually a licence, or (most likely)several will end up victorious. But in the end everyone wins.

    --
    Comments should be like skirts. Short enough to keep your attention, but long enough to cover the subject
  111. What history tells us by nomis80 · · Score: 1

    What history tells us must not be forgotten: proprietary software reduces the amount of flerbage everyone has. You may not understand why when you're sitting on a cloud and thinking, as ESR did, but when you come back to the ground and see the actual effects of proprietary software, you can't argue that proprietary software is good.

    It's nice to be able to think, but it's even nicer when you have the experiment's results to prove that you were wrong. And then you know and you can't be wrong anymore, because reality is the only reference.

  112. pre-IPO stock options in the FSF? by cpeterso · · Score: 1


    Does Georg C. F. Greve also have pre-IPO stock options in the FSF? sweet deal for him!

  113. libc a "GNU project"? the maintainer differs!! by Anonymous Coward · · Score: 0

    check it out: http://news.linuxprogramming.com/news_story.php3?l tsn=2001-08-16-002-06 (scroll down to "And now for some not so nice things..")

    A few choice quotes:

    "Stallman recently tried what I would call a hostile takeover of the glibc development. He tried to conspire behind my back and persuade the other main developers to take control so that in the end he is in control and can dictate whatever pleases him. This attempt failed ... I hope he will now shut up forever. The morale of this is that people will hopefully realize what a control freak and raging manic Stallman is. Don't trust him. As soon as something isn't in line with his view he'll stab you in the back. NEVER voluntarily put a project you work on under the GNU umbrella ..."

  114. This is really making me angry by Cryogenes · · Score: 2, Insightful

    Please realise that Eric Raymond is just plain lying. He suggests that Stallman asks for new laws that could put software developers into jail. The opposite is true: Stallman ask that copyright for programs be abolished, period. One law less, fewer people that will go to jail.

    Programmers can still do whatever they will, the state just won't help them enforce their copyright.

    The article contains more untruths. One is, that the existence of proprietary software does not restrict user's freedom, beacause he does not have to use it. The fact is, that people are ordered to use software by their employer and thus bound by the licenses if they like it or not.

    Other example: Game developers are forced to spend their time helping MS since if they develop for Linux instead, they will not survive.
    (They might choose to help Sony or Nintendo instead, but that is not much better).

    1. Re:This is really making me angry by nathanm · · Score: 2
      Stallman ask that copyright for programs be abolished, period.
      No, he definitely is not! The GPL depends on copyright. Here's a direct quote about from GNU:
      Proprietary software developers use copyright to take away the users' freedom; we use copyright to guarantee their freedom. That's why we reverse the name, changing "copyright" into "copyleft."
      Programmers can still do whatever they will, the state just won't help them enforce their copyright.
      The state doesn't help anybody enforce their copyrights. Copyright infringement is a civil action, not criminal.

      The article contains more untruths. One is, that the existence of proprietary software does not restrict user's freedom, beacause he does not have to use it. The fact is, that people are ordered to use software by their employer and thus bound by the licenses if they like it or not.
      In that case, the user is the company. Also, if your employer forces you to use software you don't like, quit.
    2. Re:This is really making me angry by sourcehunter · · Score: 1
      Abolishing copyright law won't do a hill-of-beans worth of difference -

      Sure, it might keep a few people out of jail, but then instead of reporting it to the feds, they'll just sue the pants off of anyone who violates their copyrights... and guess what - the little guys will be screwed - they BIG companies will be able to walk ALL OVER the little guys because there is no CRIMINAL penalty for it and hence whoever can keep the most motions going in court will win. Small development firms won't stand a chance. At least now, they have a small chance.

      --

      quis custodiet ipsos custodes - Juvenal
  115. FUDerbage by dkixk · · Score: 1

    ESR writes the following in his article:

    But now let's suppose that, after years of lobbying, messrs Kuhn and Stallman get a law passed that makes proprietary licenses illegal. We are now in the world of the FSF's premise.

    From where is Raymond getting this? I have never read anything from the FSF or Stallman that advocates making proprietary licenses illegal or anything even morally equivalent to this position. Can anyone supply a reference to any statement from the FSF or Stallman supporting Raymond?

  116. In AD 2001. Debate was beginning. by Teddyman · · Score: 1

    RMS: All your software are belong to GPL.

    ESR: What you say !!

    RMS: You have no chance to profit make your time.

    ESR: Take off every 'GPL'.

    ESR: For great flerbage!

    1. Re:In AD 2001. Debate was beginning. by Anonymous Coward · · Score: 0

      Would somebody *please* mod this up :0)

  117. You mean... by OblongPlatypus · · Score: 2

    .. Foundation for Software Flerbage

    ..right?

    --
    -- If no truths are spoken then no lies can hide --
  118. ESR by Anonymous Coward · · Score: 0

    Thanks, slashdot. I always enjoy reading a decent troll from ESR. He has got to be one of the last people in the world that is still defending Microsoft's monopoly.

  119. Words & Deeds by Frodo · · Score: 1

    Maybe RMS is talking about relaxation and stuff, but he is acting differently. If I try to use any bit of GNU code in the project that has license not seen as fit by RMS (like BSD license, for example) - he will crush on me with all power given to him by the evil law and government, and he will gladly use all the evil power of copyright to it's least bit to prohibit me from using this code. That's looks dangerously close to 'war for peace' and 'lying for truth'.

    And mind that - the usage of that code in the non-GPL project won't devoid any user of any freedoms to use the code - it will be still available for anybody. But what RMS wants is to coerce me into going along his rules, using all those arguments that you just proved are evil and immoral. What does this makes about the whole concept?

    --
    -- Si hoc legere scis nimium eruditionis habes.
    1. Re:Words & Deeds by Tom7 · · Score: 1

      I didn't purport to prove anything...

      The GPL is the closest approximation (that we know of) to the lack of copyright we seek; it (ab)uses current copyright law in order to spread and eventually (we hope) make it obsolete. At least, it gets people to think about these issues.

      Yes, it is too bad that we have to use copyright law to do this -- but we have to play by the rules of the government we live under.

  120. Wrong by FrostyWheaton · · Score: 1

    prietary licenses, whereby a state-designated owner can use state power to declare some string of bits "property" and do nasty things to you if you copy them, are an infringement of "flerbage". (Or "freedom", if you prefer).R>
    "flerbage" would be the absense of copyright - not passing new restrictions on proprietary licences, but rather removing the exisitng restrictions that make proprietary licences possible.


    You really need to beware of excessive flerbage. If I had enough of it I could come oven and excercise my flerbage on your car, bed, shower, TV, etc. Flerbage is limited all around us. (just try running around your block several time naked and you will see what I mean) And you (and many others) happen to not like a certain limiting of your flerbage. And claim the moral high ground crying for "Maximum 'flerbage'", when all you want is maximum software copying flerbage.

    The simple fact is, that software costs money to develop, and developers need to recover their development costs, and possibly (gasp) make money. If you remove the mechanism which guarantees them revenue, developers stop developing, and then (surprise) no more software (or at least a lot less). I know you don't want to pay for software, but I don't want to pay for my food, but that doesn't mean I break the law to obtain it without paying for it.

    --
    Comments should be like skirts. Short enough to keep your attention, but long enough to cover the subject
    1. Re:Wrong by Mr.+Slippery · · Score: 1
      If I had enough of it I could come oven and excercise my flerbage on your car, bed, shower, TV, etc.

      If you mess with my car, bed, etc., you mess with my ability to mess with them.

      If you copy my software, music, poetry, etcetera, I still have my copies; your copying in no way deprives me of the use of my copies.

      Flerbage is limited all around us. (just try running around your block several time naked and you will see what I mean)

      It is; it doesn't mean it should be. Laws against nudity - the natural state of human existance - are surely amoung the stupidest on the books.

      The simple fact is, that software costs money to develop, and developers need to recover their development costs...If you remove the mechanism which guarantees them revenue, developers stop developing

      So, we need a new mechanism that allows developers of good and useful software to recover their development costs, but places minimum restriction on flerbage. Our current system ain't it.

      If copyright was ended tomorrow, and developers stopped developing as a result, would the demand for software cease? Hardly.

      Most of the interesting software out there is somewhat custom stuff that has little reliance on copyright for its profitabilty. Pricing models woulds have to change, but overall its production would hardly be affected by such a change.

      As for shrinkwrapped COTS products, users who want new software could band together and hire developers to build it to spec.

      We can - and eventually, we're going to have to - come up with models where authors, developersm musicians, and so on get paid, without restricting people's right to share information.

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
  121. Electricity Linux by Anonymous Coward · · Score: 0

    For those of you who want to call it Linux, try using it without plugging it in.

  122. Re:Why ESR doesn't understand the FSF point of vie by Frodo · · Score: 1

    I believe it is more important for everyone to have freedom, even if it does reduce individual freedom.

    There can not be any freedom but individual one. Read a history of any totalitarian state and see that they all asked people to sacrifice individual freedom for public good and at the end people got no public good and the worst coercion possible.

    --
    -- Si hoc legere scis nimium eruditionis habes.
  123. What's the problem here? by dgroskind · · Score: 1

    I have the condition of flerbage when I can behave in the confidence that nobody will take my life, my physical property, or my time without my consent. (Observe that I am not prejudicing the discussion by assuming that the software I write is my property.)

    So far as the United States is concerned, this flerbage sounds like it was dealt with by the 5th Amendment and the 14th Amendment, to wit, no person shall be deprived of life, liberty, or property, without due process of law. Observe that the Constitution extends protection to all property, not just physical property, which would include software.

    Since citizens elect the people who make the laws, due process is about all you can hope for. The alternative is anarchy where you defend your property as best you can with a gun. Anarchy is generally considered to reduce flerbage more than a constitution, elections, a judicial system and a police force.

    But now let's suppose that, after years of lobbying, messrs Kuhn and Stallman get a law passed that makes proprietary licenses illegal.

    In that case, the quarrel is with the legislators more than Kuhn and Stallman. Only the legislators have the power to expand or contract flerbage. Kuhn and Stallman have asserted some provocative rights, which are worth debating, but they have no more control over flerbage than any other registered voter.

  124. uhhh by Anonymous Coward · · Score: 0

    Hey ESR, who's side or you on anyways? Looks like Big Businesses to me.

    Me thinks you are just a suit diguised as a gun toting hick.

  125. Concepts by Frodo · · Score: 1

    You mix that with nationalism or soviet bolshevism. The fascism is a totalitarian concept which says that the need of the society prevails on individual needs, and as such one can be coerced, jailed, deprived of property or life at will, if it benefits the society (or if the rulers of the society see the benefit in it).
    Socialism is more economical concept of state property and state-controlled economics. It does not deal too much with individual rights and freedoms, though they are of course influenced by the economic model. For example, it is possible to have democratic socialist state or fascist socialist state.

    --
    -- Si hoc legere scis nimium eruditionis habes.
  126. Not if the book is FDL'd after first printing by yerricde · · Score: 2

    Wrong, you pay pennies on the dollar

    "Pennies on the dollar" can mean 99 cents on the dollar.

    for the production of the textbook, and the rest is royalties to the publisher and authors of the book.

    You're assuming textbooks can't be released under the GNU Free Documentation License after their first printing. (Why use GNU FDL?) At least in the print industry, the publisher is less likely to take all rights from the author than it would in the record or movie industry.

    If people realized that the abolition of copyright

    I'm not necessarily for abolition of the copyright monopoly. I'm for restoring it to its original purpose: promoting the creation of new works. Retroactive copyright term extensions do NOT promote the creation of new works; most works make most of their money by far in the first 28 years. I'm also for full disclosure of the terms of any license (especially fair use restrictions) BEFORE the license is bought: "This DVD contains CSS encryption and may be played only on players licensed by DVD CCA. You may NOT copy the caption text. You may NOT grab frames. You may NOT back up the video or audio. You may NOT skip the Special Offers that precede the program."

    removes or squeezes the profit motive out of [the entertainment industry], and that such action then reduces both the number of suppliers and the quality and quantity of what is produced, it no longer sounds like a Good Idea(TM)

    Even if the monopoly were abolished, there would still be people who create for the fun of creating. The love of money should never be a fellow's primary motivation.

    --
    Will I retire or break 10K?
  127. Eric Raymond is just lying by Cryogenes · · Score: 1

    The FSF has never advocated the passing of additional laws that regulate what programmers can or cannot do. On the contrary the FSF has specifically asked for the removal of a law, namely copyright for programs.

  128. nice try by Anonymous Coward · · Score: 0

    Nice try ESR. Trying to get yourself a place in hacker lore by coining a new term. Sorry noones buying it. We already have words for that, less stupid words. No ones buying it.

  129. Okay.... by AlXtreme · · Score: 1
    from now on, the only OS that i run is Apache\Perl\Python\vim\GNU\Linux.

    on the other hand, Apepyvignli doesn't sound very friendly. But at least no-one can go crying that they are left out...

    Don't tell me, another license? :)

    --
    This sig is intentionally left blank
  130. It's not facism, it's the idea of laws by j7953 · · Score: 2

    Isn't this also the idea of democracy? To take away "freedoms" from the government, as a means to give more freedom to the citizens?

    Isn't this, in fact, the idea of any society? To take away from individual persons the freedom to do whatever they want (like owning slaves, killing people, raping women etc.), and force them to act according to laws, as a means to give more freedom to the public as a whole?

    The difference between facism and democracy is not the existence of laws, it is who creates them, and it is if the individual restrictions of freedom are applied equally to all citizens.

    --
    Sig (appended to the end of comments I post, 54 chars)
    1. Re:It's not facism, it's the idea of laws by akintayo · · Score: 1

      an even better example of this "fascist" behaviour in a "democratic" society is the death penalty. Taking away someone's most basic right for the "betterment" of society.

      --
      Woe be on to them, all who rise against poor people, shall perish in a the end. Buju Banton
  131. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    Ya know, libertarians and socialists both call my views fascist... I guess that means I'm doing the right thing...

  132. Flerbage is stupid by Cryogenes · · Score: 2, Interesting

    Raymond states his ethical commitment as "increase ferblage". I wish to argue that flerbage is an ill-conceived term.

    My Ferblage, he defines, consists of three req's
    1. Nobody shall kill me
    2. Nobody shall rob me of my physical property
    3. Nobody shall take my time without my consent.

    Let us investigate whether these axioms are necessary and sufficient.

    Obviously 1. and 2. are necessary and everybody will agree. However, 3. is quite difficult to enforce. Demonstrations cause traffic jams, traffic jams rob my time, should demonstrations be outlawed? Should the police be disallowed to question suspects and witnesses in a murder case, because it is taking up their time? Can we require citizens to wait at traffic lights? What about the draft?

    Conclusion: Not being robbed of my time is very desirable, but hardly a necessary right.

    Now for completeness. It seems to me that ERS should be quite happy living, for example, in China. They have some good facilities (e.g. Apple) where he could work. Freedom of speech, usage of the internet, freedom of movement, freedom to buy what you like all don't seem to matter to him. After all, these have nothing to do with flerbage.

    Surely Raymond would not consider that his ferblage is reduced when he gets jailed for amusingly mangling the chairman's name. It would be his own fault, just like it would be my own fault if I got jailed for not properly licensing my software.

  133. nope, not liberty by dalinian · · Score: 1

    The proper word is "claim". Having liberty means having a prima facie right to happiness, e.g. nobody has the right to restrict your happiness without legitimately justifying it somehow.

    On the other hand, having a claim against someone means that this other person has a responsibility to you. In this case the responsibility is to refrain from certain things to you that you don't want done.

    Check out Norman Barry's Introduction to Modern Political Theory for additional information.

  134. hmmm by Anonymous Coward · · Score: 0

    Why does O'reilly have any say into what's open source, free software, flabergiby, slavery or liberty?

    Since when does a book publish call the shots for programmers? wtf is this?

  135. Another new, ah, "term" by Deskpoet · · Score: 2

    Eric Raymond has inspired for me a new nickname that I will forever associate with him. And though it's not exactly a new term, it certainly seems to fit the person: CapMan. Actually, on the comic book cover where I see this flashing in colors of metallic red and copper, the full title reads "The Incredible CapMan". The question is--who, or more precisely, what, is a CapMan?

    Simple, silly, CapMan is short for Capitalist Maniac. We could also precede that description with a few other modifiers, such as gun-toting, narcissistic, egomaniacal CapMan, and we would have a full description of the King of the Bazaar.

    Up to this point in this post, probably as far as the moderators will read before modding this down, I've disparaged one of the gods of the Open Source Marketing Engine--literally, the High Priest himself--in a highly personal way. If you're still with me, allow me to elucidate exactly why this comic vision has risen in my eyes.

    ESR is undoubtedly a talented individual, but his personal vision of unfettered, fully armed laissez-faire capitalism, is, like all proponents of the creed, self-contradictory, and, ultimately, selfish in the way that only readers of Rand can admire as a positive quality. What has always galled me about this unspoken but fully present theme in his discourse is the barely-veiled self-promotional qualities of it: what's good for Open Source is good for ESR, often VERY good for ESR; he's certainly improved his profile by his crusade. Beyond that, though, is the fundamental contradiction of anarcho-capitalist/right-libertarian "freedom" espoused by the tenets of ESR and his Open Source cronies. Though they talk about the "communist dictatorship" of RMS and FSF as if that will eventually cut into their profits (because such an anti-business model cannot be sold to the suits who throw them scraps from their tables), they have little problem using the software that allows them their little capitalist fantasies, and would, no doubt, pull a Bill Gates if the FSF released its wares under BSD-style licensing.

    Simply, ESR's argument about a law for *any* licensing is a straw man. In a free world, there ARE no laws, because the individuals participating in such a mature society would not need to be told what to do like young children at the dinner table. I find it particularly interesting, though unsurprising, that ESR's "found contradiction" in the FSF model is viewed by him as a failing of logic; I'm sure that RMS can only be nodding somewhere, saying "precisely my point". The GPL is the ultimate software Leviathan: it is there until we're mature enough to not need it. (Besides, does anyone *really* believe a law against non-GPL licences would ever see the light of day? Perhaps in ESR's Form world, but like many things outside of that world, logical extremes to make a point cannot and will not ever exist: Plato sounds good in _The Republic_, too, but no one wnats that form of justice, either.)

    Why is that when push comes to shove, capitalist arguments for or against laws always wind up being the equalavent of their communist counterparts? Shouldn't we look beyond the inherent statist principles of these two economic systems to a place where neither are necessary? *My* reading of the GPL is an attempt to do this--within the current paradigm of statist legalism. Perhaps if ESR looked beyond his own immediate needs, he might appreciate the long-range vision that the GPL represents.

    --
    "The more corrupt the state, the more numerous the laws."--Tacitus, The Histories
  136. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    Either that or it means you really are a fascist :)

  137. Wow by theNeophile · · Score: 1

    I never realised hom much ESR likes spoonerisms[?]> . Gill Bates of Sicromoft, Stichard Rallman, and so on.

  138. libertarians are logically incoherent morons by Anonymous Coward · · Score: 0
    I hate to borrow from Libertarian philosophy, but a right is not a right if you require coercion of another person.


    You mean like property rights?

  139. I never thought I would say this, but... by Giant+Hairy+Spider · · Score: 2
    ESR just made a huge ass of himself with a disgusting piece of deceptive rhetoric. I've always really liked him, and the FSF have always annoyed me, but this is just too much.

    To illustrate the doublethink...
    ESR suggests:
    • In the current situation, one's flerbage is not decreased, because as long as you don't copy Sicromoft's stuff, you can do whatever you like.
    • With restrictive licenses outlawed, one's flerbage is decreased because if you decide to write a restrictive license, you will be subject to the violent enforcement of the state.


    But one could also say:
    • In the current situation, one's flerbage is decreased because if you decide to copy restricted software, you will be subject to the violent enforcement of the state.
    • With restrictive licences outlawed, one's flerbage is not decreased because the power to enforce restrictive licences was not a necessary component of flerbage.


    In fact, I find the counterpoints more logically consistent than ESR's points. If copyright or contract law was changed to disallow such restrictive licences, people wouldn't be punished for offering such licences, such licences would simply be unenforceable, and as it currently stands, actions (unauthorized copying) which by his own definition do not infringe on another's flerbage, can cause the state to infringe on yours.

    Goddamn. Doublethink and newspeak. ESR has crossed the line with this one.

    "Flerbage" is also the dumbest attempted coinage I've heard in a long time. He'll carry the embarassment of this to his grave.
    --

    ---
    You'd be surprised at the broadband connection available to things crawling around in your hair.
  140. Partial Answer to ESR's question. by ComputerSlicer23 · · Score: 1

    Quoted from the last question in this web page: http://mail.gnu.org/pipermail/info-press/2001/0000 06.html QUESTION: If there was a button, that you could push and force all companies to free their software would you press it? STALLMAN: Well, I would only use this for published software. You know, I think that people have the right to write a program privately, and use it. And that includes companies. This is privacy issue. And it's true, there can be times when it is wrong to do that, like if it is tremendously helpful to humanity, and you are withholding it from humanity that is a wrong, but that's a different kind of wrong. It's a different issue, although it's in the same area. But yes, I think all published software should be free software. And remember, when it's not free software, that's because of Government intervention. The Government is intervening to make it non-free. The Government is creating special legal powers to hand out to the owners of the programs, so that they can have the police stop us from using the programs in certain ways. So I would certainly like to end that.

  141. The point is power by one-egg · · Score: 1
    People are getting so excited about ESR's libertarianism that they are missing the essential point of his article. To be blunt, he's calling RMS a power-mad control freak. Everything else is window dressing.

    I happen to agree with Eric. Most of Stallman's actions boil down to forms of coercion. Read the GPL. The whole point is to enforce certain behaviors that RMS considers socially beneficiary. (Compare most other licenses, which primarily prohibit antisocial behaviors.) Review the history of the LGPL. Stallman tried, and failed, to force the GPL on anybody who used gcc. Look behind the scenes, study things like the glibc takeover.

    Stallman wants to force his definition of freedom on you, whether you want it or not.

    1. Re:The point is power by one-egg · · Score: 1

      "Socially beneficiary?" Ouch. I meant "socially beneficial", of course.

  142. Weak argument by Anonymous Coward · · Score: 0

    Of course software can't have liberty, it's not a person! So it MUST mean the software is free of monetary cost.

    That's an extremely narrow definition of the word "free." I'm assuming that you're a Libertarian whose values are determined solely on economic terms.

    How about a free cat? A cat cannot have liberty because it's not a person? I see plenty of feral cats that I'd consider "free" in my neighborhood. I assume that a Libertarian's first impression of that statement is "hey, someone's giving out kittens, free of charge!"

    BTW, the rants on your website goes through great lengths on how FSF/RMS engages in deceptive "doublespeak". Now how do you reconcile "property rights", something Libertarians value above anything, including humanity? Can property have "rights"? It's not a person, no? Ah yes, property-owning peoples' rights, yes...

    ~AC
    1. Re:Weak argument by Arandir · · Score: 1

      I wasn't talking about feral cats :-)

      Go into any computer store, walk over to the software section, find a random person, hold up a box of Redhat, show the price sticker, and say "Is this free?"

      The answer you will get will have a high probability of being "no".

      The point I was making in my post was that the average person on the street assumes that "free" means "gratis" when applied to software.

      Can property have "rights"?

      I own myself, I have rights, therefore property can have rights. If you would learn a bit more about libertarianism, you would find that without ownership of the self, no other rights are possible. Thus humanity is valued above everything else. Or as Ron Paul once put it, "all rights are human rights".

      --
      A Government Is a Body of People, Usually Notably Ungoverned
    2. Re:Weak argument by Anonymous Coward · · Score: 0

      I know this is off topic, but I just wanted to point out that in the modern world of marketing - FREE means "at no additional charge - except shipping and handling".

  143. flerbage by Anonymous Coward · · Score: 0

    when my RH stock soared.....
    for a moment I was really living
    none of this FSF crap

    BMW,porsche,ferrari, yachts here I come
    SNIFF BWAAH! BWAAH !

    daddy gates!!
    Make the bad freedom loving hairy man go away

  144. My definition of "flerbage" by wfrp01 · · Score: 2

    Since all ESR really cares about is that no one threatens his physical person, property, or time; then he certainly won't object to my redefining the word "flerbage".

    Entry: flerbage
    Function: noun
    1: the leitmotif of a pompous windbag

    "...more flerbage from ESR".

    Of course, if ESR feels compelled to spend time defending "his" (as in /his property/) definition of the word, then I have certainly stepped on his toes, haven't I? Gosh, I hope he doesn't come after me with his big pistol.

    --

    --Lawrence Lessig for Congress!
  145. Test Your Commie IQ by Baldrson · · Score: 2
    In the text of the General Public License, paragraph 2.b reads as follows:

    You must cause any work that you distribute OR publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

    If you read that slow 3 times you might become convinced that you understand what this crucial paragraph means. Do so now, before we proceed to test your Commie IQ.

    Commie IQ Test Question #1:

    You're an independent, sole proprieter, consulting programmer who obtains a copy of the source of a GPL'ed time-sheet application to which you add enhancements that could benefit a bunch of other independent, sole proprieter, consulting programmers. You give copies to a bunch of your business associates who are independent, sole proprieter, consulting programmers with whom you frequently collaborate. Are you required to license the enhanced time-sheet program, as a whole at no charge to all third parties under the terms of the General Public License?

    YES or NO

    Commie IQ Test Question #2:

    You're an employee of a Fortune 500 investment banking concern on Wall Street who, in that role, obtains a copy of the source of a GPL'ed time-sheet application which you enhance in a way that could benefit your employer if distributed to your fellow employees acting in their roles as employees. Being a good employee, you, in your role as said employee, proceed to realize the potential benefit to your employer by distributing copies of your enhanced program to a bunch of your fellow employees. Are you and/or your employer required to license the enhanced time-sheet program, as a whole at no charge to all third parties under the terms of the General Public License?

    YES or NO

    Commie IQ Test Question #3:

    You're a worker hero of the KGB during the Soviet Era who obtains a copy of the source of a GPL'ed time-sheet application which you enhance in a way that could benefit the workers of the world. Being a good worker hero, you, in your role as said worker hero, proceed to realize the potential benefit to the workers of the world by distributing copies of your enhanced program to a bunch of your fellow worker heros -- all within the Kremlin and its agencies world-wide. Are you and/or your glorious revolutionary withering-away state required to license the enhanced time-sheet program, as a whole at no charge to all third parties under the terms of the General Public License?

    YES or NO

    Commie IQ Test Question #4:

    Were Stahlman's parents members of the Communist Party?

    YES or NO

    Commie IQ Test Question #5:

    Did Stahlman receive funding from the Soviet Union while establishing the General Public License?

    YES or NO

    Commie IQ Test Question #6:

    Did a Jacob Schiff -- patrilineal ancestor of Al Gore's son-in-law and founder of major investment banking houses on Wall Street near the start of the 1900's -- finance Leon Trotsky's Bolshevick Revolution thereby starting the purges that Stalin ramped up to the extermination of tens of millions of people in eastern Europe just prior to WW II?

    YES or NO

    Commie IQ Test Question #7:

    Does "distribute" mean the same thing as "publish" in paragraph 2.b. of the General Public License?

    YES or NO

    Answers:

    1. YES
    2. NO according to the FSF's lawyers & GPL FAQ
    3. NO
    4. YES according to folk-lore from Santa Rosa Hackers Conference
    5. YES according to folk-lore from Santa Rosa Hackers Conference
    6. YES
    As for question 7, you'll have to take this up with the lawyers for the Free Software Foundation, because I've never seen a straight answer on what we are to make of the distinction between the terms "distribute OR publish" in paragraph 2.b. of the General Public License.

    One thing is clear, however:

    The Free Software Foundation follows in a long tradition of hostility toward the original American value placed on independent innovation -- instead favoring large organizations, whether they be Fortune 500 Wall Street investment bankers or governments.

    In other words, "Commie Hipocrisy" is redundant.

  146. Banjo error by Baldrson · · Score: 2
    Dear Slashdot guys,

    Yes, I did include the ending hyperlink marker on the initial link to paragraph 2.b in the parent message to this one, and I did preview to ensure it came up as expected. It was only after posting the message that the run-away hyperlink appeared. The originally submitted HTML is available in the body of the html at this link.

    1. Re:Banjo error by Baldrson · · Score: 2

      Interestingly, if you click on the "parent" link in the parent of this message, everything seems to work properly -- it seems only if you enter the original message from above does the hyperlink termination get filtered from the HTML.

  147. Re:Why ESR doesn't understand the FSF point of vie by Chandon+Seldon · · Score: 1

    When did I say anything about a proprietary licence. If you don't want the code distributed, just don't release it.

    --
    -- The act of censorship is always worse than whatever is being censored. Always.
  148. I rather agree with ESR than RMS by elandal · · Score: 1

    I write software. For fun, and for money.

    For fun, I write software I happen to need, or someone else happends to need. For money, I write software some company happens to need.

    When I write software for money, I agree that the customer owns all rights I usually would own to software I write. I agree to many things, including schedules, quality of documentation and code, coding style, test procedures, acceptance criteria, and so on. All the usual contract stuff.

    In the end, I'm paid pretty well. I produce code and documentation I can be proud of. I might not be a gee-whiz all-night coder, nor the zen master. But I still produce decent quality in decent time, pretty consistently. That's why I can do that for living.

    However, if the customer would have to open the code to everyone else when they ship a product containing the code, my work would be worth less to the customer, and thus I would be paid less. When the customer chooses to open some of the produced code and documentation, that's OK, and I'm all the happier. But if they had to, always, all the code? To their competitors? Code that cost them quite a lot. And their competitors wouldn't need to pay a dime.

    Of course things are more complex than that, and would be even if all code would be free.

    I'd agree that some things (like the period for which copyrights and patents are granted) aren't as well as they could be, but abolishing copyrights is not the solution. Perhaps the rights granted to producers of immaterial goods should be rethought and remodeled, but taking them away completely isn't a good idea.

  149. Re:Why ESR doesn't understand the FSF point of vie by Anonymous Coward · · Score: 0

    Spoken like someone who believes that government can do good, and that it is impossible for everyone to have total freedom. A compromise must be made somewhere. You and the FSF disagree about where.

  150. Eric sometimes is confused. by Anonymous Coward · · Score: 0
    At The Bazzar Eric said that "BSD deservers more press than it gets" yet, when asked about Open Source OSes, he talks only about Linux.


    So much for 'press' eh Eric?

  151. Re:Banning Proprietary Software & Having Softw by ToasterTester · · Score: 1

    Sorry I mistyped, Tux is a server, but my point stands.

  152. GNU Today (was Re:Linux Today...) by mdavids · · Score: 1

    I agree with you totally, but it's not even a matter of how much of the system (number of packages, bytes, whatever) is the product of the GNU project. Rather, of the contributors to your favourite Linux distro, who did their work with the intention of building a free operating system?

    The Apache project set out to write a webserver, Larry Wall set out to write the "swiss army chainsaw" of programming languages, even Linus "only" intended to write a Unix kernel for the i386 architecture in the tradition of Minix. Only the GNU Project made it their task to build a complete operating system (using contributed components where possible of course, for obvious practical reasons).

    Moreover, I use Linux because it's part of the GNU system; because it's free software. I would probably still be using Windows today (or maybe struggling with the HURD) if all we had was something called "Linux", available at no cost, but under a non-free license.

  153. Time for a new name. by blang · · Score: 2
    FSF and Gnus has for a couple of decades hade to explain that thay are talking about free, as in free as the bird, as opposed to free as in beer.


    Then GNU/Linux came about, and millions learned about the free (as in beer) opereting system that was competing with Microsoft.


    We should drop the F word, and call it Freedom Software. It may not sound as pure and snappy as free software, but it'll save us from having to explain this everytime somebody from the outside runs into Free Software. Freedom is a word that is harder to confuse with gratis.

    --
    -- Another senseless waste of fine bytes.
  154. "Nulix" by Patrick · · Score: 1
    Eric says:

    I've got Nulix, a wonderful operating system developed by people who like to write code

    He should have said NUG/Nulix. There he goes, denying credit the NUG project so richly deserves.

    --Patrick

  155. deep, thoughtful reasoning abounds on slashdot. by jjn1056 · · Score: 1

    Oh, and I figured I'd just mention that I'll never use that F word since I think its stupid



    More great editorial analysis and insightful commentary from the Slashdot crew. I'm not sure why I bother to think anymore, when I can always just say, 'I think its (sic) stupid.'

    No suprise most of the comments here are on the third grade level.
    --
    Peace, or Not?
  156. Misses the point by Anonymous Coward · · Score: 0
    There is no need for power in the FSF definition of freedom; they are working from a philosophical point of view where copyright isn't an established institution.


    And I have to agree that their definition is better, as it is difficult for me to see how the "freedom" to have government authority impose your will on others who are not directly acting to harm you is important. This is like having the freedom to own slaves.


    True idealism isn't the same thing as lusting after power to impose your philosophy on others (although many followers of various ideologies - the ones who make failed attempts at implementing them - forget this). It's a philosophical analysis and questioning of the underlying assumptions that everyone else is working from and trying to find a better overall solution, even if it isn't compatible with how lots of people happen to think at the moment.


    Yes, I think there is a need for social change.

  157. +5 please by Anonymous Coward · · Score: 0

    thank you. all of this angels on the head of a pin shit makes me puke.

  158. Exactly, well... sort of. by Anonymous Coward · · Score: 0
    There is a time and a place for all sorts of licences, even licences that some people don't like/hate. I will admit that Microsoft has become an Evil(tm) money grabbing corporation that should be dealt with rather severely for the wrongs it has committed.


    So, if Microsoft asked you to sign (or click) away your mortgage for your home and the futures of your children and grandchildren just to use Windows, would you? Oh, you didn't know you signed your children away to Microsoft? Well, there's no excuse for not reading the click-through agreement. And that BSOD that you keep complaining about, well you're just SOL.

    I admit, it's not the perfect analogy. But as someone else said, you're begging the question of what we want copyrights and licenses in the digital world to be in the first place. Personally I down't want to lease software. I don't want to rent it. I want to *own* it. I want to see what makes it tick. I want to fix it when it breaks, and I want to make it work in ways possibly unforeseen by the original author. That's what I want.

    Personally, "information wants to be free" "death to IP" type people really scare me.


    Honestly, the people who scare me the most are those that advocate the free market economy and then introduce corporate welfare initiatives so that struggling companies that should die, don't. If you have problems publishing your goods and services in the digital world, Then maybe you shouldn't be publishing them there in the first place, huh? (And yes, I would classify the DMCA as corporate welfare. It was one hell of a gift given by the Legislature.)

    I just wanted to know when it was government's job to prop up failing business models with bad laws?.


    Try and write a cheat-resistant multiplayer game with open source on both client and server, and see just how far you get before the cheats make the game unplayable except among friends.


    Ever hear of a "trainer"? That's not a "brilliant" closed/open source problem. That's a problem with both open and closed source trusted clients. The poster even implied as much with the "among friends" phrase. Go read up on Schneier, the applied cryptography guy. He knows all about them.

  159. a question for ESR by danny · · Score: 2
    ESR has a nice emotive way to word questions.
    He asks


    if you two could get a law
    passed making proprietary licenses illegal, would you do it?


    But this could be worded rather differently. After all, proprietary licenses only exist because
    of legal controls on freedom expression. So I ask ESR

    Do you support government-enforced controls on speech and coding,
    in the form of copyright laws which allow proprietary licensing of information and software?



    Danny.

    --
    I have written over 900 book reviews
  160. The word that he wants is "Liberty" by Bob_Robertson · · Score: 1
    However, I disagree with him. I believe that anything produced by my labor, including software, is mine just as much as a chair I built or a baby I issue.


    I see no boundry with "real" or "virtual" property. It is all the result of my volitional labor, to dispose of as I see fit.


    There's the rub: As I see fit. Not RMS, not Bill Gatus of Borg, not the U.S. Patent Office.


    If I rob another of their property to produce mine, it is no less theft than if I stole a tree to manufacture a chair.


    Simple property laws have been in place for thousands of years. The idiocy of all these arguments is that they try to re-invent the wheel, to invent "new" rules when the old rules work every day just fine.


    Bob-

    --
    The Ludwig von Mises Institute. The reasoning individuals economics
  161. Re:Doesn't everyone have a slightly different idea by zoydoid · · Score: 1

    you mean you missed the 'dancing leaves, pied-piper of hamlyn' page? or how about the 'power of positive thinking, leave little notes under your pillow' page?

  162. Re:Why ESR doesn't understand the FSF point of vie by evilviper · · Score: 1

    No, the constitution lists the small number of inherent rights citizens have. That, which you took so broadly out of context, is the single exception.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  163. Re:Economics, I disagree by osolemirnix · · Score: 1

    While I agree with your arguments, I do not agree with your conclusion.

    The problem, as you said, is the libertarian approach to a monopoly. Without a monopoly, the proprietary software license is no threat.

    Consequently I would say that ESRs argument is still valid, the proprietary software license alone does not lower his flerbage. Only when combined with a monopoly, but then it's the monopoly that should be outlawed.

    But that is a different issue, please don't mix them up.

    --

    Idempotent operation: Like MS software, wether you run it once or often, that doesn't make it any better.
  164. AC's reply to this. by javajawa · · Score: 1

    I don't think that ESR's article should be read without looking at AC's reply down the page.
    http://linuxtoday.com/news_story.php3?ltsn=2001-08 -17-016-20-OP-CY-0055

    --

    Meh

  165. try explaining GNU/Linux to your customers by atif_ghaffar · · Score: 1

    You are having a hard time, converting your customers from commercial alternatives to Linux, and then when they ask you what GNU/Linux means, you tell them.

    "GNU is Not Unix GNU is Not Unix GNU is Not Unix GNU is Not Unix GNU is Not Unix GNU is Not Unix Slash Linux"

    Good luck converting that customer.

  166. Flerbage is Freedom in Disguise by schani · · Score: 1

    In the article "Freedom, Power, or Confusion" Eric S. Raymond argues
    that the term "freedom", which recently Bradley Kuhn with Richard
    Stallman and Tim O'Reilly argued about, is confusing and should not be
    used with regards to software. Since the term is not concisely
    defined, the FSF and O'Reilly can have different concepts in mind when
    they use the word.

    To solve this problem and to show that the FSF is proposing
    unreasonable restrictions, Raymond introduces and defines the invented
    word "flerbage". His definition is:

    I have the condition of flerbage when I can behave in the confidence
    that nobody will take my life, my physical property, or my time
    without my consent.

    He then argues along the following lines:

    (1) Suppose someone releases an operating system under a proprietary
    license. Raymond's flerbage is not changed because he does not
    have to use that piece of software, since he can use the Open
    Source alternative "Nulix". (If he did use it and did not pay for
    it, he might be imprisoned, taking his time away from him, thereby
    taking away his flerbage).

    (2) One way of taking away his flerbage would be for the proprietary
    software company to have a law passed that makes issuing Open
    Source software illegal, since then he could not use his "Nulix"
    and would either be forced to use the proprietary operating system
    and pay for it (taking away his money, hence his flerbage) or to
    go to prison (losing flerbage).

    (3) His flerbage as a software developer consists in being able to
    offer people his software on the conditions that they pay him
    money and don't give away copies (and not being killed, fined or
    imprisoned for offering the software).

    (4) Someone releases an Open Source product which is superior to his
    proprietary product. The trade-able value of his proprietary
    product might have decreased, but his flerbage is not affected
    because he has lost neither life, time, nor physical property.

    (5) Suppose a law has been passed that makes proprietary licenses
    illegal.

    (5a) As a user it does not change his flerbage.

    (5b) As a developer his flerbage has decreased because he is no longer
    able to offer people software under the same license he has been
    before the law was passed.

    Let us first examine (1) and (2). In (1) Raymond's flerbage is not
    decreased by a proprietary license because he has a free alternative
    to the proprietary operating system. In (2) his flerbage is decreased
    because by taking away Open Source software this alternative is no
    longer available. But has he not still the alternative of not using a
    computer at all, thereby not having to pay for the software? One
    could argue that he has not because he needs to use a computer for his
    job, for instance. This argument is flawed (he still has the
    alternative of quitting his job), but assume it is not. We can turn
    this argument against him if we ask: what if he needs a special
    feature which is only implemented in the proprietary software? With
    no Open Source alternative, he has to pay (or go to jail). Again, one
    could argue that if proprietary licenses were forbidden, the
    proprietary software would not even be available. That might be, but
    it might as well be that an Open Source implementation of that feature
    would emerge, necessity supposedly being the mother of invention. But
    let us take this argument even further: If there were no
    implementation of that feature at all, how could his boss force him to
    use a software package with that feature (imagine yourself in the year
    1901; who at that time HAD to use an operating system?). Maybe it is
    not his boss forcing him to use that feature. Instead assume the
    software in question is a life support system to be employed in the
    intensive care unit in which he is currently fighting for his life.
    If there were only a proprietary implementation, he could either pay
    for it or die, both ways decreasing his flerbage (the latter more, the
    former less). Let us just hope that the software is inexpensive
    enough for him to be able to afford it.

    But the real core of the matter is contained in (3) and (5b).
    Raymond's actual wording of (3) is

    Now let's suppose I'm a software developer. I write open-source
    software to have fun and make money. I write proprietary software
    to have fun and make money. Part of my flerbage is that I can offer
    people a license that says "I trade you my software on the condition
    that you (a) pay me some money, and (b) don't give a copy to anyone
    else." If they accept, fine. If they don't, also fine; I wander
    off to find another customer, and they wander off to find another
    developer.

    First of all, let us note that copyright does not work that way. The
    condition "don't give a copy to anyone else" does not just apply to
    the person whom the trade is made with; it applies to every single
    person living in a country with restrictive copyright laws
    (i.e. pretty much the whole industrialized world). Hence if I
    download a copy of some proprietary piece of software on the Internet,
    I am acting illegally, even though I have never made a trade with the
    author of that software and have surely not agreed to any conditions
    regarding said software.

    In (5b) we see that flerbage of a developer is harmed if he is not
    allowed to issue his software under a proprietary license. But why is
    a user's flerbage not impaired if he is not allowed to download any
    software he wishes from the Internet (or copy it from a friend)?
    Obviously there must be some higher principle saying that imposing an
    arbitrary license should not be illegal but copying software without
    the author's consent should be.

    Where does this come from? Perhaps it is because an author's flerbage
    is decreased if someone makes a copy without his consent. If I make a
    copy of a proprietary software package and give it to a friend, the
    author surely does not lose his life. Does he lose any of his time?
    Let us assume that one copy makes him lose one minute of his time. A
    quick calculation suffices to show that slightly over 50 million
    copies would be enough to make the author lose 100 years of his time.
    This is obviously laughable. Is it physical property he loses? Let
    us assume that money is in fact physical property and the author has
    stacked all his money in cash in his bedroom. Does some of this money
    disappear if I make a copy and give it to a friend? That's at best
    highly unlikely. No, obviously it is the market value of his software
    that decreases. However, in (4) Raymond argues that the trade-able
    value of an author's software has nothing to do with flerbage at all.
    Maybe he is wrong. Could it be that decreasing the trade-able value
    of someone's software should in fact be illegal? It might be, but in
    that case the release of Open Source software must be illegal too,
    since an Open Source alternative of a proprietary software package
    surely does decrease that package's trade-able value. What's more,
    even the release of a proprietary alternative to a proprietary package
    must be illegal, at least if it's cheaper and/or better and/or better
    marketed. Hence that assumption leads us to the abolishment of free
    competition.

    Having shown that the "righteousness" of imposing arbitrary licenses
    and the "unrighteousness" of copying software without the author's
    consent cannot originate in flerbage, we ask ourselves again where it
    might come from. Obviously the FSF does not share this view of
    "righteousness" with Raymond and O'Reilly. This implicit higher
    principle is really nothing else than what Raymond wanted to do away
    with: Freedom. Raymond regards the freedom of an author to impose a
    license on anybody as more important than the freedom of a user to do
    with a piece of software whatever he pleased. The FSF takes the
    opposite stance. Raymond has invented a new term and with its help
    tried to show that his priorities regarding freedom are the "right"
    ones. However, he could do so only by implicitly assuming that his
    priorities are the "right" ones to begin with. In other words, he
    managed to state a special case of the tautology "A implies A" in a
    rather awkward manner.

    However, we can improve upon him, without resorting to an implied
    definition of freedom. We investigate the effects of abolishing
    copyright on Raymond's flerbage as a user and as a developer. As a
    user, his flerbage increases dramatically, because he is now legally
    able to use any software he wants without restrictions and without
    having to pay anybody. As a developer, his flerbage does not change.
    He is still able to offer people his software if they pay him money
    and sign a contract saying that they will not give it away. What he
    would not be able to do is to force this restriction onto more than
    half of the earth's population. That does not mean that his flerbage
    is decreased, however. It's not as if anybody would put him in jail
    if he did that. It's just that, due to lack of a copyright law, doing
    such a thing would be impossible, just as it is impossible for him to
    fly to Alpha Centauri (and we haven't heard him complaining about that
    yet).

    schani

  167. Libertarians should hate you for being a moron by George+Michael · · Score: 1

    Copyright is a direct intervention into the marketplace as much as establishing legal ownership of any commodity is a direct intervention into the marketplace. Establishing ownership is something that takes place before the marketplace. A marketplace is where people who own something sell that thing.

    If you twist hard enough, anything can be government intervention in the marketplace. Preventing murder for hire, stopping the slave trade, even the very existence of government is an intervention into the marketplace, because the government has to charge some taxes somewhere, and has to buy some stuff.

    Libertarianism != anarchy or pure hippie-style "let's-all-share-everything" communism, which are the only two systems where the phrase "my idea" is meaningless.

  168. flerbage by jhanson · · Score: 1

    While ESR is busy making new words such as 'flerbage', I suggest that we make a new word to replace pirate, so RMS will have to stop making pirate jokes. I'd like to nominate 'warez pup' to be that new word.

  169. Deals, Contract Law and Libertarianism by Per+Abrahamsen · · Score: 2

    ESR's political views sometimes make it hard for him to understand certain situations, in this case the roles of state and law in deals.

    His retorical question is: Would RMS support a law that made proprietary software licenses illegal?

    The first problem with the question is that it is pretty far out, the first goal would be to soften copyright law. Copyright law restricts freedom by removing certain freedoms (to copy) without consent of the affected people. I never agreed that I can't use Mickey Mouse in my own work, nonetheless, so it isn't even a deal. No freedom (under any name) would be taken away by removing copyright law. It does have a set of different consequences I would dislike, though.

    However, that is not his purpose either. His purpose is to paint RMS and his supporters as lunatics who will use guns to prevent people from making deal/agreements to their mutual benefits.

    To do this, we enter the area of deals and contract law. A contract can be seen as a situation where two parties volunteerely give up a limited amount of their freedom, to the benefit of both parties. In an emplyement contract the employee give up some of his freedom to spend his time as he will, and the employer give up some of his freedom to spend his money as he want.

    From a metalegal perspective, there are basically three types of agreements.

    1. Legal agreements. These are agreements that are guarenteed by the state, through contract law. If the contract is violated, the state will intervene. Without a strong state to guarentee it, you would only be able to make agreements with people you for some reason would know would fullfil it. It would be impossible to make contracts with strangers, and progresss would slow much down.

    Libertarians doesn't like the idea of the state as a necessary catalysator for progress, since the state is Evil in Libertarian dogma. So instead they tend to think of this type of contracts as some kind of natural force.

    2. Contracts which the state will not guarentee. When a certain kind of contract is outlawed, it typically just really mean that the state will not put its weight behind them. This is ideally contracts which is known to cause trouble, for example a contract to sell your labour for the rest of your life, or a contract in which you promise not to take backup of a computer program.

    You are still allowed to sign as many of these contracts you want, you just can't rely on the state to enforce them.

    Libertarians tend to ignore this kind of deals, as it makes them uncomfortingly aware of the role played by the state in the first kind of deals.

    3. Deals that are really illegal, ideally because they (substancially) damage a third party. Anti-trust law is the prime example of that. If you have a single competitor in a specific market, you are not allowed to make an agreement with him about dividing the market between you. Such a deal would benefit both of you, by bypassing the market forces and allowing higher prices.

    Libertarians _hate_ this kind of laws. They see it as the evil state comming with guns[1] and denying the small man (often in the form of a large company) his freedom to make deals with whomever he pleases.

    The second dogma of the libertarians is "the market is good". The apperent contradiction with the laws made to protect the market is solved by saying "only the state can stop a free market".

    When ESR starts speculating about how free software fanatics would stop proprietary software licenses, he of course ignore the possibility of making it a "kind #2" deal (i.e. deals not backed by the law). Even though these are common, and fits the problem very well, he goes directly to the possibility "kind #3" deals, which are much easier for a Libertarian to relate to. Kind #3 deals are "men with guns", kind #2 deals are the state confusingly staying out of matters between privates.

    [1] Even if the state rarely _literally_ bring guns in this kind of cases, they _could_ bring guns if, say, one company kept all their money in cash, and used their constitutional right to defend it with guns. _Then_ the state would bring guns, so the threat is there in the Libertarian mind. And the rhetorics is great.

  170. shutup, Shut Up, SHUT UP by Hard_Code · · Score: 2

    Typical libertarian argument. Everybody is a free agent and the mysterious phantom hand of free will will eventually knock down, or relegate to irrelevance evil entities. WRONG. If we learn *anything* from history, free choice alone does not preserve a free society. Tell me this: when there is only a monopoly producing a given product or service what "choice" do you have? What if there aren't monopolies, but just many many companies who are all *equally* as bad? What if there simply isn't any choice at all? You can't merely wipe your conscience clean by naively saying "oh, we have CHOICE! I'll close my eyes now and just *assume* based on that premise that everything will work out OK". Well things don't work out OK. Bad people join together to screw the rest while the good blindly go about with their hands to their ears singing "lalalalala" comfortable thinking that the choices they make put them in control (we have always been at war with east asia). We need both free choice, AND fervent independent watchdogging. Given the state of the market, I think the FSF's "overzealousness" is not entirely uncalled for in this watchdogging role. We certainly don't need ESR bitchin about FSF.

    --

    It's 10 PM. Do you know if you're un-American?
  171. How companies use copyright and licenses by Alex+Belits · · Score: 2

    The problem is not that copyright allows someone to sell information, software, etc. If that was all it was good for, I don't think, many people cared about it, but the current situation is that this is THE MOST USELESS part of what copyright and restrictive licenses accomplish.

    Look at any software company. It always has a bunch of proprietary information that it does not want to disclose to anyone, including its customers -- I know because I work for one. What is that information, why is it valuable? Because it can be sold? No, directly most of it has use less valuable than a paper it's printed on, and companies almost never attempt to sell it unless when company is being bought outright. However it's tightly guarded, and is considered to be what makes a company profitable.

    That information is usually related to the aility to interoperate with company's products and to make alternative versions of them. Usually it's some, often braindead, protocol, APIs, data structures, etc. -- things invented arbitrarily, and usually without the application of any mental effort whatsoever. However keeping customers and competitors unaware of those allows companies to keep selling their new products to old customers and prevent others from replacing company's products with something else, even if competitors would be perfectly capable of producing superior replacements if not customers being locked in by proprietary protocols, interfaces and formats.

    So, this kind of proprietary information does not behave as knowledge, or even as a good that can be sold -- it's an instrument of power, the power that IMNSHO no one deserves to exercise, and copyright is merely a tool to protect this abuse of the customer. Compared to this power, actual ability/unability to make the customer pay for software, or only for service, is so insignificant in the modern software industry, no one in his right mind would think about it. This is what I find unethical about proprietaty software licenses, and copyright law that protects them.

    --
    Contrary to the popular belief, there indeed is no God.
  172. Flanders and Swann said it all, many years ago... by JimPooley · · Score: 1

    THE GNU SONG

    A year ago, last thursday
    I was strolling in the zoo
    when I met a man who though he knew the lot.
    He was laying down the law about the habits of baboons and how many spines a porcupine has got.
    So I asked him:
    'What's that creature there'
    He answered: 'Oh, it's a h'Elk'
    I might of gone on thinking that was true
    If the animal in question hadn't put that chap to shame
    And remarked: 'I h'aint a h'Elk
    I'm a Gnu'
    'I'm a Gnu
    I'm a Gnu
    The g-nicest work of g-nature in the zoo I'm a Gnu
    How do you do You realy ought to k-now w-ho's w-ho's
    I'm a Gnu
    Spelt G-N-U
    I'm g-not a Camel or a Kangaroo
    So let me introduce
    I'm g-neither man or moose
    Oh g-no g-no g-no I'm a Gnu'

    I had taken furnished lodgings down at Rustington-on-sea
    Whence I travelled on th Ashton-under-lyme it was actually
    And the second night I stayed there I was woken from a dream
    That I'll tell you all about some other time
    Among the hunting trophies on the wall above my bed
    Stuffed and mounted, was a face I thought I knew;
    A Bison? No, it's not a Bison. An Okapi? Unlikely, Really. A Hartebeeste?
    When I though I heard a voice:
    I'm a Gnu
    I'm a Gnu
    A g-nother gnu
    I wish I could g-nash my teeth at you
    I'm a Gnu
    How do you do
    You realy ought to k-now w-ho's w-ho's
    I'm a Gnu
    Spelt G-N-U
    Call me Bison or Okapi and I'll sue
    G-nor am I the least like that dreadful Hartebeeste
    Oh, g-no, g-no, g-no,
    G-no g-no g-no I'm a Gnu
    G-no g-no g-no I'm a Gnu

    It's very G-nice of you.

    --

    "Information wants to be paid"
  173. Below is Fred Langa's response: by Futurepower(tm) · · Score: 2


    Subject: Re: FRED: Corrections about WPA?
    Date: Mon, 20 Aug 2001 10:15:18 -0400
    From: Fred Langa

    A small number of writers have argued that I'm misrepresenting WPA, because it's not really "registration." They point out that the mandatory "product activation" is step one, but that it involves no personal information. Step two is an optional formal "registration;" you may skip this step if you wish.

    But I think this argument lets Microsoft get away with some Clintonesque semantic games. To me, if you have to contact the vendor to unlock your software, that's "registration" even if Microsoft calls it something else.

    As for the personal nature of it, I stated in the original article ( http://www.informationweek.com/851/langa.htm ) that Microsoft has a good track record for not collecting inappropriate data via reg/update wizards and such. But in this case, by generating a hash based on your CPU's unique serial number, your network card's unique MAC address, etc., it gets *awfully* specific.

    Calling that level of detail "impersonal" is like saying, "I've developed a unique identifier code for you that's based on where you live, your shoe size, hat size, the type of car your drive, and the brand and size of your spouse's underwear; but because I never actually asked you for your NAME, it involves no personal information about you." Riiiiiiight.

    Yes, Microsoft says the 50-digit hash cannot be deconstructed to reveal your system information, but I have to wonder. At the very least, the potential for abuse is enormous, both on the data-collection side, and on the de-hashing side. (Want to bet that some cracker, somewhere, figures out a de-hash algorithm?)

    In short Microsoft can call it what they will. I call it "registration."

    _____________

    This is my message to Fred:

    At 06:53 AM 8/20/01 -0700, Michael Jennings wrote:

    Fred,

    Response to your statements about WPA is below.

    Who is right?

    (I posted your comments to a Slashdot thread, with your web site address.)

    Regards,

    Michael Jennings

    --
    Bush's education improvements were
    1. Re:Below is Fred Langa's response: by TummyX · · Score: 1


      To me, if you have to contact the vendor to unlock your software, that's "registration" even if Microsoft calls it something else.


      No it's different. You had to contact the vendor to buy the product. Is that considered registration?
      Registration is totally anonymous.


      Yes, Microsoft says the 50-digit hash cannot be deconstructed to reveal your system information, but I have to wonder. At the very least, the potential for abuse is enormous, both on the data-collection side, and on the de-hashing side.


      Right...so you (or fred) don't believe in mathematics now? It is IMPOSSIBLE to deconstruct all the information. The most they could probably get is the last 2 digits of your MAC address. Hardly a breach of security.

    2. Re:Below is Fred Langa's response: by TummyX · · Score: 1

      Just a few corrections:

      I ofcourse meant activation is totally anonymous.

      And thinking about it again, I have to say they can't get the lat 2 digits of your MAC address either. MS uses a one way hash that generates a unique code based on the one it obtained from your hardware. You can't get any of the hardware ids back again (and even if you could, it wouldn't be the complete ID).

    3. Re:Below is Fred Langa's response: by Anonymous Coward · · Score: 0

      Certainly a strong one-way hash from that information is possible, but are you convinced MS is suitably motivated to implement one? Or even competent enough to do it? (I wouldn't say that if not for their farce of a VPN protocol.)

  174. GPL: Freedom from deliberate destruction. by Futurepower(tm) · · Score: 2


    You are right. Windows 98 will not stop functioning. But the lack of support will begin to make it difficult. New drivers won't work with old operating systems, for example.

    You can program for Windows 95 now, too. But there have been so many changes that it not something that makes sense in most cases.

    When Microsoft made Windows 98, they apparently deliberately broke some of the DOS functionality. I know DOS is a joke, but it is the only common scripting language for this OS. I use it for important work. When Microsoft decided to remove features, it caused a lot of problem for me: I lost hours.

    My idea is that this just would not happen under the GPL. At the very least, if I saw that functionality had been removed, I could post a bug report. If there were no good reason for the change, probably someone would fix it.

    In actual practice, my experience has been that I have a response within hours, and a fix within a day. The people who write free software are often wonderful people, in my experience.

    --
    Bush's education improvements were
    1. Re:GPL: Freedom from deliberate destruction. by Lord+Omlette · · Score: 1

      Only common scripting language?! Sir, hit msdn.microsoft.com/scripting to find out more about WSH.

      Or hit activestate.com, I think they have Perl for Windows that you can use.

      I'm not worried about drivers because I'm running the same hardware that I was running in the summer of '98. With the exception of more RAM and RAM to replace the RAM that went bad.

      If at any point you need to shut me up, feel free to point out BeOS and Palm's intention to not develop the desktop OS (befaqs.com negotiations notwithstanding). If the OS had been opensourced, we wouldn't be in our current predicament. Look at OpenTracker, the improvements are amazing, especially in the NewFS branch.

      I just forgot what I was talking about.

      --
      [o]_O
  175. GNU/Linux? by tanpiover2 · · Score: 1
    At this point, it's probably too late for the change to stick. Note the success of the hacker/cracker re-education effort.

    The argument for the GNU/Linux nomenclature is perfectly valid. "Linux" is the kernel. And as such, it's really the kernel code. It's worthless until it's compiled. Right now, with every distro that I can think of, that's happening with gcc. So much for stripping your system of GNU tools. Ok, so suppose someone decides to make a Linux version that is completely GNU-free at every step of the process. Say, oh... SUN. They use their versions of everything, compile the kernels with cc, etc., and put out a version of Linux.

    Does anybody think for a second they wouldn't call in SUN Linux?

    How about IBM?

    --

    But masters, remember that I am an ass: though it be not written down, yet forget not that I am an ass.
    1. Re:GNU/Linux? by Arandir · · Score: 1

      Yeah, Sun is going to call it Sun/Linux, because Sun made it. But saying that LinuxOS must be called GNU/Linux because gcc was used is a specious argument. Programs are most certainly NOT called after the compiler that created the binaries.

      FreeBSD also uses the exact same build-chain that LinuxOS does. Shall we call that GNU/FreeBSD?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  176. Flerbage is not always desirable by AxelBoldt · · Score: 2

    Raymond exposes his typical narrow capitalist-libertarian concept of freedom with his flerbage definition.

    Should people be allowed to sell their organs?Should they be allowed to sell themselves into slavery? Should people be allowed to discuss and plan
    pricing of their products with competitors? Should people be allowed to sign away their fair-use rights? Should people be allowed to bribe officials?

    All of these increase the affected people's flerbage.

    1. Re:Flerbage is not always desirable by mozilla · · Score: 1

      In response to calling "capitalist-libertarian" a "narrow" concept - let me respond:

      "Should people be allowed to sell their organs?"
      Yes - if they are only harming or benefiting themselves, of course they should! I own my body! The "government" doesn't. This DOESN'T mean that someone ELSE should be able to sell my organs.

      "Should they be allowed to sell themselves into slavery?
      Yes - if they are only harming or benefiting themselves, of course they should! I own my body! The "government" doesn't. This DOESN'T mean that someone ELSE should be able to sell me into slavery.

      "Should people be allowed to discuss and plan pricing of their products with competitors?"
      Yes - PEOPLE should, but a Corporation is NOT a person, as much as the US courts seem to decree otherwise.

      "Should people be allowed to sign away their fair-use rights?"
      Yes - A PERSON should be able to do so, but there should not be a law FORCING someone to do so.

      "Should people be allowed to bribe officials?"
      This activity has gone on from the beginning of time. If you mean should "Corporations" be allowed to bribe officials - of course not.

      The point here is that I should be allowed to do what I want with or to myself - that only affects my flerbage and not others.

      You cannot successfully keep persons from harming themselves - you can only hope to keep them from harming others.

  177. ESR should read before posting by brlewis · · Score: 2

    ESR argues against something that was never asserted: that developers should be prohibited by law from choosing proprietary licences. If he had taken the trouble to actually understand what was written, he would see that the only point was correctness of terminology. When you choose a license, you are exercising power over licensees. You tell them what they can/can't do. That's what a license is for: to impose rules on others.

    Stallman and Kuhn readily admit in their article that everyone who releases software is forced (by copyright law) to exercise this power. What they object to is taking this power and including it in a list of freedoms which formerly had nothing to do with exercising power over others.

    Maybe the word "freedom" just has ESR overly confused. We certainly don't need Tim O'Reilly to cloud the word's meaning even further.

  178. 'scuse my ignorance... by Anonymous Coward · · Score: 0

    ...but who's KSR?

  179. 'Round and 'round we go... by Oswald · · Score: 1

    Speaking for myself, this shit confuses me. I find myself agreeing with whoever is doing the talking.

    Let's see if we can come up with a list of things that make this hard. Who knows, maybe it will help clarify things.

    1. Most of us agree that laws protecting personal property are a good thing. Many of us think, however, that intellectual property should be treated differently. But 'time is money', as they say, so what about the time and energy that went into creating the ip? Some people like to use a metaphor, saying that sharing ideas or software or mp3s is like sharing fire, but that ignores the fact that nobody spent ten years inventing fire, hoping to recoup his investment by selling it to others. On the other hand, many people have long considered the vast wealth that comes to movie stars and popular musicians a sort of 'bug in the system', like the salaries for professional atheletes, so we wonder if maybe a pay cut might not be in order, so that we don't have to pay so much to enjoy their works. Drawing this line is hard--I'm still confused.

    2. Software users should have rights, and software developers should have rights. But of course software developers USE more software than just about anybody, so now what? It's probably not an accident that the GPL started to run into real resistance among developers once the task of replicating the software that developers use most reached a high level of completion; if the GPL spreads farther, it may just cut into my livelihood or yours, instead of AT&T's or Sun Microsystems'. Is that a problem? And what about licenses? Should you or I or that guy over there be allowed to release his software under any license we see fit? What if that guy has a monopoly on OS software? It sort of reminds me of the stuff in the history books about the Labor movement in the U.S. After all, those coal miners and steel workers signed themselves up to work for those companies, and they could quit anytime they wanted to, right? So the companies should have been allowed to bust the unions? Or does duress and coercion enter into this? Apparently the government thought so in that case, and a lot of people still agree with that decision, but here's another case that sort of resembles that one, and I'm confused again.

    3. And how about that encryption/copyright/fair use thing, huh? That enters into this discussion too, I imagine, because it brings up reverse engineering and freely distributable materials, and copy protection schemes on software, and whatnot. Obviously we're all on the side of the angels here, right? We all want to ability to crack DVDs and ebooks and CDs and so on because we wish to exercise our right of fair use. Like for when we write a review or something. Right? I mean when we say free, we mean free as in speech, and being able to use stuff we didn't pay for never enters into it, am I correct?

    Well, I'm tired of thinking about this now, and I have to get ready to go to work, so feel free to correct this list, or add to it, cause I'm still pretty up in the air about the whole mess.

    1. Re:'Round and 'round we go... by Oswald · · Score: 1

      Well, I'm replying to my own post, cause I thought of another one while I was in the shower: Corporations and government and me. I'm against giving government too much power (or too much of my money). I'm against letting corporations have too much power. Sometimes I can play them off against each other--government regulates industry, and corporations speak out for smaller government. Unfortunately, this is a hit or miss kind of system, so sometimes my rights (as I see them) get trampled. But I haven't lived through the worst possibility: sometimes government and industry collude. Especially in times of high stress, like war, government is able to get large corporations to do its bidding, in the name of national security (and fat contracts). Many times, in war, what government wants is control of its population. In this context, Microsoft is probably the most dangerous corportation in history, and it would be terribly short-sighted not to have alternatives to MS software.

      Just a thought.

  180. Kudos, and guns nonetheless by John+Guilt · · Score: 1

    I'm irritated by propertarians' tendency to drag in the "men with guns" (you'd think they could resist better) to argue against laws they don't like, when they're always lurking behind the laws the _do_ want (enforcement of contracts)....

  181. GNU/*BSD not such a bad idea - here's why by CaptainTylor · · Score: 1
    Are you advocating that they change their names to "GNU/FreeBSD", "GNU/OpenBSD", "GNU/NetBSD" and "GNU/Mac OSX"?

    That's not such a bad idea, given that "Linux" or "NetBSD," sans GNU tools, are often included in things that are not full user-oriented distributions. Take, for example, embedded Linux devices, or the Ascend GRF router (which uses, so I'm told, a stripped-and-modified version of NetBSD as its OS). At the very least, I think the full distribution versions of Linux and *BSD ought to consider including "with GNU tools" as a sub-head on their shelf boxes.

    Now, it seems to me that OS X is a different story, because the GNU stuff is part of the whole package...if the GNU tools were separated, OS X would simply be broken. One hopes that Apple credits the GNU project somewhere fairly prominently in its documentation, or (ideally) in whatever "About" screen or startup graphic or splash screen it has. (I've no Apple hardware on which to try OS X, so I can't speak to whether or not they actually do.)

    Now, I don't think anyone intends this as "ego-inflation" for RMS or whoever, but I do think the GNU project deserves more prominent, up-front recognition, as the single organization which has contributed the largest amount of software that makes Linux/*BSD systems usable as Real Computers. The Free Software Foundation also does good work, both in the technical sense and the pseudo-religious sense. IMHO supporters of Freedom in all its incarnations ought to welcome and encourage the greater awareness of the FSF and its goals. I'm not advocating use of legal force to make anyone do this, I'm just saying that I think it's the Right Thing To Do.

    As to the poster who asked, "Well, if we do this for GNU, then what about $RANDOM_OTHER_GROUP_OR_PERSON, who has also contributed $RANDOM_OTHER_KEEN_PIECE_OF_SOFTWARE? We can't set GNU above them," I would argue that there is no other organization or person that has contributed the sheer volume of stuff that GNU has given us, and this is one small way that the community can express its gratitude.

    Right or wrong, this is what I believe.

  182. ESR's straw man by raindog2 · · Score: 1

    "if you two could get a law passed making proprietary licenses illegal, would you do it?"

    Proponents of free software support the mere invalidation of proprietary software licenses, not their criminalization. Eric's argument is rather like an anti-drug pundit insisting that proponents of decriminalization are pushing for mandatory marijuana use.

    In the imaginary universe where the FSF has achieved all its goals, you're welcome to put a shrinkwrap license on your software that says "don't copy this". No one will arrest you, but anyone would be free to laugh at you as they make a million copies. It's actually a far more libertine *and* libertarian place than ESR's dream world.

    Rob

  183. Yeah, but. by underwhelm · · Score: 2

    Right, I just don't understand the motivation behind arbitrary selfishness. Rather, there is no motivation by definition because it is arbitrary.

    I guess if you could justify your selfishness, I would understand. If you can't, well... I'm just of the opinion that the default policy should be unselfishness unless there is logical justification for selfishness.

    --

    I don't need large brains to have a good time.

  184. Fascist Software Foundation by Anonymous Coward · · Score: 0

    I think they should change it to "Fascist Software Foundation"... That would go well with a change in the GPL's name: Gestapo Public License.

    Truth in advertising, if I've ever seen it.

  185. Naivete? by dilute · · Score: 1

    I can appreciate ESR's libertarian sentiment (people should be free to open source or not), but realize that you are facing determined adversaries with massive economic and political force. To say "let the market decide" under those circumstances may be naive.

  186. Liberty versus Freedom by Angwe · · Score: 1

    The problem that a lot of people are having, and that I think needs some closer inspection, especially in regards to this post is the difference between "freedom", "liberty", and "flerbage".

    Since I ain't ESR, I'm not going to make any conclusive statements at this point about what term "flerbage" is based on. I'm instead going to focus on my understanding of "freedom" and "liberty".

    "Freedom" is freedom from. "Liberty" is liberty to.

    That's confusing, but it helps if you string them out into examples.

    If I use MicroSoft Word (R), I have *freedom* from having to remember keyboard commands (because of the buttons).

    If I use emacs, I have *liberty* to implement new functionality with modules.

    (This example falls through with the advent of VB, but as a user, VB is as accessible for expanding functionality as LISP is.)

    Both sides in this issue are claiming both words...and ESR may not be helping by inventing "flerbage" since it is intrinsically related to his own feelings about personal liberties and freedoms.

    The core of this issue is that everyone involved thinks that their idea of how the world works is the best. I'm getting flashbacks from Nietzsche's _Thus_Spoke_Zarathustra_ and Stephenson's _...Command_Line_.

    MicroSoft thinks they're offering the best balance of freedom and liberty for developer and user. They offer products that will hide all the gadgets if you don't want to see them, then they add-in extensibility that you can get to if you really want to. (The problem being that any good VB script you write is likely to get replaced in the next version by built-in functionality.)

    Tim O'Reilly thinks that developers need more liberty than the GPL offers so that users can choose their desired level of freedom.

    Kuhn and Stallman think that developers need to forgo any liberties for the purpose of allowing liberty for all. Note that freedom is not a part of their ideals. Free is. The "Free Software Foundation" is about promoting software that is "free" to be changed at any time. Therefore, if you are confused, think of them as the "Software Liberty People".

    So, my point here is this..."flerbage" is useless, as it is merely part of an attempt by ESR to cloud this issue further and elicit a response by O'Reilly and Kuhn&Stallman. "Freedom" involves not having to do something. "Liberty" involves being able to do something. Further discussion of this issue should keep this in mind.

    --
    Curiosity?!? My ass! He stole shit! -T. Carpenter