Slashdot Mirror


Did Mozilla Have No Choice But To Add DRM To Firefox?

JimLynch (684194) writes "Mozilla has been in the news quite a lot over the last few months. This time the organization is being hammered by open source advocates for adding Adobe DRM to Firefox. But did the folks at Mozilla really have a choice when it comes adding DRM? An open source project like Mozilla is not immune to market pressures. And with so many competing browsers such as Chrome adding DRM for Netflix, etc. how could Firefox avoid adding it? Is it realistic to think that Firefox can simply ignore such things? I don't think so and the reason why is in Firefox's usage numbers over the last few years."

239 of 406 comments (clear)

  1. Why blame Mozilla by NotInHere · · Score: 3, Insightful

    The other browser vendors have implemented EME, even IE, which is (caution, sarcasm ahead) well known for implementing the newest HTML5 technologies. Mozilla's only option was to rescue what could be rescued. Blame Google, MS and the MPAA instead, they have deserved the shitstorm.

    1. Re:Why blame Mozilla by ArcadeMan · · Score: 1

      Really? Apple, Google and Opera are all going to add EME?

    2. Re:Why blame Mozilla by fuzzytv · · Score: 4, Insightful

      No, it's not. Or at least, there are no clear arguments to support this claim (see the article from Cory Doctorow in Guardian, explaining this in more detail: http://www.theguardian.com/tec...).

      The only vague argument available is along the lines "netflix transfers a lot of data => it's important => we'll loose a lot of users if we don't support EME". Which is quite weak implication, IMNSHO. For example it's absolutely unsupported claim that users will abandon Firefox completely - there were times when I had to use IE occasionally, because dumb webdesigners made it work only with IE. But I was using FF or some other browser, because it was superior in every other aspect.

      Second, it absolutely absolutely ignores countries not covered by Netflix - which is pretty much everywhere outside America and northern part of Europe.

      And finally, this DRM is as futile as all the other DRM technologies - it's going to be broken sooner or later (rather sooner), and there are other ways to pirate movies. DVDs/blurays, recording DVB-T ... so the only people not suffering by this are going to be pirates. Just like with all the previous technologies.

      Anyway, I always thought the goal of Mozilla is not to acquire the highest browser marketshare, but to offer a truly open-source alternative. Also, browser is not the only project they have. This could have been a great education opportunity - showing a page briefly explaining the DRM issues, why Mozilla decided not to implement it, etc.

      Partnership with Adobe, one of the companies most hostile towards open-source, that's a slap in the face.

      However, Mozilla is not the only offender here - the first step was done by W3C, who allowed EME to be become part of the standard.

    3. Re:Why blame Mozilla by NotInHere · · Score: 2

      With website js, your firefox already runs closed-source software all the time. Everything Mozilla creates and ships will be open source, and firefox will download the CDM and execute it in a sandbox, just like the js. I doubt that the sandbox chrome or IE have are as secure as the Firefox sandbox.

      Mozilla must ask the user for their consent whether to install the CDM, as they must at least accept the license. This could be a good spot for Mozilla to explain that DRM is bad, while still allowing the user to click "Yes, I want to restrict my freedom".

      W3C allows EME to become a standard or not doesn' bother Microsoft or Google.

      Already now certain youtube videos are blocked in several countries because of copyright disputes. And I can't watch BBC videos as I'm no resident of england.

    4. Re:Why blame Mozilla by NotInHere · · Score: 1

      Wikipedia states: "The initial enablers for DRM in HTML5 were Google and Microsoft.". I don't know about safari or opera.

    5. Re:Why blame Mozilla by BitZtream · · Score: 2

      No, they aren't going to add it.

      They already did.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    6. Re:Why blame Mozilla by fuzzytv · · Score: 2

      Oh, analogies with physical world ... I always loved the one that said "but it's exactly the same as stealing a car".

      Anyway, the analogy is stupid for a number of reasons:

      (1) With a lock on my door, I'm protecting my property, that I'm not willing to share with anyone else. DRM protects something that is being shared (sold) with customers.

      (2) While a lock on a door may be broken / lockpicked, it needs to happen every single time. Whereas when a DRM scheme is broken, it's broken one and for all.

      (3) While a lock may be lockpicked, that need to happen in public, in limited time etc. Whereas breaking DRM may happen in a nice calm place, take arbitrary amount of time etc.

      (4) I certainly don't put a lock on the main door, while leaving the back door and all the windows open. Yet we'll get DRM in the browser and unprotected DVDs, blurays etc.

      So let me reiterate - all the paying customers will get a binary blob from Adobe into their browsers (and I'm one of those who got the nice rootkit surprise from Sony a few years ago), but the actual pirates won't even notice this. Either they'll break or workaround the DRM somehow (which really won't be all that difficult), or they'll use a different source (e.g. dvds/blurays, ...).

      And not only that the paying customers will have to install the blob - it's actually illegal to analyze the code, researchers are afraid to even report security issues in it because of possible prosecution.

      Which is pretty much the problem with the DRM - the purpose is not to protect the content directly (because of all the weaknesses), but to make the prosecution easier (breaking the DRM vs. violating copyright etc.).

    7. Re:Why blame Mozilla by fuzzytv · · Score: 1

      With website js, your firefox already runs closed-source software all the time. Everything Mozilla creates and ships will be open source, and firefox will download the CDM and execute it in a sandbox, just like the js. I doubt that the sandbox chrome or IE have are as secure as the Firefox sandbox.

      I'm not using Chrome or IE, and I don't care how secure their sandboxes are. I simply don't agree with the DRM concept in general, because it limits my rights, the problems with reporting security issues, and it only affects the customers (not the actual pirates). And no, running a JS code is not the same as running the EME plugin.

      Mozilla must ask the user for their consent whether to install the CDM, as they must at least accept the license. This could be a good spot for Mozilla to explain that DRM is bad, while still allowing the user to click "Yes, I want to restrict my freedom".

      Given how much they praise Adobe (which is one of the worst companies cosidering approach to open-source), I doubt they'll have the courage to do that.

      W3C allows EME to become a standard or not doesn' bother Microsoft or Google.

      Believe that or no, they actually care about standards. That's why both the companies lobbied for this at W3C.

      Already now certain youtube videos are blocked in several countries because of copyright disputes. And I can't watch BBC videos as I'm no resident of england.

      Yeah. And the point is? What has this to do with DRM?

    8. Re:Why blame Mozilla by NotInHere · · Score: 1

      I'm not using Chrome or IE, and I don't care how secure their sandboxes are. I simply don't agree with the DRM concept in general, because it limits my rights, the problems with reporting security issues, and it only affects the customers (not the actual pirates).

      The problem with the security issues depends from how well the DRM is sandboxed. If it is sandboxed good, then even a highjacked DRM can't harm anybody. If it is sandboxed badly or there is a security issue in the sandbox itself, we have a problem. For the case the sandbox has a security hole, fixing it could mean the CDM breaks, as it thinks the sandbox has been tampered with.

      And no, running a JS code is not the same as running the EME plugin.

      Do you know NaCL? Do you not agree with NaCL because it can execute DRM code?

      Second, it absolutely absolutely ignores countries not covered by Netflix - which is pretty much everywhere outside America and northern part of Europe.

      Already now certain youtube videos are blocked in several countries because of copyright disputes. And I can't watch BBC videos as I'm no resident of england.

      Yeah. And the point is? What has this to do with DRM?

      Perhaps I've misunderstood.

    9. Re:Why blame Mozilla by felipou · · Score: 1

      Yeah, my cousin told me that his friend had an aunt who dated a guy who told them that. So I wrote it in Wikipedia.

      ...sorry, I checked and saw that it has correct references (here by the way: http://en.wikipedia.org/wiki/H...), but when I hear something like "wikipedia states", I can't help but think of something like that.

    10. Re:Why blame Mozilla by ybanrab · · Score: 1

      You can't watch BBC videos because you don't help pay for their production. Every home in the UK which can receive TV has to be licensed. I don't watch BBC media and do pay for its production.

      http://en.wikipedia.org/wiki/T...

      If you can get a VPN with a UK IP for less than £145.50 per year and want the content then you'll have the better deal.

  2. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 5, Insightful

    Blocking something because RMS does not approve is the opposite of freedom

    Nonsense. Choosing not to include some feature in your product is exercising your freedom, unless someone's actually forcing you to do it.

  3. Users make the final decision ... by MacTO · · Score: 5, Insightful

    At the end of the day, it will be users who decide between Firefox, Chrome, IE, Safari, and the multitude of other options out there. These users will make their decision based upon a variety of factors. For some it will be access to DRMed content. For others it will be a completely open source product. Of course there are other reasons too.

    I'm guessing that the Mozilla foundation tried to figure out what their user base wanted, and came up with the answer that content would keep more users than excluding the DRM module would. Maybe they are right. Maybe they are wrong. Only time will tell.

    1. Re:Users make the final decision ... by UnknownSoldier · · Score: 1

      Freedom should never sell out its values.

      or

      You can sell your values but you can't buy morality.

    2. Re:Users make the final decision ... by BitZtream · · Score: 1

      So by restricting what people can use their browser for, you think its more free?

      You can choose not to use DRM content or you can choose not to, but if the browser doesn't support it, there is no freedom of choice, is there?

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    3. Re:Users make the final decision ... by westlake · · Score: 1

      I'm guessing that the Mozilla foundation tried to figure out what their user base wanted, and came up with the answer that content would keep more users than excluding the DRM module would. Maybe they are right. Maybe they are wrong. Only time will tell.

      There is no "maybe" about it.

      As of September 2013, Netflix Q3 2013, Netflix reported global streaming subscribers at 40.4 million (31.2 million in U.S.). By Q4 2013, Netflix reported 33.1 million U.S. subscribers.

      About 86 million US households have broadband service.

      t would appear then that about 40% of broadband subscribers in the states also subscribe to Netflix.

    4. Re:Users make the final decision ... by rastos1 · · Score: 1

      Users make the final decision ...

      In order for market/democracy forces to work, the decision has to be an informed decision. It seldom is.

    5. Re:Users make the final decision ... by EvolutionInAction · · Score: 1

      This is the inclusion of closed source, liberty restricting software in a product that touts its open source, free and open internet stance. Not including software that restricts your freedoms is not restricting your freedom in any way. You are free to use another program to get that closed content. You are free to write a plugin that implements EME.

      And yeah, I'm still free to chop out the cruft from firefox. Yay, I guess. What's wrong about this is that Mozilla is bowing to external pressure to break its principles.

    6. Re:Users make the final decision ... by peppepz · · Score: 1

      So by restricting what people can use their browser for, you think its more free?

      Yes. In the same way as restricting what people can take away from other people's houses makes everyone more free.

      You can choose not to use DRM content or you can choose not to

      You can't choose not to use DRM once it's required to access most content of the Internet thanks to the fact that Mozilla, too, made it possible.

      but if the browser doesn't support it, there is no freedom of choice, is there?

      This is an injustice that is to be ascribed by the perpetrators of DRM: Google, Apple, Adobe, Microsoft. Now Mozilla have joined the club of the culprits.

    7. Re:Users make the final decision ... by Xest · · Score: 1

      Users also make the final decision as to what content they pay for, and if Netflix suddenly stops working in their browser they'll be inclined to ditch Netflix.

      So Mozilla could help ensure that happens, hence preventing Netflix from growing, hence forcing Netflix to drop the whole stupid thing in the first place.

      Market pressures are a two way street, Mozilla should be using them to achieve their stated mission statement, not to go against it.

    8. Re:Users make the final decision ... by AC-x · · Score: 1

      This is the inclusion of closed source, liberty restricting software in a product that touts its open source, free and open internet stance.

      How is this any more "including closed source, liberty restricting software" than allowing plugins like Flash and Silverlight to be installed?

    9. Re:Users make the final decision ... by Merk42 · · Score: 1

      You really think people will stop using Netflix rather than stop using Firefox?

    10. Re:Users make the final decision ... by EvolutionInAction · · Score: 1

      Because plugins can do lots of things. They might even be open source! EME implementation has only one use - adding closed source, restrictive DRM.

    11. Re:Users make the final decision ... by AC-x · · Score: 1

      ... which is placed is a sandbox environment so it can't do any of the damage that current proprietary closed source, restrictive DRM plugins like Flash do right now.

    12. Re:Users make the final decision ... by EvolutionInAction · · Score: 1

      Arguing with several people in the same thread is annoying.

      I am not arguing against the security measures that Mozilla is putting in place. Those are good! I'm arguing against the violation of one of the principles that the browser was launched on. Maybe it is "bowing to reality" but I honestly don't care about that. Stick to your guns, or what's the difference between you and google's chrome?

    13. Re:Users make the final decision ... by Xest · · Score: 1

      I don't think it's a binary either or. I think some will stop using Netflix, some will stop using Firefox.

      There are people who pay for services like Netflix but only use them rarely, not working would be enough to push for cancellation. Would Firefox come off worse in terms of lost users? Maybe, but it's a well funded non-profit fulfilling it's mission goal so the loss doesn't matter. In contrast Netflix has to explain it's loss of subscribers as a for profit commercial entity.

  4. I can sympathize... by fleabay · · Score: 1

    I am also in a situation with no choice. Is it realistic to think that I can simply ignore that my tabs are on top? I don't think so.

    1. Re:I can sympathize... by SeaFox · · Score: 1

      If you're on Windows you can change to Pale Moon and put your tabs back on the bottom again.

  5. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 3, Interesting

    I'm not particularly worried about Firefox providing a socket to plug in some DRM module into, because I don't really see much difference between that and other binary plugins. As a Linux user, I'm more worried that anyone who does want to use it will have to rely on Adobe to provide and maintain that module, because their track record has been rather spotty.

    Would I use it myself? I honestly haven't made up my mind yet. From what I understand it would be mostly for movies, and my current computer is a bit too loud for that to be an enjoyable experience...

  6. What are we worrying about? by diamondmagic · · Score: 4, Interesting

    If DRM is really impossible to implement in F/OSS software, without closed source or the threat of political force... Then what's the worry?

    It seems like the worst-case scenario is media providers get a false sense of security and start providing content without silly plugins that actually ARE closed and non-accessible (under the threat of legal action).

  7. Re:Not denying something is different from forcing by phantomfive · · Score: 5, Informative

    As I understand it, RMS has three points:

    1) DRM is bad.
    2) Firefox implementing DRM is one piece of the problem.
    3) Firefox is free to do whatever they want, but if they felt forced to implement DRM, it would have been better if they at least made an effort to warn the users about the risks. Instead they are publicly praising Adobe for their approach to DRM.

    People who criticize RMS often don't even know what he said. That is not true of everyone, but most comments on the net are rather clueless about it. DRM is bad, that's not even controversial.

    --
    "First they came for the slanderers and i said nothing."
  8. It Caved Man by Anonymous Coward · · Score: 1

    It caved man! It's like over man! The whole fucking world has sold out and it sucks man!

  9. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 5, Insightful

    unless someone's actually forcing you to do it.

    "They forced me with money" is the reiterated excuse of some of the most despicable amoral scum.

  10. They made me do it by cpghost · · Score: 5, Insightful

    Just because there's some pressure from the outside to do immoral things, doesn't mean they had to cave in. Evil previls because good keeps silent. Sorry Mozilla, but that was a REALLY bad decision.

    --
    cpghost at Cordula's Web.
    1. Re:They made me do it by Kohath · · Score: 4, Insightful

      Netflix streaming is evil?

    2. Re:They made me do it by Anonymous Coward · · Score: 1

      Yes, when it's encumbered with DRM. DRM is evil. Not Hitler-evil, or even Charles Manson-evil, but pretty fucking evil. More than Ben Affleck-evil, but not Goldman Sachs-evil.

    3. Re:They made me do it by rastos1 · · Score: 1

      Netflix streaming is evil?

      The streaming itself is not evil. The particular implementation that prevents fair use is evil.

    4. Re:They made me do it by aaaaaaargh! · · Score: 1

      Yes.

  11. Re:Not denying something is different from forcing by TubeSteak · · Score: 5, Insightful

    Blocking something because RMS does not approve is the opposite of freedom, be it DRM, a binary driver, or whatever.

    And denying people the ability to yell "fire" in a crowded theater is also "the opposite of freedom."
    However, there's also the caveat that it's better for society to limit certain freedoms,
    because otherwise they would otherwise impinge on all of us in a negative way.

    --
    [Fuck Beta]
    o0t!
  12. Re:Not denying something is different from forcing by houstonbofh · · Score: 2, Insightful

    1) DRM is bad.

    Yep. So are taxes, and work for many people.

    2) Firefox implementing DRM is one piece of the problem.

    Nope. It is a symptom of the problem. The problem is that there is lots of content that people want that is only legally available with DRM. If you want the content, the choice is support the DRM or steal it. There are merits to both paths.

    3) Firefox is free to do whatever they want, but if they felt forced to implement DRM, it would have been better if they at least made an effort to warn the users about the risks. Instead they are publicly praising Adobe for their approach to DRM.

    Oh, God no! We are already way too overwarned. Turing every movie into the panic over self signed certs is NOT the answer.

    People who criticize RMS often don't even know what he said. That is not true of everyone, but most comments on the net are rather clueless about it. DRM is bad, that's not even controversial.

    Stalman is a brilliant man who has done a lot for computing in general. (Not just open source) He is also an uncompromising ass that is very hard to work with. For those of us that live and work in the real world, this is not a path we can take. I prefer the ESR approach to picking battles that make a difference.

  13. Re:I think... by houstonbofh · · Score: 2

    Legal vs illegal is pretty cut and dried. An act is either illegal or it's legal. There's no "sort of" when it comes to an issue of legality.

    You are obviously not a tax lawyer. :)

  14. Re:Not denying something is different from forcing by jimktaylor · · Score: 3, Interesting

    Mozilla are not just supporting DRM, you could already view DRM media, the significant development is their supporting for the addition of DRM to the web in a claimed standard, a damaging development for the open web. Mozilla had the choice of supporting the viewing of DRM media outside the web, by using a plugin or by using a separate media player. The DRM web interface they have decided to support, the EME, in not even capable of playing media on it's own, it is just part of a play and the rest is proprietary JS supplied by the content distributor. This is a strategy promoted by the distributors to advance their own selfish interests, by Netflix/Google/MS, it locks the user into using the distributors web based media player, is anti-competitive, and damages the health of the open web market. By supporting the EME Mozilla has made it almost impossible for the open web community to promote alternatives, damaging the open web community, in an act of betrayal.

    Mozilla made no attempt to promote alternatives, have not explained the technical details of their EME/CDM design in enough detail for their claims of user security and privacy to be verified, and have refused to clarify that users can even view DRM media via Netflix in all its glory using their EME/CDM which was a key claimed reason for their decision, and have not been honest in the reasons for their decision (it's is not about supporting the viewing of DRM media because this is already possible).

  15. Re:alternative ie fork by houstonbofh · · Score: 2

    Beyond that? I see not giving Google a list of all my websites to be a plus myself.

  16. RMS is right. by DMJC · · Score: 4, Insightful

    RMS is right in this case, DRM just harms everyone. Now Linux might play some more videos, but everyone who wants to run Amiga or Haiku, or another platform will be shutout from accessing that content. This is why DRM is stupid, it keeps the vendor/platform lock in going. For no good reason. It has never stopped pirates from doing their thing.

    1. Re:RMS is right. by MrEricSir · · Score: 1

      RMS is right in this case, DRM just harms everyone. Now Linux might play some more videos, but everyone who wants to run Amiga or Haiku, or another platform will be shutout from accessing that content. This is why DRM is stupid, it keeps the vendor/platform lock in going. For no good reason. It has never stopped pirates from doing their thing.

      So DRM is bad because it stops people from accessing content, even though it's never actually done that? You've completely talked yourself into a circle.

      --
      There's no -1 for "I don't get it."
    2. Re:RMS is right. by 0123456 · · Score: 1

      Now Linux might play some more videos

      You really think Adobe will release their DRM plugin for Linux?

    3. Re:RMS is right. by DMJC · · Score: 1

      It's not blocking progress. It's blocking anti-competitive poor practice. There's a very big difference there. There is no improvement to anyone to be gained from letting a lock-in solution take hold. Microsoft are a great example of this, by locking in gaming for the last 15 years, they've held back the development of gaming toolkits and graphics development on other platforms. Work which now has to be done quickly to provide an alternative platform to windows because they've decided they don't need the PC gaming market anymore.

    4. Re:RMS is right. by ChunderDownunder · · Score: 1

      Now Linux might play some more videos, but everyone who wants to run Amiga or Haiku, or another platform will be shutout from accessing that content.

      How so?

      Firefox is OS-neutral. You can port it to your obscure OS to your heart's content.

      In the case of any proprietary code the DRM layer runs, well the BSDs have long provided an emulation layer for linux-specific binaries.

    5. Re:RMS is right. by currently_awake · · Score: 1

      A properly done sandbox can look like an approved windows box, while running under Linux.

    6. Re:RMS is right. by ChunderDownunder · · Score: 1

      Correct me if I'm wrong but Flash on Linux is Chrome-only now?

      They went with a new plugin architecture that Mozilla doesn't use and on Android have discontinued the player.

    7. Re:RMS is right. by ChunderDownunder · · Score: 1

      I'm not saying I endorse DRM.

      But saying Mozilla shouldn't build it because it won't be supported on someone's pet dead platform doesn't convince me. If 'the industry' see any money to be made, they'll make DRM available on said platforms.

    8. Re:RMS is right. by AC-x · · Score: 1

      RMS is right in this case, DRM just harms everyone. Now Linux might play some more videos, but everyone who wants to run Amiga or Haiku, or another platform will be shutout from accessing that content.

      So, it's exactly the same situation as it is now with Flash/Silverlight and nothing's changed?

    9. Re:RMS is right. by Trogre · · Score: 1

      Determined people can still access content despite the DRM, not because of it.

      And now, thanks to the DRM, pirated content has more value than the original product. Who's letting the market decide now?

      --
      "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
    10. Re:RMS is right. by vakuona · · Score: 1

      Why does everything have to be universal or bad?

      Is there anything stopping Haiku or Amiga offering to pay for the implementation of the DRM on their systems. Companies will support any platform that can add to their bottom line. If Haiku users want support, they can just pay for it. Or download Linux which is equally if not more free, and comes supported.

      Just because things are done in software doesn't mean the choice should be works everywhere or not at all.

  17. Re:Not denying something is different from forcing by fuzzytv · · Score: 1

    What? How is yelling "fire" in a theater similar to publicly warning people about issues with DRM? That's one of the weirdest analogies I heard in a very long time.

    Anyway, please explain how is DRM beneficial to the society, that it's worth limiting such freedoms as reporting bugs in the DRM technology.

  18. Re:Not denying something is different from forcing by fuzzytv · · Score: 1

    Where are my mod points when I need them?

  19. Re:Nothing changed by jimktaylor · · Score: 2

    There is a big difference between a proprietary plugin using a generic interface, and supporting an open web specification designed specifically to support DRM, a specification that does not even allow the viewing of the resource without further proprietary JS supplied by the distributor. It's anti-competitive and damaging to the open web community. How hard will it be to promote an alternative now that Mozilla back the EME, almost impossible, and this is the damage Mozilla have done.

  20. Did Mozilla Have No Choice But To Add DRM To Firef by danielpauldavis · · Score: 1

    Firefox usage #'s are down because that browser stopped being meaningfully independent like Chrome or Sea Monkey or Pale Moon are. The last time I used Firefox, I got pop-ups like a really good I.E. How 'bout they fix that problem instead of augment them?

    --
    Cranky educator.
  21. Should have added screen cap support into Firefox by grumbel · · Score: 2

    Bending over and adding DRM might not exaclty be a good thing, but I can see how it might be necessary if they want to stay relevant. Though I have to say they really should have waited with that until DRM actually becomes relevant to the Web, jumping on the DRM train this early is really sending the wrong signal. Anyway what they should have done it also just ship the anti-DRM messures right in the browser as well. Add a function to screen capture videos of your browser interaction isn't all that difficult and would have nicely shown just how pontless the whole DRM thing is.

  22. Re:Not denying something is different from forcing by jbn-o · · Score: 4, Informative

    Let's not also forget two other particularly powerful points made in the Free Software Foundation's (FSF) essay:

    • "We understand that Mozilla is afraid of losing users. Cory Doctorow points out that they have produced no evidence to substantiate this fear or made any effort to study the situation."
    • "More importantly, popularity is not an end in itself. This is especially true for the Mozilla Foundation, a nonprofit with an ethical mission. In the past, Mozilla has distinguished itself and achieved success by protecting the freedom of its users and explaining the importance of that freedom: including publishing Firefox's source code, allowing others to make modifications to it, and sticking to Web standards in the face of attempts to impose proprietary extensions."

    Brad Kuhn builds on these points in his essay discussing Mozilla's announcement: "Theoretically speaking, though, the Mozilla Foundation is supposed to be a 501(c)(3) non-profit charity which told the IRS its charitable purpose was: to "keep the Internet a universal platform that is accessible by anyone from anywhere, using any computer, and ... develop open-source Internet applications". Baker fails to explain how switching Firefox to include proprietary software fits that mission. In fact, with a bit of revisionist history, she says that open source was merely an "approach" that Mozilla Foundation was using, not their mission."

    Speaking of how people criticize the FSF without reading what they say, the FSF is not an "open source advocate" despite /.'s insistence to the contrary such as is stated in this story's headline. The FSF and the free software movement predate the developmental methodology known as open source, and the FSF fights for values the open source movement sets out to deny, namely software freedom. The FSF has published more than one essay on this topic (1, 2) and RMS includes a clear and cogent explanation of this point in virtually every talk you'll hear him give. Archives of these talks are readily available online in formats that favor free software. Mozilla's choice here is another example of reaching radically different conclusions given different philosophies: Mozilla's open source choice versus a free software activist's choice to reject DRM for many valid reasons the FSF points out.

  23. Re:As long as the proprietary by jimktaylor · · Score: 1

    This is a good point, Mozilla have not supplied enough details to verify their claims. If it is this easy to save the decoded output then it is almost certain that big budget content owners will not support it and it will not solve the problem Mozilla claimed forced them into making this decision namely allowing users to view Netflix content. What privilege does the CDM have and how secure is the user's privacy, we just can not verify Mozilla's claims.

  24. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 3, Insightful

    If you want the content, the choice is support the DRM or steal it.

    Why steal it when you could just ask someone to voluntarily send you some data? Have to do things the hard way, do you?

    And another option is to just ignore the content completely.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  25. What a silly question. by Arker · · Score: 5, Insightful

    Of course they had a choice. That is not even a serious question.

    They are losing market share and their actions will accelerate, not reverse, that trend, just as previous missteps have done. And yes, life will go on, but a great opportunity has been lost. Firefox still has enough users that this matters, and they are throwing their weight behind DRM, and against the open web they claim to stand for at a critical moment. The notion this will get anyone to switch (back) to Firefox is ludicrous. The ones that left because they wanted something more like the other browsers are happy with their other browser, and the rest of us see this is a stab in the back not a feature.

    RIP Firefox Long Live PaleMoon.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
    1. Re:What a silly question. by QuietLagoon · · Score: 2

      They are losing market share and their actions will accelerate, not reverse, that trend, just as previous missteps have done.

      Ah yes... previous missteps.

      .
      The last straw, the item that chased me off FireFox was the developers' stupid decision to lock down the reload and stop buttons on the FireFox UI. Yes, I know there is a "Classic" add-on that attempts to restore the previous look and feel of the UI. But like many add-ons, the quality level of that add-on is much lower than that of FireFox. I ran into too many issues trying to get that add-on to work properly. During my attempts, various items in the UI would actually disappear, and I would have to restore the browser's profile directory and try again to configure the Classic add-on.

      Yes, FireFox developers are chasing away their users.. Now I just need to figure out what to do with my "Take Back The Web" FireFox t-shirt. Ironically, it looks to be time to take back the web from FireFox.

    2. Re:What a silly question. by Arker · · Score: 1

      The 'heavy lifting' you are referring to is exactly what we dont want. It's a mature product. It doesnt NEED features added and design changed every week to 'stay competitive' that's exactly what killed it. A mature and stable team that can put out bugfixes when needed will do fine, thank you.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    3. Re:What a silly question. by martin-boundary · · Score: 1

      Where are the PaleMoon .deb's ? I'm on Debian, and I'm keen to switch but there's no way I'm running a proprietary installer (I like .debs because 1) I don't have to go hunting for tarballs or installers around the web for each piece of software I want to try -and 2) I know that if I want to remove the software, it will be cleanly removed if it's a .deb).

    4. Re:What a silly question. by Arker · · Score: 1

      LMGTFY:

      http://sourceforge.net/p/pm4linux/wiki/FAQ/#icanhazpkg

      I will add that the 'proprietary installer' is a shell script, not an object file, so really any objections to running it are solved by running it in your own head, extracting the correct commands, and performing them yourself after verifying that they are safe/not malware. This way you can also make sure that if/when you remove it, it will be removed cleanly, since you will know every place the installer touched in the first place.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    5. Re:What a silly question. by QuietLagoon · · Score: 1

      You need to take back the web from Firefox, because it has a toolbar button you don't like, and a third-party addon didn't work correctly?

      Please reread my comment, it was not that I did not like the toolbar button. As I also mentioned in my comment, those issues were the last straw for me, i.e., the last of a series poor planning decisions that the Firefox developers have made. So I, like many other FireFox users, am going elsewhere.

      Firefox risks irrelevance as mobile browsing booms --- Without an effective mobile browser strategy, in four months Mozilla will fall to No. 4 in a five-browser market

      ...Mozilla's case hasn't been helped by a steady drain on its desktop user share, which in April slipped to 17% of all desktop browsers, down from 20% a year earlier....

  26. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 5, Insightful

    1) DRM is bad.

    Yep. So are taxes, and work for many people.

    No, Taxes and work are something you don't like, but are nessecary. Taxes pay for things like your clean drinking water, roads, street signs and lighting, all the things we actually like government for. Work allows you to purchase food, a place to sleep, clothes, a budget for entertainment.

    DRM has no actual upside. There is no "Weeelll but roads are kinda nice" counter point. DRM is bad. Period. It doesn't work at it stated purpose, costs the people who implement it more money to use it, and those of up willing to bypass it do so trivially while those that are not willing suffer under new restrictions while actually being paying customers.

    The only thing DRM is good for is keeping DRM manufacturers in business. It literally serves no useful purpose.

  27. Re:I think... by daremonai · · Score: 1

    Legal vs. illegal isn't particularly cut and dried in general. But arguments alone normally aren't illegal, provided they avoid weaponry and stay within reasonable volume limits. Admittedly, the second of these seems hard to achieve on the Internet.

  28. I don't much care about NetFlix or the Content. by Zombie+Ryushu · · Score: 2

    I'm concerned that really, between having UEFI Boot forced on us, and now EME with FireFox, even Linux is losing the war against DRM and as such losing the war on Fair use computing rights entirely. I disgree that the Internet is becoming Cable 2.0, but, the issue is that really, this has escalated beyond a technology issue and into a law and society one. I don't see any real solution to this beyond massive changes at the governmental level. Like:

    1. Repeal of the DMCA.
    2. Copyright roolled back to 14 years as it was at first
    3. No Software patents
    4. Internet Providers declared common carrier utilities.

  29. Re:Not denying something is different from forcing by gbjbaanb · · Score: 1, Flamebait

    Did he criticise Chrome when it put DRM in?

    No.. then he can stfu. Why is this news now Firefox is implementing the standard that everyone else supports?!

  30. Re:Should have added screen cap support into Firef by jimktaylor · · Score: 1

    Exactly Mozilla could have added the EME but with extra features that save the content, thus demonstrating to the web community that it is open to innovation and not a space for land grabs, and not compatible with DRM. The contemporary web is open, without specialized DRM support, and free to innovation, and Mozilla's actions are compromising this, this is a very dark development. Mozilla's support for the EME is support for selfish corps making land grabs on what we can implement in our own web browsers and under the threat of persecution, and they have damaged the open web.

  31. Good points by Arker · · Score: 1

    "there were times when I had to use IE occasionally, because dumb webdesigners made it work only with IE. But I was using FF or some other browser, because it was superior in every other aspect."

    EXACTLY. Those are the moments when you knew FF was doing it right, that made you more, not less loyal to FF. But then some suit somewhere figured that this would cause you to switch to IE full time (instead of reminding you why you avoid it) and so they ordered the developers to make FF more like the other browsers.

    Funny enough, the more they work on that, the fewer users they have left.

    --
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Friends don't let friends enable ecmascript.
  32. Re:Not denying something is different from forcing by mozumder · · Score: 1, Interesting

    1) DRM is bad.

    Did you nerds think your cunning plan all the way through to make this statement?

    It's a very democratic thing to say DRM is bad, because it treats information as a free resource, allowing the poor and the weak to gain information. This is why RMS wants information to be free.

    But the opposite is actually better: information should NOT be free. There should be costs associated with gaining information.

    You can obviously figure out the many reasons why there should be costs for information. But the BEST reason to keep information expensive is so that it maintains an imbalance among people.

    Free information allows everyone to be equal. That actually is a TERRIBLE thing, because it treats everyone equally.

    But the key thing in life, is that, NO ONE wants to be treated equally. Instead, EVERYONE wants to gain power over others. This is the basic law of life: to gain power over others. You do this in everything you do. You brush your teeth in the morning because you want to be better than the uglies that don't. You get a job because you want to be better than the homeless people that don't. And so on.

    Evolution is why this happens. Animals, and you, find mates because you are able to project a gain of power over others.

    It's amazing how people say they want equality in life, when they do everything they can to be unequal.

    Socially clueless and inept nerds obviously haven't figured this out, as their low social status demonstrates, but the real world is filled with people gaining power over you. There is no such thing as a person that wants to reduce power.

    Gaining power is the fundamental meaning of life, as evolution has shown. It is not the content of your character that matters in life. It is your power.

    And treating information as a valuable resource, instead of a commodity, is a way to maintain power over others.

    And that's something you, and everyone else in the world, wants.

    This is why those in power, who control expensive content, want DRM.

    I guess maybe in your next life, you will have more power, and you will know why DRM is a good thing. But right now, most people don't want to be treated the same as a homeless person.

  33. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 5, Insightful

    Sorry, but Firefox adding DRM, in whatever manner they are, is still a shift in the browser industry going forward. There isn't a mainstream browser, that I see, committed to FOSS philosophies out there anymore. I just heard about Pale Moon, but let's face it folks. Firefox, Chrome and IE are mainstream. The others are side projects. Safari, well, doesn't exist on Linux does it. Even I.E. can be shoe-horned on Linux if needed.

    Point is, moving forward, there is no longer a major browser that hasn't caved to big media, and DRM. That is, in itself, a continuation of a disturbing trend we're seeing across the Internet, and computing in general. If you don't think this isn't part of that, you haven't been paying attention.

  34. Blown out of proportion by black_lbi · · Score: 3, Insightful

    I think this whole situation has been blown out of proportion. How will this code, that allows loading a 3rd party DRM plugin, be conceptually different than the bit of code that allows loading other closed source plugins (Flash, Silverlight, etc)?

    1. Re:Blown out of proportion by QuietLagoon · · Score: 1

      I think this whole situation has been blown out of proportion....

      Possibly. However, what is adding to the fire is string of stupid decisions made by the FireFox developers. Those stupid decisions are convincing users that FireFox may be going in the wrong direction. Hence the uproar.

    2. Re:Blown out of proportion by maccodemonkey · · Score: 2

      I think this whole situation has been blown out of proportion.
      How will this code, that allows loading a 3rd party DRM plugin, be conceptually different than the bit of code that allows loading other closed source plugins (Flash, Silverlight, etc)?

      It doesn't.

      I raised this point months ago when this whole DRM thing started and no one had a good explanation. I think the best explanation was "Yes, but it's encouraging it more." Not that I understand how an arbitrary plugin architecture encourages DRM any less. Cause that's what we have today.

    3. Re:Blown out of proportion by martin-boundary · · Score: 1
      An arbitrary plugin architecture is _optional_, it has no bearing on the correctness of the underlying HTML. A DRM standard that's part of the HTML language means that anyone who wants to render HTML needs to support it, or be labeled non-standards conformant.

      Basically, having DRM as a standard that must be implemented to be conformant, (or be seen to be conformant by users), is a slippery slope and it exposes all applications that want to parse HTML properly, now or in the future, to API and operating system constraints that are needed to secure the DRM.

      To make an analogy, it's like having ads on TV, and people who design TVs must design them so the ads can't be skipped or muted, and people who design chairs and sofas need to add devices to prevent people from getting up to the bathroom during ad breaks, and people who design windows need to make them one way to prevent people from outside looking and seeing the TV show, etc, etc.

  35. Re:As long as the proprietary by allo · · Score: 1

    look at the graphic in the spec at w3.org. The module is allowed to display the graphics by itself, bypassing the browser.

  36. Re:This is stupid by jimktaylor · · Score: 2

    Yes, but adding DRM to the web is actually driven by the distributors, such as Netflix. DRM movies can already be viewed using plugins or separate media players. Netflix want the EME so that they can delivery a rich[sic] experience, beyond just viewing a DRM movie, and the EME is not a compete DRM media player, just a part of it, allowing the distributors to complete the web media player using proprietary JS and lock users into using their web media players. They will likely be able to patent some of the proprietary media player implementation further damaging the open web. The EME that Mozilla have supported is driven by the distributors. Mozilla could have met the demands on the content owners without supporting the addition of DRM to the web, without supporting the EME.

  37. Betteridges law of headlines by allo · · Score: 1

    finally proven wrong?

  38. Re:Not denying something is different from forcing by lgw · · Score: 5, Interesting

    I'm not particularly worried about Firefox providing a socket to plug in some DRM module into, because I don't really see much difference between that and other binary plugins. As a Linux user, I'm more worried that anyone who does want to use it will have to rely on Adobe to provide and maintain that module, because their track record has been rather spotty.

    The big win from following a standard for the DRM plug-in is that now it will be obvious what's a DRM plug-in, and what's not. Hate DRM? Write a browser extension that makes use of this standard!

    Seriously, if you really want to make heads asplode: write a FF extension that detects a DRM stream, determines the title from context, and automatically torrents the same title instead. If you can't do it as a plug-in, make a fork, since it's a stunt anyhow. I'm perfectly happy with paying Netflix, myself, but I'd certainly cheer if someone wrote this just to show the folly of the entire DRM approach.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  39. Re:As long as the proprietary by jimktaylor · · Score: 1

    But how is the CDM going to get such privilege control of a computer to prevent an open web browser reading the decoded output? There is a sandbox, but what about the output of the sandbox? There is just not enough technical detail to verify the claimed user security and control while being a robust DRM system.

  40. Re:Not denying something is different from forcing by StripedCow · · Score: 4, Funny

    But Mozilla's scheme may be:

    1. Implement DRM to make sure the users don't massively ditch Firefox.
    2. Attract more users, get >90% market share
    3. Ditch DRM

    --
    If Pandora's box is destined to be opened, *I* want to be the one to open it.
  41. Re:Not denying something is different from forcing by phantomfive · · Score: 4, Insightful

    1) DRM is bad.

    Yep. So are taxes,

    Uh, most people understand why taxes are a good thing. There are people who feel that we are being taxed too much, but there aren't many people who want to get rid of taxes. Some form of taxation is necessary for the operation of the government.

    Oh, God no! We are already way too overwarned.

    Most people don't know the risks of DRM, a lot of people don't even know what DRM is. YOU might have been overwarned, but most people have never heard of The Right to Read, and don't understand why DRM could be problematic. As long as it doesn't get in the way, they are fine with it.

    --
    "First they came for the slanderers and i said nothing."
  42. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 1

    "DRM should be illegal" -- Richard Stallman

  43. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    Wow, you should read that post again, because you completely misunderstood it. He's saying DRM is not beneficial to society, but you seem to have understood the opposite.

    --
    "First they came for the slanderers and i said nothing."
  44. Re:Nothing changed by jimktaylor · · Score: 2

    The EME is only part of a media player, the part with the DRM decoder, and it can not play content on its own. The distributors supply proprietary JS to make a complete media player. This locks users into using their web base media player and destroys the market for such media players. This was a deliberate tactic by the distributors, they refused to specify a complete standard. It damages the interests of users. Mozilla's support for the EME makes it much more difficult for the open web community to promote alternative and this has damages the open web community. Adding a specialized DRM interface to the web, as a claimed open web standard, is also damaging in many ways, limiting innovation, and has chilling effects.

  45. OF COURSE THEY HAD A CHOICE by globaljustin · · Score: 1

    the notion that the Mozilla foundation "didn't have a choice" about DRM is an absolute joke

    DRM is dead, in practice...all that DRM does is make users frustrated...it does *not* protect from illegal copying/distribution whatsoever

    DRM is alive and well, in dumbass business porfolios, under the section of "risk management"

    can Adobe or any organization *prevent* the Mozilla Foundation from releasing a non-DRM browser? NO!

    no one is forcing Mozilla/Firefox to make this choice, except their own unscrupulous non-tech business people

    --
    Thank you Dave Raggett
    1. Re:OF COURSE THEY HAD A CHOICE by qzzpjs · · Score: 2

      no one is forcing Mozilla/Firefox to make this choice, except their own unscrupulous non-tech business people

      I see this as Mozilla giving US the choice instead of making it for us. If they choose not to support DRM, then I have NO choice in watching DRM material with Firefox and I have to use another browser I dislike. By supporting a DRM plugin, "I" now get to choose whether to use it or not and if I choose not, then it doesn't affect my browsing experience at all.

  46. Re:Not denying something is different from forcing by viperidaenz · · Score: 3, Insightful

    If you want the content, the choice is to tell the content providers that you will not take it with DRM attached to it.

    Which will most likely be met with "fuck off, how else do you expect to lock content down by region so we can charge more in countries where people can afford more?"

  47. Re:Not denying something is different from forcing by viperidaenz · · Score: 2

    You can live perfectly fine without digital content. Not watching the latest movie isn't going to make you sick, like drinking polluted water is.

    Watching videos on the internet is completely optional and is in no way comparable to public services.

    If someone believes they benefit from using DRM, let them. You don't need their content, they would like your money though.
    As soon as they realise they'll make more money without it, they'll stop using it.
    If they actually do make more money with it, who are you to stop them?

  48. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    What on earth are you trying to say? That DRM is not bad, because there are some people who like it?

    --
    "First they came for the slanderers and i said nothing."
  49. Re:Not denying something is different from forcing by viperidaenz · · Score: 1

    If you want to verify their claims of security, download the source code and have a look for yourself.

  50. Re:Should have added screen cap support into Firef by jimktaylor · · Score: 1

    This is the open web, it has always been open and free of DRM. If you come to this community you need to accept the contemporary design of the web. Mozilla are helping to kick in the wall in my house. Get out of my face Mozilla.

  51. Re: Not denying something is different from forcin by BilI_the_Engineer · · Score: 1, Informative

    The best part of all these Nazi references is that they reveal people who are ignorant of what an analogy is.

    Hint: It's not the same as saying "These things are exactly alike."

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  52. Re:Not denying something is different from forcing by jimktaylor · · Score: 2

    I have ask, bug Mozilla claim that the source code for the sandbox has not been written. Mozilla have not detailed the planned design in enough detail to verify their claims.

  53. Re:Not denying something is different from forcing by pla · · Score: 4, Insightful

    We need an "insightful troll" mod. +0.5, perhaps.

    Clearly trolling, but you have perfectly expressed "the enemy's" stance on DRM. "We" need DRM because some people want to preserve their positions of power over the information-have-nots, simple as that.

    And I don't even mean music and movies, we can live without those. I mean textbooks; I mean research journal access; I mean "for profit" municipal codes of law; I mean for-profit industry standards specs; I mean proprietary and impenetrable pricing structures like health insurance fees.

    So although you troll us, you magnificent bastard, you also have one of the insightful posts on this topic so far.

  54. Re:Not denying something is different from forcing by jopsen · · Score: 2

    But Mozilla's scheme may be:

    1. Implement DRM to make sure the users don't massively ditch Firefox. 2. Attract more users, get >90% market share 3. Ditch DRM

    Not for from it... From what I hear the idea is that when the content industry makes the majority of it's revenue from online streaming, they'll likely reconsider DRM. Most likely it'll go away on it's own, because it's complicated and expensive to implement on the server side. And it provides a buggy user experience.


    I suspect that eventually netflix will be ones with the power to kill DRM. Imagine how much cheaper their distribution would be, if they didn't have to encrypt every stream individually.

  55. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 3, Interesting

    Part of DRM is that it stops consumers from fulfilling their role in the "supply and demand" marketplace.
    Content providers sell content for different prices in different regions. DRM prevents you from buying content at market prices.
    Content is sold internationally, consumers should be able to buy content internationally or the market is artificially distorted by the sellers.

  56. Re:Not denying something is different from forcing by UnknownSoldier · · Score: 1

    > Yep. So are Excessive taxation without representation

    FTFY.

    Your analogy is also flawed.

    DRM is NOT needed to stream video. In contradistinction government can't function without taxes for now (because are not yet spiritually mature enough to know how to self-govern yet)

  57. The DRM is effectively forced. by tlambert · · Score: 5, Interesting

    If DRM is really impossible to implement in F/OSS software, without closed source or the threat of political force... Then what's the worry?

    It seems like the worst-case scenario is media providers get a false sense of security and start providing content without silly plugins that actually ARE closed and non-accessible (under the threat of legal action).

    The DRM is effectively forced.

    I going to just flat out state that you've obviously never attempted to run the Netflix plugin from a ChromeOS machine (ChromeBook/ChromeBox) on another Linux platform, and discovered it won't run.

    The modules in this case do navel-gazing and examine the container program to verify that the container program ins an unadulterated official build, such that you can't just compile up your own version of the browser, and expect the module to continue operating.

    For Netflix on Linux desktops, this Navel-gazing took the form of utilizing the HAL, which was deprecated by its authors in 2008: http://www.freedesktop.org/wik... which was then used to generate a unique device identifier, which was used in the authorization and decryption process for the data, after having been watermarked with the same identifier at the source so that you could tell who exactly rented the content that was then stripped of DRM, and uploaded to a copy site.

    This same (deprecated) module was required by Adobe FlashAccess beginning in February 2012, and was the reason for the sudden failure of rented content from both Amazon and YouTube, which both used FlashAccess as a means of DRM'ing "premium content" starting on that date.

    So it's about as true to say that the DRM "isn't forced" as it's to say that the HTML "trusted proxy" mechanism would not be forced in order to allow you to make HTTPS connections, should it be standardized, thus giving a centralized ISP choke point, nominally for caching content, but practically, for introspecting HTTPS streams to make sure they are not transporting "unapproved content". If you can't access content without DRM, or you can't access HTTPS without authorizing the proxy at your ISP to listen in on the conversation, effectively instituting an automatic MITM attack for all your communications, it's kind of hard to credit participation in the scheme as "unforced" (Sure... you could choose not to have encrypted internet connectivity at all, instead of encrypted activity your ISP or anyone who got a single FISA order into your ISP could listen in on, but is that really a choice?).

  58. Re: I think... by UnknownSoldier · · Score: 2

    Agreed. Here is an old joke ..

    "A liberal will interpret the constitution, a conservative will quote it!"

  59. Carefully crafted by Rashdot · · Score: 1

    Someone sent a carefully crafted package of legal speak to Mozilla, forcing them to embed secret code from the dark side.

    --
    This is not the sig you're looking for.
    1. Re:Carefully crafted by PPH · · Score: 1

      embed secret code

      In an open source product? Help me understand this.

      --
      Have gnu, will travel.
  60. Re:Not denying something is different from forcing by exomondo · · Score: 1

    Nope. It is a symptom of the problem. The problem is that there is lots of content that people want that is only legally available with DRM.

    That's exactly right! But the anti-DRM crew seem intent on attacking the symptom rather than the root cause - and have been fighting that losing battle for years. It's time to wake up and realise that if you convince the content producers to stop their use of DRM or get users to avoid content that uses DRM then DRM will disappear. Blocking DRM in Firefox will just cause content producers and users to support a different browser.

  61. Great opportunity! by WingedEarth · · Score: 1

    So Mozilla is taking its open source code down an unpopular path. Doesn't this just create a great opportunity for some enterprising developers to make a new fork for Firefox? Someone can announce a new, "Browser X". Tagline: "It's the same as Firefox, but without that DRM garbage."

  62. Re:Not denying something is different from forcing by roca · · Score: 2

    We at Mozilla do not regard popularity as an end in itself. Instead, we regard it as an essential part of our strategy for executing on our mission. The amount of influence we have to make the Internet better is, in many spheres, proportional to Firefox market share.

    As to whether we'd lose users due to Netflix, Hulu etc eventually not working in Firefox ... nobody seriously doubts this.

    Brad Kuhn misquotes Mitchell. She did not say "an approach", she said "MozillaÃ(TM)s fundamental approach".

  63. Re:Not denying something is different from forcing by Anonymous Coward · · Score: 1

    No, but taking away your user's right to DRMed content is not protecting their freedom. And that's what WILL happen as Flash becomes obsoleted. Suddenly Firefox will be the only browser that can't play DRMed content, robbing its users of that choice.

  64. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 1

    For the last smegging time, the "fire-theater" issue *is* about free speech rights, as your freedom of speech is being limited. How other people act in response to your speech is *on them*, and no one else. Saying it's about property rights doesn't mean it's not about free speech; it is.

    Where private property comes in is the fact that the theater owner can kick you out if he/she so pleases. Government thugs shouldn't be involved in the business of punishing people because they screamed in a theater. Although, of the panicking people broke anything, they may need to pay up.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  65. Re:Not denying something is different from forcing by phantomfive · · Score: 3, Funny

    I'm a socialist. And by that I mean that I'm strongly against both capitalism and communism. I believe everyone should profit from his work and only from his own work. I believe it should be illegal to profit from someone else's work. So you can guess I'm also totally against social democracy and taxation.

    That's......an unusual viewpoint for a socialist.

    --
    "First they came for the slanderers and i said nothing."
  66. Re:Not denying something is different from forcing by PopeRatzo · · Score: 3, Interesting

    No, but taking away your user's right to DRMed content is not protecting their freedom.

    Nonsense. All they needed was an HTML5 tag identifying DRM content that starts and external player that the user can decide to use or not use.

    By using Firefox, you are tacitly supporting DRM, even if you never view and DRM'd content, because they have cooked the technology into the cake. It didn't have to be that way. They could have kept Firefox open and still allow the movie industry to peddle their poison.

    --
    You are welcome on my lawn.
  67. Re:Nothing changed by jonwil · · Score: 3, Interesting

    The distributors (and the Hollywood studios that provide them with content) will never accept an "alternative" that has no DRM.

    So for Mozilla the choice wasn't "support EME" vs "promote a better DRM free alternative and convince websites to support it", it was "support EME" vs "tell users who want to use HuLu, Netflix etc to use a different browser"

    I for one like the way Mozilla has done it, the browser plugin can't talk to anything other than a narrowly defined set of interfaces specified by Mozilla (so no direct network or disk access). Also, I believe the plugin will be available for Linux as well which means sites like Netflix will work on that platform.

  68. Re:Not denying something is different from forcing by Somebody+Is+Using+My · · Score: 3, Insightful

    Which is why all the music I buy these days is so heavily encumbered with DRM. Despite the shrill protests of the public, the only way to get the content was to accept DRM on my music files.

    Oh wait, no, I don't.

    It is not a losing battle to fight against DRM. Between the easy accessibility of non-DRM - albeit copyright-infringing - music and a company (Apple) with a large enough market-share to say, "You know what, screw DRM!", nowadays I can download all my songs in unencumbered MP3s. And - despite all their fears to the contrary - the music industry hasn't gone bankrupt because of this. Given an equitable price, combined with the convenience and legitimacy of an above-board purchase, music sales continue to be profitable.

    Firefox had an opportunity to be an Apple here; they could have helped redirect the market into a new direction. Instead they caved into prophetic bullshit about declining marketshare and now all its users suffer for their shortsightedness. Mozilla could have said to big media, "this is a shit idea" and rather than sacrifice that huge potential audience the media conglomerates would have found a more favorable alternative.

  69. Betteridge's Law by Tom · · Score: 1

    But did the folks at Mozilla really have a choice when it comes adding DRM?

    Of course they had. It's not like someone put a mind control spell on them.

    That, exactly, is the point that the FSF is making and that some people complaining about the move make: That Free Software should differ from commercial software precisely because it can afford to make unpopular choices. It can do the right thing. And sometimes the right thing isn't the easy thing.

    But that is the other side of freedom. Anyone can fight for freedom when the fight is easy. Think what you want about RMS and the FSF and their likes, but one thing you cannot accuse them of is taking the easy way out. They've always stuck to their principles, even when it wasn't easy.

    And in the end, more often than not, it turned out they were right.

    --
    Assorted stuff I do sometimes: Lemuria.org
  70. Re:Not denying something is different from forcing by Tom · · Score: 2

    No one is forcing you to use the DRM in Firefox. They are simply allowing it as an option.

    The government doesn't take away your privacy by running the NSA. They are simply adding surveilance as an option.

    The mafia doesn't force you to pay protection money. They are simply allowing you to continue running your business.

    That mugger doesn't force you to hand over your wallet. He is simply offering you to give him your money, you know, as an option...

    It's all whitewashing. DRM is evil and there is no good side to it. Allowing it allows it to spread and grow. If you want to know why RMS disapproves, read The Right To Read.

    At least the man has a spine. Something we can't say about the Mozilla Foundation anymore, unfortunately.

    --
    Assorted stuff I do sometimes: Lemuria.org
  71. Re:Not denying something is different from forcing by schnell · · Score: 1

    As soon as they realise they'll make more money without it, they'll stop using it.

    Nice idea, but you could be waiting a very long time.The only two times I'm aware of this happening is in music downloads and old video games (e.g. GOG.com). Why these two markets? Because a song or an ancient game past its prime is a "cheap" asset that there's little for the content provider to lose on. Nothing has happened yet in the higher dollar-purchase value markets of movies, TV, e-books, AAA video games or AAA productivity software titles to convince the content creators that DRM isn't making them more money than if they got rid of it.

    Not to say it might not happen someday, but for now content providers appear to have done the math on their more valuable assets (i.e. anything that isn't a $0.99 song or a five-dollar retro videogame) and decided DRM isn't hurting them, it's helping. So don't hold your breath.

    --
    "95% of all Slashdot .sig quotes are incorrect or completely fabricated." -Benjamin Franklin
  72. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 1

    Panicking people injure and kill? Indeed they do. You're absolutely right about that.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  73. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 1

    Stop being so desperate to defend the right to be an asshole.

    People have always had that right in most cases. That's quite the draconian attitude you have.

    Obviously if anybody is allowed to incite panic by sounding a fire alarm whenever they want then eventually people are not going to take such a thing seriously.

    Then that's their fault. And I care far more about free speech than safety.

    Now ideally we live in a world where people are not just assholes for the sake of it however that idealized world is not reality but if you can get us to the point where that is the case then the whole "fire-theater" issue goes away by itself

    In practice, the idiot would just be laughed at and kicked out of the theater. I've never--not once--seen where this whole 'falsely screaming fire in a crowded theater' thing caused a panic.

    If the theater owner doesn't like it, then kick the guy out. Asshole authoritarians don't understand this matter at all.

    What's even more pathetic is that the court ruling this came from allowed war protestors to be convicted, and yet people feel it's a good idea to cite it as an example of what's right with the world. Good job, assholes.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  74. Re:Nothing changed by jimktaylor · · Score: 2

    Mozilla could have promoted a better DRM media player that is not part of the web. They chose to promote the EME adding DRM to the web.

  75. Re:Not denying something is different from forcing by Antique+Geekmeister · · Score: 1

    Is there a single word from Mozilla's current leadership that makes you think this could even theoretically be true? Because I've looked, and been unable to find even a hint that they intend to drop DRM at any point in the future.

  76. Re:Not denying something is different from forcing by exomondo · · Score: 3, Insightful
    Apple is a company with enough marketshare (in fact they almost monopolized the business of selling music online at a time), Mozilla isn't. Apple then did exactly what I was saying and pushed back on the content producers.

    It is not a losing battle to fight against DRM.

    These days there is more DRM encumbered media and streaming services than ever before!

    Mozilla could have said to big media, "this is a shit idea" and rather than sacrifice that huge potential audience the media conglomerates would have found a more favorable alternative.

    I like your optimism but I don't think Mozilla have that much clout. Perhaps it's time to fork Firefox? Though I'm pretty sure there are quite a lot of popular forks already that are unlikely to implement this DRM so maybe one of them should make an attempt to do what you say.

  77. Re:Not denying something is different from forcing by fuzzytv · · Score: 1

    Hmmmmm, you're probably right. Not a native speaker here, and I parsed it differently the first time ...

  78. Re: cooked the technology into the cake by TaoPhoenix · · Score: 4, Insightful

    So I'm a bit confused all this. How close is the following chain of events?

    1. Netflix/___ others start trying to wrap their "tasty content" into wrappers that (try to) require baked in DRM.
    2. Uneducated Firefox users suddenly discover that their browser won't play that tasty content anymore "because Mozilla didn't add that Dr. Thingy stuff" to make it work.
    3. Said uneducated Firefox users then jump ship to that dulcet siren's call such as Chrome because yay the tasty content works again! "Everything is Awesome!"
    http://www.youtube.com/watch?v...

    So what about PaleMoon? Scuttle has it a bunch of people are headed over that way not least because of FF29 UI Shenanigans. So why not DRM? Their entire point was to unbake bloaty parts of reg FF. So why not if they unbake the DRM from their copy?

    And what does Opera have to say about all this? How about Chromium and/or Komodo Dragon? (Non-Googly clones of Chrome.)

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  79. Re:Not denying something is different from forcing by pegdhcp · · Score: 1

    Unfortunately, it is easier for some people to let other people to think for them, instead of doing it themselves. Such as, some people have difficulty to see RMS' is not the only ethical analysis of the current political and technical situation of IT. At the most basic level; If there is a software utility exist in a platform I use,I can choose to use or not to use it, so I have the freedom. If such utility does not exist I cannot decide to use it so I do not have the freedom....

  80. They already did by Anonymous Coward · · Score: 1

    It's called IceCat, but if I had to tell you that, it indicates how successful it was.

  81. Re:Nothing changed by William+Baric · · Score: 1

    The only market it destroys is an illegal market. The law grants copyright owners exclusive distribution rights. It's their products, so it's their rules. Unless the copyright owners specifically grant you the right to create an alternative way to distribute their contents, it is illegal for you to make one. I can understand you don't like the law and would like it to be changed, but I don't think you can blame Firefox for not promoting your personal political agenda.

    Does it damages the interests of users? I guess, but in the end it's of little interest. We're talking about superficial entertainment here, not some kind of fundamental human rights.

    My personal pet peeve is against Steam. I find they're one of the most abusive company and I view their EULA as totally unacceptable. Unfortunately, most video games now require Steam. So what did I do? Well, I just moved on and stop playing video games. It is as simple as that.

    There are a lot of things bad in this world and a lot of political fights to choose from. I'm sorry if I'm blunt, but I find fighting for "entertainment rights" to be quite shallow.

  82. Time for a Fork by BrendaEM · · Score: 1, Interesting

    Mozilla is not taking privacy seriously, lately.
    Cache clear on Firefox does not really seem clear the cache.
    There is no way to clear the "Top Sites" in Firefox Mobile.
    There is no built in way clear on exit in Mozilla Mobile.

    --
    https://www.youtube.com/c/BrendaEM
  83. DRM != Security by BrendaEM · · Score: 1

    There's no way to add DRM to anything without compromising security.

    --
    https://www.youtube.com/c/BrendaEM
  84. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    There are a few exceptions like national defense,

    Well, that kind of ruins your point there. Learn to say what you mean instead of being hyperbolic all the time, it makes you look stupid.

    --
    "First they came for the slanderers and i said nothing."
  85. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    There aren't too many of those around

    --
    "First they came for the slanderers and i said nothing."
  86. Re:Not denying something is different from forcing by Beck_Neard · · Score: 2

    I get that, but what if along the way of obtaining popularity, you lose the purpose of your mission?

    Not saying that that's what you're doing, it's just that it's not so clear-cut to me what the right decision is in this case.

    --
    A fool and his hard drive are soon parted.
  87. Re: cooked the technology into the cake by Trax3001BBS · · Score: 1

    So what about PaleMoon? Scuttle has it a bunch of people are headed over that way not least because of FF29 UI Shenanigans.

    http://www.palemoon.org/ checked it out and it looks (sounds) good, I'll give that a try, didn't know there were so many different browsers out till this DRM thing.
    I like what Palemoon has to offer, more so what it doesn't. No clue what this "FF29 UI Shenanigans" is all about

    And what does Opera have to say about all this? How about Chromium and/or Komodo Dragon? (Non-Googly clones of Chrome.)

    Opera's irrelevant now and shouldn't be considered an alternative, I'm still running Opera 12 but many sites are starting to complain. 20 (?) some years worth of bookmarks and this is the end of my building on it.

    My biggest complaint while small is Opera always opened a new tab to the far right, everything else opens it next to the tab your in, old Opera had it right.

    Chrome isn't an option, I have a problem when a program forces itself on me at every turn, and Opera is just a different interface for Chrome.

    Leaving FireFox won't be hard at all, never really cared for it and always had to disable it's crash reporting. (something Palemoon has already done (whatever the reason)).

    Thanks for the heads up.

  88. DRM is just for show by penguinoid · · Score: 1

    It's just decorative DRM; anyone who wants to can just loot the decrypted video at any point between the graphics card and your eyes. They can't lock down a picture and show it to you simultaneously, so this is just to prevent your average joe from copying the video onto their computer to watch later or whatever.

    --
    Don't waste your vote! Vote for whoever you want, unless you live in a swing state it won't matter anyways
  89. There is the matter of watermarks by marxmarv · · Score: 1

    Don't some video chips already honor watermarking in the stream? Sure, it can be stripped out well enough to appear unwatermarked, but can it be obscured completely enough for a computer forensics professional to not find your name in lights?

    --
    /. -- the Free Republic of technology.
  90. Re: Not denying something is different from forcin by BilI_the_Engineer · · Score: 2

    Nobody said the analogy fails because they are not exactly the same but you keep thinking somebody does.

    Perhaps not you, but S.O.B. above said this: "Anyone who equates someone who accepts DRM with someone who accepts the systematic slaughter of an entire people by the state needs to have their sense of proportion adjusted."

    Then you must isolate that element and present it as analogous to the similarity in the situation being discussed. An analogy breaks down when you try to transfer the meaning of a cause-and-effect scenario from one context to another but can only retain the cause *or* the effect which is what has happened in this attempt.

    An analogy breaks down when it's useless or irrelevant.

    If I understand it, the point was that people accept all sorts of nonsense in their attempt to live in the "real world" and keep its convenience. Scared of the terrorist bogeyman? Let the government do as it pleases; you have mouths to feed, and it's much too cumbersome to do anything stop it. Something to that effect.

    The key factor of *choice* has been lost in the analogy which is why it fails

    If he said they were similar in that way, then you'd be right. But he didn't.

    The problem with using such analogies isn't that they're always wrong, but that people will inevitably misinterpret you, making it a complete waste of time.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  91. Re:Not denying something is different from forcing by asmkm22 · · Score: 1

    Not sure if that would be a good example of "the follow of the entire DRM approach." At least no more so than the existence of adblock plugins has show the ad industry the error of its ways.

  92. Re: Not denying something is different from forcin by Your.Master · · Score: 1

    The consequences of DRM are not at all similar to any part of the holocaust, therefore "collaborating" with DRM is not at all similar to collaborating with Nazis.

    Even in fantasy analogy land, you cannot remove that critical element of the analogy. The holocaust wasn't just a matter of people accepting an abstract something as unchangeable.

    but that people will inevitably misinterpret you,

    Look at what he said:

    Those of you that live and work in the real world enabled the holocaust. You accept incarceration, torture and murder of innocents under the banner "fight against terrorism" as collateral damage for your version of "real world".

    There's no misinterpretation here. He is literally saying that people who accept DRM in Firefox would allow the holocaust to happen and are also accepting the "fight against terrorism" line.

  93. declining usage by Anonymous Coward · · Score: 2, Interesting

    As someone who used to love Firefox, I claim the usage statistics have nothing to do with not supporting NetFlix. For the last few years, every new version has removed stuff I liked, added stuff I didn't care about, and created various problems. That might be a better explanation for declining share. No one wants DRM. It is death to the open web.

  94. Re:Not denying something is different from forcing by Your.Master · · Score: 3, Interesting

    I remain extremely skeptical of the idea that DRM does literally nothing. It'l like saying door locks don't work because they can be kicked down or picked, or somebody can go through the window. Imperfect security *can* be better than no security, depending on the circumstance.

    I'm not coming out pro-DRM, just...this argument doesn't make sense. I know for a fact my parents could never be bothered to learn how to use bittorrent. They just went and bought it instead when I moved out. Which implies that it does work to at least some degree. Not necessarily that the benefit exceeds the cost, but I don't think it's fundamentally honest to say that DRM has no benefit for anybody.

  95. Re:Not denying something is different from forcing by kurt555gs · · Score: 1

    What has happened with Mozilla adding DRM is there is no longer any "moral" reason to use it. Just use Chrome instead. Chrome was spawned in the dark side and is way faster.

    --
    * Carthago Delenda Est *
  96. Re: Not denying something is different from forcin by BilI_the_Engineer · · Score: 1

    The consequences of DRM are not at all similar to any part of the holocaust, therefore "collaborating" with DRM is not at all similar to collaborating with Nazis.

    But they might be similar in at least one way. That's all it takes.

    Whether the analogy amounts to anything useful is an entirely different matter.

    He is literally saying that people who accept DRM in Firefox would allow the holocaust to happen and are also accepting the "fight against terrorism" line.

    Human language isn't always literal. My interpretation might not be off. But unless clarified further, it very well could be.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  97. Re:Not denying something is different from forcing by westlake · · Score: 1

    write a FF extension that detects a DRM stream, determines the title from context, and automatically torrents the same title instead. If you can't do it as a plug-in, make a fork, since it's a stunt anyhow.

    It is a stunt that will land you in jail.

    A stunt that will end in the Firefox browser refusing to install or communicate with any unauthorized extensions.

  98. Re:Pity they were working on the wrong things... by roca · · Score: 1

    Brendan knew about this and approved of it long ago. Carry on dreaming.

  99. DRM for a flaming bag of dogshit? by ikhider · · Score: 1

    Have you actually seen what is on Netflix? I used a free trial this month for a Bluray player I got about a year ago. There is nothing to watch on Netflix. Really. It is the lowest form of film/tv show programming. I scour the directory for ages to look for something to watch. For THIS we need DRM? Man, you're giving away a wealth of freedom for a flaming bag of dogshit? I figure, 'okay, maybe there are some ground breaking programs that are worth this sacrifice.' But there is nothing. NOTHING.

    --
    "SO we bide our time, waiting for a purer kick to bloom and the future is still bleak, uncertain and beautiful" -GSYBE
    1. Re:DRM for a flaming bag of dogshit? by AC-x · · Score: 1

      So from a sample size of 1 you've decided all streaming services are bad?

    2. Re:DRM for a flaming bag of dogshit? by ikhider · · Score: 1

      oh, pfff, excuse me. I forgot how tiny Netflix is. Just one puny little streaming company with barely any marketshare.

      --
      "SO we bide our time, waiting for a purer kick to bloom and the future is still bleak, uncertain and beautiful" -GSYBE
  100. Re:Not denying something is different from forcing by sillybilly · · Score: 1

    I'm using a browser without java plugin. Every time I hit a site that needs java plugin, I give it the finger and go somewhere else. I remember back in the Nutscrape 2.0 days what a great invention Java was, and I spent hours playing Go and Chess and Hearts on yahoo games back in 1999-2002, running as a java plugin. Don't need java no more, especially once it went into the bloatware oblivion. The first java plugin was like 1 or 2 MB. By 2000 the j2sdk was like 30 MB, and it just kept growing, what a mess!

    I'm proud to say that I also never watched an actual DVD yet, except like 30 seconds of Black Superman(he had a cape and he was flying) when a friend of mine popped it into a laptop running Knoppix 3.6/Xine. And I do this abstaining because it contains DRM - region codes, encryption, etc. Had it not had any of that crap, I'd gladly watch DVD's, after all who likes the quality of VHS tapes?

    I accidentally bought an ebook on google books thinking it'd be like pdf files I used to buy on EPE magazine back in 06, but instead the pdf came with DRM. Yucckk! The only thing that could read it was Adobe Digital Editions 2.0. What a joke that program is! Somebody held a gun at the skulls of the programmers at Adobe and told them they were either gonna program it in dotnet or die, because nobody in their right mind would ever program such a thing in dotnet, or java, instead of straight win32 api c. And it shows, the pdf file craaaawwwwls on this wonderful little HP Mini 210 netbook with a 5 Watt chipset/cpu and 7 hrs battery life on a 4 year old battery. And that's after downgrading to the faster XP, because the default Win 7 that it came with had some serious bloat/speed issues. They are trying to tell me this wonderful little thing from 2010 ain't fast enough to run modern software, please buy a new computer. Bullshit. It's miles faster than a P2 450, and those things used to be pretty usable back in 1999 to read text and watch videos. What the hell happened to text, like a pdf file or Slashdot or twitter that I have to run a friggin supercomputer just to read a line of text on twitter with a browser? It's bad programming practices, that's what happened. I can bring any supercomputer to its knees by feeding it a two line infinite loop. That's all what's wrong with the web today, semi-infinite loop javascript everywhere, telling you to upgrade, upgrade, upgrade, dump your old software that you got used to. Anyway, a DRM removal tool makes the pdf file pretty readable on this netbook via Foxit Reader 2.3, and it's pretty damn unusable with Adobe Digital Editions 2.0. It's not the file, it's not the computer that's wrong, but the software that reads it is crap. It's crap because it's forced to use the bloatware dotnet. By the way had I known the file was gonna be DRM'd before I bought it, I would have never touched it with a 10 foot stick! I was seriously expecting an unDRM'd pdf. I might be just one customer, but I will fully abstain from any further DRM'd pdf purchases, and if that means going back to paper books only and no computer, I can imagine living a life without any computing. I'm only one customer, way off the chart, halfass vegetarian, etc. By the way I never intentionally bought any music from any DRM'd music sites, but I still buy Emusic, but will stop as soon as they start DRMing their shit. I'm the customer, and I CAN live without a computer, with just paper and pencil. I don't want to, but if push comes to shove, it's not that difficult. I'm a customer, just one, but I vote with my money, and unless the goverment forces me to purchase something, like they force me to purchase insurance and tomatoes regardless of the astronomical or potentially astronomical prices charged for it, I will choose myself how to spend or not to spend my money. Property is nice, everyday life is bogged down with gathering property, food, etc, but as the Buddhist monks teach you, all you need is a begging bowl for rice and a robe to live happily. As long as you got food on the table every day or every couple days, life is good. You don't have to use DRM if you don't want to, unless the government forces you to use it. Then it's like tea tax.

  101. Re:Not denying something is different from forcing by sillybilly · · Score: 2

    When you have kids to feed you can be forced with money, as you can't just commit suicide when you're out of options and whatever will be will be with them, I mean you can but you're not supposed to. You're responsible for your kids more than you're responsible for your siblings or parents and cousins, because you choose to create them and bring them into being. The limit of what you're willing to do, how immoral you're willing to stoop to to feed them then goes very very far.

  102. Re:Not denying something is different from forcing by sillybilly · · Score: 1

    I'm stuck on Opera 12/XP, and I got really high speed internet these days to capture and save as much from the web as possible, as I'm bracing for impact with a time when I have to fully abstain from the internet, because my computer is no longer compatible with the new shit on there. And that's not such a big deal. I mean I might get some tv-like appliance with software that has 2 buttons and 2 menus instead of the millions of buttons and millions of menus in my present computing environment, and go on the internet with it to pay my gas bill, or read email, but the fun of the internet will be gone, especially if everything is DRM'd, and I can't save a jpg file depicting some nature scene for my wallpaper without paying 10 cents to the owner for it. They are telling me other people are gonna buy my pictures too. Haha. 10 cents add up very fast, I ain't got that kinda dough. I get emusic, 49 cents a song, and I run out of the monthly fee in like no time! And if you only knew how many people are putting songs on emusic, each thinking they are gonna hit it big, and they are LUCKY if they ever pay off their equipment/software used to generate that music, let alone make a profit. That's what a lot of music business makes money on, like the lottery does too - it gives people a dream of when they hit it big!

  103. Re:Not denying something is different from forcing by sillybilly · · Score: 1

    On XP I use the last nondotnet Zonealarm, and it's not perfect, but it does a pretty good job, Zonealarm itself is a backdoor, but at least it's a predictable one. It also stops programs from starting or interacting with each other. The only way I could get my hands on the latest nondotnet version was to buy a boxed copy off ebay, as they no longer will sell you a code for it to downgrade to old copies online, as I had to find out through a credit card refund from the company. Hey, I wanted them to make money, but they are fully committed to dotnet, and I'm fully committed not to use dotnet. I'm the customer, and I'm still a customer even if they are willing to dump me as one, because the shit they used to make used to be so good compared to the other firewalls/connection managers out there. And a hardware firewall is not that much better, it only protects from inbound threats, not stuff running on your computer, outbound threats, as Zonealarm the old version does. Sill, the Opera Browser, Zonealarm itself, etc, they are all outbound threats themselves.

  104. Re:DRM by choice by ChunderDownunder · · Score: 1

    With any modular code design, compiling binaries that don't include said functionality should be a piece of cake.

    Debian, for example, already does debranded IceWeasel builds. Just disable it in the makefile!

  105. Re: Not denying something is different from forcin by 4wdloop · · Score: 1

    Well, your parents did not get stopped by the DRM. They got stopped by lack of will/time/knowledge to to use bittorrent to access a DRM-free content. Just saying... I agree it does something, I for one avoid buying all disney movies as I cannot make backups for my kids who would trash a dvd in few days.

    --
    4wdloop
  106. Re:Not denying something is different from forcing by tlhIngan · · Score: 2

    Which is why all the music I buy these days is so heavily encumbered with DRM. Despite the shrill protests of the public, the only way to get the content was to accept DRM on my music files.

    Oh wait, no, I don't.

    [...]

    Firefox had an opportunity to be an Apple here; they could have helped redirect the market into a new direction. Instead they caved into prophetic bullshit about declining marketshare and now all its users suffer for their shortsightedness. Mozilla could have said to big media, "this is a shit idea" and rather than sacrifice that huge potential audience the media conglomerates would have found a more favorable alternative.

    Apple had a near-monopoly on digital music sales. They had the clout to force the music industry to accept their terms. In fact, that clout was what got the music industry to give DRM-free music to Amazon. iTunes was so big, Apple was calling the shots and making demands - the music industry has long hated 99 cent songs (they wanted variable pricing) and Apple's grip on keeping things that way. And the music industry couldn't simply withdraw their music - the alternative to iTunes and its money was... piracy.

    When Apple saw what Amazon was given, they made the same demands (in exchange for variable pricing - 79/99/129 cents). Hence Steve Jobs' essay on DRM and music.

    But Apple had the music industry in its palm. And when Amazon was given DRM-free rights, Apple had the leverage they need to demand the same. In fact, the fact that iTunes music was locked to iPod made it all the sweeter - because it meant no OTHER music store could succeed, so the music industry was forced to allow DRM-free music so another music store could get their music loaded on the #1 player - the iPod,

    It was a close call - because I suspect the music industry was hoping the DoJ would declare Apple a monopoly and thus be forced to open other DRM systems onto the iPod. Instead, they caved first.

    The movie industry saw what happened to the music industry, which is why they're spreading their content around. Netflix is for DVD releases, a month later. Hulu gets up to date TV. Amazon, iTunes, etc., well, they get to rent and sell new releases. No one company will "have it all" so they won't be big enough to start making demands like Apple did. When you can get your TV from Amazon, iTunes or Hulu (with the first two offering it for sale, the latter for free streaming), movies from Amazon, Google Play and iTunes, then later on Netflix...

    Sorry, but Firefox adding DRM, in whatever manner they are, is still a shift in the browser industry going forward. There isn't a mainstream browser, that I see, committed to FOSS philosophies out there anymore. I just heard about Pale Moon, but let's face it folks. Firefox, Chrome and IE are mainstream. The others are side projects. Safari, well, doesn't exist on Linux does it. Even I.E. can be shoe-horned on Linux if needed.

    Point is, moving forward, there is no longer a major browser that hasn't caved to big media, and DRM. That is, in itself, a continuation of a disturbing trend we're seeing across the Internet, and computing in general. If you don't think this isn't part of that, you haven't been paying attention.

    And Mozilla could be the also-ran, where the mainstream browsers are now just IE, Safari and Chrome.

    All it would take is users wondering why their Netflix or Hulu doesn't work. They Google it, and see the solution would be to install Chrome, or use the browser built into their OS - IE on Windows, Safari on OS X.

    Of course, Mozilla could have influenced the W3C to reject the proposal, thus rendering the web to be a app-distirbution mechanism where you'll need to Netflix app, the Hulu app, etc., to watch Netflix or Hulu on all platforms, including PC. Click "Watch" on Netflix, or YouTube and it lauches the app where you watch it, like how it works with iTunes or Steam.

  107. Re:Not denying something is different from forcing by lgw · · Score: 1

    Well, I always get these extreme replies to this DRM plugin issue by geeks who claim they care oh so very much about creating a DRM-free world. I doubt any have the courage to match their convictions, of course (speaking of convictions), so really just taunting. Still, I'd be impressed by anyone who managed this stunt.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  108. Re: cooked the technology into the cake by Anonymous Coward · · Score: 1

    So what about PaleMoon? Scuttle has it a bunch of people are headed over that way not least because of FF29 UI Shenanigans. So why not DRM? Their entire point was to unbake bloaty parts of reg FF. So why not if they unbake the DRM from their copy?

    A /. user posted a lengthy post about Pale Moon,

    http://news.slashdot.org/story/14/05/17/2012231/free-software-foundation-condemns-mozillas-move-to-support-drm-in-firefox.

    by Futurepower(R)

    It has since been rated a 5, so if you adjust the comment to show 'informative' you see it.

    I downloaded it, used the migration tool, migrates all my personal setting/add-ons/bookmarks from Firefox to Pale Moon. It literally runs like the older version of firefox, FAST. I couldn't tolerate using firefox anymore, the memory V28 and previous versions used was f'in stupid. For me it never had anything to do with the UI, it was how pathetically slow and memory hogging.

    It is just like Firefox's old UI set-up, it is Firefox, but re-coded without all the bulls**t Mozilla thought would work, and renamed Pale Moon. Before Futurepwoer's comment I had been seeing /. users suggesting Pale Moon, but his convinced me to try it out, I was going to investigate the browser using forums/blogs/reviews prior to his comment.

    Personally thus far, Pale Moon is outstanding.

  109. Re: cooked the technology into the cake by Jack+Griffin · · Score: 1

    Never heard of PaleMoon until your post so thanks for the tip. Have installed it and trying it out now. Not sure what you mean by FF29 UI shenanigans, I actually prefer the FF29 UI.

  110. whitelist? by globaljustin · · Score: 1

    DRM plug-in?

    Is that what this is about?

    Maybe I did misread the situation..another commenter mentions the DRM plugin for Netflix etc. as well.

    What about the ads? What about the other development choices by Firefox that are anti-open standards and anti-user?

    I am interested in hearing more but it seems like were talking past each other, and maybe I misunderstood...

    So as it stands now, Firefox has a plugin that allows things like Netflix to run w/ some kind of "DRM"...

    Can the plugin be turned on and off?

    Can the plugin be set to use a whitelist?

    Why not do it that way? Let the user decide which sites at which times to allow things like Netflix

    --
    Thank you Dave Raggett
  111. Re: Not denying something is different from forcin by Anonymous Coward · · Score: 1

    Weak locks are better than no locks if an assailant is likely to move on to another target. For houses this works; your neighbor is likely to have a similar amount of salable electronics, jewelry, cash, etc. Movies and games, though, are pretty much the definitive case for not having an equivalent alternate to target. A weak lock isn't going to get someone to give up on the Hobbit and go after Anchorman. Even a strong one isn't. It'll just mean fewer people are capable of breaking the lock and therefore it may take longer, or alternate approaches that bypass the lock. But someone's gonna want the Hobbit enough to stick with it.

  112. Re:Not denying something is different from forcing by m.alessandrini · · Score: 1

    Also, no one is forcing you to see big movies made by big companies who spend bilions to make them, but you and I like them and want to watch them. Or you could only watch movies made by the community with a few thousand $ raised by crowdfounding, but how good would be they?

  113. Want to know the best solution? by m.alessandrini · · Score: 1

    Stop watching non-free movies or TV series. After all, we're not talking about DRMed food or clothes. But you don't want to live without them, isn't it? Here it's not firefox who wants DRM, it's people, and they are acting as a tool for their users' needs.

  114. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    I believe he considers movies and similar art to be open enough by virtue of the fact that you can see them.

    The main thing he opposes here is DRM, because it gives control of your computer away to someone else.

    --
    "First they came for the slanderers and i said nothing."
  115. Re:Not denying something is different from forcing by m.alessandrini · · Score: 1
    But isn't paying the cinema ticket or the TV tax a form of DRM? The fact that he can see a movie does not give him the right, for example, to record it with a camera while he's at the cinema in order to watch it again later. You accept such a restriction, or you're free to not go to the cinema.

    And the fact that a closed plug-in can take control of your computer, that's another matter, I think good engineering can mitigate those risks.

  116. Re: cooked the technology into the cake by L4t3r4lu5 · · Score: 1

    I used Pale Moon for about a month, and have just switched back to Firefox. SVG rendering was broken on both my work laptop and my home PC, so I guess it's a problem with the software. You could save SVG files from websites and view them fine in an external viewer, but within the browser they seemes to be missing yellow.

    As for the Firefox new UI, it's really not that bad. Tabs look neat, but didn't NEED changing, the new menu was functional for the few moments I used it to set up my addons, network settings etc. I'm ok with how Firefox is right now.

    --
    Finally had enough. Come see us over at https://soylentnews.org/
  117. Re:Not denying something is different from forcing by TheLink · · Score: 1

    Would be nice if Firefox made it easier for people to create plugins to handle DRM and other streams. Might even make Firefox more popular.

    There are many legitimate reasons to download streams for later playback even if some supposed "owner" doesn't want to let you do it. Not all countries have the same laws and from an ethical point of view I don't see how it hurts for someone to watch/playback something without stuttering and pauses (not everyone has great internet connectivity).

    --
  118. Re:Not denying something is different from forcing by Ken+D · · Score: 1

    If Mozilla wants to maintain popularity, then fire all your UX people.
    ALL of them.
    Stop sacrificing your current users on the UX altar, for the mythical other users "improved" UX promises you.

  119. Re: cooked the technology into the cake by J_Darnley · · Score: 1

    You could also link to the indivual comment like this: http://news.slashdot.org/comments.pl?sid=5171649&cid=47029655

    I happen to agree with you. The UI codenamed "Australis" included in 29 is god awful. Completely non-native looks and controls on Windows.

  120. Traitors by aaaaaaargh! · · Score: 1

    They are traitors and should be hung.

    Thinking about it, they have already hung themselves with the latest Firefox updates anyway ...

  121. Re:Not denying something is different from forcing by aaaaaaargh! · · Score: 1

    ... and since it is DRM and you're intentionally circumventing it, go to prison for the next 20 years or be sued for 3 trillion dollars aftwards just for writing the plugin!

    The problem is, once you let DRM in, you let all of it in, including all the sick laws that cover its ass (because it cannot possibly work from a technical point of view).

  122. Re:Not denying something is different from forcing by neokushan · · Score: 1

    Choosing not to include some feature in your product is exercising your freedom

    Likewise, Choosing TO include some feature in your product is exercising your freedom. What's the issue?

    Yes, Firefox is bundling in code to handle DRM, but you are never forced to use it. Firefox itself is not becoming DRM'd, in reality it's not entirely different to including proprietary CODEC support - you're free to use it if you want and free to ignore it if you don't want to use it. Ultimately, giving users a choice is the most freedom.

    --
    +1 IDisagreeSoHeMustBeATrollOrAnAstroturferOrAShill
  123. Re:Not denying something is different from forcing by evilviper · · Score: 1

    No one company will "have it all" so they won't be big enough to start making demands like Apple did.

    Netflix just keeps growing... And what's more, they produce non-trivial amounts of original content. They're not as big as iTMS, but they are getting there in a hurry, and I see nothing the industry is doing that could possibly stop them.

    Right now, their only demands are more content and lower prices for it... That could easily change.

    --
    Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  124. Re:Not denying something is different from forcing by BadDreamer · · Score: 1

    Actually DRM achieves a negative, as it drives many people who get burned by DRM to instead use alternative sources of content. Imperfect security *can* be worse than no security, depending on the circumstance.

    Sure, your parents would not bother to learn how to use bittorrent, but they also would not bother to learn how to use netflix, or any other such service. Thus they are a non-issue when it comes to DRM; they just go buy something to watch, like most people do. To them it may as well not exist, as they bought a DVD player and then buy DVD's, and if they are DRM'd or not makes zero difference to them.

    The ones that have an interest in new or hard to find content and have the motivation to learn about and use streaming and other such technology are the ones that get harmed by DRM, and who also have no problem finding alternative sources. Those are the ones that DRM drives away, and that is where the net loss occurs.

    So sure, DRM does something. It reduces sales.

  125. Re:Not denying something is different from forcing by AC-x · · Score: 2

    Nonsense. All they needed was an HTML5 tag identifying DRM content that starts and external player that the user can decide to use or not use.

    Um, how is that any different to the HTML5 tag identifying DRM content starting an external DRM plugin that the user can decide to use or not use, which is the exact system they are implementing.

    They're even trying to completely sandbox the DRM plugin so it can't access anything on your computer other than the video stream, which is much better than having a proprietary binary application running at the user's access level.

  126. Re:Not denying something is different from forcing by AC-x · · Score: 1

    It is a stunt that will land you in jail. A stunt that will end in the Firefox browser refusing to install or communicate with any unauthorized extensions.

    O RLY? I see several torrent/pirate site related add-ons in the official Firefox add-on repository...

  127. Re:Not denying something is different from forcing by AC-x · · Score: 1

    DRM has no actual upside. There is no "Weeelll but roads are kinda nice" counter point. DRM is bad. Period. It doesn't work at it stated purpose, costs the people who implement it more money to use it, and those of up willing to bypass it do so trivially while those that are not willing suffer under new restrictions while actually being paying customers.

    I think DRM is acceptable in situations where you're paying a flat subscription rate for unlimited streaming (eg. where the customer doesn't have to pay to "own" a video/song). Sure in an ideal world we wouldn't have DRM on streaming either, but if having DRM encourages media companies to licence content for streaming when they otherwise wouldn't then that's still a positive, as it gives consumers more choices and may eventually even help facilitate the downfall of said media companies by giving new players like Netflix a better base to build new business models and new methods of TV show production like House of Cards from.

  128. Re:Not denying something is different from forcing by AC-x · · Score: 1

    Which is why all the music I buy these days is so heavily encumbered with DRM. Despite the shrill protests of the public, the only way to get the content was to accept DRM on my music files.

    Oh wait, no, I don't.

    I happily pay £10 a month for Spotify. The music stream is, as you put it, heavily encumbered with DRM. And it's feckin awesome. I can listen to anything I want as much as I want.

    Would I buy a DRM encumbered album, TV show or movie? No. But if media companies want to encrypt streaming services that's perfectly fine with me because I'm not going to lose anything (I didn't buy anything to begin with) and I'm gaining massive convenience.

    If this DRM plugin system (which will run in a sandbox so can only access the video stream) will get rid of proprietary binary plugins like Flash or Silverlight (which have complete access to your system) then that will benefit all web users.

  129. Re:Not denying something is different from forcing by AC-x · · Score: 1

    Baker fails to explain how switching Firefox to include proprietary software fits that mission. In fact, with a bit of revisionist history, she says that open source was merely an "approach" that Mozilla Foundation was using, not their mission."

    The thing is, Firefox already includes support for proprietary software like Flash and Silverlight, having a different API specifically for DRM plugins changes nothing.

  130. Re:Not denying something is different from forcing by AC-x · · Score: 1

    This is a strategy promoted by the distributors to advance their own selfish interests, by Netflix/Google/MS, it locks the user into using the distributors web based media player, is anti-competitive, and damages the health of the open web market. By supporting the EME Mozilla has made it almost impossible for the open web community to promote alternatives, damaging the open web community, in an act of betrayal.

    What is this drivel? All these distributors already lock you into use their players, either proprietary binary apps or using proprietary binary plugins like Flash or Silverlight. How would a competing open video player magically appear?

    What this DRM proposal does is move the entire interface into open web standards and keeps the bare minimum (the video decryption) as a proprietary component. That is more open than the current solution and gives users more choice over the browser they access content with.

  131. Re:Not denying something is different from forcing by AC-x · · Score: 2

    Nice strawmen there. This new DRM plugin is just as option as Flash and Silverlight currently are, did anyone come round your house and hold a gun to your head to force you to install them? No? Well I guess you can choose to not install any DRM plugins then.

  132. Re: Not denying something is different from forcin by JRV31 · · Score: 1

    We need to stop calling it DRM and call it what it really is "Digital Restrictions Malware". In the 1980s copy protected software started to appear and poeple would not buy it. Have we turned into a herd of cattle that will accept all the crap governments and corporations throw at us?

  133. Re:Nothing changed by AC-x · · Score: 1

    Bullshit. Current content distributors are more proprietary than the proposed DRM system. Right now you have things like Youtube and Netflix that not only "force" people to view content through their "proprietary" web interface, but also force users to view some or all videos through poorly written proprietary binary plugins like Flash and Silverlight.

    Either that or they require entire proprietary binary apps to view content.

    The proposed system is to move as much of that as possible into open web standards, and keep the proprietary plugin part to an absolute minimum, sandboxed so it can only access the stream and nothing else.

    That is more open than the current system and gives users more choice over what browser they access content with.

  134. Re:Not denying something is different from forcing by nabsltd · · Score: 2

    Most people don't know the risks of DRM, a lot of people don't even know what DRM is. YOU might have been overwarned, but most people have never heard of The Right to Read, and don't understand why DRM could be problematic.

    The thing is...we don't have "the right to read". If I write something, you don't get the right to read it. I might give you my permission to read it, but I don't have to.

    In his story, RMS was conflating "first sale rights" into "I should be able to do anything with any book, any time I want, regardless of the author's wishes". Basically, he took his free software opinions and twisted them to apply to books as well. I do agree that DRM can remove some of your first sale rights, and that's a real pain. You should be able to loan, sell, rent, etc., a book that you purchased. But, if you merely rent a book/movie/car/whatever, then you don't get all those same rights, and the story RMS wrote was about rental of books, not sale.

    And, yes, I do think it's OK for a company that rents you a physical book/movie/car/whatever to put in a provision that you can't loan it to anybody else. If you don't like that provision, then do business with some other company.

  135. Re:I Pick What To Use by AC-x · · Score: 1

    So what's the difference between Firefox offering an insecure binary plugin API for proprietary plugins like Flash, Silverlight and Java, and Firefox offering a sandboxed plugin API for DRM decoding modules?

  136. Re:Thank you, Tim Berners-Lee, for the Web by AC-x · · Score: 1

    How will a limited DRM plugin API destory the web more than broad, leaky, proprietary binary plugins like Flash, Java and Silverlight?

  137. Re:Not denying something is different from forcing by nabsltd · · Score: 1

    I believe he considers movies and similar art to be open enough by virtue of the fact that you can see them.

    This is where his lack of understanding of reality reveals itself.

    There is no difference between paying to be permitted into a movie theater or art museum and paying Netflix to watch House of Cards. The only difference is that the "DRM" at the movie theater is a guy who will toss you out on your ass if you try to get by him without a ticket.

  138. Re:Not denying something is different from forcing by segedunum · · Score: 1

    It is a stunt that will land you in jail.

    A stunt that will end in the Firefox browser refusing to install or communicate with any unauthorized extensions.

    Yer, like this hasn't been done before and like that's put people off doing such things in the past. We all know this is going to happen.

  139. Re: Not denying something is different from forcin by segedunum · · Score: 1

    Anyone who equates someone who accepts DRM with someone who accepts the systematic slaughter of an entire people by the state needs to have their sense of proportion adjusted.

    Alas, the world is not black and white and is various shaded of grey. Once you start accepting something history tells you it then becomes and ever so slightly steeper slope.

    Don't freak out over strong analogies or because someone uses a particular word.

  140. Re: cooked the technology into the cake by Viski · · Score: 1

    My biggest complaint while small is Opera always opened a new tab to the far right, everything else opens it next to the tab your in, old Opera had it right.

    Go to about:config and set browser.tabs.insertRelatedAfterCurrent to false.

  141. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 1

    I'll give you the right to be an asshole but in return I reserve the right to beat the shit out of you for it.

    Well, you don't have that right, unless by "beat the shit out of you," you mean arguing with someone with words.

    Yeah get out of your mom's basement and into the real world then. I suppose its ok to call in a fake bomb threat too?

    Why don't you leave your mom's basement and come into the Real World? The "real world" is what people who disagree with you aren't in, even though everyone lives in the "real world" and have no choice to do anything else.

    I suppose its ok to call in a fake bomb threat too?

    Yeah, I do think we should stop overreacting to everything. Whenever someone jokes, swat teams come in. Whenever someone falsely accuses someone of something, swat teams bust in. It's ridiculous, and needs to stop. Use some intelligent investigation if it's even necessary, and stop overreacting to everything.

    No the whole reason this issue exists is because in the real world that *doesnt* happen.

    You do realize that this was just made up in a court room, right? This isn't an event that was actually a well-known problem at the time it would brought up.

    Oh well if *you* havent seen it then it *cant* be true.

    Then kindly link to a case where this happened. It wouldn't change my mind about free speech, but I would stop saying it hasn't happened.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  142. Re:Not denying something is different from forcing by ogdenk · · Score: 1

    DRM may be bad but losing 80% of your user base because they can't watch Netflix or Youtube is a losing proposition. The last thing we want is IE back on top.

    Most home users use the internet for a few simple things: Facebook, E-Mail, Youtube and Netflix. If people can't watch some 12-year-old smash his nuts on a skateboard, they will go back to IE and funding to continue FF development will disappear.

    I'm sure there will be an option to turn off DRM..... and access to most video sites in the future.

  143. Firefox's usage numbers?? by fustakrakich · · Score: 1

    That's supposed to be our needed clout to send a message that DRM is not wanted, not as some reason to cave in to "market pressure". Will Seamonkey do the same thing? Let's hope not.

    --
    “He’s not deformed, he’s just drunk!”
  144. Re:Not denying something is different from forcing by Immerman · · Score: 2, Insightful

    Just so we're clear, it's perfectly possible to support a family of four on $1000/month (less than one full-time, minimum wage, income), even without government subsidies, provided you're not trying to do so in a major city where rent for a studio apartment will cost $2000+. When somebody says they're being "forced with money" it very rarely means that their survival is in jeopardy, it means they want the luxuries that extra money can buy badly enough that they're willing compromise on whatever principles are being called into question. Granted those luxuries are initially things like "live in a home with more than one room", "eat something other than beans and rice", and "have health insurance", but those are all things that most people in the world don't have.

    More to the point, when you hear someone claiming to be "forced with money" it's usually over a very fat paycheck, so there's no possible dodge around the fact that what they really mean is "I was sufficiently bribed"

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  145. Opera by westlake · · Score: 1

    And what does Opera have to say about all this?

    Does this answer your question?

    ''The Opera Devices SDK provides an excellent end-user experience on Smart TV. With its support we have been able to fast-track the certification for premium content, encompassing specifications like Encrypted Media Extensions, and enabling superior rendering and rapid time to market,'' says Lou Schreurs, Senior Vice-President of Product Creation, Bang & Olufsen. ''It has helped us to deliver the high-quality viewing experience that Bang & Olufsen customers have come to expect from our TVs.''

    Opera Devices SDK to power Bang & Olufsen connected TVs

  146. Re: Not denying something is different from forcin by Wdomburg · · Score: 1

    The "easier target" in this case is obtaining the product legally.

  147. Re:Not denying something is different from forcing by pnutjam · · Score: 1

    Thank you for the whackjob POV, now back to reality.

  148. Re:Not denying something is different from forcing by Merk42 · · Score: 1

    Just like how Google was going to drop h.264 in favor of pushing its WebM

  149. Re:Not denying something is different from forcing by KingMotley · · Score: 1

    That is the freedom of the firefox developers to choose. One choice limits the freedom of the end-user to decide if they want to or not.

  150. Re:Not denying something is different from forcing by Merk42 · · Score: 2

    I think this is key, people are conflating "Mozilla is allowing the option of running a separate, external, close sourced, plugin" (which as you point out is no different than Flash/Silverlight) as being "OMG Mozilla is closed source now and ever single webpage has DRM now!!11"

  151. Re:Not denying something is different from forcing by jopsen · · Score: 1

    That is some serious wishful thinking.

    Maybe... But DRM is the case for now with or without Mozilla. There is no way the content industry will let NetFlix and Hulu will drop DRM right now.
    So what is the alternative, denying people NetFlix and Hulu? We all know they'll go to Chrome and IE, or NetFlix will make a binary plugin for Firefox, which won't be sandboxed.

    The only reason DRM went away on music is because Apple did some economic jujitsu on the publishers making them choose between money or control, apple's complete domination of music DRM meant they could dictate terms to the industry as long as the industry required DRM.

    Let's hope netflix grows powerful enough...

    (1) Why do you think they encrypt the streams individually instead of just once and store the encrypted files on their server just like bluray discs of the same movie all have identical encryption?

    NetFlix don't implement DRM out the evil in their hearts :)
    They do it because the content industry requires it... And the content industry requires each stream to be encrypted individually... They require a complicated protocol that ensures that each device is uniquely identified...
    Security through obscurity is complicated (no surprise there).

    (2) Encryption is super cheap now that dedicated hardware is built into modern CPUs - a typical Xeon processor can do 700MB/s with AES-NI on just one core. Intel makes Xeons with 15 cores per chip nowadays.

    But building a large CDN with this kind of special hardware is expensive, very expensive. Without DRM movies could be streamed directly from a normal CDN.

  152. Re:Not denying something is different from forcing by jopsen · · Score: 1

    yeah right - just like in communism the government is supposed to eventually fade away...

    I haven't heard that one before... But I suspect that like most Americans you probably don't really know what communism is... And have a tendency to confuse it with totalitarian dictatorships.

    Either way, I fail to see the relevance :)

  153. Re:Not denying something is different from forcing by gothzilla · · Score: 1

    What planet are you living on? On a normal budget, rent is not supposed to be more than 33% of your take home pay. Please tell me where in the US you can find a 2 bedroom apartment for $333/mo? Even if two people are working that's $666 per month. If you do happen to find rent that low, you're either in a very high crime area or you're in a small town with some serious limitations on employment.

  154. Re: Not denying something is different from forcin by next_ghost · · Score: 1

    People *choose* to consume DRM'd content, they do not have to. But the Jews did not *choose* to be a part of the Holocaust you ignorant pig. It is *you* who is ignorant of what an analogy is.

    The analogy is not about victims of either evil at all. It's all about people who did nothing to stop evil that was right in front of them. It's about people who thought it was not their problem. And most importantly, it's about people who made themselves blind to the evil they were actively participating on as expendable grunts because "it was their job."

    In that sense, Holocaust was only made possible by "people living and working in the real world." Because without all those otherwise completely normal good people who were "just doing their job," the real monsters could never get that far.

  155. So A/B test it and let the users decide! by davecb · · Score: 2

    Let the default download of a new firefox randonly select either with- or without-DRM. Cound the number of times the same user goes back and selects a non-default browser from a list that explicitly says whether they have DRM or not.

    Done well, no-one will even notice.

    In this experiment, I expect the null hypothesis will be "no-one cares", and will win (:-))

    --
    davecb@spamcop.net
  156. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 1

    If anyone believes it without verifying anything, it's their fault. Our system is setup so that personal responsibility no longer exists, and those who do the real damage are never blamed.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  157. Re:Not denying something is different from forcing by Immerman · · Score: 1

    Okay, two things:
    1) When living at the bottom end of the socioeconomic ladder the "rules" for middle-class budgeting don't necessarily apply. Hell, they don't apply to a *lot* of people who choose to live an atypical lifestyle.
    2) Check your reading comprehension, I specifically implied that in a lot of places you might only be living in a one room (not even one *bedroom*) home. That you assume 4 people = 2+ bedrooms is strictly a result of the opulent lifestyle we've acclimated to here in the West.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  158. The world turned upside down. by westlake · · Score: 1

    moving forward, there is no longer a major browser that hasn't caved to big media, and DRM. That is, in itself, a continuation of a disturbing trend we're seeing across the Internet, and computing in general.

    The geek represents a small and diminishing minority of Internet users.

    The PC and the general purpose web browser is not the only or even the dominant platform for accessing media content distributed across the net. If a browser breaks the distribution chain in any way, the masses will go elsewhere ---

    it isn't worth discussing erecting barriers to Netflix play, Hulu, Pandora, etc.

  159. Re:Not denying something is different from forcing by Tom · · Score: 1

    No, we don't. We simply understand where bad things start and that it is easiest to quench them at the source.

    --
    Assorted stuff I do sometimes: Lemuria.org
  160. Re:Not denying something is different from forcing by Tom · · Score: 1

    Again, I don't care at all whether it's a plugin, an extension, a core feature, a kernel extension or microcode embedded on the mainboard. There is no justifiable reason to support DRM, and by doing so the Mozilla Foundation has, in my eyes, violated its own charter which specifically talks about freedom and openness.

    It's like hating communism but voting for the communist party because you want to fit in. Or hating republicans but voting for the Tea Party because all your neighbours do it.

    --
    Assorted stuff I do sometimes: Lemuria.org
  161. Re:Not denying something is different from forcing by AC-x · · Score: 1

    The bad things started when Flash added encrypted video. This is making things a bit better than before.

  162. Re:Not denying something is different from forcing by viperidaenz · · Score: 1

    So how about you wait till they write the code before you complain they're not telling you exactly how it works?

  163. Re:Not denying something is different from forcing by viperidaenz · · Score: 1

    If it is helping them, you have no right to complain.
    Actually, you have no right to complain either way. If you don't want what someone offers or how they offer it, don't buy it.
    You can't force someone to sell you their wares in a form you want.

  164. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 1

    If it is helping them, you have no right to complain.
    Actually, you have no right to complain either way.

    Since when do we not have the right to free speech? You are aware, of course, that making your objections known, in addition to not buying the product, is pretty much the only way to change things? You need to let them know what's wrong, and it's well within your rights to do so.

    If you don't want what someone offers or how they offer it, don't buy it.

    There's another option that many people choose to take.

    You can't force someone to sell you their wares in a form you want.

    This is a straw man.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  165. Re:Eich(mann), Eich(mann), Eich(mann)! by marxmarv · · Score: 1

    Oh, wait, identity-politics and capitalism shall never be questioned. Sorreh!

    --
    /. -- the Free Republic of technology.
  166. Betteridge strikes again by Trogre · · Score: 1

    No.

    Mozilla did have a choice. They made the wrong one.

    --
    "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  167. Re: cooked the technology into the cake by Trax3001BBS · · Score: 1

    My biggest complaint while small is Opera always opened a new tab to the far right, everything else opens it next to the tab your in, old Opera had it right.

    Go to about:config and set browser.tabs.insertRelatedAfterCurrent to false.

    Thank you! PaleMoon opens tabs to the far right by default, might be a real decent browser.

  168. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    Well, you seem to have read point 1 anyway. Not sure if you read the rest of my post before replying, but good try anyway.

    --
    "First they came for the slanderers and i said nothing."
  169. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    . If you don't like that provision, then do business with some other company.

    Indeed I will.

    --
    "First they came for the slanderers and i said nothing."
  170. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    So, RMS has been thinking about these issues for a long time, possibly longer than you've been alive. He's thought deeply about it, and his theories are largely self-consistent. If you think that you're going to be able to poke holes in his theories by speculating on the internet, without actually reading what he wrote, you are wrong.

    --
    "First they came for the slanderers and i said nothing."
  171. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    Your assumption that RMS must be consistent simply because he has thought about it for a long time just leads you to being a sheep to whatever he says.

    I think RMS is consistent because I've read what he's written. You clearly haven't, so go read it then we can talk.

    --
    "First they came for the slanderers and i said nothing."
  172. Re:Not denying something is different from forcing by ButchDeLoria · · Score: 1

    Yes, he did criticize it. Also, keep in mind that Stallman's 'web browser' is wget'ing the pages and viewing them in Emacs.

  173. Re:Nothing changed by ButchDeLoria · · Score: 1

    That turns desktop/laptop computing down a dangerous road of web apps. Then they will be utterly useless for the average consumer compared to smartphones and tablets.

  174. Re:Not denying something is different from forcing by m.alessandrini · · Score: 1
    No, Mr. "+2 whatever I write", he's not been thinking about that for longer than I've been alive, and yes, I read much of what he wrote.

    Just for your information.

  175. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    No, Mr. "+2 whatever I write", he's not been thinking about that for longer than I've been alive, and yes, I read much of what he wrote.

    Good job. I hope next time your post will actually reflect that.

    --
    "First they came for the slanderers and i said nothing."
  176. Re:Not denying something is different from forcing by Tom · · Score: 1

    Never excuse one bad thing with another bad thing.

    --
    Assorted stuff I do sometimes: Lemuria.org
  177. Re:Not denying something is different from forcing by m.alessandrini · · Score: 1

    Yeah, nice argument: "I'm right, so stop talking". Classic Slashdot, usually rewarded with good karma.

  178. Re:Not denying something is different from forcing by AC-x · · Score: 1

    They already actively support DRM through binary plugins, so what's the difference? If you've been using Firefox you've already voted for the communist party, so why complain now?

  179. Re:Not denying something is different from forcing by Tom · · Score: 1

    If you've been using Firefox you've already voted for the communist party, so why complain now?

    For the same reason I left the Pirate Party when it stopped being about civil liberties and started being about everyone's favorite pet-subject no matter if it has any relation with the core topics at all:

    That I voted for a party yesterday doesn't mean I can't change my mind today if the party changes.

    Yes, you could implement DRM through binary plugins before, but there's still a difference between that and explicitly supporting DRM. If you don't see that difference, I'm unable to explain it because to me that is just so absolutely clear.

    Here, let me try: If I eat in your restaurant and I like your food, I'll come there to eat more often, and I don't care about your political views. But if you turn your restaurant into a political arena with posters and leaflets everywhere and the party colours all around and waiters dressed in uniforms, and I find the political views thus expressed distasteful, I may quite likely stop to come, even if the food hasn't changed.

    You could argue you held those views before, and many of your political friends also came to eat - but there's still a vast difference between those two scenarios. And again I don't know how to explain it, because to me it is so utterly obvious.

    --
    Assorted stuff I do sometimes: Lemuria.org
  180. Re:Not denying something is different from forcing by AC-x · · Score: 1

    Yes, you could implement DRM through binary plugins before, but there's still a difference between that and explicitly supporting DRM. If you don't see that difference, I'm unable to explain it because to me that is just so absolutely clear.

    I understand the difference from a narrow ideological argument, but can you see that the current system is worse for internet freedom than the system they are proposing?

    After installing Firefox as soon as you start browsing video sites you are actively prompted to download and install a dangerous, closed source proprietary plugin that has complete access to your local system resources. Firefox has always supported this, and never tried to prevent this from happening.

    The new system removes any need for that plugin, instead any proprietary component is reduced to the bare minimum and run in a sandbox.

    It just makes no sense to denounce Mozilla for offering an extremely limited video decoding API while ignoring the fact they actively support monstrosities like Flash.

  181. The Global Harming by michaelamerz · · Score: 1

    We are losing the battle against the forces of the dark side. UEFI, DRM, https-proxies, uncontrolled intrusion of governments, net neutrality, the community has been beaten .. no whipped on almost all topics. Why? Because a lot of us are just too lazy to fight. It's easy to bitch on Facebook, ./ or Twitter. But it doesn't change things. We are about to be demoted from being owners of the Internet to 'users' of a digital transport medium. What does that mean? It will be harder and harder to bring innovation to the people, it will become almost impossible to inform the public about security problems and risks. You will see pay walls and DMCA warnings popping up everywhere. And you will pay through your noses for all kinds of stuff that used to be free. We all we be tracked, controlled, analyzed and exploited by some mindless stupid program somewhere trying to make sense of our latest purchases. The few of us in the "know" will withdraw to some remote digital islands, but the rising waters of the "global harming" of the Internet will soon wash away all traces of the Internet as it was meant to be. Mozilla used to be a force against the global harming. But they are no longer. Their digital levees will not be able to contain the global harming of the DRM modules and, within a few months or years, they will become useless. Innovation and FOSS made the Internet a great place to be. Greediness will take it down. It was wrong for Mozilla to accept DRM. But understandable. Because they are not sure if they can still rely on the "community" to come to their defense if needed. So they played it safe in order to survive. Its sad. But understandable. And realistic.

  182. Re:Not denying something is different from forcing by Immerman · · Score: 1

    Certainly we can't. However my point was only that unless you're at the bottom of the heap "I was forced by the money" is a complete cop-out. Perhaps I ld have expressed that more clearly.

    As for eliminating the term "class", how about we first eliminate the high socioeconomic barriers between income strata? So long as the game remains heavily stacked against upwards mobility there is very definitely a class war being waged by those at the top, and of course they do not want to openly acknowledge that fact and give added legitimacy to the complaints of the repressed.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  183. Re:Not denying something is different from forcing by BilI_the_Engineer · · Score: 1

    If you enjoy film and television, and previously music, then ignoring the content completely isn't an option.

    If all you're able to enjoy is DRM-encumbered garbage, then you may have a problem on your hands. Seriously, stop being a "consumer"; it's just a waste of money, and an insulting term.

    You cannot "consume" content; it'll be there afterwards. Just a propaganda term.

    Sure, others live as hermits and luddites, and just turn away from every modern piece of technology

    Erm... you're out of your fucking mind if you think that you have to live as a hermit or a luddite (You do know that luddites were people who opposed technology to save their jobs, right?) just because you don't use proprietary software or DRM.

    so even he fails to hold true to his own faith.

    What about your own stupid "faith" (Man, people don't even know how to use that term.), where everything is surrendered in the name of being a worthless "consumer"?

    And that's probably just a misunderstanding on your part. Few people pay attention to what he actually says.

    Besides, there's one final option if you really want to "consume" the content: Just download it.

    Do people seriously use the word "consume" when they're talking about watching movies, or other such things? Really? I'd say only idiots do that.

    --
    These comments are my own and do not necessarily reflect the views or opinions of my employer or colleagues...
  184. Re:Not denying something is different from forcing by phantomfive · · Score: 1

    True, you are right I have put little effort into addressing your arguments. Consider that it's all your arguments deserve. If you actually cared about the topic, you would have researched, found out what RMS believed on the topic, then quoted to me to show why I am wrong. But you didn't, which is why you are ignorant. I mean, 'not researching' is essentially the definition of ignorance. To that point, you don't even deserve the responses I've already given you.

    --
    "First they came for the slanderers and i said nothing."
  185. Re:Not denying something is different from forcing by Tom · · Score: 1

    I didn't say I support the use of Flash. On the contrary, now that we have HTML5 video and SVG and CSS animations, flash should go the way of the Dodo bird, and fast.

    However, one evil never justifies another evil.

    --
    Assorted stuff I do sometimes: Lemuria.org
  186. Re:Not denying something is different from forcing by Ken+D · · Score: 1

    Way to put words into my mouth.

    Not "therefore bad". Nevertheless it IS bad. Their rationales don't make sense (see 'Tabs on top' UX video where they don't list all the cons, and then conclude that because there are more pros than cons the change is therefore good, never mind that the single con by itself outweighs the 3 pros [some of which don't make any sense anyway]) Note also how they promised that tabs on the bottom weren't going away, they just wouldn't be the default. Surprise, now they are gone.

  187. Re:Not denying something is different from forcing by pegdhcp · · Score: 1

    This is the most unethical and/or idiotic argument I have ever seen in /. . You sir, besides being an Anonymous Coward, are also a complete idiot. I do not know what is your fucking degree is, but it obviously was granted by mistake, during an examination that does not require existence of a brain in your skull. I can write programs in several languages, and this is my profession for the last 24 years. By your argument, while I should be able to use my rights, 99% of human population would need to learn coding in order to be able to use theirs, in a society which spent more time to type on a keyboard than write using a pen.....

  188. Re: I think... by Lisias · · Score: 1

    Agreed. Here is an old joke ..

    "A liberal will interpret the constitution, a conservative will quote it!"

    Excellent quote. O would mod you up, if I wasn't a commenter on this submision! :-)

    --
    Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org
  189. Re:I think... by Lisias · · Score: 1

    Which parts of the arguments are "almost" illegal?

    Here, let me google it for you.

    --
    Lisias@Earth.SolarSystem.OrionArm.MilkyWay.Local.Virgo.Universe.org