Slashdot Mirror


FSF, Political Activism or Crossing the Line?

orbitor writes to tell us InfoWorld's Neil McAllister is calling into question some of the recent decisions by the Free Software Foundation. From the article: "All the more reason to be disappointed by the FSF's recent, regrettable spiral into misplaced neo-political activism, far removed from its own stated first principles. In particular, the FSF's moralistic opposition to DRM (digital rights management) technologies, which first manifested itself in early drafts of Version 3 of the GPL (Gnu General Public License), seems now to have been elevated to the point of evangelical dogma."

8 of 567 comments (clear)

  1. Utter nonsense. by Whiney+Mac+Fanboy · · Score: 5, Insightful
    The Author presents the market as being able to solve the DRM 'problem' (or at least decide whether its acceptable):
    For starters, market realities right here in the United States put the lie to the FSF's histrionics. Apple's iTunes Store, which sells DRM-encoded music and videos to millions of iPod owners, is going like gangbusters. Clearly, despite DRM's widely discussed inadequacies and regular aggravations, more than a few consumers are willing to put up with it when the price is right. That's just basic free-market economics.
    Well, thanks Neil McAllister, I bet you would also have advised Mr Stallman that the market would sort out software in 1985? I think he would have said something like:
    For starters, market realities right here in the United States put the lie to the FSF's histrionics. Software vendors such as Microsft and IBM which sell closed source software to millions of businesses, are going like gangbusters. Clearly, despite closed source's widely discussed inadequacies and regular aggravations, more than a few consumers are willing to put up with it when the price is right. That's just basic free-market economics.
    If the author wants to attack the FSF for being anti-DRM, more power to them (although, frankly I question the motivations of anyone who's pro-drm.

    But, the author trys to present FSFs anti DRM as a new thing:
    far removed from its own stated first principles. In particular, the FSF's moralistic opposition to DRM (digital rights management) technologies,
    Which just isn't true - stallman wrote in his GNU Manifesto:
    I consider that the golden rule requires that if I like a program I must share it with other people who like it. Software sellers want to divide the users and conquer them, making each user agree not to share with others. I refuse to break solidarity with other users in this way.
    You can see pretty clearly how DRM fits in there - and if you don't believe in DRM on software, why on earth would you for content?
    --
    There are shills on slashdot. Apparently, I'm one of them.
  2. Huh? Recent? by suckfish · · Score: 5, Insightful

    Since when has FSFs neo-political activism been a "recent spiral". RMS has been a loud-mouth activist since before most /. readers were born (and hopefully, he won't be shutting up any time soon).

    The authors opinions seem just as clueless as his non-facts.

  3. Uhh, they're the FSF... by jrockway · · Score: 5, Insightful

    > In particular, the FSF's moralistic opposition to DRM (digital rights [sic] management) technologies, which first manifested itself in early drafts of Version 3 of the GPL (Gnu [sic, it's GNU] General Public License), seems now to have been elevated to the point of evangelical dogma.

    Um, yeah? They're the Free Software Foundation -- they like Freedom. DRM is the exact opposite of Freedom, which is why they're against it. The FSF has always been about politics. If you want the neutral, "here's some code, enjoy!" stance, use the BSD license. If you want to ensure that software remains Free for generations to come, then the GPL is the way to go.

    If you read Stallman's essay, The Right to Read , you'll see why he's so opposed to DRM. Today, DRM is limited to crappy pop music that nobody wants any, but the extension of what can be done with DRM is pretty scary. It's easier to nip the DRM plague in the bud rather than wait until the society in The Right to Read becomes reality!

    --
    My other car is first.
  4. DRM is meaningless by zyche · · Score: 5, Funny

    Perhaps I'm uninformed, but how can opposing DRM, a technique which clearly never will work in the long run and in the end be paid for by consumers, be a bad thing?

    People are watching freakin' cammed versions of movies for Petes sake... When will the DRM firms get it?! I should go patent sound waves and photons and claim that these are a "media distribution channel for IP".

  5. the long view by epine · · Score: 5, Interesting


    I'm not sure I agree with recent FSF positions (haven't tracked them much recently), but I agree overall with the FSF taking the long view of free software. There are enormous latent risks that DRM or shifts in the IP landscape (patents) could poison the well ten or twenty years down the road, by which point the crucial battles have already been lost. It's easy to come off as radical crusaders fighting battles that won't play out over a span of decades. Our short little span of attention is our worst enemy in these matters. The fact that they are alone in their extreme urgency doesn't prove much directly: they might be equally alone in a correct analysis of the risks at hand. Just because Chicken Little is squawking, that doesn't mean the sky isn't falling. Glib comments about Chicken Little behaving like Chicken Little have add nothing of any use to the larger debate. My comments add nothing of any use, either, but at least I know the difference.

  6. Reply by Godji · · Score: 5, Informative

    There's a reply to TFA posted on www.defectivebydesign.org

    http://defectivebydesign.org/node/78

  7. Free market economics? by 91degrees · · Score: 5, Insightful

    Clearly, despite DRM's widely discussed inadequacies and regular aggravations, more than a few consumers are willing to put up with it when the price is right. That's just basic free-market economics.

    This is not a free market! The record industry controls how music is allowed to be released. They restrict the market. If there was a choice between DRM and non-DRM music, everyone would go for the non-DRM stuff. It would allow them choice over which mp3 player to buy, not restrict them to an arbitrarty number of copies, allow them to play them on many types of DVD player, and give them all the flexibility that CDs give.

  8. Re:Perspective by pchan- · · Score: 5, Insightful

    As an embedded systems engineer, I've created systems using open source software, GPL and others. You could go to our company's website and download the source to all those that we are required to distribute. But these won't do you any good. The system cryptographically authenticates all binaries from the bootloader on. Even if you changed our kernel, improved our software, you'll never be able to use them on the hardware you bought from us*. This "security" is to secure the content from you, the person who paid for it. In the process, we have subverted the intent of the GPL (without violating any of its rules). The point is to let you modify the software and *be able to use it*, not just stare at the authentication error message when you'll try to run the software you've built yourself.

    RMS is trying to stop this, stop the erosion of software freedom. In ten years, what I'm doing today will be a standard feature of your motherboard. Your authenticated OS will not run your unsigned code. Your free OS will not have access to the encrypted drive partition where your content is stored. Your hardware will conspire against you. Stallman is trying to extricate GPL software from the world where some are able to put restrictions on its free nature by means of DRM systems.

    * Well, you could if you're really smart, but in the U.S. this is prohibited by law.