Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
GNU is Not Unix Debian Microsoft Programming IT Technology Your Rights Online

Richard Stallman Says No To Mono 1008

twitter writes "There's been a lot of fuss about mono lately. After SCO and MS suing over FAT patents, you would think avoiding anything MS would be a matter of common sense. RMS now steps into the fray to warn against a serious mistake: 'Debian's decision to include Mono in the default installation, for the sake of Tomboy which is an application written in C#, leads the community in a risky direction. It is dangerous to depend on C#, so we need to discourage its use. .... This is not to say that implementing C# is a bad thing. ... [writing and using applications in mono] is taking a gratuitous risk.'" Update: 06/27 20:22 GMT by T : Read on below for one Mono-eschewing attempt at getting the (excellent) Tomboy's functionality, via a similar program called Gnote. Update: 06/27 21:07 GMT by T: On the other side of the coin, reader im_thatoneguy writes "Jo Shields, a Mono Developer, has published an article on 'Why Mono Doesn't Suck,' why it is not a threat to FOSS, why it is desirable to developers and why it should be included in Ubuntu by default."
LastGuyonEarth writes "Gnote was started on April 2009 by Gnome developer Hubert Figuiere, known also for his work on Abiword. The goal of Gnote is to provide a Free Software implementation of Tomboy that doesn't rely on Mono. The ultimate goal is to replace Tomboy in an effort to make Gnome and GNU/Linux distributions non-dependant on Novell's implementation of Microsoft's .NET platform. For our testing purposes, I installed Gnote 0.5.1 on Ubuntu Jaunty through a personal PPA, but I would love to see it officially packaged in the near future."
This discussion has been archived. No new comments can be posted.

Richard Stallman Says No To Mono

Comments Filter:
  • "M$" (Score:2, Insightful)

    by Anonymous Coward on Saturday June 27, 2009 @02:32PM (#28496257)

    Wow, what are you, four years old? Is it really that hard to just use Microsoft?

    Where is the editor to edit this graffiti out? This crap does not belong on the front page of news site at all.

  • MS not M$ (Score:5, Insightful)

    by basementman ( 1475159 ) on Saturday June 27, 2009 @02:35PM (#28496279) Homepage
    WTF is up with these editorialized summaries. The abbreviation is MS, or Microsoft if you prefer the long hand. Let people form their own opinion without stupid name calling.
  • Yup (Score:2, Insightful)

    by MightyMartian ( 840721 ) on Saturday June 27, 2009 @02:36PM (#28496305) Journal

    I tend to think of Stallman as a bit of a nut, but I pretty much hold the same view of Mono. It's a trojan horse.

  • by eyepeepackets ( 33477 ) on Saturday June 27, 2009 @02:37PM (#28496315)

    It's absurd that Stallman has to actually issue this warning considering Microsoft's history of behavior not only with competition but with their business associates as well. Anyone who has been both alive and conscious these past twenty-five years knows forming any sort of relationship with Microsoft, either directly or indirectly, customer or partner, is just asking for a raping.

  • Yes to Mono! (Score:4, Insightful)

    by burisch_research ( 1095299 ) on Saturday June 27, 2009 @02:41PM (#28496345)
    I'm a C# [doze] developer, but I'm with the Linux/GNU crowd when it comes to FOSS ideologies. Installing mono by default on all Linuxes I think is a great idea, because it gives me the opportunity to port my apps painlessly to the widest possible audience! This includes mac.
  • by nateman1352 ( 971364 ) on Saturday June 27, 2009 @02:42PM (#28496361)
    Microsoft sueing the mono project and forcing it underground through software patents would be an enormous shoot to the foot. Mono does nothing more and proliferate the .NET platform, often at the expense of Java. The thing that Microsoft likes so much about .NET is that while mono and Portable.NET provide a way to make true cross platform apps, there are many, many Microsoft specific extensions to the core, which makes it very easy to make a .NET app that is not portable. In the late 90s Java was the same way thanks to Microsoft's JVM with builtin COM support, and various other Microsoft technologies. The Java of today however is designed in such a way that it is difficult to make a Java app that is not cross platform, which is why that hate it so much. Mono makes .NET exactly what Microsoft wants it to be, technically open yet easily locked to thier platform.
  • by coryking ( 104614 ) * on Saturday June 27, 2009 @02:43PM (#28496365) Homepage Journal

    In short:

    Microsoft is evil and is "probably" planning to kill every independent implementation of C#. We have no proof of this, but you have to trust us.

    Also... use our C# implementation "DotGNU Portable.NET" instead [gnu.org]. We are immune to everything I just said in the article and I won't bother you with why.

    In otherwords, I'm confused. Does he like C# or not? If he doesn't, why does the FSF have their own .NET implementation? What makes theirs so special?

  • Confused (Score:4, Insightful)

    by wampus ( 1932 ) on Saturday June 27, 2009 @02:44PM (#28496373)

    Mono is a cleanroom implementation of the CLR as specified by EMCA and .Net libraries, right? What exactly do you risk by using it?

  • by Anonymous Coward on Saturday June 27, 2009 @02:45PM (#28496381)

    It is not going to be revoked, it cannot be revoked.

    Although initially this seems to give support to the MS platform, IMHO this is a move that will start to break the idea that to use C# one must have windows and say that you can write the same applications on linux.

    Once people can write an application and deploy it anywhere, users will have real choice, even if C# isn't the best basis to stay on for life. Worry about getting users to the platform and then worry about putting the code in C/C++.

  • by Anonymous Coward on Saturday June 27, 2009 @02:46PM (#28496385)

    Check. We'll see what the other FOSS clerics say.

  • by jjb3rd ( 1138577 ) on Saturday June 27, 2009 @02:47PM (#28496399)
    Mono is a free (GPL) reimplementation of commercial software. Isn't that how GNU got started in the first place? Didn't Stallman and friends reimplement the commercial Unix libraries as free (GPL) software? Wasn't he potentially violating patents? Why was it okay then when it's Unix, but not okay now when the technology came from Microsoft? Do the commercial Unix vendors holding those patents behave any differently than Microsoft (ahem SCO)? Mono is 2 generations behind Microsoft, yet has a pretty good stable offering and makes a very nice easy path for the majority of all developers in the world (WINDOWS Developers) to make the transition to Linux and GNU...this isn't something Stallman should be against, IMHO.
  • by Anonymous Coward on Saturday June 27, 2009 @02:48PM (#28496403)

    Another reason to avoid Mono is that IMHO it doesn't play to Linux's strengths.

    C# is almost kinda almost neat on Windows because it interacts nicely with windows's objects. On Unix/Linux where things more often communicate through pipes, streams, files, etc, it seems to me Python's a better tool for most jobs.

    And another gripe with C# and .java is that they don't seem to me to ever be the best tool for a job. They're horribly inefficient to develop in (python's much better), mediocre OO languages (ruby's better), bad at doing low level stuff (C's better), etc. I'd say that Python + C extensions is a better solution for almost any problem C# can be used for except for interacting with Windows internals.

  • by saleenS281 ( 859657 ) on Saturday June 27, 2009 @02:48PM (#28496407) Homepage
    Funny, we've been a customer of Microsoft's for 20 years and have yet to experience this "raping" you speak of. I know it's all sorts of fun and games to bash MS on slashdot, but seriously? Comparing them to rape? Grow up.
  • Re:MS not M$ (Score:2, Insightful)

    by Anonymous Coward on Saturday June 27, 2009 @02:51PM (#28496425)

    Yeah... There used to be much less M$ and Apple fanboys. And all in all much less lamers. Sigh...

  • by nweaver ( 113078 ) on Saturday June 27, 2009 @02:52PM (#28496431) Homepage

    As much as Stallman would like to say otherwise, Linux is not GNU/Linux, and GNU is not all free software.

    And lets face it, Debian has a choice:

    Either not include a useful application for the sake of "purity", or include a useful runtime and applications which use it.

    IS the goal to create a useful system or a pure system?

  • Re:Yes to Mono! (Score:2, Insightful)

    by Anonymous Coward on Saturday June 27, 2009 @02:54PM (#28496447)

    Hook. Line. and Sinker.

  • by Vahokif ( 1292866 ) on Saturday June 27, 2009 @02:54PM (#28496451)
    GNU and GCC are just as much open source implementations of proprietary technology from convicted monopolists as Mono is. QFT [apebox.org]
  • by Zaphod The 42nd ( 1205578 ) on Saturday June 27, 2009 @03:00PM (#28496497)
    MS' treatment of open-source, calling it a virus, massively downplaying it, then stealing it and slapping their own licence on top of it, well, thats rape in my book.
  • by PPH ( 736903 ) on Saturday June 27, 2009 @03:02PM (#28496521)

    IS the goal to create a useful system or a pure system?

    I define useful as something that doesn't contain legal entanglements.

  • by wampus ( 1932 ) on Saturday June 27, 2009 @03:03PM (#28496527)

    How is this a troll? C and UNIX were both developed by an even bigger, eviler company than MS could ever hope to be.

  • by ketilwaa ( 1095727 ) on Saturday June 27, 2009 @03:04PM (#28496543) Homepage
    Interesting, compared to this [fsfe.org] which has been his comment earlier. Nice to see RMS give the Mono haters more fuel to their flame wars, so that developers can get tangled up in endless discussions about this in stead of actually hacking away. Again, this is one of the reasons GNU/Linux is not gaining more than it does. All MS needs to do in order to keep hackers busy not making great software (and cloning already great C# apps instead), is issue some kind of new vague statement on the nature of .NET. Then, we all lose. Like we've been doing since day 1. Nice. Thanks. With friends like these, who needs enemies?
  • Re:"M$" (Score:1, Insightful)

    by node 3 ( 115640 ) on Saturday June 27, 2009 @03:09PM (#28496589)

    OMFG, he used a $ for an S in MS! That's wonderful news. Instead of discussing the point he brought up, we can just complain about the $ and dismiss his criticism of Microsoft.

    It might be childish to use M$, but it's more childish still to dismiss his argument because of it.

  • by Jah-Wren Ryel ( 80510 ) on Saturday June 27, 2009 @03:13PM (#28496651)

    That's the point. He doesn't "have to." Every techie (possibly except him, though I doubt it) understood this years ago. By saying this now, though, he gets attention.

    Apparently not EVERY techie else it wouldn't have been included into Debian in the first place.

    He's saying it now because they are doing it NOW. Not because he is an attention whore.

  • Re:"M$" (Score:2, Insightful)

    by siyavash ( 677724 ) on Saturday June 27, 2009 @03:21PM (#28496693) Journal

    Sir, I fully agree with you. Slashdot's quality is getting lower and lower each week it seems. :(

  • Re:Yes to Mono! (Score:3, Insightful)

    by iggymanz ( 596061 ) on Saturday June 27, 2009 @03:21PM (#28496697)
    but recent gcc can't be removed with future patent or other legal claims restricting use or rights that exist now. GPL 3 license forbids it
  • by Blakey Rat ( 99501 ) on Saturday June 27, 2009 @03:27PM (#28496757)

    They signed a bad business deal, and that's somehow Microsoft's fault?

    Look, I'm sorry that the business world isn't all soft and cuddly, sometimes people who aren't careful (like Spyglass wasn't) get hurt. Tough shit.

  • by Directrix1 ( 157787 ) on Saturday June 27, 2009 @03:27PM (#28496759)

    That is a very shallow analysis. If I recall correctly Microsoft successfully sued TomTom for violating FAT patents in the Linux kernel on their devices. Furthermore, yes, if Microsoft took a litigious stance on .Net, then Mono would just get rid of the offending code. Thereby, breaking every single program written that depends on that feature. And M$ (yes M$) could do that over and over again, effectively killing the ecosystem on anything besides Linux. Stallman is 100% correct in his opinion here. Mono is good to run shit written in .Net. But don't rely on it as a platform in a free ecosystem. It is unadvisable in the long run.

  • by bonch ( 38532 ) on Saturday June 27, 2009 @03:29PM (#28496791)

    "Personal reasons" = he's a kook.

  • by myxiplx ( 906307 ) on Saturday June 27, 2009 @03:31PM (#28496811)

    20 years? How many examples do you want:

    - illegally burying Lotus 123, and replacing it with an inferior product
    - illegally killing stacker, and replacing it with the inferior doublespace
    - buying winternals, and burying one of the most promising security tools for XP I'd ever seen
    - illegally forcing their browser onto the market, creating some of the biggest security headaches IT admins have ever seen
    - changing file formats with every release for no reason other than to force companies to upgrade Office

    I'm a big user of Microsoft software, but I'm under no illusions as to their business practices, motivations, or horrendous track record when it comes to security and interoperability.

  • by lostmongoose ( 1094523 ) on Saturday June 27, 2009 @03:33PM (#28496825)
    Because they don't answer to RMS, and neither does anyone else. Open source is supposed to be abotu freedom and choice, not asking how high when people like him say jump.
  • by doshell ( 757915 ) on Saturday June 27, 2009 @03:34PM (#28496839)

    Read the OP. The words are his; I adapted them to point out his dubious stance of criticizing Stallman for calling mono evil and pushing an agenda, while he himself calls the GPL evil and even says that more software should be in the public domain.

    I'm not "for the GPL" or "against the GPL"; if I ever release source code it will probably be GPL'd (or BSD'd if I deem more appropriate), but I'm not denying anybody the choice. The OP on the other hand seems to think that developers shouldn't have the right to choose the license for the code they write (or I got him wrong).

  • by Trerro ( 711448 ) on Saturday June 27, 2009 @03:36PM (#28496855)

    Is Stallman also saying Open Office should be discontinued because it can read a Word document? The .doc standard is closed, heavily patented, rigidly controlled, and arbitrarily changed... yet I think we all agree an office suite that wants to be relevant better be able to save files in that format. So sure, use .odf as your default... but if you can't convert to .doc, you pretty much can't use it in the business world.

    What about Wine? That implements the entire freaking Win32 API. If Mono, which implements a single language and a single programming technology for using multiple languages (.net) scares him, Wine must have him jumping at shadows.

    Hell, even drivers could fall into this category. If you allow an MS mouse to function in Linux, are you afraid of patent suits there too? I certainly hope not, as mice are something you very much expect to work with zero effort.

    C# may have been developed by a big bloated corporation that many consider evil (or at least unethical), but so was C! (AT&T - anyone boycotting C/C++ over warrantless wiretapping? Didn't think so.) Does anyone coding in C or C++ (or making a compiler or IDE for it) seriously fear a patent lawsuit from AT&T?

    .net was clearly built as a Windows technology, but that's simply because MS made it. MS pretty much CAN'T claim patents on it, because .net itself implements so many languages that MS had nothing to do with developing, that I think it's safe to say any .net-based patent suit would die in seconds.

    I'm no fan of MS, but I really don't see a problem with Mono unless you have Stallmanian paranoia.

  • by satch89450 ( 186046 ) on Saturday June 27, 2009 @03:38PM (#28496885) Homepage

    Add to that the fact the M$ published the spec under a recognized standards body and that was the point at which the zealot's heads began to swell until the point of explosion.

    That "publishing under a recognized standards body" didn't stop RAMBUS from trying to pull a fast one. It all depends how Microsoft presented the specification that determines what they can and cannot do in court to cripple use of Mono. Most of the recognized standards bodies have required that the contributor(s) grant licenses to use the ideas described by the standard. The licenses do not have to be royalty-free, just "reasonable" and uniform. Most licenses have a fixed payment per use, which means that "free" is not an option.

  • Re:Confused (Score:2, Insightful)

    by synthespian ( 563437 ) on Saturday June 27, 2009 @03:39PM (#28496903)

    Nothing. This is Stallman FUD. This issue has been beaten to death. Mono works with an ECMA spec. That's it.

    Let''s do the rational thing: ignore Stallman. He's going the way of the dodo. More and more projects are open source and please-use-this-in-your-business-without-restrictions and he hates that world. He'd like everyone to catch his virus, but it's not happening.

  • Re:MS not M$ (Score:2, Insightful)

    by osu-neko ( 2604 ) on Saturday June 27, 2009 @03:44PM (#28496963)

    Technically, it's MSFT. MS is Morgan Stanley.

    So, Morgan Stanley was behind MS-DOS?

  • by Ilgaz ( 86384 ) on Saturday June 27, 2009 @03:46PM (#28496977) Homepage

    So, can you remember the leaked documents named ''Halloween'' something?

    Remember the weak point of Linux as reported? Easy to divide politically. Icaza and gang really serves this purpose well.

    I wonder if there will be one heroic developer with time to waste in hand will convert Tom Tom whatever that trojan is to GTK (remember GTK Icaza?) and Qt. In fact, while wasting time, I would use GNUStep and release same code on Windows, OS X and Linux. That would show what multi platform and open means to people spending time at Redmond while Open Suse releases a major version.

  • Re:Confused (Score:5, Insightful)

    by 99BottlesOfBeerInMyF ( 813746 ) on Saturday June 27, 2009 @03:50PM (#28497003)

    As non-american (your senseless patents don't apply), I'll re-ask the question again.

    Don't be absurd. Just because software patents don't apply in a given country doesn't mean they can't cripple Linux development in that country. Do you really think forking Linux and having all the countries that currently enforce software patents and all the companies that do business in that country developing one fork and the rest developing a different fork would not be a crippling blow to Linux? I don't care where you live, if all the Linux developers in the US are stopped from using the Linux after it started to include Mono and have to go back and rewrite all the subsequent application built upon it in 5 years time, that will hurt all Linux users around the world and significantly slow progress.

    You also failed to address my point about intentionally incompatible versions of standards. Since you're posting AC you're probably a troll. Get an account or make less trollish posts if you want further replies from me.

  • Re:MS not M$ (Score:5, Insightful)

    by Sir_Lewk ( 967686 ) <sirlewk@gmail. c o m> on Saturday June 27, 2009 @03:57PM (#28497045)

    Since I seem to have been unjustly voted overrated I'll back up my assertion with a quote from CmdrTaco himself:

    Ravn: Slashdot is well known for its bias (if you'll forgive the term) towards Open Source Software. Slashcode itself is Open Source. Why is this? What was involved with the decision to make Slashcode OSS? Why do you think it is important? What, in your opinion, makes Open Source Software so great?

    CmdrTaco: I'm a very biased person. And I bring many of my biases with me to Slashdot. No apologies are necessary ;) Slashcode is open source because my readers clammored for it in the late 90's. Today thousands of websites use the code. That's very cool. Unfortunately almost none of them contribute anything back, so while it was great for them, it continues to be a burden for us. Not every open source project is the kernel ;)

    http://www.cyberarmy.net/library/article/994 [cyberarmy.net]

    Ok, perhaps that quote doesn't perfectly illustrate a pro linux and anti microsoft bias. If you need anymore comfirmation though I suggest you look no farther than slashdot's "borg Gates" image they use for any microsoft related story. For better or worse, slashdot does have a bias and anyone thinking otherwise is quite foolish.

  • What's In A Name (Score:2, Insightful)

    by deanston ( 1252868 ) on Saturday June 27, 2009 @04:01PM (#28497093)
    MS or M$ - Who cares? If people use M$ you can see their bias right away, which may be a good thing to help you evaluate their position. Should a website thriving on user comments start implementing strict spelling rules? MS also stands for a disease, which I find kind of ironic. So does mono.
  • Re:"M$" (Score:1, Insightful)

    by CarpetShark ( 865376 ) on Saturday June 27, 2009 @04:11PM (#28497175)

    You're the one talking like a naive four year-old. The real world is much more complex than "just use microsoft".

  • but you actually want me to take advice on technology from this fossil?

    its hard to be an authority on a subject matter you do not fully and freely partake of, don't you think?

    "Just because the guy doesn't take the well-worn path he's out of touch?"

    considering that the concept of taking "the well worn path" and the concept of being "out of touch" are pretty much antonyms, then yes

    as for being an "intellectual conformist": conforming the validity of opinions to those who actually attempt to engage in the subject matter... that's not intellectual conformity, that's topical conformity

    i mean i have a great opinion for you on the proper engine to use in race cars. but i don't actually race cars. pffffffft

  • by jmorris42 ( 1458 ) * <jmorris@bea u . o rg> on Saturday June 27, 2009 @04:33PM (#28497393)

    > IS the goal to create a useful system or a pure system?

    Until now Debian has been clearly in the pure camp. Debian, moe RMS Pure than RMS over the GNU FDL. Debian, endless wanking over whether firmware blobs have to get yanked for two major releases. And so on. Now suddenly they are taking the Novell "Mono is just another managed code environment licensed under the GPL, nothing to fear here" position. when everyone else DOES see something to fear even if they ship Mono/Tomboy. Fedora is planning on tossing Mono out of the standard install and RH has never shipped it in RHEL because their lawyers are uneasy.

    In the end, if the system isn't fairly Pure it isn't ultimately going to be useful. Patents exist, FUD attacks work.

    Basically the only sensible way to treat C# is like Win32. It is OK to import Windows applications using Mono or Wine but basing core parts of the Free World on such apps is unwise. If for no other reason than basing our application stack on APIs controlled by people who want to destroy us is about as wise as the Western world basing our economy on oil imported from the Middle East. An argument can be made that we have little choice regarding oil but we most certainly do regarding Mono as we didn't creep into a dependency over decades we are being asked to walk into this trap with our eyes wide open.

  • so would the amish be a good group of people to consult on mono?

    i'm sorry, if the guy doesn't partake of contemporary technological reality, he's just a bizarre fossil, and his opinion loses validity

    i'm sure the man is a genius, but if he consciously curtails his involvement in how the rest world interacts with the web and adapts some alien SMTP modus operandi, i'm not going to take his opinion on web-related technologies seriously. you really think there's no basis for me doing that?

    now give me my troll mod for not kowtowing to the apparent sainthood of RMS in your eyes

  • by Anonymous Coward on Saturday June 27, 2009 @04:41PM (#28497471)

    Yes, Unix and C were developed by an eviler company than Microsoft... About 40 years ago. Any patents filed on the core of C or Unix have long since expired.

    When the GNU project started there were virtually no software patents, and what existed were effectively non-enforceable. It wasn't until 1981 that anyone really believed a software patent could be enforced, and not until the creation of the federal circuit (which handed the patent attorneys complete control of the courts for patents) in 1982 did you have any chance of enforcing one.

    The GNU project started at a unique moment in history when technology was cheap enough to make it possible but before the patenting of software could make it impossible.

    Were it not for work sparked by the GNU project unix systems would likely have died out over a decade ago, and certainly would have missed all the user friendly enhancements built by the linux distributions in the intervening time. There would also be a lot less open development generating an undeniable wall of prior art, catching up using 20 year old technology would probably not be possible.

    Because of the patent situation it seems pretty unlikely that the GNU project could be started today.

  • by jmorris42 ( 1458 ) * <jmorris@bea u . o rg> on Saturday June 27, 2009 @04:43PM (#28497481)

    > GNU and GCC are just as much open source implementations of proprietary technology...

    A couple of important differences.

    1. The patents have long since expired on the core ideas in UNIX. we are rapidly approaching the point where Linux has existed longer than a US patent is allowed to exist and BSD embodies almost all of the user visible APIs and goes back even longer.

    2. C is an ANSI Standard that again is older than any patent could threaten from. C++ is more recent but was developed by real standards bodies vs ECMA, thus any IP issues would be out in the open.

    3. C#, the CLR and the rest of Mono/.Net/etc are the sole creation of Microsoft Corp. Any changes can only originate from them, the tech is new enough to have patents pretty much anywhere and by their sole control of the language the can introduce whatever they want and we get to chase their tail lights because they won't have to disclose any of the new bits until they ship production code.

    So yes, had the GNU Project been operating in the toxic software patent environment we now have it is doubtful they would have been able to release GCC when they did, instead being forced to wait out the patents, but history is what it is.

  • by honkycat ( 249849 ) on Saturday June 27, 2009 @04:48PM (#28497537) Homepage Journal

    Using a web browser is not a prerequisite for being an authority on programming, let alone an authority on IP policy implications. What specific information is he missing out on by not using a web browser that gives you a reason to question his knowledge? Your little analogy about engines is laughably pathetic, unless you really mean to question the software experience of the guy who wrote emacs...

    In my experience, the real experts frequently don't have time or interest in mucking around with the latest flavor of the month technology because they're too busy thinking about real issues.

  • by arose ( 644256 ) on Saturday June 27, 2009 @04:48PM (#28497539)
    Donald Knuth doesn't use email, what could he possibly know about computers?
  • by CarpetShark ( 865376 ) on Saturday June 27, 2009 @04:55PM (#28497611)

    He does not personally partake of them because he doesn't have the time. He still participates in discussions about the technology, and was a visionary on the subject of standards (which greatly affect the web, in case you haven't noticed) probably since you were in diapers.

  • by VGPowerlord ( 621254 ) on Saturday June 27, 2009 @05:00PM (#28497667)

    It's like saying Adobe can lash out a patent against all .pdf documents which is impossible since Adobe passed on the PDF as an open specification. Eventhough Adobe invented it, they have no legal control over it anymore.

    Have you ever looked into why the Microsoft Office 2007 RTM had its PDF writer as an add-on rather than integrated into Word like it was in the Office 2007 betas?

    "Microsoft's general counsel told the WSJ that Adobe has threatened legal action unless Microsoft agrees to charge for the PDF support patch, a step it refuses to take."

    While Adobe can't lash out against PDF documents, it can against software that creates PDF documents!

    Incidentally, the actual MS Office add-on is still free, but the above quote was from 2006.

  • by cheesybagel ( 670288 ) on Saturday June 27, 2009 @05:02PM (#28497693)
    There are plenty of patent issues, and you cannot write desktop apps without using APIs outside the .NET ECMA specs.

    C# is important to the discussion because Tomboy, the application Debian decided it must have, is written in C#.

    GNU does not have to provide any alternative to .NET. Java is free software and Sun has released all necessary patents. .NET is a copycat of Java. It is better than Java at some things, worse at others, but both are evolving. Java is not encumbered, so why the hell should free software use patent encumbered .NET?

    Stallman does not see free software implementations of .NET as a problem since they provide interoperability with non-free software written for other platforms. He just claims free software should not be constrained by such limitations, and I for one agree with him.

  • Re:MS not M$ (Score:3, Insightful)

    by westlake ( 615356 ) on Saturday June 27, 2009 @05:10PM (#28497771)

    I suggest you look no farther than slashdot's "borg Gates" image they use for any microsoft related story. For better or worse, slashdot does have a bias and anyone thinking otherwise is quite foolish.

    Bias I can live with.

    But the Borg icon and the stained glass Window are simply flamebait from the nineties - and by now looking rather gray around the temples.

    If Star Trek can reboot the franchise to restore some of it's integrity, perhaps it's time for Slashot to do the same.

  • by Anonymous Coward on Saturday June 27, 2009 @05:15PM (#28497815)

    Funny, we've been a customer of Microsoft's for 20 years and have yet to experience this "raping" you speak of.

    How many times have you been forced to purchased another Windows license when you already had at least 1 that wasn't being used?

    I have 4 WinXP Pro licenses, but never used more than 1 at a time. I have 1 Vista license that I never wanted. It was forced on me. I feel raped.

  • by hey! ( 33014 ) on Saturday June 27, 2009 @05:19PM (#28497853) Homepage Journal

    Well, if you've ever had to make a business decision (as opposed to armchair quarterback), you'd know that "bad" is sometimes a relative term.

    If the choice is (a) sign a deal or (b) compete against the company that owns the platform your software have to work on, the scales are tilted towards signing the deal.

    Now you can argue it's Microsoft's right to use its platform control this way. It's a position worth discussing. But you shouldn't sneak that position under the "bad business deal" banner.

  • by Billly Gates ( 198444 ) on Saturday June 27, 2009 @05:19PM (#28497859) Journal

    If you do not like the mean bad old boss or I.T. department mendling on the systems you use at work then buy your own computer.

    Sorry RMS but work is not freedom. Its just a paycheck as you no longer own your time in exchange for money to live.

    If you are in charge of a system where other people at work need access to it and you are *paid* to keep it up then what are you supposed to do? Restrictions at work make sense as they are not being paid to play with their computers but to work.

    I think you can tell RMS is out of touch with reality. Administrators need complete control in order to lower TCO and keep productivity. I want the file server to just work in the office where is my power to enforce this?

  • Comment removed (Score:3, Insightful)

    by account_deleted ( 4530225 ) on Saturday June 27, 2009 @05:30PM (#28497945)
    Comment removed based on user account deletion
  • by Anonymous Coward on Saturday June 27, 2009 @05:31PM (#28497949)

    Microsoft sueing the mono project and forcing it underground through software patents would be an enormous shoot to the foot.

    Kind of like suing TomTom was a major shot in the foot? MS kept their patents, got their licensing fee from TomTom, and no one cares. What would really happen if popular applications were written for the Common Language Runtime (say, Firefox or OpenOffice) is that as soon as Microsoft sued Linux distributions who shipped Mono, users would just switch to Windows to run their applications. If there's anything to learn from the MS/Linux battle, it's that applications matter far more than operating systems.

  • Re:"M$" (Score:2, Insightful)

    by node 3 ( 115640 ) on Saturday June 27, 2009 @05:46PM (#28498053)

    Wrong. It's was childish of him to undermine his own point with that "M$" bullshit. You lose.

    Too bad I stated that using 'M$' is childish.

    Just as it was childish of me to mod your post down and bookmark your user page for the next batch of mod points.

    Knock yourself out. You aren't the first, and you won't be the last. Just remember, each time you do it, that it demonstrates your insecurity and is a reminder of the impotence of your passive aggresive existence.

    As for myself, it won't bother me in the slightest. Unlike a lot of folks here (judging from the 'don't mod me down just because you disagree' sigs), I'm perfectly fine with the fact that idiots are granted mod points. It's kind of sad that you'd rather waste them than use them to make things better for the rest of us, but whatever, they're your points.

    No need to reply, as I have no interest, nor feel any compulsion, to carry on a tiresome argument with you.

  • Re:"M$" (Score:3, Insightful)

    by Jugalator ( 259273 ) on Saturday June 27, 2009 @06:03PM (#28498195) Journal

    So you're unable to get your point across by spelling words properly?

    That part would be the childish thing about this, anyway.

  • The fantasist (Score:3, Insightful)

    by westlake ( 615356 ) on Saturday June 27, 2009 @06:22PM (#28498333)

    Are you sure you're not suffering from stockholm syndrome?

    Microsoft offers a bundle of products and services which have become the de facto global standard for office work.

    That solves many problems for your employer.

    He can open an office anywhere south of the Arctic Circle - an office of any size - with perfect confidence that an MS Office solution will scale to his needs and that local recruitment and training will present no particular difficulty.

    It is rather typical of the geek to focus on something like the "openness" of a file format - and miss the significance of The Ribbon.

    The Ribbon speaks directly to the productivity of the office worker - and nothing lies closer to the heart and wallet of the office manager.

  • Re:Confused (Score:3, Insightful)

    by peppepz ( 1311345 ) on Saturday June 27, 2009 @06:30PM (#28498391)
    No, you’re talking about cynicism, which you’re trying to sell as pragmatism.
    If you do not understand the motivations behind free software you’re more than welcome to keep using closed software, but you cannot criticize the free software community for trying to survive.
    Microsoft has already applied for patents on the .NET framework, and when they will start suing all the companies who distribute free software based on it - just like they have already done with tomtom - all free software based on .NET will be *gone*.
    So avoiding .NET from a free software point of view is not “religion” - it is basic, concrete, rational strategy. There are plenty of alternatives to .NET available to free software developers.
  • by Phatmanotoo ( 719777 ) on Saturday June 27, 2009 @06:40PM (#28498469)

    Any competent and well-informed programmer knows that the openness of C#/.NET is a total sham. Sure the core is open, but there's so many Windows-only extensions that it's virtually impossible to make cross-platform apps. Plus the fact that the Mono implementation is always waay behind Microsoft's.

    But MS has been very clever. They know that it's only technical people who can see this; the rest will just get the subliminal message that ".NET is now also cross-platform, just as Java".

    This is the real damage of Mono. Its existence provides the right excuse for PHB and clueless tech decision-makers to sway the decision towards .NET instead of Java, because, "hey, Microsoft is also cross-platform now".

  • Re:"M$" (Score:5, Insightful)

    by TarrVetus ( 597895 ) on Saturday June 27, 2009 @07:02PM (#28498639)

    It pisses off Microsofties, who, being narcissistic freaks, can't stand being reminded that millions of intelligent people hate them, their software and their company with a passion.

    I think it has more to do with wanting to see article descriptions that make an attempt at remaining neutral. Using "M$" is as charged and biased as saying "Linsux" or "crApple," and undermines the article post, making what would normally be a news post into an opinion editorial.

    Many people want to make their own decisions, and not be told what to think of things before even investigating them. Isn't that kind of spirit how things like the OSS movement started, anyway--not being told what or how to do things, but doing them for themselves?

  • Comment removed (Score:3, Insightful)

    by account_deleted ( 4530225 ) on Saturday June 27, 2009 @07:14PM (#28498733)
    Comment removed based on user account deletion
  • Re:"M$" (Score:3, Insightful)

    by Mr2001 ( 90979 ) on Saturday June 27, 2009 @07:27PM (#28498819) Homepage Journal

    How about even using a "portable" language defined and controlled by Microsoft? Sure, if you only care about Windows, use C#. But Microsoft has a long history of jerking around standards that it controls to make them impossible for competitors to adopt.

    The standardized version of the C# language is not controlled by Microsoft. It's, you know, standardized. If you're paranoid about MS pulling the rug out from under you in the future, then stick to the ECMA standard, and don't use the latest whiz-bang C# 4.0 features until and unless those become standardized too.

  • by Mr2001 ( 90979 ) on Saturday June 27, 2009 @08:10PM (#28499053) Homepage Journal

    1) Is there a licensing concern using the C# language, or any of the compiler technology? Specifically, are there any software patents that could be leveraged against the open source community for using the C# implementation that could result in a massive court action? I do not know the details of any agreements (if they exist) but knowing Microsoft's stance on OSS, there is certainly potential for future abuse. Something along the lines of "Use of C# on any non-Microsoft platform is henceforth prohibited."

    Since C# and CLI are ECMA standards, Microsoft is obligated to offer any such patents under reasonable and non-discriminatory licenses. That would rule out banning the use of C# on non-MS platforms. They've also gone further and said that any licensing would be royalty-free.

    That said... the idea that patents covering these technologies even exist seems to be a myth. I've never seen any actual patents referenced in any of these Mono threads, only scary hype about the possibility that they might exist undetected.

    2) Is C# considered an open standard? Secondly, is the specification controlled by Microsoft directly? Or, is it influenced by the communities? Java is a similar monster, but it's been my observation that Sun (Oracle) is a willing participant in the Linux/Unix space so it hasn't been such a problem. An Example here would be something like, "C# compilers and applications now depend on a library that is currently available on Windows platform, any reverse engineering or decompilation or efforts to replicate this library will result in criminal penalties."

    The C# language, the CLI (virtual machine) and core framework are ECMA standards. Microsoft could release C# 5.0 without submitting it to ECMA and impose draconian terms, but you could keep on using the older standardized version.

  • Re:The fantasist (Score:3, Insightful)

    by schon ( 31600 ) on Saturday June 27, 2009 @08:38PM (#28499269)

    Microsoft offers a bundle of products and services which have become the de facto global standard for office work.
    That solves many problems for your employer.

    No, it doesn't. It might, if the file formats weren't changed on each version solely to fuck all of their customers.

    He can open an office anywhere south of the Arctic Circle - an office of any size - with perfect confidence that an MS Office solution will scale to his needs and that local recruitment and training will present no particular difficulty.

    Only if the version he's using is the same as the version used in all of the other locations. Otherwise, he gets on the upgrade treadmill, and *everybody* gets fucked.

    It is rather typical of the geek to focus on something like the "openness" of a file format - and miss the significance of The Ribbon.

    Au contraire, it's rather typical of the MS shill/apologist to invent scenarios that don't actually happen in an attempt to claim that MS is a good solution.

  • by Anonymous Coward on Saturday June 27, 2009 @08:47PM (#28499339)

    I think that the Debian folks, although they are doing a impressive job in maintaining the project, are very close to a situation where one could wonder if they don't keep double standards. But to make matters more grim I can't help wonder if they didn't bring this whole situation upon themselves.

    When it comes to licenses and the slightest indication of software possibly being "non free" then Debian holds very high standards. And don't get me wrong: rightfully so. But where things started getting heavily off course (IMO naturally) is when they include broken software to make up for the loss of the original. There are many examples but the one I personally experienced was with Java. Instead of simply making the point "No, we don't include Java because its not open source" (an opinion which I still find highly questionable) they chose to include broken software and presented it in a way as Java (it "looked" and "felt" the same after all). Unfortunately, that horribly POS (personal opinion) wasn't even capable of getting people through the first chapters of the official Java tutorial [thejavatutorial.com]. A situation which I think has put many people on the wrong track with regards to Java, even to a point where they concluded that Java on Linux was broke.

    And now I'm wondering if that same approach hasn't moved many Debian (or deratives) users away from Java due to the extreme hassle around it only to adopt another (seemingly) better supported platform; C# in the form of Mono. Maybe this is a little too black/white portraited but I still think it might apply to some of them. So in that aspect I can't help wonder if Debian brought this entirely upon itself.

    As for Stallman and his worries; I have to agree to some extend. History has shown us multiple times that you can't trust MS with things like these. I'm even shocked to see that Debian would exclude the official Java implementation because they deemed it "not open source" (only because the source was freely available, but not under a license which people liked) but will happily include an environment which cannot be deemed entirely free (yet?). But on the other hand, if you take a closer look at MS's trademarks [microsoft.com] you will see that there isn't any friction (yet) when comparing those to what can be seen on the Mono website [mono-project.com].

    Because please bear well in mind the header of that MS page: "The absence of a name or logo in this list does not constitute a waiver of any and all intellectual property rights that Microsoft Corporation or its subsidiaries have established in any of their product, feature, or service names or logos.". But one could always wonder; should MS do start throwing some weight around; what is stopping Mono from changing their: "We provide C# on other platforms" to "We provide a MS powered java-like platform on other platforms.".

    All in all I think Debian is making a grave mistake, but I doubt it can result in a scenario as forewarned by Stallman.

  • by retchdog ( 1319261 ) on Saturday June 27, 2009 @08:49PM (#28499371) Journal

    Thanks to PCs, any slob in a smelly T-shirt can use linux.

    No wait, reverse that; even the well-groomed can use linux.

  • Re:"M$" (Score:3, Insightful)

    by Kjella ( 173770 ) on Saturday June 27, 2009 @09:00PM (#28499467) Homepage

    The standardized version of the C# language is not controlled by Microsoft. It's, you know, standardized. If you're paranoid about MS pulling the rug out from under you in the future, then stick to the ECMA standard, and don't use the latest whiz-bang C# 4.0 features until and unless those become standardized too.

    Spoken like a developer. And if I'm a user of some software? Everything is nice and crossplatform, but the primary platform is Windows. They go C# 4.0 and either Linux does too or it gets left in the cold. I get left in the cold. The whole concept is just as stupid as if Linux were to give up on OpenGL and try chasing DirectX instead, or abandon ODF and try chasing OOXML. It's the good old fashioned embrace, extend, extinguish again except Microsoft got us adopting their standards instead of the other way around. That they've managed to fool part of the community only means the community is being naive.

  • by Concern ( 819622 ) * on Saturday June 27, 2009 @10:29PM (#28500129) Journal

    The man basically made a lot of the internet and the modern computing experience possible. His foundation is responsible for some of the most vital, widely used, and essential software in use today.

    And yet whenever he opens his mouth, cue the ad hominem attacks. They come hard and fast. Ignore what he said. Just question his character - change the subject, pick apart some wacky thing from his life. That should settle the matter.

    Do you only converse with people who are absolutely normal, totally conventional, and who never make any mistakes in anything they have ever said? Because that's the only way you can bring this stuff up and be intellectually consistent.

    And what's worse, this is not the ESPN forums. We're supposed to be nerds here. The man can't be weird and still be right?

  • Re:"M$" (Score:3, Insightful)

    by Mr2001 ( 90979 ) on Saturday June 27, 2009 @11:37PM (#28500611) Homepage Journal

    And if I'm a user of some software? Everything is nice and crossplatform, but the primary platform is Windows. They go C# 4.0 and either Linux does too or it gets left in the cold. I get left in the cold.

    Er... how is that Mono's fault, or Ubuntu's fault for including Mono?

    An application that depends on .NET features that are only available on Windows is not a cross-platform application, it's a Windows application. The existence of more Windows applications doesn't harm you.

    Mono doesn't make your life any harder as a user. It makes your life easier, by giving developers who want to make cross-platform applications an easy way to do it (by sticking to the common features that Mono and .NET both support).

  • by man_of_mr_e ( 217855 ) on Sunday June 28, 2009 @01:10AM (#28501233)

    That's a ridiculous claim. I've seen Apple's source code for earlier versions of MacOS. It was written in Pascal. Windows was written in C. There's no way they could have used it. They could have based Windows on it, but then Windows would be substantially similar to MacOS at a low level... it's not. It's not even close. They both suck, but they suck in totally different ways.

  • Go with Stallman (Score:2, Insightful)

    by Anonymous Coward on Sunday June 28, 2009 @01:38AM (#28501359)

    I'm not a big fan of RMS. He's a bit of a nutter. But in this instance (ok, not exactly the first), he is absolutely correct. Inside every large horse that you see camped outside your walled city, lies an army waiting to kill you while you sleep. In this case, the horse has a large emblem written on the side that says "MONO", and inside is a patent minefield which wants to punch big holes in your city walls and bring ruin upon you. Microsoft teamed up with Miguel de Icaza to destroy Linux. de Icaza is no mere pawn. He is in league with microsoft. There is without a doubt, a paid connection between the two. Anything relating to mono should be an 'add on after', and not part of the native distribution. I have never expected microsoft to do the right thing, and they have never failed to disappoint. "MONO NOT WELCOME HERE" should be the official Debian line. Likewise with Novell. They did the dishonorable act, and now must be treated as the vermin they are. I don't want my system tainted with anything microsoft (I've seen, administered, installed and cursed their systems). I know exactly how bad microsoft software is. The only thing lower than the low low quality of their software is the moral compass of the company. Stay away from mono, and remove it from my Debian (and Ubuntu). Don't ever include it again, don't even consider that.

  • by Blakey Rat ( 99501 ) on Sunday June 28, 2009 @01:58AM (#28501427)

    As for part one - yuk! You people in cold climates should wash more often and it won't happen.

    Just FYI, I live in Washington State, and I don't have toe cheese, neither does anybody I know. The point that there's something *on* his foot to pull off in the first place is the opening act of the nasty; the part where he eats it is actually the encore performance.

    I can understand that - he's "eating his own dogfood"

    Eating dogfood would be substantially less disgusting. ;) (Yes, I know the phrase.)

    Exchange is definitely the worst email server in production on any platform

    I hope you're making use of hyperbole and don't genuinely believe that. Exchange is certainly not the best, but it's nowhere even close to the worst. Hell, it's arguably better than its direct competitor-- Lotus Domino-- and that's all that really matters. (It certainly uses less bandwidth than Domino.)

    The real genius of Exchange isn't the server; the server's an implementation detail and nobody really cares, except hard-core geeks. The real genius is the client software, which is quite simply excellent. To the end-user, the UI of an application *is* the application. (Thus: Outlook *is* Exchange, Lotus Notes *is* Domino.) I think if more open source developers realized that simple rule, open source could be vastly more popular.

    (although full backups are actually possible now so it has improved) so the email portion is easily replaced on the same or lesser hardware, but it's a matter of finding out what other portions the users require since it does a lot of other stuff.

    That "lot of other stuff" is the reason it's deployed.

    I disagree with the attitude to the CLI - that is the one thing that has made large linux deployments possible since you can run the same command or script on as many machines as you want.

    You could do this on an older Mac using AppleScript, for example, and never leaving the GUI. Unless you find some weird way of defining AppleScript as a "CLI" (which would be a huge stretch), you can do this particular without ever leaving the GUI.

    Also note that Windows designed the Registry specifically to address your problem... again without requiring a CLI. You can deploy a registry entry to thousands of machines, and they'll do your bidding.

    It might make large Linux deployments more pleasant, but that's only because Linux has no other technology designed for that purpose. It's definitely "possible" to do, other OSes have already done it.

    The main offender newbies hit is X windows configuration but there are now a few decent graphical ways to sort that out and you ALWAYS need a text based way to configure video so you can do something about it when the video settings are wrong.

    Yah, but all you need is a "Safe Mode" (to copy a term from Windows) that boots the GUI into a resolution that's guaranteed to work on every piece of video hardware. You don't need to be able to set every single parameter from a CLI, and your OS should protect you from picking un-display-able settings in the first place. And, needless-to-say, it shouldn't crash so often as to make this a consideration.

    Consider something like "powerdesk" or the multi-page nvidia or ati GUIs for video settings on MS Windows and you'll see how incredibly hard it is to have a GUI for something that only has a fraction of the options that X windows has

    Yeah, but those are shitty GUIs. And even those shitty GUIs are better than a config file-- for example, they're vastly more discoverable. I can guarantee you that if those companies hired a GUI designer and made them non-shitty, it wouldn't demonstrate your point.

    I frequently see this: "the CLI is good because [program with shitty GUI] sucks." No real surprise there, saying that a shitty GUI sucks.

    Personally I just copy the working nvidia dual head file to a new machine each time instead of the hunting through a maze of twisty config options that you would hav

  • Comment removed (Score:3, Insightful)

    by account_deleted ( 4530225 ) on Sunday June 28, 2009 @02:36AM (#28501547)
    Comment removed based on user account deletion
  • by petrus4 ( 213815 ) on Sunday June 28, 2009 @02:50AM (#28501631) Homepage Journal

    but I do in this instance.

    Linux IMHO should not be incorporating Microsoft's standards in any form. Doing so could lead to litigation, and eventually the death of the system.

    Ballmer would probably love to see Linux implementations of a few bits of Microsoft's stuff, purely so that he would have the grounds to sue someone later. Integrating such material is therefore very dangerous.

  • Re:MS not M$ (Score:3, Insightful)

    by TheRaven64 ( 641858 ) on Sunday June 28, 2009 @10:26AM (#28503635) Journal
    And for those eight years, twitter (the article submitter) has been a troll, operating dozens of sock-puppet accounts, with such a strong anti-MS bias that even most Linux-using FSF members find faintly embarrassing. I'm not sure what the relevance of twitter.com is to this article, but thanks for mentioning it...
  • by Anonymous Coward on Sunday June 28, 2009 @11:19AM (#28504019)

    "The man basically made a lot of the internet and the modern computing experience possible."

    So what? Metallica made a lot of heavy metal possible, and they haven't released a front-to-back solid album since 1988.

    Eventually you lose relevance - and the longer you stick around after having done so, the more of a parody you make out of yourself.

  • by shish ( 588640 ) on Sunday June 28, 2009 @11:50AM (#28504239) Homepage

    Linux IMHO should not be incorporating Microsoft's standards in any form. Doing so could lead to litigation, and eventually the death of the system.

    Should we also shun the UNIX specification, and ANSI C? (Both from convicted monopolist and lawyer-happy AT&T)

  • by IBBoard ( 1128019 ) on Sunday June 28, 2009 @03:55PM (#28506475) Homepage

    Given that Stallman recommends using the GPL rather than the LGPL to force people to open source their code rather than make use of a good library, that doesn't make much sense.

    It's fine to take a standard, make an open source implementation and then use it to run existing (generally proprietary if he had his way) apps in Linux (or GNU/Linux, or whatever), but writing open source apps that will run on that open source implementation is bad? What kind of logic is that?

    Being a 25 year old software developer/coder, I agree with the "why Mono isn't bad" post. Most people's concerns could be worked around, and as long as you stick to the standardised stuff and treat it first and foremost as "an implementation of a language" rather than "a port of Microsoft's technologies" then you should be fine. I use Mono because it's flexible, powerful, easy to distribute, easy to work cross-platform, and I can concentrate on the important things (functionality and design rather than malloc() calls). The fact that my app will generally work in MS's .Net framework and not just the Mono one is a bonus.

  • Re:"M$" (Score:3, Insightful)

    by Kalriath ( 849904 ) * on Sunday June 28, 2009 @09:58PM (#28508885)

    Actually, meta-mod doesn't work like that any more. It just picks random posts and goes "mod this up for the hell of it, or mod this down?"

    It's basically just an extra set of mod points with no accountability now.

"But what we need to know is, do people want nasally-insertable computers?"

Working...