Slashdot Mirror


Richard Stallman Warns About Non-Free Web Apps

An anonymous reader writes "Richard Stallman has published an article which warns about the 'Javascript trap' posed by non-free AJAX-based applications. The article calls for a mechanism which would enable browsers to identify freely-licensed Javascript applications and run modified version thereof. 'It is possible to release a Javascript program as free software,' Stallman writes. 'But even if the program's source is available, there is no easy way to run your modified version instead of the original ... The effect is comparable to tivoization, although not quite so hard to overcome.'"

133 of 747 comments (clear)

  1. OK, dumb question after reading the article by MillionthMonkey · · Score: 4, Insightful

    Why do I care if I visit a web site and "non-free" JavaScript runs in my browser?

    1. Re:OK, dumb question after reading the article by Arainach · · Score: 3, Insightful

      You only really care if, like Stallman, you're a "software vegan" and are terrified about touching anything to do with non-GPL code.

    2. Re:OK, dumb question after reading the article by Anonymous Coward · · Score: 3, Insightful

      I'm pretty sure only Richard Stallman cares. Not sure why anyone cares what he cares about though, he seems like a real barrel of laughs.

    3. Re:OK, dumb question after reading the article by paroneayea · · Score: 5, Insightful

      Why do you care if non-free python, C, or whatever apps run on your computer? Code is code, and websites aren't what they used to be. The web has become a platform for client/server applications. So if you do care about free software on the desktop, it's reasonable that you should care about free software in your browser.

      --
      http://mediagoblin.org/
    4. Re:OK, dumb question after reading the article by NineNine · · Score: 2, Insightful

      You should only care if you're a Free Software Fanatic. I can't imagine why anybody else would care. I read the entire thing a few times, and I couldn't find a real reason why anybody (other than Stallman) would care.

    5. Re:OK, dumb question after reading the article by jkrise · · Score: 4, Insightful

      Programmability is an important aspect of free software. The javascript trap effectively converts web applications into proprietary client-server type applications, Google's apps included. Which reduces the scope for innovation, standards and progress. Hence Stallman's warning.

      --
      If you keep throwing chairs, one day you'll break windows....
    6. Re:OK, dumb question after reading the article by blitzkrieg3 · · Score: 2, Insightful
      http://www.gnu.org/gnu/manifesto.html

      Complete system sources will be available to everyone. As a result, a user who needs changes in the system will always be free to make them himself, or hire any available programmer or company to make them for him. Users will no longer be at the mercy of one programmer or company which owns the sources and is in sole position to make changes.

      from "Why all computer users will benefit", among other things.

    7. Re:OK, dumb question after reading the article by Timothy+Brownawell · · Score: 5, Insightful

      Why do you care if non-free python, C, or whatever apps run on your computer?

      Because it's generally harder to upgrade/maintain (not in the standard apt repositories), I can't fix it myself, and whoever controls it can just randomly disappear or EOL it.

      So if you do care about free software on the desktop, it's reasonable that you should care about free software in your browser.

      Except that all of those thing either don't apply to web apps at all, or apply to all web apps. There's nothing to install, upgrade, or fix locally, and you're dependent on some service provider regardless of the status of the code.

    8. Re:OK, dumb question after reading the article by digitig · · Score: 2, Funny

      I couldn't find a real reason why anybody (other than Stallman) would care.

      Contrariness?

      --
      Quidnam Latine loqui modo coepi?
    9. Re:OK, dumb question after reading the article by betterunixthanunix · · Score: 2, Informative

      You may wish to modify extend the web app in some way that is suitable for you. For example, I know people who want GMail to support PGP; there is a Firefox plugin that modifies the page layout and Javascript so that messages can be signed, encrypted, decrypted and verified. This is the same argument that is made for free software on your desktop.

      --
      Palm trees and 8
    10. Re:OK, dumb question after reading the article by mr_mischief · · Score: 4, Interesting

      The client-side code could just as easily be saved to your local drive and loaded from your local drive into your browser as downloaded (or loaded unchanged from cache) every time you visit a page. You local copy could then be altered to better suit your needs, so long as it's still compatible with what the server is doing or is independent of the server. This can be done now, but browsers don't support doing it easily.

      What Stallman wants in this case boils down to two things as I read it. First, he wants a standard way to mark the license of the program that's easy to discern both visually and in software so you'll know what license you have to the software and the browser can inform you of that automatically. He also wants an easy way for every piece of client-side code a web page uses to be easily replaceable with your own local version from your own local disk. Right now, you can grab the JavaScript from a page and alter it, but without some work you're still going to be running the publisher's version when you're on their site. He wants some way to specify that the JavaScript that was loaded from, for example 'http://www.foo.com/js/some-script.js', instead gets loaded from your customized local version so you can interact with the web app with your changes in place.

      Personally, I think he's got a good idea there. I'm no RMS fanatic, but I do like to be able to alter the software I run to suit me, and I like the GPL (and BSD, CC-SA, and some other licenses) for that reason.

      He just wants a couple of technical features built into the OSS browsers to support loading custom client-side code and for you to more easily know which license the code is under. I think this is much easier to accept than some of the more drastic position statements out of the FSF. It really can benefit anyone who prefers any of the Open Source licenses, and not just what the FSF calls Free Software under the GPL.

    11. Re:OK, dumb question after reading the article by hummassa · · Score: 3, Insightful

      Why should I care what code OTHERS decide to present to the world?

      I dunno, because it's executing on your computer?

      --
      It's better to be the foot on the boot than the face on the pavement. ~~ tkx Kadin2048
    12. Re:OK, dumb question after reading the article by LaughingCoder · · Score: 4, Insightful

      He also wants an easy way for every piece of client-side code a web page uses to be easily replaceable with your own local version from your own local disk.

      That sounds to me like a massive security hole just waiting to be exploited. People navigate to their brokerage page or their online banking page thinking they are running the brokerage/bank software, not knowing some malware made illicit and modified copies of the Java on their hard drive which is run instead. Scary stuff.

      --
      The more you regulate a company, the worse its products become.
    13. Re:OK, dumb question after reading the article by lwsimon · · Score: 5, Insightful

      This, of course, can be done now. The first think you learn when dealing with webapp security is that you can never trust the client.

      Nothing is stopping me now from loading my own Javascript (or Java, or anything else that runs in the browser) on a bank's webpage.

      --
      Learn about Photography Basics.
    14. Re:OK, dumb question after reading the article by mea37 · · Score: 3, Insightful

      True. But my browser makes it hard for your malware to cause me to run your version of the bank's client on their website; GP's point is that under RMS's proposal it wouldn't be as difficult to do that.

      It's not about you attacking the bank; it's about you attacking me when I try to use the bank's services.

    15. Re:OK, dumb question after reading the article by bentcd · · Score: 3, Insightful

      True. But my browser makes it hard for your malware to cause me to run your version of the bank's client on their website; GP's point is that under RMS's proposal it wouldn't be as difficult to do that.

      It's not about you attacking the bank; it's about you attacking me when I try to use the bank's services.

      The two are the same problem though. Malicious code could attack the local javascript-repository in an RMS-compliant browser in order to hijack your bank accounts etc. In current browsers, malicious code can achieve the same by attacking your browser directly. The problem only becomes more severe if the RMS-compliant browser has worse security management of its local javascript-repository than it does of its own executable code.

      --
      sigs are hazardous to your health
    16. Re:OK, dumb question after reading the article by DrgnDancer · · Score: 3, Insightful

      I can see it now:

      ATS: Amazon.com Tech Support, can I help you?
      Cust: Yeah. I can't seem to buy books from your website.
      ATS: I see. Lets' see what we can do to help you.... ...
      an hour later ...
      ATS: Well sir, everything seems fine. We've looked at all of you settings, verified your account, even successfully completed a transaction on antother computer, I'm at a loss...
      Cust: Hang on a sec ... ::what's that? Huh? Umm.. OK:: ... Uh, my son says he modified the javascript for your site for our local browser and it might have done something to... ::click:: ... Hello? Hello?

      --
      I don't need a million points of light, just two points of multi-mode fiber and a 10 Gig-E router.
    17. Re:OK, dumb question after reading the article by mea37 · · Score: 4, Insightful

      The technical implciations are a bit more involved than "modify how the browser loads code".

      Right now, a web develoepr can rely on the fact that every visitor to his site is getting an up-to-date copy of the client software. We can have an interesting philosophical debate about whether they should rely on this assumption, or a much more practical one about how many do rely on it.

      So I make non-backward-compatible changes to my website, and you run your cached/modified version of the client. Some features don't work. Your browser behaves in ways my server no longer expects. Depending on whether I forsaw this occurance, maybe the effect is harmless (except you're out of luck until you revert to a new download, and then start making your chnages again); or maybe if I was particularly clumsy or just have lousy luck, you corrupt some resource on the server.

      We can mitigate the worst problems "merely" by re-educating every web developer everywhere; but realistically we're calling for a client-server handshake so that the server can let the modified client know that it's out of sync (and/or revert to a backward-compatible mode if possible).

      Personally I don't see customization of web apps as a pressing need (prior to this article I've never thought about trying it, so clearly it isn't that important to my daily life). So to me, it isn't worth the trouble. YMMV.

    18. Re:OK, dumb question after reading the article by mr_mischief · · Score: 3, Informative

      You are using software which uses Berkeley sockets, from the BSD project, to communicate with others over the Internet. Either the code is from BSD or it has been written to be compatible with BSD sockets. Very little software in the world speaks TCP/IP that doesn't use Berkeley sockets to do so.

      If you are using a closed-source browser other than Opera, you're using one based on the open-source Mosaic or Mozilla browsers, or on the open-source KHTML or WebKit (which itself is based on KHTML). The very first web browser and the very first graphical web browser were both open source. The very first browser was called WorldWideWeb (and later Nexus to avoid confusion with "The Web" as a whole), and Tim Berners-Lee released it into the public domain in 1993. All web browsers are knockoffs of an open source project, some more directly than others.

      You are using a site which is written in a language which has always been open with language tools that have always been open (that language is Perl, by the way, and any commercial Perl distribution you've seen is a copy of the open one).

      The code for the Slashdot site itself is open. Although some changes may be different between the version control system and the exact code this site runs at any given moment, an open-source version of the codebase exists over at Slashcode.com for your enjoyment or use.

      The site is served by use of an open-source web server called Apache. Perhaps you've heard of it. The original web server was also open-source software, and was called CERN HTTPd. CERN HTTPd was adopted by the W3C as W3C HTTPd and has sicne been supplanted by the open-source web server Jigsaw. All web servers are clones of an open-source project.

      Any version of Emacs you might use, including any of the commercial Emacs clones that are proprietary and closed-source, are based on the open-source Emacs written by none other than RMS.

      Most of the first games for computers had freely available source, and some of them are still available. That's a whole market in which the closed-source people were not the first movers.

    19. Re:OK, dumb question after reading the article by CySurflex · · Score: 5, Insightful

      The problem with that logic is that Stallman missed a huge point. If, from his example you're using Google Docs, even if the JavaScript is "freed" using his new standard with stylized comments and the @source directive - you are still accessing non-free server software (the Google web servers) that responds to the AJAX requests. Not only that, but your browser is also making a call to the Google Ad server, which also has non-free software. You might also argue that its being served by a modified version of MySQL thats non-free, and perhaps even the firewall and the proxy that its passing through is a custom version written by Google Engineers (likely.)

    20. Re:OK, dumb question after reading the article by morgan_greywolf · · Score: 2, Insightful

      He just wants a couple of technical features built into the OSS browsers to support loading custom client-side code

      Okay, done. GreaseMonkey. Thanks and shout-out to Aaron Boodman and company for having the foresight to solve this problem long ago.

      As for the license part of RMS' request, that could be solved with GreaseMonkey as well: just get W3C to add a "license=" attribute for the X/HTML script tag, and then get all the web developers to add it. (Oh yeah, and good luck with that! ;))

    21. Re:OK, dumb question after reading the article by xSauronx · · Score: 2, Interesting

      i care about the software on my computer, and avoid non-free stuff as best as i practically can...but theres no way in hell i want to deal with notices and options from all the java stuff on every site i visit.

      i already block what i can get away with via noscript and even thats a hassle sometimes, trying to deal with even what i unblock, in regards to licensing, would drive me nuts.

      --
      By and large, language is a tool for concealing the truth. -- George Carlin
    22. Re:OK, dumb question after reading the article by tknd · · Score: 2, Interesting

      He just wants a couple of technical features built into the OSS browsers to support loading custom client-side code and for you to more easily know which license the code is under.

      Well, we already have a bunch of popular open source web browsers. How about he use his open source ideals and implement it himself.

    23. Re:OK, dumb question after reading the article by Onymous+Coward · · Score: 2, Interesting

      Neither vegan nor software libre philosophies necessitate zealotry. My sincere sympathy to you if your ears were made to ache by rabid proponents of either.

      There exist level-headed proponents who make choices based on the practical implications of these philosophies more so than by emotionalism or terror.

      Granted, they may be hard to engage in clear and rational discourse, especially if the outset of potential dialogue is marred by broad brush dismissals. That's not a problem, however, if reason and clarity aren't the objectives. Just depends on what you're after. My objective is typically to promote better understanding all around. (Though I do a poor job sometimes because I have a hair trigger snark response when people are belligerent.)

      I'd like to share an idea here.

      The basic philosophy behind veganism is reduction of suffering of all animals (including humans). Whether this exact concept is what you've run up against is a matter of personal experience. Philosophically I would consider myself aligned with veganism, but I love the taste of pig flesh. Mm. Anyway. I avoid buying it to avoid promoting agribusiness's tendency to cause suffering. But once you get that vat meat technology developed... it's bacon time.

      Terror's got nothing to do with it. It's true that many self-identified vegans have a fuzzier concept of the philosophy and resulting practical implications than what I've just shared. I've run up against the nebulosity myself. At the vegan potluck I didn't get so much as a reply or even sour glance when I suggested that some day meat would be vegan. There I was dreaming about vat meat again, and the crowd just could not begin to process why this made any sense. A half second pause in conversation and then totally moved on. They didn't have a proper foundation to think from. Too fuzzy, I say. Folks need to understand the fundamentals more clearly, and work through implications in detail. The broad brush fails them. But fuzzy thinking fails detractors as well, if they be confused by the existence of lifestyle-oriented or fuzzy-moral-outrage vegans so that they can't see the true value inherent in the philosophy.

      So if anyone here's got fuzzy, broad-brush thoughts about vegans and veganism, it might be worthwhile to refine that a bit.

      And if anyone's got fuzzy, broad-brush thoughts about software libre, there's another area that might benefit from more sincere, less reflexive thinking.

    24. Re:OK, dumb question after reading the article by Timothy+Brownawell · · Score: 2, Insightful

      Except that all of those thing either don't apply to web apps at all, or apply to all web apps. There's nothing to install, upgrade, or fix locally, and you're dependent on some service provider regardless of the status of the code.

      That is exactly his point -- and the fact that these limitations can be worked around.

      Not having anything to install or upgrade locally is a feature. Forcing some parts of a web app to be local may let you fix them, but it will also break things when your local version gets out of date. I'd also be very interested to know how you intend to work around needing a service provider for your collaboration / document sharing / photo sharing / communication / whatever, web apps tend to have some fundamental need to be networked.

    25. Re:OK, dumb question after reading the article by Razalhague · · Score: 2, Insightful
      Or the browser (or extension) could just
      1. Calculate a hash of the original JS when creating a modified version.
      2. Calculate a hash of the JS currently offered by the server.
      3. Execute modified version only if the hashes match.
    26. Re:OK, dumb question after reading the article by BitZtream · · Score: 2, Insightful

      First, he wants a standard way to mark the license of the program that's easy to discern both visually and in software so you'll know what license you have to the software and the browser can inform you of that automatically.

      Or we could just ignore those licenses like we do with stuff from the web now and use it pretty much however we see fit. There is no need to add legitimacy to the bullshit licenses in the world by adding another feature to prop them up and spew them at users.

      Really, I want to go to a web page and get bombarded with 30 pop ups telling me about the licenses for the scripts on the page, the fonts on the page, and what my rights are about copying the text. I really want to see it because I'm a lawyer and can make sense of the BS they put in licenses and circles they talk in. It would be useful to me and everyone else in the world, obviously.

      Not.

      He also wants an easy way for every piece of client-side code a web page uses to be easily replaceable with your own local version from your own local disk.

      Sounds like a pretty simple python or perl script to act as a proxy for your browser could handle that. I'm sure some perl guru could probably spit out a command line to do it. Seems like Stallman of all people should be able to handle such a simple bit of functionality on his own.

      Did someone forget to tell him that because OSS browsers are ... open source ... that he can download and make the change himself? Or did he forget that he helped to promote the OSS world for these very reasons. If he is so gung ho about people being able to modify OSS software as they see fit, doesn't him demanding that the original authors make the modification pretty much equate to what you would do with a closed source browser as well?

      Someone needs to take his bong away and give him a shave. One of the two is clouding his thinking.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    27. Re:OK, dumb question after reading the article by SerpentMage · · Score: 2, Insightful

      Interesting that you mention the rationale of vegan...

      Vegan is not human nature. Yes yes we go through this argument all the time, but it is reality. Our body is capable of eating and digesting meat, and it is not a pure vegan since then we should be able to eat and digest things like all grasses, and branches, etc. We can't do that.

      My point is that like Richard Stallman who is a rabid GPL advocate, vegans are rabid food people. It's their choice and they can do what they want. You can even have a properly balanced vegan diet. But it is something that you have to force yourself to do, and many people think, "ok what's the point..."

      And even with vegans there is no clear line. For example, why oh why on earth is it ok to eat honey? Because it is an insect? You said,

      "The basic philosophy behind veganism is reduction of suffering of all animals"

      Insects are entities as well... I think you get my point.

      --

      "You can't make a race horse of a pig"
      "No," said Samuel, "but you can make very fast pig"
    28. Re:OK, dumb question after reading the article by Estanislao+Mart�nez · · Score: 5, Insightful
      The problem with that logic is that Stallman missed a huge point. If, from his example you're using Google Docs, even if the JavaScript is "freed" using his new standard with stylized comments and the @source directive - you are still accessing non-free server software (the Google web servers) that responds to the AJAX requests. Not only that, but your browser is also making a call to the Google Ad server, which also has non-free software. You might also argue that its being served by a modified version of MySQL thats non-free, and perhaps even the firewall and the proxy that its passing through is a custom version written by Google Engineers (likely.)

      There are two problems I can perceive with your argument, though:

      1. It is still potentially very useful to you to be able to modify the software that runs on your computer, and to share these modifications with other people. This is one of the major points of the GPL.
      2. You're describing here a system with three kinds of compoments: (a) client software, (b) server software, (c) server data. It's much harder to argue that (b) should be free software, especially if it's in-house Google software that we're talking about, not distributed outside the company. And (c) is not software at all, so the argument doesn't apply. Should the GPL have clauses that forbid, say, a GPL-licensed web browser from being able to connect to a web server running a non-free http server? What if it's a free http server connected to a non-free database? What if the http server and database are free software, but the people who operate the server don't allow you to download all of their data in bulk and serve it yourself?

      You have to draw a line somewhere here, and drawing the line between (a) and (b) seems reasonable.

    29. Re:OK, dumb question after reading the article by mea37 · · Score: 3, Insightful

      That's one approach to letting the browser know that its version is out of sync. It's not trivial, though.

      First of all, you don't see all of the code for a web app when you first load it; you see one page at a time. Consider this sequence of events:

      1) I write an app made up of Page A and Page B.

      2) Page A has some behavior that doesn't seem to matter, so you modify it.

      3) I upgrade the app, making changes to Page B that take advantage of that behavior on Page A. (Apparently that behavior you replaced was groundwork for the feature I've just finished implementing.)

      4) You visit the site, and see that the hash of Page A still matches. You run your version. Then you go to Page B, and you see a changed hash so you download the new version... but your session is in a bad state.

      Also, even on a page-by-page basis, what do you hash? The entire page, so that even a cosmetic change invalidates your modified client? Or do you have to parse out all of the script code, concatenate it in some way, and hash that (which could still break if I moved elements around in the code)?

    30. Re:OK, dumb question after reading the article by hairyfeet · · Score: 4, Interesting

      I'll probably get flamed all to hell for daring to say this on a website frequented by website designers, but what the hell, my karma is good. I think we are missing the forest for the trees. A much bigger problem is too damned many websites are using JavaScript that have no reason to. I don't know how many times I have come across websites where basic functions that should have been straight HTML/CSS were coded in JavaScript.

      And with all the malware using JavaScript and what seems like a new vulnerability coming out every day it is feeling more and more like JavaScript is going to be the next ActiveX. In fact with all the JavScript exploits I'm shocked we even use it at all. Let us be honest here: If this was a MSFT technology instead of cross platform would we still use it? Or would we be calling for its ban because of all the security holes?

      So IMHO the question isn't whether the JavaScript code is free or not, but it is whether we should be running it in its current implementation at all. I mean when you have to use Noscript, which is basically a condom for JavaScript, just to surf the web something is seriously fucked up with the JavaScript security model. Maybe instead of looking at whether the code is free or not let us look at how to keep it from being a malware paradise first. And all this talk of sandboxing is frankly just a band aid for a bad security model. If your code is so damned dangerous that the ONLY way to run it safely is to use a VM, I don't want it, thank you very much.

      I think if the underlying security model of JavaScript isn't fixed we won't have to worry about whether the code is free or not, because it will end up going the way of ActiveX. There is nothing being done in JavaScript today that couldn't be done in other languages or using other tools like Java and flash. And ATM it is simply too dangerous to allow myself or my clients to use JavaScript without whitelisting. And that is pretty sad.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    31. Re:OK, dumb question after reading the article by bonch · · Score: 2, Insightful

      He's done a lot to hold it back, you mean.

    32. Re:OK, dumb question after reading the article by Belial6 · · Score: 4, Insightful

      Wow. Just wow.

      First, if sending bad data back to your server can bork your web server, then either you are ok with that, or your web app is broken. Your scenario of sending bad data is already trivial to accomplish by malicious people, or those who think they know better than you. If the user can send data back to you server and bork it, you have NOT mad sure the data is clean on the server side so there is no chance of an exploit.

      Second, my computer is MY computer. The web browser is NOT sandboxed to make a safe known environment on the client side for the web site developer. It in no way does that. It IS sandboxed to prevent clueless and malicious web developers from screwing up the rest of MY computer.

      You are exactly why RMS is correct in his concerns.

    33. Re:OK, dumb question after reading the article by Ifni · · Score: 3, Insightful

      Right now, a web develoepr can rely on the fact that every visitor to his site is getting an up-to-date copy of the client software. We can have an interesting philosophical debate about whether they should rely on this assumption, or a much more practical one about how many do rely on it.

      So I make non-backward-compatible changes to my website, and you run your cached/modified version of the client. Some features don't work. Your browser behaves in ways my server no longer expects. Depending on whether I forsaw this occurance, maybe the effect is harmless (except you're out of luck until you revert to a new download, and then start making your chnages again); or maybe if I was particularly clumsy or just have lousy luck, you corrupt some resource on the server.

      Personally I don't see customization of web apps as a pressing need (prior to this article I've never thought about trying it, so clearly it isn't that important to my daily life). So to me, it isn't worth the trouble. YMMV.

      Greasemonkey begs to differ - there is a very real and very popular desire to customize many aspects of popular websites, including the Javascript code in them. Greasemonkey also provides a solution to RMS's issue to an extent. It is not as accessible as he might like, and it doesn't solve the problem of programmatically determining whether you have the developer's permission to modify his code, but people are currently using it to make changes - maliciously or otherwise.

      So you have two camps under RMS's plan - those that tag their client as free, in which case one would hope that they anticipate client side alteration, and those that do not, in which case they are still naive to expect that there will be no alteration of the client and such a change (bringing the possibility of that type of change into the public limelight) might achieve your "re-educating [of] every web developer". Just because it isn't common doesn't mean it isn't done, and whether browser developers embrace RMS's ideas or not doesn't change the fact that proper security should be a part of the design for every public facing resource.

      So the argument, as you mentioned, is not that developers should know what they are doing, but simply that there already exists a desire to customize Javascript (even beyond just AJAX) applications and it needs to be made more accessible to the masses. Right now, people are modifying proprietary apps, which is likely a violation of TOU, because typically no license is included in the script portions of the page. He wants licensing to be made clear to the user so that they can easily detect what they are allowed to change and what they shouldn't (or should only at their own legal risk). More importantly for RMS, he could direct his browser to refuse to run any Javascript that is not free. That is the first step. Once it is clear what you can modify, then he wants the browser to have a simple method for activating your changes. Greasemonkey does this, I believe, but it is not built into the browser (and I don't think it should be, so I disagree with RMS on this point).

      In TFA he extends the argument to Java applets, Flash, and Silverlight, which Greasemonkey does not cover as well (though by changing the calling pages you could force the page to load your local copy of the applet, etc), which adds a little more weight to his claim of inadequate current tools, even including third party add-ons.

      The important part to remember, however, is that those that do not wish to play are free to not tag their programs as free, in which case they are free to continue on in the blissful belief that they can trust the client.

      --

      Oh, was that my outside voice?

    34. Re:OK, dumb question after reading the article by wastedlife · · Score: 2, Interesting

      we should be able to eat and digest things like all grasses, and branches, etc. We can't do that.

      While I agree that veganism is not human nature (it is likely we would not have developed as far mentally without the proteins and Omega-3 fatty acids from meat, for example), I'm not sure I understand the quoted argument. Are you saying that if it is human nature to be vegan, that we should be able to eat any plant matter? All herbivorous animals are not capable of eating the same things. For example, a cow can eat grass, but an herbivorous bird might not be capable of eating grass and can only eat seeds. Are you saying that makes them not vegan?

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    35. Re:OK, dumb question after reading the article by wastedlife · · Score: 2, Funny

      Isn't he the guy that claims he browses the web by invoking some daemon to download an html page and email it to him? If so, why would he even care?

      --
      Said, "It's just like dice but it's got more sides And it tells me who lives and who dies"
    36. Re:OK, dumb question after reading the article by grumbel · · Score: 4, Insightful

      I disagree with putting the blame on Javascript, the whole problem starts already with HTML/CSS. Webpages these days are something that is generated, not something that is written, meaning what the user gets to see isn't the real data, but just some more or less usable rendering of it and thats pretty much where the trouble starts. The whole notion that its the browsers job to render a webpage in a style chosen by a user, has pretty much completly fade away, today you are basically left with the choice between pixel-perfect representation of what the webdesigner had in mind and absolutely no style at all, there is no in between, no clean separation between actual content and user interface. Even something simply as changing the font size will break close to 100% of all non-trivial webpages out there, on some its just a little glitch (like "Reply to this" button falling appart on Slashdot) while other get completly unusable because elements end up being hidden below others. This whole mess has to stop. I don't mean that webpages should go back to HTML2 or whatever, but simply that they should allow raw access to their content, I don't want a news article flooded with navigation bar and crap, I want the raw news article and nothing else. I doubt that this will happen on a large scale anytime soon, since it would make it to easy to filter away all advertisment, but then even webpages without any advertisment suffers from this very same problem.

    37. Re:OK, dumb question after reading the article by CarpetShark · · Score: 2, Insightful

      Vegan is not human nature

      So many humans choose to be vegans, and yet veganism is not part of human nature? Great logic there, Sherlock.

    38. Re:OK, dumb question after reading the article by Bill,+Shooter+of+Bul · · Score: 2, Informative

      No, the Mysql version Google uses is free. They release patches periodically and are generally Mysql and Innodb's best friend ( along with percona) Innodb recently released a new official version of their engine containing the google code.

      You can find Google's latest Patch here

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    39. Re:OK, dumb question after reading the article by paazin · · Score: 2, Informative

      He's approaching it from a physiological standpoint; it's much akin to saying the natural element of man isn't the sea as he has a limited innate ability to swim and no ability to process air underwater - though that can be augmented using technology (eg rebreather, scuba, fins) it isn't an innate ability and not part of his 'natural' state. The same with a purely vegan diet, as the human physiology is designed to digest both plant and animal matter.

    40. Re:OK, dumb question after reading the article by CarpetShark · · Score: 3, Insightful

      Yes, I understood what he was saying, I just don't agree that it follows. Saying that people CAN eat meat and vegetables, therefore they MUST eat both is the most basic fallacy out there. It's a redundant system, not a mutually requisitive system. Regardless of that system, our brains are ALSO part of our human nature, so any way we decide to live (using our human brains) is certainly within the set of human nature. Next he'll be claiming that it's not "natural" for humans to cook their meat.

      Now, if he'd made his argument based on some interesting philosophy that can't be easily disproven, such as that the average man is simply happier when he has a good thick steak between his teeth, then the post might have had something to say about "human nature".

    41. Re:OK, dumb question after reading the article by registrar · · Score: 3, Interesting

      Richard Stallman may or may not be talking about something important here-but we have some extraordinary pay-offs from his insight 25 or so years ago. People legitimately disagree with him (including me) but only a fool would ignore him.

      Just because the man is an uncompromising idealist in no way justifies your cowardly and stupid ridicule. And the moderators who thought you were insightful should the meaning of the word "insight" and moderate accordingly.

    42. Re:OK, dumb question after reading the article by lennier · · Score: 4, Funny

      "... vegans are rabbit food people."

      Fixed that for you.

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
  2. copyright enforcement? by Anonymous Coward · · Score: 4, Insightful

    Has "borrowing" some Javascript (or HTML for that matter) ever resulted in litigation? There's been sort of an understanding since the inception of the Web that people will borrow from each other, because they can, and that's more or less fine.

    I like Stallman's idea, it just doesn't seem particularly urgent.

  3. he is right. by drolli · · Score: 2, Interesting

    About a lot of other thing he may be too fundamentalistic, but this danger is real. The average user is now more than ever dependent on a fragile link of software-service-supplier chain, locking him in totally

    1. Re:he is right. by radarsat1 · · Score: 5, Informative

      I think it's pretty clear, if you just keep the fundamental principles of free software in mind. If you use software, you should have the freedom to modify it and run a modified version. Just remember that, and this article will make a lot more sense to you.

      I think he enunciates quite clearly the "danger": that we are becoming more and more dependent on software that is temporarily downloaded to our computers in a semi-obfuscated manner and executed to perform non-trivial tasks. This is not quite breaking the "freedom to modify" principle, since technically the source code is available, but he's calling it a trap because in practice it's extremely difficult to get in there and modify a web application since current browsers don't provide an easy way to do it, and the "source code" is almost impossible to read.

      Look -- people are calling him crazy for this but I don't know why. (Possibly because they'll jump on any opportunity to call him crazy.) But frankly he's right. If you value the ability to modify software that you use, web applications don't make it easy to do. Not only that, but they can change on you while you're in the middle of using them, making it difficult for any local modifications (based on GreaseMonkey e.g), to "stick".

      I don't think he comes off as crazy at all in this article, nor is he even suggesting we don't use JavaScript or anything silly like that. He's merely pointing out some potential problems with web applications vis-a-vis the freedom to modify, and providing a possible solution in the form of metadata.

      In fact I'd say this is one of the more practical and shorter things I've seen him write, so I can't understand why people are jumping all over this.

  4. Beware the hidden dollarsign? by paroneayea · · Score: 4, Interesting

    "from the beware-hidden-dollarsign dept"

    I would think slashdot would know better what Stallman means by when he says free or non-free software. Generally these webapps area available at no cost anyway, and obviously that's not what he's talking about. He's talking about the classic ideas of free software, not whether or not it is okay to sell software. I just think that should be clear here.

    Anyway, if we do argue that applications are moving into the web sphere, (which most web 2.0 advocates of course do,) then this is indeed something important to think about within the domain of free software.

    --
    http://mediagoblin.org/
    1. Re:Beware the hidden dollarsign? by u38cg · · Score: 4, Insightful

      I think /. is more than aware what they mean. Just because you aren't forking out to use these web applications, doesn't mean that there isn't a cost. Software as a service costs real money to host, and you should be asking where the money is, and why.

      --
      [FUCK BETA]
    2. Re:Beware the hidden dollarsign? by SirGarlon · · Score: 4, Interesting
      I thought the hidden dollarsign referred to malware possibly embedded in non-free Javascript. As Stallman points out in TFA,

      the idea that non-free programs mistreat their users is familiar

      This mistreatment can take many forms, including collecting user data without informed consent, for example, a user profile which can then be used for marketing (and/or sold). That's what I thought the "hidden dollarsign" was referring to.

      --
      [Sir Garlon] is the marvellest knight that is now living, for he destroyeth many good knights, for he goeth invisible.
    3. Re:Beware the hidden dollarsign? by FishWithAHammer · · Score: 2, Insightful

      Dunno if that's actually true, but I know he doesn't use active email. Dude batches up email and sends them once a day.

      I'm not particularly interested in the rantings of somebody who doesn't understand how people actually use computers.

      --
      "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  5. What's in a name? by sbalneav · · Score: 5, Funny

    From TFA:

    "Javascript (officially called ECMAscript, but few use that name)..."

    Linux (officially called GNU/Linux, but few use that name)..."

    Practice what we preach, Hmmmmm?

    1. Re:What's in a name? by Anonymous Coward · · Score: 4, Funny

      "Richard Stallman (officially called Dick, but few use that name)..."

    2. Re:What's in a name? by LingNoi · · Score: 2, Insightful

      Same with GNU Linux.. wtf is that..

  6. data by Lord+Ender · · Score: 4, Insightful

    The license for the javascript software you are running might be important, but the far more important factor, in my mind, is the IP rights and responsibilities attached to your data.

    Who has access to your data? How can you verify that? Who is responsible for keeping it secure? Who is responsible for making backups? How can you verify that?

    --
    A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    1. Re:data by SIR_Taco · · Score: 2, Interesting

      And most importantly, imho:
      What do you do when you go to use your amazing web-app and the company no longer exists?

      Any business (or home user) that would rely on a piece of software that they don't have physical access to have lost their minds.

      If a 'traditional' software vendor were to close shop (insert company name here) you wouldn't have patches, updates, etc. But you would still have the physical media that you could maintain and (re)install. Buying you quite a bit of time (years even) to find a suitable replacement and make the transition.

      If a FOSS software vendor were to close shop, chances are (if it was/is popular enough, or depended on enough) someone will come along to maintain and/or continue development. Even if no one picked up development, the IT department could maintain a custom version for the company and make required bug-fixes. Possibly not requiring a transition/replacement (unless needs change beyond the scope of the software, of course).

      I think this was Stallman's main point, and it's a major one.

      --
      I say don't drink and drive, you might spill your drink. Before you get behind the wheel just stop and think.
  7. Stallman has finally lost it. by Anonymous Coward · · Score: 4, Insightful

    According to this, a Javascript program that talks to a closed source AJAX backend is Not Free, even if the Javascript code itself is Free.

    This is the craziest thing Stallman has come up with yet. Is a web browser that talks to a None Free web server Not Free? What about a program that uses SQL to talk to a database server that is Not Free?

    1. Re:Stallman has finally lost it. by illegalcortex · · Score: 4, Insightful

      While I frequently think RMS takes good philosophy and generates stupid conclusion, I actually think your example proves him right. Imagine MS SQL ships you SQL server with all the source code Query Analyzer and the DB access libraries open sourced and GPL. But they continue to distribute the SQL server engine as closed source and with the current license. Does that make SQL server free or not free?

      Your browser example just doesn't work because the browser can access a whole host of other information and isn't built only for talking to that one server. Your other example program could be used to talk to any number of database servers instead of MSSQL. As long as it was a free, open source app and didn't use some incredibly henious MS-specific SQL, you could point it at another DB.

      Now imagine something even more symbiotic than Query Analyzer and MSSQL. Something where there really is no practical use for the client except to talk to that server. For AJAX apps, it's more of a parallel to say the Javascript is just the top layer GUI on the behind-the-scenes application. That's what we're talking about here. The client is only half of the application, the server is the other half. An application can't be "half-free."

    2. Re:Stallman has finally lost it. by assassinator42 · · Score: 3, Insightful

      Well, lets take the OSCAR plugin in Pidgin/libpurple. It's only (or at least by far the primary) use is to talk to AOL's server(s), which are not free. Does that make the plugin or even libpurple or Pidgin non-free?

    3. Re:Stallman has finally lost it. by Requiem18th · · Score: 2

      While I frequently think RMS takes good philosophy and generates stupid conclusion, I actually think your example proves him right.

      Happens every the time, he says something, people go WTF he's nuts, you put smash two neurons and realize he's absolutely right, but still call him crazy. Then repeat without learning your lesson.

        What he is asking for now is not just not crazy, is just standardization and extending of stuff already there. Example, Greasemonkey already lets you run your own javascript in the browser but:

        1) Your script runs ON TOP (and after) the site scripts, you should be able to completely override them.
        2) You can't distribute your script if it makes any use of the original javascript due copyright, if the modified script identified itself as free software in an standard way Greasemonkey would be able to legally distribute the changes around.
        3) With no marketing budget, free software awareness come only from vocal users, if FOSS web apps had a way to advertise their FOSSness both, the app itself and the FOSS community will get greater public awareness.

        None of these are bad or hard, let alone crazy ideas.

        Also keep in mind that these are not compulsory instructions. RMS may seem uncompromising because he leads by example. Few leaders are as consistent as him, anything less and he'd be seen as as hypocrite. As far as I know the FSF has never actually punished someone for using closed source software.

      --
      But... the future refused to change.
    4. Re:Stallman has finally lost it. by Requiem18th · · Score: 2

      It makes the network not free and ideally you shouldn't use it. It would actually make more sense for them to get a jabber account which is free and uses only free protocols and has many free clients instead of you reverse engineering their closed source protocols or, failing that, use a closed source OS to run a closed source app to communicate with friends on those networks. Now of course since those networks are popular you have no hope of converting your social network over to jabber.

        The point is that if people were more aware of FOSS alternatives they wouldn't be using those networks so any way to advertise FOSS usage would be a net win for the FOSS community.

      --
      But... the future refused to change.
  8. Stallman has to go by Anonymous Coward · · Score: 2, Insightful

    Richard Stallman has done more damage to the open source movement than anyone else. He is pompous, arrogant, rude, inflexible, and intolerant of diversity of opinion.

    He has systematically alienated open source leaders like Linus Torvalds, corporate IT, and large swaths of the people who actually use Linux and other open source solutions.

    The complete and abysmal failure of the GPL3 speaks not just to the profound mistakes made in its drafting, it also speaks to a general distrust of the FSF as an institution.

    The FSF should book a banquet hall, give a retirement roast and gold watch to Mr. Stallman, or simply close its doors.

    1. Re:Stallman has to go by JonJ · · Score: 2, Informative

      He probably does not care so much for the open source movement, as he works for the Free Software Foundation. That's not the same thing.

      --
      -- Linux user #369862
    2. Re:Stallman has to go by Anonymous Coward · · Score: 2, Insightful

      RMS doesn't give a hoot about whether or not he is doing damage to the "Open Source movement". He's not part of it, only barely agrees with a small portion of it, and doesn't say or do anything with consideration for the effects that it will have on it.

      Free Software is his project; it's not the same as "mere" Open Source, and while it is true that Free Software must implicitly be Open Source, the Open Source movement doesn't care the least little bit about software Freedom in turn.

      The FSF thinks almost exactly as RMS does; he created it after all. They, too, are almost unrelated to the OSI.

      If you don't like the man or his opinions, you are quite welcome to ignore them. But to cry that he is ruining your precious Open Source by being an important part of it just shows that you don't even know what he stands for.

    3. Re:Stallman has to go by lennier · · Score: 4, Insightful

      "Richard Stallman has done more damage to the open source movement than anyone else. He is pompous, arrogant, rude, inflexible, and intolerant of diversity of opinion."

      But he's also *right*. History has proved this, time and again. He seems like a hardass because reality is unforgiving. Too bad. He's still right.

      What does 'tolerance of diversity of opinion' have to do with anything? Maths doesn't tolerate 1+1 not equalling 2. There are some places you *can't* tolerate wrong answers. Computer science and law are two of them.

      You can disagree with his conclusions as much as you like, but that doesn't invalidate them.

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
  9. Slippery slope to non-free by dazedNconfuzed · · Score: 5, Insightful

    Because you are reliant on something which must be paid for (somehow) and/or you can't own. Stallman's view, nutty or not, is that you should be able to function ENTIRELY on free software - which a non-free JavaScript "app" by definition isn't. From his perspective, it's an insidious "slippery slope" undercutting of the free (speech AND beer) software paradigm: it's so easy to get caught in the "[shrug] so what? I didn't have to pay, and I don't have to keep a copy because I just go to the site to run it again" trap, risking reliance on something controlled by someone else.

    --
    Can we get a "-1 Wrong" moderation option?
    1. Re:Slippery slope to non-free by Greg_D · · Score: 3, Insightful

      Well, there's a simple response to Stallman: you're wrong.

      If you want to use my service and my resources, then you don't get to dictate your terms to me.

    2. Re:Slippery slope to non-free by swillden · · Score: 5, Insightful

      Well, there's a simple response to Stallman: you're wrong.

      If you want to use my service and my resources, then you don't get to dictate your terms to me.

      Stallman is perfectly happy avoid using your service and resources. His issue is that he doesn't have an easy way to tell whether or not he *should* avoid you.

      Hence his recommendation that Javascript that is Free Software be tagged with something that indicates the license, so that appropriately-configured browsers can avoid executing non-Free code.

      On a more general note, why is it that everyone assumes that when Stallman explains how he thinks things should be, or the way he thinks people should act, that he's somehow "dictating" to them. He is extremely clear on the fact that he neither has nor wants the power to dictate, because that would be anti-freedom. Instead, he explains, exhorts and encourages, pushing the growth of Free Software and pointing out non-Free software that may go unnoticed.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    3. Re:Slippery slope to non-free by petgiraffe · · Score: 2, Insightful

      If you want to use my service and my resources, then you don't get to dictate your terms to me.

      Sure. But if you want me to use your service and resources, then I do.

      --
      -- The reader anything less than completely failing to not misunderstand this sig is cursed.
    4. Re:Slippery slope to non-free by mea37 · · Score: 2, Insightful

      If its about who needs ad revenue, the FS camp is going to lose. The vast majority of computer users on the Internet are quite happy to use Windows, and even those who primarily use FS are not all die-hards of the FS-or-the-highway mindset.

      Yes, if a website won't comply with demands related to software freedom, FS advocates have the option of not using it; I think that understanding was implied in GP's post.

      Now, I do have to question how committed you expect people to be to FS ideals. If your bank refuses to GPL the code that runs for their online banking site, are you going to revert to all-paper, or perhaps change banks? Maybe you will; most won't.

    5. Re:Slippery slope to non-free by Azureflare · · Score: 5, Insightful

      I can't dictate the terms for your services nd your resources, that's true. However, your client side code is running in MY BROWSER consuming MY RESOURCES.

      That is the point Stallman is making. I really think he should have provided more examples.

      He doesn't care what you do on the server side. Just provide us with messages to the client (us) that enables us to provide whatever interface to the data that we want.

    6. Re:Slippery slope to non-free by Greg_D · · Score: 3, Insightful

      And who decided to venture over to my page and use my services? YOU DID. The javascript source doesn't do anything without the server communicating with it.

      Stallman's argument has been that one should distribute the source if one distributes the binary.

      There's no binary. There's only source with Javascript, and it is cached in the browser so that you can read it. Whether or not it is beneficial to allow people to license that code and use the API to interface with the server is strictly up to the person who controls the server. As it should be.

      Stallman has never been so worried about free software as he has been about promoting business models which suit his political philosophy. He never anticipated the web service as a business model, and he really doesn't know how to attack it because it neuters his mantra.

    7. Re:Slippery slope to non-free by BitZtream · · Score: 2, Funny

      Stallman is perfectly happy avoid using your service and resources. His issue is that he doesn't have an easy way to tell whether or not he *should* avoid you.

      And that makes him an idiot. He has to come up with some reason to not use software so he can 'stick it to the man' based on some stupid arbitrary decision rather than the more logical method of determining if software is useful. By that I mean, 'does it work the way I need it to?'. So he finds software that meets the requirement to function as he needs, but he still refuses to use it because he thinks that closed source equates to killing babies.

      Somethings not right with that man, he really shows that there are extremists everywhere, not just in religion. Or perhaps GPL is a religion to Stallman, that would actually make a lot more sense and explain the cult like response you get from the devout GPL supporters. I don't mean normal GPL supporters, I mean the ones like Stallman who think every license other than GPL is 'restrictive' but that its okay to add restrictions to GPL because those restrictions make it more free!

      If this post doesn't make any sense then maybe its because Stallman rarely makes a whole lot of practical sense either.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    8. Re:Slippery slope to non-free by Chester+K · · Score: 2, Interesting

      GPL is certainly not the only free license. And what about people that go the "GPL\0for files in the \"GPL\" directory" way?

      Well for the latter, obviously we'd fix the bug that allows poison null bytes to break a string, since that's a pretty serious security vulnerability in a web browser.

      For the former, all of the following are valid in both HTML 4.01 Strict and XHTML 1.0:

      <link rel="copyright" href="http://www.gnu.org/licenses/gpl.html" />

      <link rel="copyright" href="http://www.opensource.org/licenses/mit-license.php" />

      <link rel="copyright" href="http://www.microsoft.com/opensource/licenses.mspx#Ms-PL" />

      And all of the following work in any included ECMAScript file:

      // License: http://www.gnu.org/licenses/gpl.html

      // License: http://www.opensource.org/licenses/mit-license.php

      // License: http://www.microsoft.com/opensource/licenses.mspx#Ms-PL

      You certainly have the freedom to alter your user agent to require any set of licenses you're comfortable with.

      --

      NO CARRIER
    9. Re:Slippery slope to non-free by theLOUDroom · · Score: 2, Insightful

      Stallman's argument has been that one should distribute the source if one distributes the binary.

      It's amazing that such half-assed commentary gets modded "insightful".

      The source code is virtually useless without the rights to use it.

      If I don't know for sure that a piece of code is under a specfic license, I have to assume the worst. That means no derivative works, no distribution, no looking at it sideways, etc. You should try actually reading what Stallman wants. Having source code availible without a proper license doesn't grant any of the four freedoms he lists.

      Stallman has never been so worried about free software as he has been about promoting business models which suit his political philosophy.

      I'd love to see your citation for that piece of tripe. In fact, I double dog dare you to name one person who has done more to advance the cause of free (as in freedom) software.

      --
      Life is too short to proofread.
  10. Nice to see it worked by rumith · · Score: 5, Interesting
    Actually, it was me who alerted him on this issue (using GMail as an example). However, that was almost a year (!) ago. Took him a long time, but I couldn't expect any less, since the man almost never uses a browser at all...

    P.S. For those interested, here is the transcript of our email conversation.

    1. Re:Nice to see it worked by rumith · · Score: 2, Interesting

      That wasn't my intention. If you cared to read, I only wanted to know his opinion on the subject, because I found it interesting to see how would he apply the logic behind GPL to web applications. However, when I saw faults in the logic he told me, I felt the urge to object, informing him and changing his opinion in process. So much for pure academic interest...

    2. Re:Nice to see it worked by shutdown+-p+now · · Score: 2, Insightful

      I particularly liked this bit:

      I'd like to point out that a user is not necessarily an individual: a user
            can be a corporation like Sun Microsystems or VIA, which obviously can
            design and mass-produce hardware.

      That is true. But if the issue applies only to companies, it is not
      such an important issue.

      I'm sure all the companies out there trying to build their business models on FSS and GPL will be delighted to hear that.

    3. Re:Nice to see it worked by howlingmadhowie · · Score: 2

      eben moglen (the legal counsel for the free software foundation), has been looking into this issue since ca. 1995, so i don't think you told the fsf anything new.

  11. FFS by LizardKing · · Score: 3, Insightful

    This is from the man who by his own admission doesn't use a web browser. He's becoming more and more like the Ayatollah - issuing edicts about things that he barely comprehends and has never actually tried himself.

    1. Re:FFS by clintp · · Score: 2, Insightful

      Less like the Ayatollah and more like Jesse Jackson. Jackson is not "the Emperor of Black People", but every time the man chimes in about race-related issues the media is sure to stick a microphone in front of him.*

      The problem is that once someone gets tagged as "representing" a class of people, they're awfully hard to get rid of. The media (Slashdot) falls over themselves when an edict is issued. This keeps them around long after they're usefulness is past.

      Ignore Stallman and he'll go away.

      * Feel free to substitute Kissinger/Foreign Policy, Nader/Product Safety, Hoffa/Labor Relations, etc..

      --
      Get off my lawn.
    2. Re:FFS by elp · · Score: 2, Insightful

      He's attacking it because Stallman's complaint doesn't really make a lot of sense to most users of web apps, and the reason it doesn't make much sense is directly related to the fact that Stallman is out of touch with reality because he doesn't use the very things he complains about.

  12. I thought I did. by Samschnooks · · Score: 5, Insightful

    So if you do care about free software on the desktop, it's reasonable that you should care about free software in your browser.

    I was having trouble with a F/OSS app several months ago and I thought "Great! It's F/OSS! I can just get the software source and have a gander and solve my own problems!"

    So, I downloaded the code, unzipped it, spent a couple of days getting the development environment right, and brought up the editor. A few days go by, and I'm trudging through uncommented PHP code, digging into class after class calling other classes that called other classes that just set global constants or read environment variables, and so on and so on...

    I deleted the code because instead of "solving my problem" I was getting lost and not accomplishing the activity that the software was supposed to accomplish.

    I went and got a package that did what I wanted.

    In short, I have no desire to look at source code. I don't give a rat's ass. I have better things to do than to dig through other people's mess - thank-you-very-much.

    F/OSS only appeals to people who LIKE to trudge through others code to see how it works or make it "better". To me, software is an end to a means and I don't really give a rat's ass how it works as long as it's not doing shit behind may back that I don't want; which I can find out by other means than looking at source code.

    1. Re:I thought I did. by commodore64_love · · Score: 3, Insightful

      Insert key.
      Push the pedal.
      Go.

      I share the same philosophy about computers. I don't want to waste hours of my life on coding software. I'd rather just work 1 hour of overtime, and then go out and buy the program I need.

      --
      "I disapprove of what you say, but I will defend to the death your right to say it." - historian Evelyn Beatrice Hall
    2. Re:I thought I did. by DMalic · · Score: 2, Insightful

      His point is that fighting for the ideals of free software seems rather useless to him when he will never personally take advantage of them directly.

    3. Re:I thought I did. by Omnifarious · · Score: 2, Interesting

      For one, you learned something valuable about that piece of software. You learned that it's really poorly written. And that's a bad piece of software to be hitching your wagon to.

      With a commercial app, you may have wasted a whole lot of time and invested a whole lot in making the software work instead of learning right off that it was so poorly written that the vendor wouldn't be able to properly maintain it for you.

      Secondly, you relied on that piece of software to not have hidden trojans in it. You would likely have been able to rely on the same thing for that particular kind of commercial application. But as a commercial application gets bigger and more popular the level of investment required to put in a hidden trojan and reward for doing so become ever higher.

      In my opinion, most really popular commercial software has a wide variety of different kinds of trojans in it for implementing anything from DRM to user behavior tracking. Open Source has strong disincentives for doing that, and a really popular Open Source application is much less likely to have that kind of stuff in it.

    4. Re:I thought I did. by Giloo · · Score: 3, Insightful

      If you don't want to look at code, however bad it is, it doesn't mean you should necessarily turn to proprietary software (or even "not fight for F/OSS).. Which is somehow his point. If locked on proprietary software, his only option was to ask the editor to correct the bug. Which may or may not be willing to do so.

      With opensource software, he could have hired someone to waste his time on it, even if the original developper wouldn't have been willing to do so.. Plus it could have been a nice contribution, so probably for a lower price, he could have had his software up&running, and made the software better..

      And anyway, just by reading that: "which I can find out by other means than looking at source code", we can probably assume the technical details aren't exactly relevant to him.

    5. Re:I thought I did. by Austerity+Empowers · · Score: 4, Insightful

      No one is asking you to. But what if you ran a business and the software vendor for some mission critical app decided he wasn't going to support your desired OS, or some trivially simple feature that a competing system has that makes a lot of financial sense to you? But your cost to switch over outweigh the cost of that feature. Your vendor was either going to hold you hostage for some obscene amount of money required to switch (but enough that he thinks you'd pay, since he knows your costs too), or let you stay on your existing platform which will bleed you dry slowly. What if your software vendor decided that you can run 8 documents at once, but to run each additional document at once would cost $100/document. Not because of any technical limitations, but simply because they want to charge you that way?

      If you made a point to never use F/OSS you could simply pay someone else to fix the software, perhaps someone you already have on staff. You could have it your way. You wouldn't get stuck with idiotic licensing scams and other extortion.

      This kind of thing happens all the time, at all levels of business. While he sounds like a raving lunatic at times, his zealotry can produce a better world. It works not only for people who like to code, but for those who'd rather pay others to do it for them. We really ought to be looking for ways to use open source as much as possible, in place of proprietary alternatives. He's pointing out ways to help you identify closed source apps you may not know exist.

      As usual it sounds ridiculous and paranoid, but it does make sense. You may not wish to put your life on hold for lack of F/OSS alternatives, that's not a reasonable expectation, but it makes sense to favor F/OSS solutions and be looking for a way to remove proprietary as much as possible. The economics of the world won't really change much, people will still get paid to write software... but they won't be able to extort you for it either, or pimp it for decades because you have been locked-in.

    6. Re:I thought I did. by betterunixthanunix · · Score: 5, Informative
      "F/OSS only appeals to people who LIKE to trudge through others code to see how it works or make it "better". To me, software is an end to a means and I don't really give a rat's ass how it works as long as it's not doing shit behind may back that I don't want; which I can find out by other means than looking at source code."

      Free-libre software is about more than just looking through source code. The availability of source code is a means to an end; there are non-free licenses that provide access to source code, and even the right to modify that source code. Free-libre licensing grants you freedoms that you really do not have with proprietary systems, including those that make code available to you:
      • The freedom to install the software on as many systems, and for as many users, as you wish. For a web apps, some vendors limit how many simultaneous users (or how many users in total) may use the system; a free-libre system cannot impose such a limit.
      • The freedom to use the software perpetually.
      • The freedom to use the software for whatever purpose you see fit (compare this with the AAC codec license, which forbids "client software" for being used for "professional" purposes).
      • The freedom to use modifications to the software that other people have developed.
      • The freedom to give the software to someone else.
      • The freedom to discuss the software with someone else (there are proprietary systems that forbid or limit this as "trade secrets").

      Maybe these are not things that really matter to you. I have encountered restrictions on every one of the above items from different software packages, and it has caused me and the other users/administrators of the software serious headaches. In cases where free-libre software was introduced, people just got their work done -- no worries about breaking the law, no worries about the software suddenly becoming inoperable, no restrictions on who we may discuss the software with.

      --
      Palm trees and 8
    7. Re:I thought I did. by cozziewozzie · · Score: 4, Informative

      I share the same philosophy about computers. I don't want to waste hours of my life on coding software. I'd rather just work 1 hour of overtime, and then go out and buy the program I need.

      You don't get the whole point of Free Software in the first place.

      But the beauty of it is that even you can profit from its fruits. Every time you surf on the internet, or listen to music or watch a movie. Most of those are running on or were created with Free Software.

    8. Re:I thought I did. by ClosedSource · · Score: 3, Insightful

      If a software vendor wants to lock you in, he isn't going to cooperate by making his web app easier to work around. There is also the server side that you know nothing about, so if he ever goes out of business you'd have some nice javascript that interacts with a phantom server.

      Even if you're a die-hard F/OSS fan, you should spend your energy on initiatives that really make sense.

    9. Re:I thought I did. by billcopc · · Score: 3, Insightful

      I try to use open-source solutions where possible, for a whole slew of reasons that need not be repeated here. The biggest issue I encounter is a total lack of motivation in the F/OSS community to actually fix what's broken, and let's be honest here: a ghetto mailing list or forum usually does not lead to solutions, it only leads to a bunch of people with unanswered questions, or long flame wars between rival developers.

      A commercial outfit wants your money, so they will take the 2 seconds to read your trouble ticket after you've plowed through the first-level support drones. Free software developers seem too bitter to care anymore, you ask a valid question and they get all pissy. It doesn't matter that the thing doesn't do what it says on the tin, the user is always wrong regardless.

      Those of you who clamor "Fix it yourself, fool!", you're missing the point. Not everyone is a developer, and while I can tweak my way through just about any C/C++ or PHP project, the same is not true of the other 99.8% of the world's computer users. Free software needs to be made accessible and friendly to the common user, not just us ninja hackers.

      --
      -Billco, Fnarg.com
    10. Re:I thought I did. by bentcd · · Score: 2, Insightful

      The programmer if a consultant will cost say $100 an hour. Or you need to hire a full time employee, and you will need to keep them there for years, if you are going to be ethical about it. So say it takes 10 days at 8 hours a day to fix a small problem.
      8*10*1000 that is $8000 to fix the small problem. Vs. Paying $5000 for the Vendor... That is a $3000 savings. Or if you hire a full time programmer, you will need to find ways to keep him busy after solving the problem. For most companies there isn't a work load for programmers if they are not a programming company. Even if you have a development staff. You will need to take them off possible more profitable projects to fix this problem. So you may delay a program that can make you 1k a day. So you lost $10k of profits to save $5k.

      Working out the numbers you may find that being "Stuck" to close source is cheaper then Trying to Maintain Open Source code

      The revolutionary bit is when you realize that if you just find three or four other people with the same problem as you have and they agree to chip in, you're now actually saving money.

      More likely, if it's a popular piece of software, there will be hundreds or even thousands of people out there who share your problem and with a bit of luck someone else has already solved it and made their fix available.

      --
      sigs are hazardous to your health
    11. Re:I thought I did. by metamatic · · Score: 2, Insightful

      In short, I have no desire to look at source code.

      Then don't.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
    12. Re:I thought I did. by Tom · · Score: 4, Insightful

      Yes, most of the times I don't care for the source, either.

      However, several times already I came across a piece of Free Software that did almost exactly what I needed, or that did what I needed but hadn't been updated for quite a while. I could take it and add the feature I wanted, or take it over and continue developing it, or simply fix a few bugs that prevented it from running/compiling in the current compiler/webserver/whatever environment.

      Just because you don't use a freedom 99% of your time doesn't mean it isn't valuable. I very rarely make use of my freedom to assemble, and elections are only every few years - but still these are important freedoms to have.

      --
      Assorted stuff I do sometimes: Lemuria.org
    13. Re:I thought I did. by db32 · · Score: 2, Insightful

      My personal favorite is the "RTFM" approach. Yes, users should read the documentation before asking too many detailed questions, but at the very least people could say "check section X out". However, more often than not, if I am just poking around a project and am curious I ask a few questions I don't have time to read pages and pages and pages of documentation plus a wiki and a mailing list just to find out a few high level generic things about the project's use or capabilities. I will get a 45 minute lecture about how they don't have time to answer everyones "dumb" questions and that I should quit bothering them and just go read the piles of scattered documentation to find my answer as if I was already an expert on their project and know exactly what to look for. All of the bitching and moaning about how they don't have time, but they DO have time to sit on IRC and berate users that ask questions that would only take a few minutes to answer.

      There have been more than a few projects that I chose not to use based on the fact that the developer community was a bunch of asshats.

      --
      The only change I can believe in is what I find in my couch cushions.
    14. Re:I thought I did. by Austerity+Empowers · · Score: 2, Informative

      The problem is that proprietary software is usually not supply and demand. There are very few competitors and the products are never exactly the same. Further the man hours required to develop and support the products create a high barrier for new products, essentially restricting the market further.

      Putting your vendor in a position where they have to compete against a $100/hr consultant is supply and demand. There is an essentially fungible commodity whose price is dictated by a competitive system. You can only beat this by doing the work yourself, assuming you have the necessary skill and other uses of your time have less value.

      There's nothing wrong with being charged based on the market. Being charged based on "what I think you can afford to pay" is the problem.

    15. Re:I thought I did. by dgatwood · · Score: 2, Insightful

      My experience is the opposite. Open source projects are either alive or dead. If they are dead, don't bother trying to get support or fixes. It's just like a company that has dropped the project. If they are active, you can usually submit patches or bug reports and get at least a semi-timely fix.

      With closed source, at least if you're talking about software targeted at end users, I have complained about major (as in "won't install" at all) failures in major products by Adobe, MakeMusic, etc. that haven't been fixed after anywhere from six months to two years.

      In my experience, unless hundreds of people are screaming about a problem, closed source developers can't be bothered to fix it, and sometimes even then. They spend as little time as possible on bug fixes and focus exclusively on features because that's what sells products. You could have 1000 customers complaining about lack of support for case-sensitive filesystems and it still wouldn't be a big enough percentage of their installed base for them to care. People started complaining about this in Photoshop CSS2. CSS4 is out and it still won't install on case-sensitive HFS+. Their answer is to reformat your hard drive. After all, you can't possibly have anything more important to do with your computer than use their application. They are the center of the universe.

      I can't see much chance that such a trivial set of bug fixes would get punted for two major releases in ANY open source project. With open source, bug reports like that usually get a quick response from developers, assuming the project is active. If they cannot test on such a setup, they will at least offer to let you fix it and submit patches. Either way, those sorts of bugs usually get fixed in open source very rapidly, while they usually get punted for several releases in hopes the problem will magically go away in closed source....

      You can't compare an essentially dead open source app to an actively developed commercial app. That's just not a fair comparison. If you want to use a dead open source app as your open source example, you need to use something like OpenDoc as your closed source example....

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    16. Re:I thought I did. by noidentity · · Score: 2, Informative

      I was using wget and wanted to have it download just the first N bytes of a file, so I could preview a bunch from a directory, then finish downloading only those that I liked. It didn't have this feature, so I downloaded the source code and added it in about 30 minutes (and I'm not at all familiar with Unix build scripts, nor do I regularly do this). It was very useful to have the source code.

    17. Re:I thought I did. by Zero__Kelvin · · Score: 2, Funny

      " ... the very few times in your life that you'll have to do it ..."

      It still counts as time wasted if you have to call up Geek Squad because you couldn't fix it yourself! ROTFLMAO

      If you are going to seriously try to tell me that it isn't a pervasively well known fact that Windows degrades over time, becoming more and more virus ridden and slower and slower in proportion to the time it has been connected to the internet, then I can't take you seriously. Of course, if you openly acknowledge the fact and still can't think of an OS like the one I described then I can't take you seriously either.

      Come to think of it, there is now no situation in which I could take you seriously :-)

      Here is your word of the day.

      "I think you might need to splash out on something a bit faster."

      I did. I splashed on something quite a bit faster, that is actually stable and secure. It is calledLinux ;-)

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    18. Re:I thought I did. by Ifni · · Score: 4, Insightful

      Thank you. That's right.

      He wasn't defending you, by the way. He was pointing out how ludicrous your argument was. Basically, you were saying that since you, personally, will never use this freedom, it has no value for anyone, anywhere, ever, and therefore should not be defended. Not only is that shortsighted and egocentric, it is - well, actually, I think shortsighted and egocentric pretty much covers it.

      I'm like you, I don't like digging through other people's messy code. However, I like having the option to so that I can see how something was done so that I can use it to learn new techniques so that when or if I decide to build my own program I have another valuable tool in my toolbox. Also, though I am sorry that the tool you decided to dissect was a mess, a lot of open source code is clean and well documented. That may not be the norm (I haven't looked through much), but from what I have seen, it has improved dramatically over time.

      Lastly, even though you may not see the value in being able to view and change code, as you mentioned in the last paragraph of your article, there are those that do. Because of them, FOSS improves and gives you the ability to dump one FOSS app for another that meets your needs better because someone that was willing to improve someone else's code had similar needs to yours. It allows those that like to tinker the ability to make changes to any FOSS app that you use to make it better by adding features that you will use. The point is, if you simply write off the FOSS ideals as useless because you don't take advantage of them directly, then fail to defend them because of that belief, you are missing the bigger picture and risk losing a resource that whether you know it or not you do benefit from.

      FOSS appeals to more than just the people who maintain and improve the code, it appeals to anyone that uses it. In fact, I'd even argue that it benefits those that choose to use non-free alternatives as it provides competition - and when competing with free, proprietary has to be that much better in order to succeed with a price tag (and though the extent of this success is debatable, there is certainly increased pressure to improve for many, or FUD/lock-in for some few).

      --

      Oh, was that my outside voice?

    19. Re:I thought I did. by Temposs · · Score: 2, Insightful

      You're assuming this job is a one-off deal that would not even out in the end.

      What you get with an in-house developer or a consultant with whom your have a long-term relationship costing you $8000 vs $5000 is that after they do their first implementation on this project, you now have a developer that is familiar with the codebase for this particular application.

      This can potentially add a lot of value in the future, as now they bring to the table an understanding of the application that can be valuable for decisions about future uses of the application, as well as being able to implement bug fixes and features on this codebase faster than the first time around. I think this will pay off in the end, and you end up with a program that fits more to your needs than you would've probably gotten from a proprietary relationship, possibly with faster turnaround.

      --
      Knowledge is just opinion that you trust enough to act upon. -Orson Scott Card
  13. Every time he speaks I just want to shoot him by BitZtream · · Score: 4, Insightful

    Let me give you guys a hint. Its a good time to start distancing yourself from Stallman, he's definitely wondering off to the tree-hugging-nutjob-hippie commune.

    He's lost grasp of the point of software. The point of software is not 'to run free software', its to get something done.

    His entire life has turned into 'omg you must use free software or you are doing the wrong thing'. He has no logic for this other than 'its bad for you not to use free software' or 'its bad for you if you cant modify it even though you have no useful reason to do so!!!'

    He goes so far in the article to try to confuse the meaning of 'free' versus 'open', implying they are essentially the same thing. They aren't, and never will be. He has gotten himself so deep into his own bullshit that it would appear that it is now impossible for him to understand that his 'way' isn't the only one. Once you've got yourself to the point where you think 'free' or OSS software is 'the only way' you are no better than those people who refuse to use OSS software, you're just a moronic twit at that point.

    Stallman has reduced himself to a religious leader rather than a promoter of openness for the common good. He's simply gone too far.

    So again, I encourage you to distance yourself from Stallman, he is not someone you should associate with any more than the Church of Scientology as they are both just spreading propaganda for their own personal gain at this point. Now that OSS has become even slightly accepted his usefulness as a supporter of OSS is diminished, so he's taking it to the next level and trying to say all non-free software is bad. Read that carefully, 'non-free'. Not open. In this article he in a round about way attacks 'open' standards that are not 'free' by his definition.

    You need to watch out for the guy who screams 'freedom' while at the exact same time adding new restrictions to the very license he claims is all about 'freedom'. I'm not saying not to use GPL or GPLv3, if the fit your needs/goals, thats entirely fine and should be used if they fit. I license my software under many different licenses based on what I'm trying to accomplish. My applications are generally closed source, I have some libraries that I've released LGPL, and many that are BSD licensed. I have not used GPL proper as it doesn't really fit my Each has their place in MY agenda. I'm just saying that what he does is hypocritical to an extreme only shared by politicians and lawyers, and because of that he should be treated as such.

    I am in no way saying you should abandon OSS or the quest for open standards. I just feel that what Stallman is doing is not the quest for openness, but more like gathering a cult to be lead off to a mass suicide.

    --
    Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    1. Re:Every time he speaks I just want to shoot him by Improv · · Score: 5, Insightful

      Given what he's already given us, I think you greatly understate the credit he's due. Without Stallman, we would have compilers, operating systems, editors, etc, but it's quite likely we would not enjoy the freedoms we have with them today. Right now, I can install Linux on any number of systems I have as well as systems at work, including all sorts of software, without any legal worries about licensing - Stallman did not write most of it, but he made it possible and drew people's attention to its desirability. It is because he constantly screams "freedom" and enough people listen (or are bound by the GPL's viral nature to listen) that we have a viable way to run computers without people who would significantly restrict our usage of this software getting in the way.

      Stallman isn't perfect - he is known for being hard to work with, he let GCC stagnate for several years because of an inappropriate development model, and the "GNU/Linux" terminology thing wasn't necessary. However, taken as a whole he's a very important and positive figure.

      --
      For every problem, there is at least one solution that is simple, neat, and wrong.
    2. Re:Every time he speaks I just want to shoot him by MbM · · Score: 3, Interesting

      Take it with a grain of salt.

      RMS intentionally confuses the terms free and open, because in his mind it isn't free until it's open; to him, free means freedom. The classic example is always "free" as in "free beer" vs "free" as in "free speech"; same word, different meaning.

      --
      - MbM
    3. Re:Every time he speaks I just want to shoot him by Anonymous Coward · · Score: 2, Insightful

      The famous GNU/Linux thing is only the tip of the iceberg. When the whole Linux thing started he was heavily opposed to it because it distracts people from Hurd. And then there was this nice story with the glibc (start reading at "And now for some not so nice things")

      Honestly, people give him far too much credit. He may have done some amazing things and inspired a lot of people, but on the other side when you consider what he sais he just seems like a little version of Mao or Lenin without power and opportunity. They all thought their way is the best for the people. And given the state their country was in they truly helped and freed them in the beginning. But in the end their version of freedom is just another version of slavery.

  14. Web Apps by LaminatorX · · Score: 5, Interesting

    RMS may be a cranky extremist, but he's still right far more often than he's wrong. Web apps are in some ways a huge step backwards in terms of openness. If you're lucky there's a wsdl you can analyze but even then that's really just a client-facing API. What's less free/open than a binary-only distribution? One that's never even distributed in the first place. May I please continue to access this application, sir?

  15. What about the server side? by patro · · Score: 4, Insightful

    So if you do care about free software on the desktop, it's reasonable that you should care about free software in your browser.

    Okay, but Javascript is only one part of this problem. What about the code running on the server? I wonder if RMS visits any websites at all besides fsf.org

    He can't be sure after all if other sites use only free software on the server side, so he can't visit them to avoid accidentally supporting non-free software.

    1. Re:What about the server side? by ShieldW0lf · · Score: 4, Interesting

      He's concerned about vendor lock-in. He's concerned about a small group of people being able to hold the rest of the world hostage by threatening to cut them off from the infrastructure they depend on, and he's concerned about a vast group of people being abandoned by those they trusted to handle their essential infrastructure.

      It's a valid concern, it's not hard to understand, and it's not easy to dismiss either. The fingers-in-the-ears-going-la-la-la tactic seems to be the standard approach for a lot of people.

      --
      -1 Uncomfortable Truth
    2. Re:What about the server side? by ShieldW0lf · · Score: 5, Insightful

      That's RMS' fault.

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


      You're right, it is. If he hadn't taken action to solve the problem he was yelling about, people would have suffered enough to show some respect. He should have just gone into the forest to be a hermit and left you to get screwed so you would learn. Now you can just pretend there wasn't a problem that he didn't mitigate on your behalf and talk like an idiot, and most people won't realize or catch you at it.

      --
      -1 Uncomfortable Truth
    3. Re:What about the server side? by Zero__Kelvin · · Score: 4, Funny

      "That's RMS' fault.

      http://en.wikipedia.org/wiki/The_Boy_Who_Cried_Wolf"

      It turns out that if a boy cries wolf, and one is really there, it will run in fear and not be there when the villagers arrive. The villagers have only the boy to thank, but instead they ostracize him and call him a nut. Hey, come to think of it, there is a striking parallel here ...

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    4. Re:What about the server side? by Jamie's+Nightmare · · Score: 5, Informative

      I wonder if RMS visits any websites at all besides fsf.org

      I'm glad you asked. Let's get a direct quote from the man himself:

      "For personal reasons, I do not browse the web from my computer."

      At the risk of obvious ridicule he doesn't give the reasons behind this choice, but that's not really important here. Stallman is truly out of touch with the real needs of people who actually use computers on a daily basis. He is out of touch by his own choice. What really burns my taters is that so few properly chastise Stallman for this foolishness. Even worse, some actually defend it.

      --
      "When you see a unixer brainwashed beyond saving, kick him out of the door." - Xah Lee
    5. Re:What about the server side? by VGPowerlord · · Score: 2, Funny

      Figures, a gem like this post only comes up when I don't have mod points.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  16. RMS is missing the point by Anonymous Coward · · Score: 2, Insightful

    Javascript program which measures half a megabyte, in a compacted form that we could call Obfuscript because it has no comments and hardly any whitespace

    I squeeze every byte I can out of my javascript files not because I want to obfuscate the code but to make the site faster. 20kb difference is a huge deal for high-traffic sites. Not only for the sake of bandwidth but for load times on mobile phones as well.

    We had a 9am meeting last October with a team of web developers on the size of CSS files across the domain. It lasted around 4 hours and we managed to cut the size from an already optimized 80kb down to 55kb across multiple sheets on the front page. These things matter.

  17. Who really cares what RMS says? by EvilIntelligence · · Score: 2, Insightful

    It's getting to the point that RMS just spouts crap to be heard. Most website developers use java script to get some functionality working, and java script is the easiest to do so. There is (usually) no intent to do harm, or take over your computer, or lie to you, or stalk your grandmother. The developer just wants to deliver the site to its users complete with certain functionality. Why would you want to run your own version of its java script? This is such nitpicking crap that its not worth reading.

  18. Implementation by MillionthMonkey · · Score: 4, Funny

    But what's the solution? This is the real question.

    Just put a checkbox in the Firefox preferences window somewhere. I suggest this wording:

    (x) Warn me before running JavaScript written by capitalist pigs

  19. Doesn't ring a bell by patiodragon · · Score: 2, Funny

    Richard... WHO?

  20. Stallman trying to change definition of Web Apps by Azureflare · · Score: 2, Insightful

    Stallman is advocating a more modular method of loading Javascript webapps.

    An example of what he's envisioning: If Gmail was OSS, it would announce to the browser the modular scripts it was using to perform each operation, and the source would provided under a specific license. The browser would be configurable to load alternate web scripts to replace the functionality provided by google.

    What Stallman is advocating is essentially turning webapps into applications where the user can control the application, rather than the service provider.

    This would rely on OSS providers using the standard object passing model between server and client.

    I'm not too sure if his idea would work too well, given how reluctant most non-OSS providers are to give away the code to their main applications.

    It's a very gray area to tread, so many websites really can't be considered to be like traditional desktop applications, but they exist in some middle ground between traditional web sites and desktop apps.

    I think he has an interesting point but he didn't really express it well. If he provided more examples and what the real world implications of relying on and migrating towards proprietary javascript web apps for daily productivity, I think more people would understand.

  21. So can any Windows/OS X software be Free...? by itsdapead · · Score: 2, Interesting

    Is a web browser that talks to a None Free web server Not Free?

    A Free web browser which could only talk to a non-Free web server would not be Free enough to satisfy a free-software purist (it would also be a pretty odd web browser).

    The argument is quite reasonable: the owner of the non-free server could withdraw it at any time: the Free client, along with any contributions from the free software community, then has scrap value only (maybe there's some re-usable code in there, maybe not).

    The counter-argument is more pragmatic (so Free Software purists won't like it): What's the alternative? Isn't it better to have a Free client and a closed server than to have both closed? You get to look at the code for the client, learn from it, port it to minority platforms and can probably deduce the server protocol and write your own server. There may be good reason why the server can't be Free (e.g. it may be serving proprietary data such as maps, and be useless without that data). Its a bit like the Linux argument - binary drivers are Bad but if Linux can't play Flash, MP3s or run NVidia cards then who is going to use it (given that RMS is presumably using Hurd).

    Web browsers are a bad example, because they use standard protocols and are therefore useful with any server.

    A better question, which I'm sure must have come up before, is whether any software written for a proprietary OS can be Free? If I take a GPL3 program, tack on a nice native Windows or OS X GUI and distribute it, am I in trouble because you still need a Windows/OSX license from MS or Apple to use it?

    --
    In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
  22. GNU/Linux is not the official name by Rix · · Score: 2, Insightful

    It's just Linux. There's no GNU code in the kernel.

    Yes, most Linux kernels run alongside GNU utilities, but they also run along side a lot of other things. If you accept the GNU/ prefix, you'll have to make it Xorg/KDE|Gnome|xfce/Apache/MySQL/Perl/PHP/Postgresql/Mozilla/GNU/Linux to be consistent.

    Or you could just stick with Linux for simplicity.

    1. Re:GNU/Linux is not the official name by Dolda2000 · · Score: 2, Insightful

      I think you would have a more compelling argument the day you don't:

      • use the GNU coreutils and GNU bash to run your init scripts;
      • use GNU gzip and GNU cpio to create your ramdisks;
      • use GNU GRUB to load said ramdisk and boot your Linux kernel;
      • use GNU GCC and binutils to compile the entire system; or
      • use GNU's glibc as the C library for virtually every single process in the system.

      Just sayin'. And I probably missed a few things.

  23. Re:i don't get it: you download the code by FishWithAHammer · · Score: 2, Insightful

    what you have to worry about is google chrome or windows ie suddenly saying "with our latest browser, we are implementing ecmascript shiny plus plus (trademark, copyright), which will allow us to serve you compiled code, which will make your browsing experience more fantastical and delicious!"

    then we have a serious sliver against free software

    No you don't, you idiot. What other people choose to do with their own websites is none of your fucking business. If you want to download jQuery, go get it.

    --
    "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  24. Totally reasonable suggestion by kingduct · · Score: 2, Insightful

    There is always debate about Stallman and Freedom in these articles. However, if we just look at the suggestion it makes, this article is totally practical. It just says to make clear what license the (javascript) software is using, and if it is F/OSS to say where the code can be acquired. It also says to let the USER decide what to do based on that information. And the methods for doing those suggestions are simple and straightforward.

    Really, I think this is an excellent pragmatic response to a situation of growing importance that in no way would mean a major burden to programmers, users, or anybody.

  25. How does Stallman use the web? by louzerr · · Score: 4, Interesting

    So, I assume Stallman can't use any typical search engine ... maybe he built his own from Lucene. He also must not do any credit transactions online.

    He must also be careful that any packets his computer sends turn right around should they encounter a Cisco router (or any other proprietary router).

    I suppose in his daily life, using a phone, or a car, or Television would be right out.

    I sure hope Mr. Stallman never needs any medical attention.

    I DO admire much of what Mr. Stallman stands for, and I'm glad there is a champion for free software ... but I live in the real world, where to buy goods, you need some government's currency, and to do anything electronically, you have to use SOME commercial software somewhere.

    I wonder, too ... does Mr. Stallman's PC have a proprietary BIOS, or did he write that code, too?

    --
    "The large print giveth, and the small print taketh away" -- "Step Right Up", Tom Waits
    1. Re:How does Stallman use the web? by shutdown+-p+now · · Score: 4, Informative

      How does Stallman use the web?

      Here's how.

  26. Stallman now does what he used to fight. by BlueParrot · · Score: 2, Funny

    He seems to be afraid companies will try to deny free software developers source code to improved versions of their free-software code by avoiding to ever distribute the software. It is however not clear that this is at all unethical in the same way as using copyright to restrict users from modifying software they have bought is. To demand a copy of the source code and documentation of software companies use to implement a service is a bit like demanding a cab company give you driving instructions if you ever traveled with them. Ok, so the analogy is not perfect, but there is a huge difference between proprietary software vendors trying to use copyright and shrinkwrap EULAs to limit how you use your computer, and that of service providers simply not distributing the code they use to provide a service.

    In some ways Stallman is essentially making the same mistake proprietary software vendors do when they try to control what you do with software. He seeks to limit what people can and cannot do with software they run on their own computers. His demands even contradicts part of the GPL, which explicitly grant you the right to use the software "FOR ANY PURPOSE". The FSF's FAQ even explains that you're not allowed to ban using the software for things like pornography, because that would violate users right to use software for any purpose they see fit. It would appear that according to Stallman all purposes are equal, it's just that some purposes are more equal than others.

  27. Masochism by mikiN · · Score: 2, Insightful

    Deciding whether two algorithms are equivalent in functionality? Without severely impacting user experience by taking ages to compute? Let's not even discuss whether that can be done in polynomial time or not, it's pointless.

    Jeebus, why are people trying to reduce every problem in CS to an exercise in masochism? It's not that masochism is NP-complete or something.

    Just add something like "no-nonfree" to the browser User-Agent string and require all websites to honor that. If some site doesn't, sue them. Works the same as "robots.txt", just the other way round.

    Or have all scripts which are GPL (or other somesuch) do "include("gpl.js");", then load a greasemonkey script matching all URLs that raises hell when any object in the DOM doesn't include a special "is_gpl" member.

    Easy as pie.

    --
    The Hacker's Guide To The Kernel: Don't panic()!
  28. Him again by FyberOptic · · Score: 2, Insightful

    I saw this article last night, and didn't see it was from Stallman at first or I would have immediately dismissed it.

    Seriously, who is this concerned over Javascript in their browser, which is there and gone with each mouse click? It's ridiculous.

    The thing he wants, the ability to replace Javascript in a website with custom "free" versions for a particular site, is already possible in UserJS with Opera. It was implemented so that users could write their own fixes on sites which don't necessarily work right in Opera, or ones which you want to simply enhance. But since Opera isn't open-source, he's still out of luck.

    One day people like Stallman are going to have to realize that proprietary and licensed software is a way of life if you want a modern computing experience. Ubuntu realized it, and look at how much more popular they are now than the distro they're based upon. Debian has a very different opinion on the subject, as evidenced by IceWeasel and such.

    Here's a better option for people like him: If you don't like what the website has to offer or how it was written, then don't use it. Period. You could very well be breaking a license or something by thinking you have the right to replace their software with your own version, since many times it still interacts with their site's infrastructure. They might have the right to ban you if they detected you using something else, much like companies such as Blizzard can and will do.

    Of course, if you're sane, none of this is an issue anyway, so nothing to see here.

  29. I feel the need to come to rms' defense, here by jra · · Score: 3, Interesting

    Not that he would necssarily give a crap that I do.

    My personal conviction is that Linux came to be what it has come to be *precisely* because it was released as GPLv2 code; I don't think it would have grown to nearly the size and penetration </beavis> that it has were it under some other license.

    Therefore, the state of much of the world today -- not just the computing world, but Real Life -- descends almost entirely from the fact that rms is a extremist about the principles of Free Software.

    We often look on extremists with amusement or scorn, but I personally tend to try to remember Tom Peters' observation from one of the Excellence books:

    When anything useful is accomplished in this world, it is done, I have found, by a monomaniac with a mission.

    We don't all have to be as hardcore as rms is -- Linus isn't -- but if *he* *weren't*, then I don't think we'd be where we are today.

    So yeah, comparing him to a vegan is probably pretty accurate -- they have similar types of motivation.

    But *dissing* him for it?

    No, I don't think that's really the best outlook to have.

  30. use a proxy on your home server by ecloud · · Score: 2, Informative

    A web proxy can rewrite content arbitrarily, including this type of mod. Just run your own proxy on your own server. Maybe even a home server if your ISP doesn't block that: this example is a very good reason to make a political push for the expanded definition of "network neutrality", that is, all ports are open, nothing is blocked, you have the freedom to publish from home. (You can always secure your own proxy if you don't want other people to use it.)

    Failing that, there is shared hosting where you could run your own personal proxy that augments the capabilities of the browser itself.

    Another feature I've been wanting to write a proxy for (and haven't gotten around to!) is to store my web history permanently and make it searchable, so I can find forgotten web sites again. It should be able to store notes I write about sites, so I can search those too.

    Failing that, there is greasemonkey.

  31. Stallman's not wandering anywhere by roystgnr · · Score: 4, Insightful

    He's been crazy for years. My first exposure to his loony ideas was in that old story of his, "The Right To Read". He wrote that when I'd just entered college and just started using this "GNU" stuff, and I remember being being stunned by his paranoia. Grade schools wasting time preaching about intellectual property? Software being outlawed for being able to edit RAM that someone else's program allocated? People who didn't have the root passwords for their own computers? And then there's the central point of the story, that eventually people would be stuck with books they couldn't lend or resell! That Stallman guy was clearly a nutjob.

  32. Re:he is still alive? by Jamie's+Nightmare · · Score: 2, Insightful

    She was a mother who also raised money for AIDS research. She actually nurtured life and tried to protect it, which is far beyond ANYTHING Stallman would do for anyone else, much less you.

    --
    "When you see a unixer brainwashed beyond saving, kick him out of the door." - Xah Lee
  33. Re:whoosh by mrsteveman1 · · Score: 5, Funny

    His beard looks non-free to me, it's obfuscating his face

  34. simplistic thinking considered harmful by Onymous+Coward · · Score: 3, Insightful

    ... vegans are rabid food people.

    It seems my original post failed to be clear. Allow me try again:

    I'm vegan and I like pork.

    True, I try to minimize buying pork. And, yes, I think that buying pork promotes suffering. But this issue of reducing pork consumption isn't a matter of terror or rabidness.

    When we get some quality vat meat produced, you can come to my luau. I'm also a big fan of skirt steak.

    The overarching point is that it's easy to be a fuzzy thinker and to have comfortingly simple, black-and-white ideas of what a vegan is. That overly simple kind of thinking is comforting, but really it's unhelpful. Do I resemble your mental picture of a vegan? Do I seem rabid or terrorized? I hope not (or we've got additional problems). Sure there are people out there who are rabid vegans, but they probably also have an overly simple idea of what it means to be a vegan, causing them to condemn non-vegan behavior with severe, fuzzy-headed religious zeal.

    Maybe we can agree that unrealistically simple thinking is harmful?

    At this point, after having a little more light shined on the really-not-black-and-white concept of veganism, and after some discussion of the harm of simplistic thinking, does it make sense to respond with "yeah, but vegans are rabid food people"?