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.'"

94 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 Jurily · · Score: 1, 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.

      Except I'm not using the application, I'm using the website. And if I identify a proprietary app, what then? Block it, thereby depriving myself of functionality? Stop using the website? Flame someone who spent effort on it to make sure it's working? Btw if I even notice the app, that's a design and usability issue.

      I couldn't care less about what part of the site falls under what licence. I'm interested in the content.

    9. 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
    10. 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.
    11. 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.
    12. 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.

    13. 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
    14. 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.
    15. 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.

    16. 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.)

    17. 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! ;))

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

      I believe the parent was talking about the user not being aware that they are running a non-official version of the banking software. A technical user now can change the client to suit their needs, sure, but parent seemed to be worried that a non-technical user would be attacked and part of that attack would be to replace their local versions with modified malware versions. In that case it doesn't matter what the server is validating, that's not the point.

      Of course, if your computer is compromised to the point that you have malware loading its own Javascript or whatever to run on a banking site, you've got several other problems without worrying about what RMS is doing.

    19. 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.

    20. 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.
    21. 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
    22. Re:OK, dumb question after reading the article by Anonymous Coward · · Score: 1, Insightful

      I think that Stallman is getting old and he needs to adapt his thinking to the present. He's caught in source code.

      In terms of the web, it is the data that must be portable - forget about the code. If you use Google Apps, you don't care about the code, you care that you can get your data and use that data in another program.

      No one will run their own personal copy of facebook, but almost everyone wants to keep their data. That's GNU for Web.

    23. 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"
    24. 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.

    25. 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)?

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

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

    27. 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.

    28. 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?

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

      The fact that you mention GNU/Linux shows exactly what he has done- attempt to minimise the contributions of other people in the quest to boost his own ego.

    30. 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.

    31. 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.

    32. 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".

  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. 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.
  4. 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?

  5. 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 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.

    2. 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
  6. 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]
  7. 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 Anonymous Coward · · Score: 1, Insightful

      Slippery slope is a stupid, fallacious argument. According to the "slippery slope" argument, we should all be dead because the death penalty was in existence for thousands of years.

      Now, shut the fuck up, shithead.

    3. 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.
    4. 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.
    5. 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.

    6. 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.

    7. Re:Slippery slope to non-free by Anonymous Coward · · Score: 1, Insightful

      Why does free speech have to include modifying someone else's words?

      Because you don't have free speech if you can't say what you want. If you want to say a modified version of someone's words why give them the right to complain?

    8. 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.

    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.
  8. 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.

  9. 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 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.

    4. 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.

    5. 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.

    6. 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
    7. 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
    8. 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
    9. 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
    10. 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.
    11. 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.

    12. 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?

    13. 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
  10. 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 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.

  11. 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: 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
  12. 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.

  13. 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.

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

    Same with GNU Linux.. wtf is that..

  15. Re:Beware the hidden dollarsign? by FishWithAHammer · · Score: 1, Insightful

    I don't mean to be particularly snarky here, but open source software mistreats its users too. Subject someone to The GIMP for a few hours (pun very much intended, thank you) and there's a case that you might be up for crimes against humanity just for that broken interface...

    --
    "You can either have software quality or you can have pointer arithmetic, but you cannot have both at the same time."
  16. 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."
  17. Harmless dogma by wsanders · · Score: 1, Insightful

    This is like the Catholic Church telling France and Italy not to use contraception, and the birth rate falling to zero anyway. Harmless dogma. What do you expect from the Pope of Free Software? I'll use Ajax, but I still go to the Church of GNU often enough to not burn in hell.

    --
    Give a man a fish and you have fed him for today. Teach a man to fish, and he'll say "WHERE'S MY FISH, YOU IDIOT?"
  18. 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.

  19. 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 Anonymous Coward · · Score: 1, Insightful

      Troll some more... Linus wrote the kernel with the GNU tools and licensed it under the GNU GPL. No GNU, No Linux, that's for sure. And like Richard joked, it's not like he's asking to call it Stallmanix...

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

      The kernel relies on GCC and the C runtime which came out of GNU, and they can hardly be thought of as utilities. Bash and all the command line tools less important.

      I make a point of mentioning GNU when talking about this stuff, but ultimately GNU is an awkward word, and that was always the problem.

      In principle he's is perfectly right in asking for GNU to be included when speaking of linux distros. In practice the unsexyness of the word makes it impossible.

    3. 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.

  20. 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."
  21. 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.

  22. Maybe I'm misinterpreting him, but... by 93+Escort+Wagon · · Score: 1, Insightful

    I don't really want users to be able to run their own preferred javascripts on my pages - especially not the intranet type of pages I mostly work on. I get enough people who don't understand a popup that says "You haven't filled in your name yet - please do so" as it is - who wants them to have the freedom to run their own modified scripts, then complain to me about a "broken web page"?

    People here probably assume that an individual who'd be in the position to modify a script would know enough to identify the true source of any problems that come up. Based on my experience, I don't think that's a reasonable assumption - a lot of users (especially faculty - I work at an academic institution in an engineering department) think they understand far more than they actually do. Finding out the real source of a problem can be like pulling teeth (and sometimes after finally resolving an issue I'd like to do exactly that, believe me).

    --
    #DeleteChrome
  23. 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()!
  24. 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.

  25. 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.

  26. 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.

  27. 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
  28. 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"?