Slashdot Mirror


We're Open enough, Says Microsoft

An anonymous reader writes "Microsoft Australia has come under fire from rival vendors and open-source advocates for keeping its Office document standards proprietary. Greg Stone, Microsoft's national technology officer for Australia and New Zealand, faced criticism during his presentation at the Australian Unix User Group conference in Canberra yesterday. However, he stood firm on the company's policy of making the XML schemas for its Office 2003 document standard publicly available provided interested parties sign an agreement with the software heavyweight. "Why should I have to sign an agreement?" one audience member demanded to know."

140 of 660 comments (clear)

  1. How right they are by Anonymous Coward · · Score: 5, Funny

    Just look at IE.
    Can one piece of software possibly be more open to exploits and viruses?

    1. Re:How right they are by pandrijeczko · · Score: 2, Interesting
      yes, its called LINUX

      Perhaps I can then be of some assistance to you.

      If you would like to share with me some specifics about the exploits you've suffered from in your usage of Linux, I will be more than happy to provide you with some advice on security techniques and server hardening if you so wish.

      I look forward to you providing me with the name and version of Linux distribution you are currently using that is suffering these problems. Once I have that information, I can then give you some detailed assistance with your issues.

      --
      Gentoo Linux - another day, another USE flag.
  2. So... by Anonymous Coward · · Score: 4, Funny

    "Why should I have to sign an agreement?"

    So Microsoft can own your soul, your offsprings' souls, their retroactive grandparents' souls, and the souls of everyone they come in contact with.

    In the form of a nice law suit.

    1. Re:So... by 0x461FAB0BD7D2 · · Score: 5, Funny

      And they say the GPL is viral!

  3. Feed me! by Anonymous Coward · · Score: 3, Interesting

    Ok can someone explain this to me.

    With Open Office, I can read and export every major Microsoft file in and out of OO.

    How much more open do you want?

    If you want to make applications which use MS file formats, Open Office code is freely available (open source no?) so whats stopping people from developing ?

    -SJ53

    1. Re:Feed me! by Anonymous Coward · · Score: 5, Insightful

      You are able to do so, despite MS best efforts. People had to reverse engineer the doc format to get this accomplished.

      So I don't really see your point. Just because people make great efforts to accomplish something that would be trivial if MS released the specs or adhered to an open standard, doesn't mean that MS is in the right, does it?

    2. Re:Feed me! by Anonymous Coward · · Score: 4, Insightful

      With Open Office, I can read and export every major Microsoft file in and out of OO.

      How much more open do you want?


      I want to be confident when I read and export Microsoft files from Open Office, when they reach their intended destination they'll actually still look the way they looked when I exported them.

      I want to be confident about this without having to keep a copy of Word around to check to make sure I didn't somehow accidentally trigger some minor incompatibility with the spec that OO committed because they don't have the spec itself.

    3. Re:Feed me! by Anonymous Coward · · Score: 4, Insightful

      "I can read and export every major Microsoft file in and out of OO"

      For now... wait until the next version of Office comes out... it isn't like formats can be reverse engineered overnight

    4. Re:Feed me! by realityfighter · · Score: 5, Informative

      Actually, OpenOffice's encoding for .doc doesn't work perfectly. And it's a downright bitch if you're trying to pass files between OpenOffice and Word. I was a freelance manual writer for a while, and my copy of Word self-destructed. (It wouldn't take the activation code that was printed ON THE DISK.)

      So I thought, time to switch to an open alternative. Bad idea. I couldn't pass edits to the engineer I was working with because every time I'd get back a file with corrupted layout and images about the size of Jupiter.

      As far as I can tell, this is because they have to build their .doc encoder based on intelligent guesswork. If the standards were open, they could get compatability spot on.

      --
      A strain of paranoid prevention can be worse than the disease, whate'er the intention.
    5. Re:Feed me! by miyako · · Score: 4, Interesting

      The problem is that importing .doc files into OO.org is a bit of a craps shoot, sometimes the document imports perfectly, other times it's usable but ugly, and sometimes it's so garbled as to be nearly useless. Not that I'm discounting the work done by the folks at OO.org or the other F/OSS projects that import .doc files (KWord usually does a pretty good job in my experience, and abiword tends to be all or nothing, though I haven't use abiword in a logn while, so it might be better now).
      Of course, support is always improving, but that's because the .doc format has been pretty stationary for a while, the new format will still require time to reverse engineer (assume the authors won't or can't agree to whatever MS wants them to sign). I suspect that there will be a decent amount of time where the new format is the preferred windows document format, but importing/exporting for Linux applications isn't quite good enough.
      Of course, the real problem, IMO, has little to do with the format itself, but with how often people send .docs for seemingly no reason. It aggravates me to no end how often clients and peopel from school send out emails with the text of the email in an attatched .doc file, when the content of the file is nothing more than plain text that could have simply been put in the email, or at least a plaintext file.
      A bit off topic, but also, why the heck won't MS Office import OO.org .swx files? The merits of each file format aside, I generally save office documents as .swx, and it's a pita when I have to open up the file and export it to a .doc everytime I want to send it to someone. Since OO.org is GPL (IIRC), would allowing Office to import OO.org files mean that it would have to be GPL as well, or is it just microsoft trying to fruther their monopoly?

      --
      Famous Last Words: "hmm...wikipedia says it's edible"
    6. Re:Feed me! by Anonymous Coward · · Score: 5, Insightful

      They probably won't look the same, except in the most trivial cases. However you don't have that level of confidence if you use one version of Microsoft Office and send the document to a user with a different version of Microsoft Office, so you don't have much to lose by using OO.o instead.

    7. Re:Feed me! by nmg196 · · Score: 2, Informative

      > With Open Office, I can read and export every major Microsoft file
      > in and out of OO.

      You can. In same kind of way that you can build a car with sellotape and cerial packets. You get something that's vaguely what you were after, but it doesn't look right and it's kind of messy.

      If you've ever tried it on anything other than a very simple letter, you'll know that it doesn't really work AT ALL. The formatting gets completely messed up, things get resized, the layout goes haywire, some text gets lots etc etc... It really doesn't work.

      Why? Because OO don't have access to the file format definition, so they have to guess everything. Unfortunatly, it's quite complicated, so despite lots of hard work, they get it wrong. Often.

    8. Re:Feed me! by ssj_195 · · Score: 3, Insightful
      A bit off topic, but also, why the heck won't MS Office import OO.org .swx files?
      It is not is Microsoft's best interest to be interoperable with an open-source competitor - if it could import and export to .swx flawlessly (pretty easy, since not only is the standard open, there's even a reference implementation!) a lot of headaches in switching to OO.o would disappear. Plus, it would lend OO.o credence.
    9. Re:Feed me! by ajs318 · · Score: 5, Interesting

      If MS Word could import and export .SXW files natively, there would be no need for MS Word in the first place. It's only the fact that Word -- and nothing else -- can read .DOC files properly, that keeps Microsoft selling it. If Word could import and export .SXW files, an organisation could keep just one PC with a copy of Windows and Office {plus OO.o export}, all the rest using OpenOffice.org, and use just this one machine for translating legacy documents.

      Now, MS Word has a macro language -- a bastardised dialect of BASIC -- and a document object model {though not quite like the W3C ECMAscript one} that allows the canny programmer access to every feature of a document. And the code to synthesise and analyse SXW files is open source. It ought to be very possible for some third party to write a Microsoft Word plugin to do absolutely seamless import and export of OO.o .SXW files .....

      If I had a copy of Windows and a copy of Office, I'd be having a go myself. As it is, I got clean three years ago and don't intend to relapse anytime soon. Someone else can have the glory.

      --
      Je fume. Tu fumes. Nous fûmes!
    10. Re:Feed me! by Anonymous Coward · · Score: 2, Informative

      No doubt the .doc export in OO.o is less than perfect, but I've seen the same problem you describe happen when exchanging .doc files between the same version of Word on different versions of Windows.

    11. Re:Feed me! by AttilaSz · · Score: 5, Informative

      OOo Writer has an "Export to PDF" menu point in the "File" menu. It is ideal for preservation of the format -- unless the receiving party needs to edit it, that is. But in vast majority of cases, just sending over something for people to read, PDF is sufficient.

      --
      Sig erased via substitution of an identical one.
    12. Re:Feed me! by j.bellone · · Score: 2, Interesting

      I haven't had any problems with the new beta 2.0 OO.org software; it works like a charm and looks even purdier than before. I was really impressed that I was able to transfer Word documents and Powerpoint presentations between OO 2.0, Office 2001, and Office 2003 without a problem.

      --
      I'm f#$king magic!
    13. Re:Feed me! by 4of12 · · Score: 2, Insightful

      Is it just me, or didn't Word have great import filters once upon a time? You know, back before Word was defacto standard?

      Yes, it did, back when Word had to compete tooth and nail with other products that were already established in the marketplace.

      Yes, MS can make good products with compelling features - if they are in a competitive marketplace.

      Once they dominate the market, though, there is no need to create what the user wants, just the need to lock-in users tighter to what they are already using.

      Exactly the same business model is seen with Internet Explorer which accumulated many great features while Netscape was a competitor and which stagnated with some non-W3C-standard, MS-exclusive behavior after Netscape's coffin was nailed.

      It would be better for everybody except current large shareholders of MS if the talent at Microsoft were redirected to what they are quite capable of doing: creating good products in a competitive marketplace. It's a tragedy for consumers and for MS programmers that they have to exist in a monopoly situation where the best business decisions are to build barriers to prevent users from moving to something different.

      --
      "Provided by the management for your protection."
  4. A better response to this by Umbral+Blot · · Score: 5, Interesting

    In reality there is no way MS will open up the .doc format. Lock-in for office file formats and the office products are central to MS's revenue scheme. The way to beat them is not to beg for them to open up their standard, but to create a better open standard backed by the community, one that is not layered in junk like the .doc standard is (why would you need to embed a video in a text document?). Then this standard could be supported by as many open source, and maybe even commercial projects as possible. With enough momentum we might be able to pull an adobe and create a format that is able to coexist popularly with the .doc format. It would be wonderful if MS would play nice; they don't have too, but we don't have to play their game either.

    1. Re:A better response to this by Bert64 · · Score: 5, Informative

      There is such a format, OpenDocument, it is supported by the upcoming openoffice 2.0 and the next version of staroffice and is listed on oasis-open.org, now if only other opensource apps would start to use it.. And perhaps commercial vendors like wordperfect and apple.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    2. Re:A better response to this by jazman · · Score: 5, Interesting

      > why would you need to embed a video in a text document?

      Why not? The other way is to distribute a bunch of files and have references in the document like "play video 1 now". If you want to distribute a document that describes a series of video clips, embedding those videos in the document itself is seamless.

      Just because the OSS community doesn't consider it necessary doesn't mean it's a daft idea. Geeks are completely at home with receiving a bunch of files and playing them as prompted within a document, but the average PHB who can't tell one end of a mouse from the other isn't going to want to mess around like that or to spend more than a microsecond trying to figure out why one of the distributed videos won't play on his system. Geeks will spend hours messing with GSpot and downloading codecs, but PHBs aren't going to fanny around with all that geeky crap.

      Plus any boss who fiddles with Linux for a bit isn't going to take long before concluding Linux is retarded because you can't embed video in docs like you can in Word. Sorry, but you have to address "what the users want" and not just "what the geeks want" if Linux is to take over from Microsoft. Windows may be the biggest pile of bugs since a very big pile of bugs but apart from keeling over once in a while it does do what most people want.

    3. Re:A better response to this by Pecisk · · Score: 2, Informative

      Hmmmm, AFAIK OpenOffice Writer documents can contain Video, Adio and all other multimedia stuff.

      --
      user@ubuntubox:~$ stfu This server is going down for shutdown NOW!
    4. Re:A better response to this by nmb3000 · · Score: 4, Funny

      While we're at it, let's solve world peace! All we need to do is get all the world leaders to sit down and back an idea on how things could be made better...

      Ok. I'll make a few phone calls and see what I can do.

      --
      "What do you despise? By this are you truly known." --Princess Irulan, Manual of Muad'Dib
      /)
    5. Re:A better response to this by One+Childish+N00b · · Score: 2, Insightful

      I think the gist the grandparent was trying to get across is that it is supposed to be a static text document for printing out, etc - a purpose which makes things like embedded music, video, etc obviously pointless. What the GP failed to take into account, however, was the fact that the Word format, like so many others, MS or otherwise, has been extended to do things far outside the scope for which they were originally created.

      However, as Word is still primarily a letter- and other dead-tree-distribution tool, I do agree that it is a little silly to have embedded video, etc - The only reason we ever do it where I work is to sneak pr0n and music clips through the filters, which drop multimedia formats but let Word docs sail through. I've never seen anyone, geek or not, send me a Word document with an embedded video in for a purpose other than that - our PHB's are far more traditional, and do all their irritating all-singing, all-dancing multimedia eyesploder documents in PowerPoint anyway.

      --
      Dealing with lawyers would be a lot less tedious if they all looked like Casey Novak.
    6. Re:A better response to this by fishbowl · · Score: 2, Insightful

      "Plus any boss who fiddles with Linux for a bit isn't going to take long before concluding Linux is retarded because you can't embed video in docs like you can in Word."

      I don't understand how you get from "Linux", an Operating System, to "Word", an Application, and compare the two as if they are equivalent.

      But it's clear that you haven't even used OpenOffice, and probably have not even used a well-configured Linux system. Like anything else, it's a bitch to configure from scratch (a little easier than Windows XP, with the right distro), but once that's done, there's really very little in the application space that's not covered. Including "embedded media in documents".

      The things that are lacking, tend to be due to legal restrictions (such as certain unsupported media codecs, or DVD playback, or driver support for certain hardware). But plenty of stuff does work, and works well, for those who bother to use it.

      It's not clear to me why the "Average PHB" would be using a personal computer in the first place, much less running Linux (or even Windows, for that matter).

      --
      -fb Everything not expressly forbidden is now mandatory.
    7. Re:A better response to this by molnarcs · · Score: 5, Informative
      That's what is great about the new OpenOffice.org format. (trying to build it right now, fingers crossed). According to oo.o, it is not only supported by the community, but also the European Commission as well:

      Beginning with version 2.0 OpenOffice.org uses the open standard OASIS OpenDocument XML format as the default file format. The OASIS OpenDocument format is a vendor and implementation independent file format, and thus guarantees freedom and independence. In addition to OpenOffice.org itself, the open source office suite KOffice as well as OpenOffice.org derivatives like the StarOffice software support the OASIS OpenDocument file format. The OASIS OpenDocument file format is also one of the file formats recommended by the European Commision. oo.o-2.0 feature-guide

      Fileextensions:

      • OpenDocument Text [.odt]
      • OpenDocument Text [.odt]
      • OpenDocument Text Template [.ott]
      • OpenDocument Master Document [.odm]
      • OpenDocument Spreadsheet [.ods]
      • OpenDocument Spreadsheet Template [.ots]
      • OpenDocument Drawing [.odg]
      • OpenDocument Presentation [.odp]
      • OpenDocument Chart [.odc]
      • OpenDocument Database [.odb]

      I think that this standarization might help in persuading governments to choose this new format. Although not an office suite strictly speaking, I wonder about abiword's default file-format... Does/will it use this new standard as the default as well (seems to be a good idea).
    8. Re:A better response to this by master_p · · Score: 5, Insightful

      A printed document is a different thing than a Hypertext document. The grandparent post is right: there should be no need to embedd a video in a document that is to be printed, i.e. used as a book, as written documentation.

      On the other hand, you are also correct, but what you are referring to are not paper documents, but hypertext documents. Hypertext documents should be able to have anything in them, because their sole purpose is to pass information around through computers.

      The difference between paper and on-screen documents is what caused your disagreement. Software vendors like Microsoft have either failed to realise this difference, or they deliberately ignored it in order to lock-in their customers.

    9. Re:A better response to this by RoLi · · Score: 4, Informative
      KOffice has been part of the OASIS-group and was actively developing the standard. (and of course they support it)

      AFAIK there are talks about Abiword joining in, too.

      Anyway, KOffice doing OASIS is great because it's much less bloated than OO.

    10. Re:A better response to this by Pete · · Score: 2, Interesting

      Not right now, no, but when Trolltech release Qt4 (later this year I think) it will be available under the GPL for Windows too. So we should have KDE4 (including KOffice) for Windows soon afterwards.

      Could be interesting. :)

    11. Re:A better response to this by JohnFluxx · · Score: 2, Informative

      I have also tried to persuade the gnumeric guys to support OASIS. The response was basically 'sure we'll export to it if someone codes it. It's up to the distro which format it will export to by default'.

    12. Re:A better response to this by MrMickS · · Score: 4, Insightful

      As a user why should I care about the difference? I'm making a document to send to someone, I should use a document editor. I don't care about what sort of document it is, I shouldn't need to know. I just create the document and distribute it in the most appropriate way. If its got video in then I know that it won't print very well but I understand that. Why should I have to create two types of document based on the distribution medium?

      --
      You may think me a tired, old, cynic. I'd have to disagree about the tired bit.
    13. Re:A better response to this by Anonymous Coward · · Score: 3, Interesting
      Here's my company's policy on Word docs. No, it's not a legal contract, but no one has sent us Word docs since.
      • The document contains no viruses or other malicious code. We understand that if it does we will be legally liable for damages.
      • The document is compatible with Word 98 (UK English edition) for Macintosh and has been tested as such.
      • The copy of Word(TM) used to create this Word(TM) document is legally liscenced.
      • None of the document data is confidential, including hidden information such as the author and revision history.
      • In the event of Word(TM) being withdrawn from the market for whatever reason, you the sender will convert all Word documents sent to an alternative format at your own expense.
    14. Re:A better response to this by civilizedINTENSITY · · Score: 3, Informative

      Why should I have to create two types of document based on the distribution medium?

      Interestingly enough, that requirement was a good chunck of my Organizational Theory/Behavior class last night. You always have to match the presentation of the message to the medium. A large part of the "barriers in formal communication" section of that lecture was about people with attitudes exactly as what you just expressed. Effective communication can mean just a timely text-based email. Or a 30 minute movie. It depends on who, and why, you are communicating. But awareness of the limitations of various media is always necessary. And sometimes, those limitations actually enhance the message by limiting noise.

    15. Re:A better response to this by pandrijeczko · · Score: 2, Interesting
      It's only dogma that tells you that a "text" format doesn't need support for video.

      Actually, it strike me as common sense.

      Firstly, how much of what Microsoft produces do you honestly believe is created because the users have demanded it? I'll tell you the answer, none of it.

      Since around Office 97, Microsoft has simply been adding features & formats to Office purely to create some justification to users to go spend more money on an upgrade - most users are too innocent & trusting to know what they want and probably around 90% of them use about 10% of Office's core features.

      Added to this, why in heck do we need another document format purely to embed video in it? Web developers already do that every day of their lives using HTML and embedding some Marcomedia Flash in it... talk about Microsoft re-inventing the wheel...

      Instead you see a chance to push the UNIX philosophy down people's throats. This is classic flawed OSS thinking.

      Actually, you're thinking is totally flawed. OSS does not equal UNIX; otherwise, please explain how come OpenOffice also runs on Windows?

      You can't replace the .doc format until you understand what people use it for.

      They use it because it's there. They do and use what Microsoft tells them to because they do not have any inkling about the ramifications of using a closed information format means to the distribution of information.

      "why would any sane developer want to prevent someone from doing that when a component-based architecture makes it so easy?"

      Yeah, and an open component-based architecture makes it easy for everyone, not just those who can afford to throw some money in Microsoft's direction.

      --
      Gentoo Linux - another day, another USE flag.
    16. Re:A better response to this by 1u3hr · · Score: 2, Interesting
      >>I think someone who embeds video in a Word file is retarded. Make an HTML file. Or Flash. Or whatever presentation format.

      >Word *is* a presentation format.

      >As is anything else that isn't plain text.


      OK, strictly you're right. By "presentation format" I was thinking of something for making presentations; eg PowerPoint. Word (notice the name "WORD") can be used for lots of things, as you can drive a nail with any heavy object, but I think prinarly for creating printable documents. Movies aren't.


      But working in publishing as I do, I don't think of Word as a presentation format, but an authoring environment. Once the author is done with the text, I export it to marked up plain text and use a real DTP app to get ready for print. And often authors embed illustrations in Word; it's possible to extract them but often they're munged into uselessness and I have to get them separately. Embedding videos in Word strikes me as a stunt, perhaps a subterfuge to send porn, and a stupid way to lock up data in a weird format.

    17. Re:A better response to this by jtpalinmajere · · Score: 2, Insightful

      I think the problem here is not whether or not the OS community can come up with a 'better' document or a comprehensive office platform to create, edit, and view said documents, but whether the OS community can come up with ONE and ONLY ONE 'better' document.

      One of the recurring principles of the OS community holds them back in mainstream competition of 'universal formats'. The principle? Choice.

      The pattern is already evident in which text editor people consider to be the best for one reason or another, or Linux distro, or network sniffing tool... the list goes on and on. This is not to say that any of these tools are bad tools, but there's not a universal set of 'official' tools to use. The same could be said with the proposition of competing with MS file formats. I guarantee you that if anyone cited a specific file format as being a candidate for competing, there would be at least 5 other people representing significant populations of the OS community saying that their favorite file format would be a better candidate for X or Y reason.

      The bottom line is, who among the OS community is going to have the authority to decide which format will be the competing candidate? The instant such a person / body of people is determined they will have to put themselves in the same position that MS is in. Controlling the file format's capabilities, along with the capabilities of applications using said file format, would be a necessity in order for it to be a standard format and application. Sure it might be 'open-source' and open format, but without ONE tool that does it all on that ONE format... it simply won't compete.

      And lets not kid ourselves here. The vast majority of people who would like to compete with the MS formats would not be satisfied with simply coexisting with it at some level. It would have to be a near complete replacement of the format to be of any use. Why? The same reason that people have so many problems trying to communicate via docs nowadays. If there's two types of documents and person A uses doc X and person B uses doc Y and there's no real conversion between the two...

      No, it would have to be a landslide replacement of the format. Competing on the operating system level is a whole different ballgame than competing on the file format level. With an OpSys you can use it for countless things under countless configurations. With a file format you have but a single purpose... create a document to communicate to others with. There's not really room for 'multiple alternatives' here, especially because of the nature of a document. If the person you're trying to communicate with cannot read it, then the existence of such a document is moot.

      So then how do you go about doing this? Simple. Ignore its existence and create a file format and office suite that doesn't do any doc importing or exporting whatsoever. Then stop using Office altogether and request that employees who send you doc files to use X piece of software instead since you can't read what they gave you. And of course it would have to be a somewhat globally orchestrated effort. They'd all be pissed... and management especially, because these people don't like change being imposed on them even if it costs nothing.

      Which brings me to my final point? Who are we to impose change on everyone else simply because we thing our solution is better... even if it IS better? By doing so we become what we hate by doing what our enemy does, but at the opposite spectrum. And then once we've gained market dominance we begin to impose adherence to our standard just as MS currently does. Even if such software was 'free' we'd be charging people their soul just as MS does now.

      Let's face it. The very principles that define who we are prevent us from succeeding at such an effort. To do so would be paradox.

  5. Too True by rathehun · · Score: 4, Insightful
    He said open and proprietary standards could co-exist, arguing Microsoft promoted common development of standards by sitting on all of the representative bodies working on them.


    And opposing every one of them? This is like the US saying that it "protects everybodys interests by sitting on the UN" - and then using its veto for say - The International Criminal Court.


    Just too scary.

    1. Re:Too True by EdmundSS · · Score: 3, Interesting
      Of course you're feeding a troll, with a further troll (as I am, I guess).

      extradited for trial by a court run by the UN? Yes. If the US is so confident that its citizens' actions are justifiable, then let them be judged by international law. Refusal is just cowardice.

      Oil for Food scandal? ... was the result of inadequately policed sanctions and corruption (allegedly involving US citizens among others). Sure the UN is responsible, in the same way a CEO is. But it is not an "organisation that brought us the ... scandal".

      put Libya on the human rights board? This, alas, was the democratic vote of the countries involved. Democracy doesn't always deliver the result you/I want. Consider (depending on your POV) a) Bill Clinton; and b) George W Bush.

      stuck with a judge from the other side? So you don't believe judges try to be impartial then?

      Edmund.
      (Mark me as troll/off-topic if you must.)

    2. Re:Too True by geoswan · · Score: 2, Informative
      Would it be agreeable to you to allow citizens of (insert your country here) to be extradited for trial by a court run by the UN? The same organization that brought us the oil for food scandal? The same organization that put Libya on the human rights board? At times when nations are feuding with each other, what do you think your chances would be if you got stuck with a judge from the other side?

      Citizens of various countries were kidnapped, in the middle of the night and shipped to Guantanamo Bay, where they were held, without trial, without being charged, without even being permitted to learn what, if any, evidence there was against them. Let me suggest that this US policy is more antidemocratic, more contrary to the principles of fundamental justice, and more to be feared than your hypothetical UN extradition strawman, where, at least, the prisoners would have charges laid against them, would be free from the fear of torture, and could expect a reasonably fair trial, where they could actually hear the evidence against them.

      Did the UN system allow Saddam, and collaborators in other nations to loot the oil for food funds? Yes. The USA is one of the five permanet members of the UN Security Council. So, why doesn't the USA share some of the responsibility for this scandal?

      The CPA took over the administration of the remaining $20 billion in May of 2003. Was Iraqi money looted during Paul Bremer's stewardship? Yes. Billions went missing. He blew through almost all of the Iraqi money in not much longer than a year, with very poor audit controls. Billions were expended with no sign that the expenditure was actually spent on anything that benefitted Iraqis. On a year by year basis a greater portion of the funds can't be accounted for when it was under Paul Bremer's stewardship than when it was under the UN stewardship.

      Yes, I know this is "off-topic". It is worth losing some karma to challenge the flawed reasoning of the parent post -- which, moderators, is just as off-topic.

  6. big blunder man... by William+Robinson · · Score: 2, Funny

    No use being Anonymous Coward. You used IE, and they know it now.

  7. Open enough meaning by Anonymous Coward · · Score: 3, Funny

    You'll still be completely and totally unable to use Word files in non-Microsoft applications, except in a buggy and incomplete reverse engineered form.

    But that's open enough to suit Microsoft perfectly fine.

  8. Re:eeehmm by Kremmy · · Score: 2, Informative

    XML is not a Microsoft format, it's a markup language. RTF is closed, and txt is ASCII standard. Sure they can export to other formats, but the point is that the reason you want to use the native format to begin with is the markup and formatting. If you're just going to export to text, why use Word at all?

  9. That's their decision by Anonymous Coward · · Score: 5, Insightful
    'Why should I have to sign an agreement?' one audience member demanded to know.

    Because you want something that they have. They developed the file formats, so they own the intellectual property. If you want them to spell out how they work for you, you'll have to play by their rules. If you don't like that, that's fine too. You don't have to know now their file formats work to use their product, and when it comes down to it you don't even have to use their product.

    This seems to me a lot like the BitKeeper debacle. It's all about contracts: the people who have something of value get to dictate the terms of the contract. No matter how much you complain about it and say "but file formats should be free!", that's not going to change.

    1. Re:That's their decision by mcc · · Score: 5, Insightful

      They developed the file formats, so they own the intellectual property.

      Of course, after they developed the file formats they violated United States antitrust law and were found guilty, and in lieu of sentencing agreed to a settlement which (in spirit, even if it contains many loopholes in letter) stipulated they must open up for use by the public the file formats, APIs, etc, which they own.

      But, y'know, little niggling details.

    2. Re:That's their decision by 1u3hr · · Score: 4, Insightful
      Because you want something that they have. They developed the file formats, so they own the intellectual property. If you want them to spell out how they work for you, you'll have to play by their rules. If you don't like that, that's fine too.

      This is in the context of governments storing data in proprietary formats. The public information would then be available only to those who use MS software or signed such an agrement with them. That's the objection. The "something they have" is the information that you have a right to already, but can't use without MS's permission.

    3. Re:That's their decision by Raphael · · Score: 2, Informative
      If you want them to spell out how they work for you, you'll have to play by their rules. If you don't like that, that's fine too. You don't have to know now their file formats work to use their product, and when it comes down to it you don't even have to use their product.

      I don't think that the problem is really about understanding how these file formats work. The old .doc format has been reverse-engineered successfully (including features that were not documented by Microsoft) and most parts of the new Office XML format are trivial to understand.

      The problem is that XML uses schemas for defining how the data is stored in the document (data types, structure, etc.) and for telling the parsers how the documents can be validated and processed. By not allowing free distribution of this information, Microsoft is making it very difficult for other tools to process the Office XML documents. All Office XML documents contain direct references (URIs) to this information. So regardless of whether the developers of the other tools understand the file formats or not, their tools cannot process the XML documents in the "right" way because the schemas are not available freely.

      --
      -Raphaël
  10. Re:eeehmm by cuerty · · Score: 2, Interesting

    XML, RTF and TXT are not closed, basically they can be open with most text editor.
    The problem is that many goverment institucions give info or documents in propietary formats, as microsoft word .doc files or excel tables. In that case if you wan't to read that you'll need to sing an agreetment with Microsoft, even if you are gona to export it to another format 5 secs after have opened it.
    BTW: XML itself is not a format :D

    --
    >Linux is not user-friendly.
    It _is_ user-friendly. It is not ignorant-friendly and idiot-friendly.
  11. Agreement by JanusFury · · Score: 3, Insightful

    However, he stood firm on the company's policy of making the XML schemas for its Office 2003 document standard publicly available provided interested parties sign an agreement with the software heavyweight. "Why should I have to sign an agreement?" one audience member demanded to know.

    Isn't this basically the same as me agreeing to the terms of the GPL when I download GPLed source for a library or app that manipulates some open source document format? The only real difference is the terms of the agreement.

    --
    using namespace slashdot;
    troll::post();
    1. Re:Agreement by mcc · · Score: 2, Informative

      No.

      A legally binding contractual agreement which you must sign in order to read a document and which restricts both your behavior and what you may do with the information contained in the document is in no way similar to a license attached to a document which says "if you wish to make copies of this document and distribute them to others you must satisfy certain conditions, if you cannot meet these conditions then do not redistribute this document".

      Similarly signing an employment contract with the company you work for is not "basically the same" as the "All rights reserved." notice printed on a compact disc you buy.

      Have a nice day.

    2. Re:Agreement by Sircus · · Score: 2, Informative

      Define "use". If you use the code internally in your company, you can do what you want with it, including combining it with proprietary code, making changes that you don't distribute, etc. Only once you distribute the code to someone else do you have to abide by the GPL's provisions that said someone else has a right to get a copy of the source (including your modifications).

      --
      PenguiNet: the (shareware) Windows SSH client
    3. Re:Agreement by mcc · · Score: 5, Insightful
      If I use code that's licensed under the GPL, I have to agree to the terms of the GPL, yes?

      No.

      From the GPL:
      Activities other than copying, distribution and modification are not covered by this License; they are outside its scope.
      If by "use" you mean "redistribute" then things are more complex, but since at the moment you are trying to compare the GPL to a contract which must be signed in order merely to read a certain document, there does not seem to be any reason to focus on redistribution unless you are trying to change the subject and/or create an aimless flamewar.
    4. Re:Agreement by dossen · · Score: 2, Informative

      Well, AFAIK you do not have to agree to the GPL to _download_ and _use_ Free software. The GPL is a copyright license, which provides you with the right to distribute the software. Assume that I sell or give you a GPL'ed program (and that I include the source and the license) - you are now in possesion of a legal licensed copy of the program, which you may install and use on your computer as much as you like (copyright/fair use allows the internal copying needed to use the software). If you choose to accept the GPL, you are granted additional rights, above and beyond what copyright/fair use gives you, to copy, distribute, and modify the program, as long as you distribute under the terms of the GPL. If you don't believe me, check the GPL (http://www.gnu.org/copyleft/gpl.html) yourself. Term 0 spells out what activities are governed by the GPL.

    5. Re:Agreement by strider44 · · Score: 2, Insightful

      In addition, the GPL is only under distribution. You can use the software in whatever way you like, but if you distribute it then you have to agree to the terms under the GPL.

      However the Microsoft agreement is not similar to the GPL in any way since you are just licensing the documentation of the format under the terms that you pay Microsoft money, you don't distribute it and you don't use it in any open source projects. You also have to give Microsoft privelages to your software including auditing, create your own implimentation, and agree to put all the proposed "features" in your software (i.e. DRM and palladium) and add new features if Microsoft decides to impliment them. To even read or use the documentation you have to agree to their license.

    6. Re:Agreement by fishbowl · · Score: 2, Insightful


      >Similarly signing an employment contract with the
      >company you work for is not "basically the same" as
      >the "All rights reserved." notice printed on a
      >compact disc you buy.

      Being rejected by a potential employer because you are too great a risk, having the conflicts of interest that come from signing agreements with competitors, comes to mind as a possible reason to want to avoid signing any NDA or certain kinds of licenses.

      --
      -fb Everything not expressly forbidden is now mandatory.
  12. MS Half truths by Neo-Rio-101 · · Score: 4, Insightful

    While Microsoft is not going to fool a group of ol' beardy UNIX gurus, it can still fool the general public who aren't in key with how MS operates.

    "Open Source" has become a bit of a buzzword these days. I figure that Microsoft reckons that it can ride on the open source wave by twisting the meaning to it's own benefit. Not too unlike their so-called "Open Licensing" or whatever-it-was initiative.

    No MS. You can say it as many times as you like, but until you release Windows under an open source licence you will never be truly open. Charging money to see source code is not "open source".... so no, you can't play in our sandpit.

    --
    READY.
    PRINT ""+-0
  13. Open source is Evil! by aitio · · Score: 2, Funny

    Ask Linus. Proprietary is the way to go.

    And you all knew this was coming.

    --
    Quidquid latine dictum sit, altum sonatur.
    1. Re:Open source is Evil! by Anonymous Coward · · Score: 4, Insightful

      He didn't say it was the way to go. In fact, quite teh opposite, he advocated alternative open source software. What he said was that he didn't advocate reverse engineering closed source software. He went on to say that a company has a reason for closing the software down and it's no right to crack it just because we can. But he certainly never said he was in support of closed source software.

  14. What a day... by goMac2500 · · Score: 3, Funny

    Earlier I posted on how today Microsoft had declared beta software as ready for production, and how root is apparently completely safe. Microsoft calling themselves open source enough just takes the cake though.

  15. and... by Anonymous Coward · · Score: 5, Funny

    our customers are also opened enough....we only have to give them a litle more vaseline to maximize the opening

  16. Re:eeehmm by Anonymous Coward · · Score: 2, Funny

    you'll need to sing an agreetment with Microsoft

    Swaaaaannieeee - ohhhhhh how I love ya, how I love ya, Swaaaannnniiiiiieeeeeeeee!

    Oh you meant "sign" an agreement... my bad. please spellcheck in the future,

    plskthx

    AC

  17. Open enough... by Mjlner · · Score: 2, Interesting

    ...would mean (for me) that the XML schemas would be available publicly over the net. The benefits for all application developers, using MS file formats, would be huge. Say you have a web service and need to receive Office files from whatever clients you have. If the schemas would be directly available through a URL, you could use wichever parser suits you best and check the files for correctness (ie. do they contain the information you need). The possibilities would be enormous.

    --
    Lemon curry???
    1. Re:Open enough... by TapeCutter · · Score: 2, Interesting

      "The benefits for all application developers, using MS file formats, would be huge." - Agreed, but what would be the benifit to MS who after all, (Anti-trust/ethics to one side), developed and own the popular, but non-standard formats. I don't own MS shares but I would be the first to sell them if MS suddenly "saw the light", published all of thier formats and dropped any sort of restrictions on using them. The software services giants would assimilate all the free IP and simply move on.

      In the current environment chasing compatibility with Word formats is not enough. To gain rapid and widespread acceptance you need something that, in the eye of the user, subsumes and significanly improves the capabilities of Word formats. Standard and free are obvious improvements, but you are still left with "subsume", ie: doomed to playing catch-up and fighting FUD.

      I don't know the solution, but whatever scheme someone comes up with the "tricky part" is to get the IP laws changed and in such a way that it avoids massive uphevals in the job-market and also increases the rate of innovation (and thus opportunities) in the industry. In other words any practical solution must be a compromise that allows a company to profit from being "first" but also stimulates the industry as a whole. It would also be kinda nice if the industry stimulation was actually useful and interesting work but this is a secondary requirement since it does not put bread on the table.

      Since humans first started grunting at each other, exclusive knowlage has equated to exclusive power, those who have it tend to want it kept secret lest it loose it's power. As an example, hands up all slashdotters who would freely publish details of something that they had discovered could, against all common-sense, predict lotto numbers with 80% accuracy. Now keep your hand up if you would publish it before collecting a few bucks in prizes.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
  18. "We are open enough" by should_be_linear · · Score: 2, Funny

    I thought man was talking on malware authoring conference.

    --
    839*929
  19. Why shoud I have to sign... by drgonzo59 · · Score: 5, Interesting
    "Why should I have to sign an agreement?" one audience member demanded to know.

    What would the agreement do? The standard is either open or not (specification is published or withheld). Does it mean that any program that reads the file in this "open" format is bound by this agreement? I can see someone writting "Here, I sent you a powerpoint presentation and I also had to attach the 3 page agreement that you have to sign and send to Microsoft along with your name, date of birth, social security # and all your bank information. Then you can open and use my file. If you don't Bill Gates will come in person and take your firsborn child. Have a nice day, -Your dearest friend Jojo"

    1. Re:Why shoud I have to sign... by Zero+Sum · · Score: 4, Funny

      Well, using GPL fonts in a document means the document has to be open, does it not?

      --

      Zero Sum (don't amount to much). [root@localhost]

    2. Re:Why shoud I have to sign... by ajs318 · · Score: 5, Informative

      Only if you are going to modify the document, then distribute it outside your organisation; and even then, you might have to modify the actual font. Otherwise, embedding a font into a document -- provided it is done in such a way that the complete font can be recovered for use in other documents -- would be considered "mere aggregation". At any rate, a document is not generally considered to be a derived work of a font.

      --
      Je fume. Tu fumes. Nous fûmes!
    3. Re:Why shoud I have to sign... by BVis · · Score: 2, Funny

      And because you read it on /., it MUST be true >:)

      --
      Never underestimate the power of stupid people in large groups.
    4. Re:Why shoud I have to sign... by Hynee · · Score: 2, Funny

      Indeed. Can I read your email because it's in Thunderbird?

      --
      Damn, I already moderated this topic. Now I'll have to log in with my sock puppet to comment.
    5. Re:Why shoud I have to sign... by bigman2003 · · Score: 4, Insightful

      "Why should I have to sign an agreement?" one audience member demanded to know.

      If I were the guy on stage, I would be very tempted to reply with "Why should we open this up to you anyway?"

      Some people expect a lot- for nothing.

      It is amazing who you meet when you do something 'for the public.' I run a totally-free, totally-unsponsored web app. It is a combination calendaring/weight and exercise tracking/reminder/organizer/bulletin board. Think Weight Watchers on-line for free - with a calendar.

      It is surprising how often people send me things like - "I won't use your system until you do xxx" or more commonly "I DEMAND that you make the following changes or we will stop using your system."

      That is why I went from being an involved host, to being the guy who is seen as a dis-interested developer. The moment you show interest, there will be a bunch of people (about 5% as far as I can tell) who feel that it is their god-given right to demand that everything works exactly the way they want it to. And instead of just going away, they do things like organize a boycott, and post hundreds of messages in the bulletin board complaining about the perceived problems.

      What the complainers don't realize, is that they only make up a small percentage of the users, and the other 95% use the system and are fairly happy. Of course there were other people who were un-happy, and they moved on- possibly to Weight Watchers, where they are paying $200/year- of COURSE it is better, I am sure they have more than one developer.

      So- I am not saying that Microsoft should, or should not open up their system more. I am just saying that there is always at least ONE jackass out there who feels that the world owes them everything, just for the honor of having the jackass use their software.

      --
      No reason to lie.
    6. Re:Why shoud I have to sign... by 99BottlesOfBeerInMyF · · Score: 3, Insightful

      So- I am not saying that Microsoft should, or should not open up their system more. I am just saying that there is always at least ONE jackass out there who feels that the world owes them everything, just for the honor of having the jackass use their software.

      You're extrapolating your experiences and applying them to Microsoft. Unfortunately you are failing to account for the fact that Microsoft does not behave the same way you do. First they are a monopoly convicted of abusing that monopoly position to illegally crush competitors and force both behaviors and financial penalties upon their customers. The fact that the government has not mandated open formats from MS is a clear indication of just how corrupt they are.

      Users deserve an alternative to being locked in by a monopoly and if someone feels like yelling that at a representative of these criminals, I'm all for it.

    7. Re:Why shoud I have to sign... by drgonzo59 · · Score: 2, Insightful
      Well I see your point. But the problem is not whether Microsoft should be forced to be philantropic and volunteer their format or not. It is obviously up to them. The problem is that if they claim to be so _nice_ and say that the formats will be open but then have you read and sign EULAS that have hundreds of exceptions and restriction then they are not really opening the format and are just baiting other companies and users to use the format, then years later find a way to sue everyone who uses the open format, or demand royalties or something like that.

      It is not the idea that is bad it is the fear that if the idea is comming from a big corporation, especially Microsoft (the least "open" software company) then it probably doesn't mean what it seems to mean on the surface and is PR hype, marketing or just "dust in the eyes" type thing. Remember the Blockbuster "no late fees." it doesn't matter that it sounded ridiculous and unreal and people should have read the fine print, the problem is that the marketing was designed to trick and lie people and I don't think MS is better than that.

    8. Re:Why shoud I have to sign... by walt-sjc · · Score: 3, Informative

      Yes, yes, all well and good except that MS has been found guilty of using unfair business practices to maintain and extend their monopoly. Lotus Smartsuite and WordPerfect Office are effectivly DEAD due to the bundling issue. IMHO (and I'm not alone) MS should be forced to open the file formats to restore competition in the marketplace. How can wordperfect compete when MS was basically giving away the full office suite for $100 (as a bundle when you buy a PC loaded with Windows)?

      The bottom line is that we (consumers, businesses, government) are all harmed when competition is eliminated in the marketplace. MS no longer charges $100 - it's $400 for the pro bundle now (now that the competition is gone) which is just a little less than non-bundled price. Lotus and WordPerfect could not compete with a $100 office suite. They Could compete with a $400 office suite, *if* the market were still competitive.

    9. Re:Why shoud I have to sign... by 0racle · · Score: 2, Insightful

      How is this holding your data hostage again? You chose to use Word, your friend didn't. You redily admit that there are ways around it but you don't want to use them. Isn't this your fault for choosing something to to a group project in that not all members of the group have access to?

      I'm working on a database with a group for a school project, I decided to use Oracle. The group meeting is at another member's house to work on it. We want to make edits to the database, but he doen't have a version of Oracle. What now? Sure, I can dump it to one of several cross platform formats but thats a lot of work I don't want to do. When will Oracle open their file format so I don't have to do anything?

      Same whining, different product. Yet Microsoft, and around here often only Microsoft, is expected to open everything up so that people can make a complete replacement.

      --
      "I use a Mac because I'm just better than you are."
  20. Worked before by Anonymous Coward · · Score: 5, Insightful

    Notice how Microsoft successfully ended all use of the word "innovation" anywhere in the late 90s by their repeated abuse of it.

    "Open" is next.

    They've found that if you don't want to do something, it's totally sufficient to not do it and then repeat to the press over and over that you did it.

    1. Re:Worked before by pnatural · · Score: 2, Interesting

      "Open" is next.

      Methinks "Free" will be impervious for obvious reasons. Not even Microsoft could induce such double think.

      Oh, wait.

    2. Re:Worked before by LaCosaNostradamus · · Score: 2, Funny

      I can see it now, instead of Windows NE (NExt) or something marketdroidy, they will produce Windows Free {tm}. "Microsoft will set you Free!" {tm} Of course, a legal copy of Windows Free {tm} will cost $395.

      --
      [You have a stable society when some nut guns down a schoolyard and the law doesn't change.]
  21. Madness by Anonymous Coward · · Score: 5, Interesting
    It would be madness to sign any such agreement to look at their format. I would need to have some very competent lawyer go over it and figure out what it's saying and what the risks are. If I sign it, do I have the right to talk about what I have learned? Can I build tools based on this format? Are their restrictions on how I can redistribute or use such tools? If I build such tools and sell them, do I have to pay any royalties? Am I committing to patent licensing? Are there trade secrets in the formats, so that if I learn these "secrets" I can no long do any work on other open formats like OASIS? Am I committing myself to some specific dispute resolution protocol if there is a dispute under the agreement? Am I committing to some particular jurisdiction (which may not be advantageous to me)? Am I agreeing that they have injunctive relief if they think I have done something wrong under the agreement? Injunctive relief means that they could get a judge to shut me down while the dispute is being resolved, which could take years and enormous amounts of money. Until I could get some very clear answers to these questions I would stay far away, and I would guess it would a big legal bill to get answers I am comfortable with.

    So before I would sign, I would need to find a lawyer and pay a lot of money to find out what the implications of signing it would be. I would go through enormous hassle and a lot of money, just so I would have the honor and delight to look at MS' file format specification. But wait, I might go through all that hassle and expense and come up with some answers that I don't like, like finding out that the spec does contain trade secrets, or that I am agreeing to give MS injunctive relief, and if I find those thing out, I will have spent all that money and still I won't be able to look at the spec.

    Or I could skip all of this nonsense and ignore whatever they are offering and just use one format which I know is truly open: OASIS. I don't need to sign anything, it doesn't contain any trade secrets, I don't need a lawyer, I don't need to spend any money, I am free to write whatever kind of software I want to based on it, I can do whatever I want with it, I don't have to pay, I don't have to worry about someone getting an injunction to shut me down if he thinks I did something wrong. Wow, when you look at it this way, what's there to even think about in making this decision?

    What we really need is an OASIS plug-in for MS Office so that MS Office users can use the OASIS format without any hassles. That would be cool.

    1. Re:Madness by MichaelSmith · · Score: 2, Interesting
      What we really need is an OASIS plug-in for MS Office so that MS Office users can use the OASIS format without any hassles. That would be cool.

      I am not up on the proper windows terminology but I believe you can write software which hooks into MS Word and basically constructs a document.

      So it should be possible to do this with a client for OASIS or Oo and thus import documents into Word. I am not so sure about going the other way, though.

    2. Re:Madness by kfg · · Score: 2, Insightful

      Dude, you obviously missed all the studies showing that the TCO for Windows is lower than that for Linux, if. . .

      you've got a room full of lawyers who'll work for a two litre bottle of Mountain Dew and a bag of Doritos now and then.

      And nothing drives up the TCO like a BSA audit, even if they find you in full compliance. God help you if you unintentionally slipped up somewhere.

      Just ask someone in the city hall of Virginia Beach about this. . .but wear earplugs and this experiment is not suitable for children.

      In a shop with just three people doing your best to insure license compliance can run into the thousands per year, and you'll likely fail anyway (Google on "Three body problem").

      Funny how the studies of TCO never include the concurrent and absolutely necessary legal expenses of contracting with (or even simply clicking on a EULA) Microsoft, nevermind the equally necessary costs of trying to insure compliance with the contract and/or license over time.

      So, does your company have a viable policy for maintaining contract/license compliance? If a a tech does not routinely check your box for unlicensed software the answer is most likely "No."

      Has your company insured itself against/budgeted for a BSA audit? Oh. Dudes. You are soooooooooooo fucked.

      Here, have a copy of a POSIX compliant OS, with included office suite, I downloaded from the internet. Feel free to make as many copies as you like and install them on as many machines as you like, and so long as you don't alter the source code (included) and restribute outside your legal entity you may feel free to treat it as if it were in the public domain.

      Total legal expenses incured so far, and to be incured in the future for compliance, el zippo; and you don't have to sign diddely squat. Now let's total up those TCO figures again.

      If, in future, someone comes up with evidence that you are already not in compliance with the GPL you may get a call from the FSF, but these boys are actually rather nice, if you're not intentionally being a dick, and much nicer than the BSA even if you are.

      If nothing else they have to be, because you have signed diddely squat.

      KFG

    3. Re:Madness by argStyopa · · Score: 3, Funny

      What we really need is an OASIS plug-in for MS Office so that MS Office users can use the OASIS format without any hassles. That would be cool.

      That sound you just heard was 10,000 Microsoft lawyers, all getting a boner.

      --
      -Styopa
  22. OpenOffice by tacocat · · Score: 4, Insightful

    My wife is in College and has a lot of term papers to write and share with other student groups for her projects. She is able to do all of this with Open Office by converting to .doc formats without incidents.

    The only problem she ran into was PDF. She was using it for her last semester and loved it's simplicity of use with OpenOffice. But then she ran into someone in her class who "couldn't open it in notepad". Avoiding my Nike Burns, Computer Guy, impressions I thought it best to just export to .doc format and leave it at that.

    This is the third year that We've been using only OpenOffice on Linux. I've also shown a few others the use of OpenOffice on Windows and they have adopted it as well. As far as I'm concerned, at this point, Microsoft really doesn't have anything useful to add to a word processor. Wait, they might be able to add something, but it's not cost effective.

    1. Re:OpenOffice by ShieldW0lf · · Score: 2, Insightful

      Word is the only application in the office stable that can be easily replaced with any text editor under the sun.

      Who cares about word processors? Excel, Access and Outlook/Exchange are the important bits. Yeah, I suppose PowerPoint too... not that it has any redeeming qualities, but a lot of ppl do use it to put their employees down for their morning nap.

      --
      -1 Uncomfortable Truth
    2. Re:OpenOffice by fishbowl · · Score: 2, Informative

      "My wife is in College and has a lot of term papers to write and share with other student groups for her projects. She is able to do all of this with Open Office by converting to .doc formats without incidents."

      My S.O. is a biochemistry researcher, and despite having made sincere efforts to use OO, it has fallen short of meeting her needs. The word processor is fine, actually, but the problems begin with advanced functionality of the spreadsheet, they escalate with integration difficulties between OO apps, and they stop cold with the presentation program being nowhere near a reasonable substitute for powerpoint.

      Just one experience, and I'm sure the product has improved significantly since 1.1.2, but there it is. A power user, a true geek, someone who was highly motivated to make it work, couldn't.

      OO is a fine word processor, but that's not the whole picture. I've also heard arguments that people don't use many features of the word processor. Well, in a previous career, I was the person who did indeed use pretty much every damn feature of WP5.1, including some quite esoteric things that only legal secretaries probably ever touch. I suspect the claims are made by people who don't know what they are talking about.

      On the other hand, OO is pretty complete. But the experience was pretty bad; large datasets linked to complex graphs embedded in a document and a presentation, tended to go to shit; whereas the same tasks were no problem in MS Office. This observation comes from dyed-in-the-wool microsoft-hating geeks who would *really* have liked the results to be different (and who don't have the time or ability to contribute to the OO project to make it better.)

      --
      -fb Everything not expressly forbidden is now mandatory.
    3. Re:OpenOffice by shic · · Score: 2, Insightful

      at this point, Microsoft really doesn't have anything useful to add to a word processor.

      If only this were true.

      For all the faults with MS Office (and there are many!) it has at least 3 important benefits over OO 2.0 as it stands today:

      1. MS Word has far superior spell checking to OO.
      2. MS Word has a (crappy) grammar checker - OO has none.
      3. Word has better interactive response - especially on less capable PCs.

      All of these could be rectified... but as it stands today Word _does_ offer some important advantages over OO Writer - I'm sad to say - as, these issues asside, I do prefer OO to MSO.

    4. Re:OpenOffice by strider44 · · Score: 2, Insightful

      Try creating a table in word > 2 pages long. Try importing said document into another version of word. Now tell me again word is not flawed :-)

  23. Wish I'd known he was there... by digipres · · Score: 4, Insightful

    Dang. While Mr Microsoft was next door, I was sitting at the OpenOffice miniconf at LCA just 60 metres away. I wonder if he knew that the Forces For Good were gathered so close by.

    I'm glad someone mentioned the NAA and the use of OOo. For the purposes of Digital Preservation, openly documented formats are essential. XML is good, but XML that you have to sign up for? C'mon Mr MS, who are you kidding?

    At the NAA, we're about keeping records for long after we're all dead. Digital records *must* be stored in publicly documented formats. Your grandkids won't be keen to sign an agreement to use those records.

  24. Re:Thank you, sir. May I have another? by EmptyBuffalo · · Score: 2, Insightful

    without MS you have no web/html like we have today
    what, MS developed today's web/html? I thought Al Gore invented it! The only 2 things that we can credit MS with that we can't credit other people with are (1)a large percentage of the POPULARITY of the web (getting computers into homes) and (2)the freakish amount of broken html on the web. Don't dish out credit for existence to MS.
    xml wouldn't get any attention if it wasn't "interwebby"
    And this is a credit to MS's proprietary standing how?
    this whole XML thing is a passing phase without MS
    Then let it die in honor of better standards.
    $diety forbid they avoid allowing open standards to stifle the innovation of their bazillion programmers with their bazillion dollars budgets.
    (1)How do you figure that open standards would stifle innovation?
    (2)If anyone's got a bazillion programmers it's not MS, it's the collective REST OF THE WORLD! Give them access and watch what all they come up with. It might just be something as cool as, oh, the web? ...something as innovative as, oh, computers? ...something as impressive as, oh, cooperation? None of these things are the result of a limited group of innovaters sealing themselves off. Why would the next wave of awesome innovation come from anywhere other than where it's come from before - openly communicating and sharing groups of people!

    --
    cat life | grep joy >> memory
  25. In a sense, they're right by Mr_Silver · · Score: 3, Insightful
    Why should I have to sign an agreement?" one audience member demanded to know.

    Last time I checked, Microsoft are under no obligation to provide anyone with any details about their XML schema.

    Despite the fact that you have to sign an agreement, this is certainly more "open" than a blanket rejection to everyone who requests access.

    I can think of plenty of companies who won't let you get details about a file format they use under any circumstances.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
    1. Re:In a sense, they're right by FidelCatsro · · Score: 2, Informative

      Actually last time i checked they were , At-least in the EU and the USA.
      They have two court orders(atleast) demanding that they open up there formats and APIs so we are all free to use them.

      --
      The only things certain in war are Propaganda and Death. You can never be sure which is which though
    2. Re:In a sense, they're right by m50d · · Score: 2, Insightful
      Last time I checked, Microsoft are under no obligation to provide anyone with any details about their XML schema.

      I take it you didn't follow the anti-trust case then?

      --
      I am trolling
    3. Re:In a sense, they're right by Felinoid · · Score: 2, Insightful

      Last time I checked Microsoft has agreed in cort to document it's file formats.
      Basicly Microsoft is requiring a liccens for something they are required to do.

      It would be like if someone made an agreement and then when it came time to make good they start making demands.

      --
      I don't actually exist.
  26. Why not just stick with their binary format? by zonix · · Score: 4, Insightful

    Last time I checked, Microsoft are under no obligation to provide anyone with any details about their XML schema.

    They're not, but then why not just stick with their binary format? Offering an XML-based file format (cabability) without supplying the schemas is not all that useful? You get the data, sure, but you could always export as plaintext for that.

    Furthermore, it's certainly contrary to the basic idea and openess of the XML format, if you're gonna trap people with a patent license, trying to control how they parse the XML?

    This is deceptive if you ask me.

    z
    --
    What would an EWOULDBLOCK block, if an EWOULDBLOCK could block would? -- me
  27. Re:Feed me! So Word can be compatible with itself by LarryWest42 · · Score: 2, Informative

    Not an answer to your question, but a response to the responses:

    I found it a little funny (well, at 1:50am) that the problems others attribute to OO misinterpreting Word docs are problems I've seen recently, using exactly one installation of Word (2003) on the same machine.

    Of course I tried "reveal codes": nothing obvious. I tried exporting to RTF and reimporting (massive file got much much bigger). Ended up cutting and pasting from Word to Notepad (to remove all formatting) and again back to a new Word doc. Problem solved! :-/

    Hardly the first time I've had MS documents just become unusable. So I think having public specs and multiple implementations would actually improve MS Office.

    Hell, just cleaning the specs up enough to publish would probably pay for itself (from MS' perspective: fewer bugs in MS Office).

    Oh, yeah, Word format was gratuitously required.

  28. Makes sense... by zecg · · Score: 5, Funny

    Root is safe, beta is gold, MS is open enough and MN2004 is coming back on a corrected trajectory. All makes sense.

    --
    .i lu doi ringos.star. xu do puku'aroroi dunli dopecaku leni virnu li'u
  29. Are you open enough? by FinchWorld · · Score: 2, Interesting
    Seriously, if you ask M$ if there open enough they'll say yes, if you ask them if there software is the best, they'll say yes, if you ask them if Linux is some unrealistic thing done by weird people who live under bridges they'll say yes.


    M$, for some people, will never be open enough, but has this affected integration with M$ and Open source programs, if anything I've noticed Open Office is better at back compatibility with old word documents than Word itself.


    And As for "They'll never be truely be open until they open source windows". Why should they? Sure some people think all software should be free, but some people like to be rewarded in megabucks for there software, and if its worth it sure. This is, of course, ignoring that windows is not worth its current price even if it isn't worthless.

    --
    "I may be full of crap about this game, and I may be wrong, and that's fine." -Jack Thompson
  30. mkay, high horse again: by l3v1 · · Score: 2, Insightful

    "However, it was the proprietary standards that grew up and allowed those open standards to develop."

    There are probably enough people out there who would heartly defend FOSS against such a statement against MS for a simple reason: FOSS was there about one&half decades before MS started to appear.

    The other thing that bothers: We had to ask the question of whether to include backwards compatibility for that [OpenOffice.org] specification. Is just this simple to brush away odf as sucking too much to even care [at MS], and, funny thing, nobody objects to this ?

    Microsoft promoted common development of standards by sitting on all of the representative bodies working on them

    Just one quick example. MS also was in boards creating h.264. And now they have a closed implementation of something like it in wmv10. MS being in all of those boards in absolutely not about helping anyone: it's about being there where these happen, to know about them, to influence it towards they see it best, etc. Is there anyone who honestly believes MS is there to help ?

    "why should I have my documents from government in a proprietary format and have to ask a third party for permission to open them?".

    Quite true. In the sense, that if e.g. an official body picks a proprietary format to distribute documents, they implicitely force everyone else to use these, which in MS's case means either more pirates or more money.

    I, personally, wouldn't like either of those.

    --
    I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  31. Re:Thank you, sir. May I have another? by l3v1 · · Score: 5, Insightful

    without MS you have no web/html like we have today

    And without ignorant guys like you MS wouldn't have so much revenue.

    --
    I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  32. yah ... right .... by f3773t · · Score: 3, Funny

    and I also believe all politicians are honest and truthful

  33. Governments must act. by aug24 · · Score: 4, Insightful
    If MS wishes to keep its office format licensed, that is their choice. However, it is then imperative that public documents are not stored in that format. I'd go further and say that there should be an open standard (there prolly already is, if not develop one) and that all governments should adopt it immediately whether or not it is as good as MS's.

    Justin.

    --
    You're only jealous cos the little penguins are talking to me.
  34. From the makers of by FidelCatsro · · Score: 4, Funny

    Free as in costs money
    Advantage as in same thing later

    We are proud to present
    Open as in closed

    --
    The only things certain in war are Propaganda and Death. You can never be sure which is which though
  35. the extremists have it all wrong by maxpublic · · Score: 5, Insightful

    If anything the extremists should be encouraging Microsoft to be as closed, proprietary and cumbersome as they can possibly get. They seem to be shooting themselves in the foot here by trying to cajole/convince Microsoft into playing along.

    Seriously, if you're one of those folks who sees all proprietary software as a tool of Satan (says me, writing this in Opera), you don't want Satans reps on Earth to soften their image. You want them to instead impress people over and over again with their Black-Hatness so even the most clueless will eventually wake up and say "what the fuck?"

    You *want* MS to lock people in - and then bend them over and ream them good and hard once the lock-in is established. That creates enormous ill-will, especially to the PHBs who don't like anyone messing with their kingdoms. When the next opportunity comes to jump ship, they'll be that much more inclined to do so (e.g., when the next full-scale upgrade and conversion takes place).

    The harder they squeeze, the more star systems, er, customers, that'll slip through their grasp.

    So fanatics, crusaders, and all you "information wants to be free" loons (who STILL won't send me your credit card numbers, you hypocrits), reevaluate your game plan here. You're doing your cause a disservice. Every time MS screws over a customer pat them on the back and say "good job!"

    Max

    --
    My god carries a hammer. Your god died nailed to a tree. Any questions?
    1. Re:the extremists have it all wrong by FauxPasIII · · Score: 2, Insightful

      > If anything the extremists should be encouraging Microsoft to be as closed,
      > proprietary and cumbersome as they can possibly get

      You're falling into a common trap of assuming that anybody that encourages MS to open their formats and
      code is an "extremist". There are plenty of practical (i.e. non-idealogical) reasons why this is a
      good idea for MS's customers and arguably for MS themselves. Hell, I'm as much a Linux enthusiast as
      you're likely to find, but I don't hate MS nor want them to dry up and blow away. I have to work in
      this economy. =) And, I would much rather the biggest software company in the world, employing some
      of the greatest programmers in the field (and employing them well, or so I'm told) would start to work
      on actually moving the state of the art forward for a change, make a positive impact on the industry
      by opening up and working collectively to build things that haven't been attempted yet.

      --
      25% Funny, 25% Insightful, 25% Informative, 25% Troll
  36. Open? by Masq666 · · Score: 2, Funny

    I thought all MS software where open..!?! Guess i'll have to go close windows to prevent bugs flying inn...

    --
    Bits of News Giving you the latest bits.
  37. Perhaps we should turn it around? by Delgul · · Score: 4, Interesting

    Wasn't there talk recently about making the OOo format into a ISO standard? Perhaps this is the way to go:
    1) Make a good XML based ISO standard for textprocessors.
    2) Try to convince governments/companies to require their sofware to be compliant with this standard.
    3) And this is very important: Demand a very high and continued compatibility with this format to receive the "ISO approved" label. Or else we have another "IGES" debacle on our hands.

    Managers and administrators just _love_ ISO standards and will at least frown if we can say: "Well M$ is not even ISO compliant, you will be in trouble in the future if you use that! It's not even compatible with the only existing ISO standard!!". This way M$ will have to coorporate to satisfy the very people that decide about buying their software...

    Just a thought. Wouldn't know where to start to make this happen. But perhaps someone else here does :-)

    1. Re:Perhaps we should turn it around? by Jussi+K.+Kojootti · · Score: 2, Informative
  38. XML deficiency? by gone_bush · · Score: 2, Interesting
    "Some of the things that we do are not represented easily in XML.

    I'm not an XML expert and I don't know what Microsoft are trying to do that XML will not accommodate, but, does this not point to a deficiency in the current XML standard? If it does, then wouldn't it be to the benefit of everybody to update the XML standard?

    Of course, that does not mean that Microsoft will, or should, use that or any other standard. It is their right to do just what the hell they want. Just like the Open Source people.

    --
    Two roads diverged in a wood, and I - I took the one less travelled by. (Robert Frost, 1916)
  39. They're asking for it... by shutdown+-p+now · · Score: 4, Interesting

    I didn't read the license, but I'm sure it includes some sort of 'no reverse engineering' clause. Now here's the question: there are some countries out there where reverse engineering is allowed regardless of what the license says about it. Could someone from such a country possibly get the schema (legally), and then reverse engineer it to make a clean, Open re-implementation of it? And would it be legal to use it in e.g. US?

  40. More than enough! by ceeam · · Score: 2, Funny

    I'd say they are _gaping_ open!

  41. why was he there ? by l3v1 · · Score: 2, Interesting

    Yup, just occured: Greg Stone, Microsoft's national technology officer for Australia and New Zealand, faced criticism during his presentation at the Australian Unix User Group conference in Canberra yesterday. - was he invited ? wanted to go ? MS wanted someone to be there ? what's the story ?

    --
    I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  42. Uh by northcat · · Score: 3, Funny

    Running as root is safe, beta is good for production use and MS is open enough. Next thing you know, they'll be saying that Adobe bought Macromedia, one of its enemies.

  43. Don't use it by vhogemann · · Score: 2, Interesting

    Of course Microsoft thinks they're open enougth, they still profit!

    When OpenOffice.org stand a real menace, then Microsoft will be pressed to open their format, or to support OO.o own.

    OpenOffice.org 2.0 is comming, with database support and a REAL laguage to extend it, Java. Let's see how it stands against Microsoft Office.

    --
    ---- You know how some doctors have the Messiah complex - they need to save the world? You've got the "Rubik's" complex
  44. OpenOffice.org is not GPL by peterstev · · Score: 3, Informative
    Open Office is dual licenced. You can pick which license you want to use.

    "The libraries and component functionality of the OpenOffice.org source code" are LGPL, which allows them to be linked in to proprietary works.

    It is also possible to license OO.org under the Sun Industry Standards Source License (SISSL). This allows you to make proprietary, binary only distributions, if you maintain compatibility with with the APIs and XML formats. Microsoft could download the entire source, add an MS-Office GUI and a their own Word importer and make "MS-Office Released" out of it. As long as they don't break any interfaces, that's OK under the SISSL. Why doesn't MS import OO files? Because they don't want to. Perhaps they need some convincing...

  45. Re:Complete Rubbish. by steeviant · · Score: 3, Insightful

    Why on earth should MS have to make it easy for someone else to rip off their work?

    Why should Microsoft have the right to lock up my documents and not tell me how to get my document complete with formatting from their program?

    What gives them the right to treat my work in that way after I have already paid them?

    I believe that companies should be allowed to take whatever measures they deem neccessary to prevent piracy and reverse-engineering of their software as long as it doesn't hurt customers.

    I'm happy to pay for, and use proprietary software, but that does not mean that I want some company to tell me with what software I can open my own data.

  46. Free clue by Moraelin · · Score: 3, Insightful

    It's not about embedding music and videos, it's about embedding _anything_ whatsoever. Some of which _are_ valid things to have in a document.

    E.g., surprise, I might want to embed a CAD drawing as an illustration in a document. E.g., I might have a map generated out of sattellite data, by a specialized program. E.g., I might have a scientiffic/simulation program which can present its data or results in its own format, and I might want to embed that in a document. Etc.

    "Text document" no longer means 80 column, 7 bit ASCII, you know. If an illustration or diagram actually belongs in that text, I'd very much like it to be actually included there, and not just referenced as "oh, and you also need to look at asdfgh666.jpg in the attached pics.zip file." Stopping to do that not only is a waste of my time, it also pointlessly disrupts the reading process.

    Yes, one could do the stone-age thing and do a piss-poor export to some graphics format first, and then embed that. And pray to the dark gods that you don't end with some piss-poor conversion and/or scaling artefacts when printing. Just like in the bad old days.

    Or you could have a modern design which can spare you that waste of money, brains and time. Microsoft obviously took this route. Kudos to them.

    So, no offense, the "why would you need to embed a video in a text document?" is just a straw man, and not even a good one.

    Again: The point is to have an architecture which can embed anything whatsoever, from any program. Incidentally something that generic is also usable to embed videos. But it's also able to embed stuff that _is_ perfectly normal and logical to have in a text document. Which is the real point.

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:Free clue by NtroP · · Score: 4, Insightful

      Yes, one could do the stone-age thing and do a piss-poor export to some graphics format first, and then embed that. And pray to the dark gods that you don't end with some piss-poor conversion and/or scaling artefacts when printing. Just like in the bad old days.

      This is the part that really pisses me off about idiots who use computers and just assume that Microsoft == Computer. What if I CAN open your document, maybe I even have a copy of MS Office running in CrossOver, but what if I don't have your particular CAD software or proprietary mapping software or stupid fucking MS DRM CODEC for that video clip? Now I have a document with a bunch of stupid broken data in it!

      My mother-in-law is famous for this. She downloads Neto-Keen PhotoGallery Maker (tm), sets up a photo album and sends it to everyone in the family. Everyone goes WTF is a .nkpg document?! She just assumes everyone can read it because she can. She also loves to send out .doc files. Why? 'Cause Pimply Face, the local guru, installed MS Stolen Office on her computer, furrthering the myth that "everyone uses Word"!

      Where I work we are required by law to archive most of our official documents for a minimum of 80 years! WTF! I've already got archived documents in Works, ClarisWorks, WordPerfect, MS Word (all flavors), etc. I've tried to stress to management that we MUST choose an open standard (at least for archival copies) or we'll be in deep shit when, 30 years from now, we can't read any of the old formats. I've also stated that we pretty much have to have all of our archive ON LINE. Why? What format should we archive to that will be readable in 80 years (besides microfiche or paper?). We have a whole rack in a storage room of, what, those old 9660 reel-to-reel tapes? Hmmm... I don't have a reader for that. I don't even have a reader for 5.25 or 8-inch floppys any more! At least with all data online we can migrate it to the new drive arrays and have a chance at reading it with some archaic piece of software running in VMWare or something.

      The "Information Age" only really kicked in about 10 years ago. We are still really new at all this 'Letrconic Data stuff. Already we are seeing valuable information lost because it's published to the web and then removed to make room for more content. Effectively (except for the way-back machine) it's lost forever. Do you think the person or company that posted that will give it to the local library or make their backup tapes available upon request? Of course not.

      Back when people carved their data in stone or baked-clay tables, it lasted damn near forever. Then they moved to papyrus and it rotted easier, but still could be rolled and stored for thousands of years. We moved to paper and celluloid which maybe last a couple hundred years it properly stored. The future will be digital. I've got data at home on ZIP and Jazz discs I know I'll never be able to get off because my reader died and I'm not about to go buy another one just to get it off. Is that data critical? No. If that data was on paper, would I have kept it? Probably not for much longer, but if I had waned to, I could at least be able to save it and read it without having to hunt down a data archeologist with and archaic set of hardware and software to decode it.

      DRM will cause even more problems in the future. Even if you were to archive everything on line in a format that is still supported, if it is DRM'd will you be able to read it? Will all future software be 100% backward compatible with all the previous DRM models? We should be thinking about this BEFORE we choose a file format.

      I believe, in the long run, we will be doing more harm to the human race in the form of lost history and information by choosing closed standards as the way to store data now, than the burning of the Library in Alexandria ever did. We are turning information in to the tower of babel.

      To get back on topi

      --
      "terrorism" and "pedophilia" are the root passwords to the Constitution
    2. Re:Free clue by Moraelin · · Score: 2, Insightful

      "What if I CAN open your document, maybe I even have a copy of MS Office running in CrossOver, but what if I don't have your particular CAD software or proprietary mapping software or stupid fucking MS DRM CODEC for that video clip? Now I have a document with a bunch of stupid broken data in it!"

      What if you're not even supposed to read that particular document? If that document is intended for internal use, at a workplace where I _know_ that everyone got that CAD package pre-installed, I'd very much like to embed it.

      Or how about embedding other Office formats? E.g., if I have Office on that computer, I already have both Word _and_ Power Point installed. And embedding means I can use them as such, not as lame "see the powerpoint foil in the other file" notes, nor as some read-only export/renderer. I can not only just have a state diagram generated in PowerPoint inside a Word document, I can also double click it and edit it there and then. Then I can drop a bloody Excel table _and_ a chart in it, and again, they stay editable.

      You propose... what? That I separately open Excel, edit the data, export the chart as GIF and then import it in word? Yeah, that's productive. Not.

      And how about if I need to edit it later? Yeah, let's remember which separate Excel file was used to create and export that chart, so I can do it again with the changed data. No, thanks. I'll take embedding instead.

      "To get back on topic, we should do the stone-age thing and convert ALL media meant for final distribution (or public consumption) into a standard, open format for interchange."

      See above. Some things were never meant for public distribution to start with.

      "Back when people carved their data in stone or baked-clay tables, it lasted damn near forever. Then they moved to papyrus and it rotted easier, but still could be rolled and stored for thousands of years."

      Yes, and technical progress also hapened roughly once per thousand years. I'm not sure how that's better.

      Yes, formats change. We now can do better, and can do it with more data.

      E.g., at one point, RLE was the best we could do to compress an image. Nowadays your mom can run around with a cheap digital camera and a cheap flash card because we moved to a better format.

      Better yet she can (and at least mine does) shoot whole bursts of photos, and pick the one that looks the best. Try doing that with raw uncompressed bitmaps, and you'd need a 1-2GB flash card as a bare minimum.

      E.g., concatenating a bunch of bitmaps was the best movie compression available. But then also the longest movie you'd hope to see on a desktop was measured in seconds. Or it was a slide show. And even that at such resolutions as 320x200.

      If we stuck to that, you _still_ wouldn't be able to get a movie on a DVD. Because it takes a lot more compression to get a movie to fit in 5 GB. We'd probably still be waiting for those new holographic discs to be able to store a movie on them.

      And now we have better codecs than even that. E.g., if I put up some home video or a short video capture from a game, I'll encode it as DivX. Because, you know, I'd rather that those people get it as a 100 MB download than a 1 GB download. Not everyone is on broadband yet, even in the USA.

      Etc.

      So, yes, formats change. Thank god for that.

      Were mom's photos or my short video capture of my GT2 mad skillz some historical document, that will plunge the Earth back into the dark ages if lost? Well, no.

      --
      A polar bear is a cartesian bear after a coordinate transform.
  47. Re:Complete Rubbish. by drsmithy · · Score: 2, Insightful
    Why should Microsoft have the right to lock up my documents and not tell me how to get my document complete with formatting from their program?

    1. You use their software voluntarily for storing *your* data.

    2. Your data is - and remains - perfectly accessible via the software they provide, that you voluntarily purchased to use

    I'm happy to pay for, and use proprietary software, but that does not mean that I want some company to tell me with what software I can open my own data.

    They don't.

  48. Oh Puhleeze by phayes · · Score: 2, Insightful

    If you're going to use stupid analogies to push an off-topic political point, try telling the truth:
    - Strawman A: The USA "protects everybodys interests by sitting on the UN". Where has the USA said this exactly? Do you have a clear citation of this phrase in an official document or are you just blowing smoke?
    - Strawman B: "and then using it's veto". Which veto would that be? The U.N. security council veto? More smoke: The USA has never used it's veto on the world court. It has terminated it's consent to surrender it's sovereignty to the world court.

    When countries like Libya can become chairman of the U.N.'s Human rights committee the USA recognizes that the international burocracies are being perverted from their initial aims. Why should the world court be any different?

    --
    Democracy is a sheep and two wolves deciding what to have for lunch. Freedom is a well armed sheep contesting the issue
  49. .DOC is NOT a standard by Chordonblue · · Score: 4, Insightful

    It's a fallacy to assume that Word can open .DOC files perfectly. It doesn't. Do you have any idea how many .DOC formats have been created over the years? There are rules governing what versions will open which version .DOC and when you're given a random floppy to open with a random version of Word - cross your fingers. Then there's the international incompatibilities... And don't get me started on Works!

    I wish a mainstream reporter would investigate this so that businesses can understand that .DOC isn't 'all that'. OASIS is a MUCH more open and stable format, and will be for years to come.

    --
    "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
    1. Re:.DOC is NOT a standard by ajs318 · · Score: 2, Insightful

      Of course not. If .DOC was really a standard, then Office XP would be able to open Office 97 and earlier documents ..... even Word for DOS documents. But that would mean that some people would be able to get away with not upgrading often enough for Microsoft! What I mean is, that Word XP .DOC is a standard, Word 2000 .DOC is another standard, Word 97 is a different standard, and so forth.

      It's all about locking customers into a never-ending upgrade cycle. When one of your contacts upgrades to Word XP {perhaps because their whole computer was replaced ..... with one that happened to come with all new software}, then you, as a Word 97 user, have no choice but to upgrade ..... even if you don't need any of the new features in Word XP ..... there is one feature you do need, and that's the ability to open a Word XP document.

      --
      Je fume. Tu fumes. Nous fûmes!
  50. Re:The whole microsoft presentation was off topic by argent · · Score: 2, Insightful

    The main thrust of his presentation was to argue that standards (whether open or closed) were more important as long as one could licence the IP on reasonable and non-discriminatory terms.

    I would agree with the first part (without the parenthesised inclusion)... open standards can be much more important than source. But the licensing terms for standards... well... the IEEE and ISO have already pushed the limits of what's acceptable there, now and then. If you can't license it on terms that allow completely free redistribution of both conforming and derived works with no royalties or further restrictions, then it's not an open standard. You can't have a "part-way open standard".

  51. Monopoly "competition" by Anonymous Coward · · Score: 5, Insightful

    "I still don't see how were they illegaly forced out of the markets."

    The marketplace success of MS Office had little to do with the performance of the product. It had everything to do with:

    1. Withholding the Win32 programming interface from competitors as long as possible prior to the launch of Windows 95 (i.e until Office95 was nearly completed) so that they could advertise that only Office had 32-bit apps. This is a classic example of using a monopoly in one field (Windows) to obtain a monopoly in another field (office productivity software). This is unequivocally illegal under U.S. antitrust law.

    2. Bundling agreements to get as many PCs as possible pre-loaded with Office, particularly for business use. These agreements contained strong financial incentives (in the form of discounts on Windows licensing) for offering consumers only Microsoft products and not any competing software (believe me, I know, sayeth the AC ;). This was also illegal.

    3. Obfuscated and changing file formats that ensured that competing products would not be able to read the latest versions of Office files. Once MS killed off all of the competition, this tactic lost momentum, because MS was largely competing against older versions of their own software, and people became worried that upgrading to newer versions would make their older PCs (running Office 97, for example) unable to interchange files with newer computers. This tactic is not inherently illegal, as far as I know, but it could have been legitimately prohibited as part of a remedy after Microsoft's antitrust conviction, and (to get back on topic) is clearly something that could legitimately be prohibited in government specifications for acceptable software.

    So, yes, my idea of "free and fair competition" allows one company to attempt to "outperform/outmarket" another, but only if they obey the law. Microsoft did not obey the law.

    1. Re:Monopoly "competition" by PurpleXanathar · · Score: 2, Informative

      Were all Lotus formats (Smartsuites files, Notes files and protocols, etc) all open ? Just out of curiosity..

    2. Re:Monopoly "competition" by NutscrapeSucks · · Score: 2, Insightful

      Withholding the Win32 programming interface from competitors as long as possible prior to the launch of Windows 95

      One could write Win32 programs for Windows NT for 2 years before Win95 shipped, and many third parties did. And their programs ran on Win95 with only minor tweaking.

      Office 95 was a very small refresh of the previously released Office 4.2 for NT. I think it contained a net total of 2 new features. Furthermore, WordPerfect had a 32 bit product on the market within a few months. In conclusion, it seems like you made this one up.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
  52. OpenDocument may render MS Office irrelevant by SgtChaireBourne · · Score: 4, Insightful
    Being on a committee and helping is very different than being on a committee and doing a) nothing b) being passively obstructive or c) being actively obstructive. So far MS is on the record as the only OASIS member taking a "wait and see" strategy to the OpenDocument DTD. Whether it's participation is in role a, b or c, who knows? except other committee members. At some point MS is going to be left behind.

    OpenDocument is being supported and encouraged within the EU. It will also be supported in OpenOffice 2.0, which is due out soon. The beta for OOo 2 is out already for testing.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  53. Comment removed by account_deleted · · Score: 3, Funny

    Comment removed based on user account deletion

  54. We need more guys like... by kajen · · Score: 2, Insightful
    We need more guys like the unnamed Indian Novell customer!
    "Kangro quoted an unnamed Indian customer of Novell's as saying "why should I have my documents from government in a proprietary format and have to ask a third party for permission to open them?"".
  55. Why do you spread it ? by Mr+Europe · · Score: 3, Informative

    That is the infamous "Actually he didn't - we just made that quote up." - story. The true low-point of The-Register

    You should not spread it more. Most of us don't RTFA. Some will get the wrong idea.

    1. Re:Why do you spread it ? by shotfeel · · Score: 2, Funny

      Sad, but still one step up from their usual "unnamed" sources IMO. Now at least they're quoting that Anonymous Coward guy on /. He must be an expert given how often he posts.

    2. Re:Why do you spread it ? by Lisandro · · Score: 2, Informative

      Actually, atleast they cared to remark several times that the quote was a fabrication - the journalistic value of such a thing can be debated, but /. was the one that posted it on the main page as news, even though the first line in the article said the quote wasn't true.

  56. Re:Good riddance smoking by UlfGabe · · Score: 2, Insightful

    "A pub is private property that allows the public to enter. "

    resaurants are public property, not private, unless specifically stated in a sign at the door "members only"

    works out ok, wanna smoke? join a smokers club or something.

    smoking is bad, get with it.

    --
    Check journal for info on Anti-TextBook, an idea by me.
  57. Re:Be fair to Word by ajs318 · · Score: 2, Insightful

    I've heard this argument ..... that Word is so powerful ..... but every time I come close to believing it, I find evidence of a document with about fifteen different fonts in it, formatted using spaces, and a manually-entered table of contents.

    I just think some people can't handle anything more complicated than a fountain pen .....

    {and I write perl scripts to interface with mySQL databases for mail merging, because I can do that.}

    --
    Je fume. Tu fumes. Nous fûmes!
  58. Re:Complete Rubbish. by hanshotfirst · · Score: 2, Insightful

    Is it just me, or is this argument kindof like asking Ford to ensure I can stick a Chevy starter in the engine and have it still work.

    --
    Why, oh why, didn't I take the Blue Pill?
  59. Re:Good riddance smoking by TheStupidOne · · Score: 3, Funny

    Bullshit. A pub is private property that allows the public to enter.
    Microsoft = pub

    If a pub owner would like to allow smoking, the customers have the choice to enter or not.
    Smoking = access to document standards.

    If a pub owner would like to allow smoking, the customers have the choice to enter or not.
    I get it now... so all this fight for open standards is actually a cleverly disguised campaign to remove smoking bans! It all makes sense now!!!

    --
    unable to resolve function slashdot.sig(), aborting...
  60. Will The Licensed MS Office User Please Stand Up! by pandrijeczko · · Score: 3, Insightful
    The defenders of MS Office always make me smile...

    Invariably 90% of them have never paid for their copy of it believing themselves to be under the Microsoft "I use it at work so I can install it on 12 PCs at home" Licence or the Microsoft "My mate gets the MSDN CDs and he's allowed to let anyone else use them" License.

    I wonder how many of the same people would be so vocal if they had to shell out £200 for a copy?

    Me? I use OpenOffice and can save my pennies for 100 pints of fine English real ale while sleeping soundly and night knowing I'm not contributing to Bill and Melinda's sorrow at being unable to afford a new extension this year due to all those "naughty little Office pirates".

    --
    Gentoo Linux - another day, another USE flag.
  61. Re:Thank you, sir. May I have another? by GrouchoMarx · · Score: 4, Informative

    without MS you have no web/html like we have today

    You mean with developers not able to support a 7 year old standard, even though it would make the web a much better place, because IE still won't support all of CSS 1 much less CSS 2?

    xml wouldn't get any attention if it wasn't "interwebby"

    You mean if the W3C team (who were not MS employees) who developed XML hadn't thought ahead to its potential Internet use?

    Or do you mean how IE is the only web browser that doesn't support XHTML, so that web developers still have to write tag-soup HTML 4 or break the standard and send XHTML as HTML in order to reach anyone using IE?

    this whole XML thing is a passing phase without MS

    You mean like the EU standardizing on an XML file format (OpenDocument), O'Riley and Associates publishing using an XML format (DocBook), the W3C moving EVERYTHING to XML including image formats (SVG) (yes MS is a W3C member, but they are far from the only)...

    About the only thing I'll give MS credit for is breaking XSLT off from XSLFO, since the latter was taking way too long to standardize, so that now XSLT can be used independently of XSLFO, both in spec and tools. That's a good thing, I won't deny that. But given everything else they've done to hold back and stiffle the development of the "Interwebby", I'd definitely say that MS has been a net-negative on the XML-based-Internet world.

    --

    --GrouchoMarx
    Card-carrying member of the EFF, FSF, and ACLU. Are you?

  62. Re: Derivative works by rnturn · · Score: 4, Insightful

    ``At any rate, a document is not generally considered to be a derived work of a font.''

    Just how would anyone think they could make this claim is beyond me. That would be like, say, Grumbacher claiming that someone's painting is a derived work because they used their paints and/or brushes.

    Stop the insanity!

    --
    CUR ALLOC 20195.....5804M
  63. This is all that need be said by hacker · · Score: 2, Informative
    "Microsoft properly asserts that OpenOffice.org is not 100% compatible with their product. Microsoft, however, has apparently decided not to support the OpenOffice.org formats either, for which they have no excuse: the standards for OpenOffice.org documents are publicly available, whereas Microsoft makes it a habit to sue people for reverse engineering their own formats."

    I need not say anything more.

  64. What about DMCA? by msoftsucks · · Score: 2, Informative

    Using proprietary formats just begs for trouble. Just think about this. Since parts of the Office XML files are encrypted, any reverse engineering to read them brings the DMCA into play. Its only a matter of time before M$ brings this gun out. That's why M$ refuses to fully document their Office formats. If open source software impinges on the Office revenue, M$ kills it off through the use of DMCA threats. The answer to this problem is simple. Don't use MS Office.

    --
    Quit playing Monopoly with Bill.
    Linux - of the people, by the people, and for the people.
  65. Re:Word is teh sucks. by 1u3hr · · Score: 2, Informative
    and they send you a .doc with the embedded image. Anyone who knows a better way than printing the .doc to Distiller with Print settings and opening that in Photoshop

    If you have an embedded bitmap, save the doc to HTML and you'll get a HTML file and jpegs. In older versions of Word, 97 I think, this seemed to be at the original resolution. Later ones downsampled and made it fairly useless for print. If you don't have 97, or the file won;t open in it, for Word 2000 I found this method: this method that requiues some scripting:

    Extracting Images from Microsoft Word Documents
    by Ka-Ping Yee

    You may have noticed while using Word that on many occasions, it loves to take control of your document away from you. It will rearrange your figures randomly, alter your formatting when you aren't looking, insert blank pages that hold the rest of your document hostage -- even fight with you over the text you are typing in. Just another way in which it loves to screw you over is to take ownership of any image you insert. The programmers responsible for image copy/paste and export deserve a good smack upside the head for this arrogance.

    The Problem

    Once you insert an image into a Word document, it's gone for good. Or so it seems. You can never recover the original image: as soon as the image arrives, it's automatically scaled to a different size. You'll find that if you try to copy the image and paste it outside of Word, it arrives scaled based on its size in the Word document. There's no way to fix it to 100% size again, so the image always comes out fuzzy. It also comes out horribly posterized for no particular reason; Word seems to apply a filter on export for the sole purpose of degrading your image.

    But all of the image data is clearly present in the document. Word can scale it to any size. If you zoom in, all the detail is there. All of the colours appear crisp and perfect -- but in Word, and in Word only. How can you free your pixels from the tyranny?

    The Secret

    One of the many ways you can export your document, in Word 2000, is to "Compact HTML". This generates one HTML file with the text of your document and separate image files containing your figures. Alas, the images are JPEG files -- full of awful compression artifacts -- and of course they are randomly scaled to some size that depends on the size in your document and the phase of the moon.

    However... if you watch very closely, you will see that PNG files exist in the output directory for just an instant before the JPEG files are written! The PNG files appear briefly, proving that Word has the pixels you want. Then, after it has mangled your artwork by converting it to JPEG, it blows away the PNG files (why would you want them anyway?).

    The Solution

    When you export your document to foo.html, the images appear in a directory called foo_files. Write a script to repeatedly copy away all the *.png files in this directory (your script will have to blindly copy away in an endless loop, not failing even while the directory doesn't exist). If you export to your home directory, which is cross-mounted from Unix to the Windows network on \\coeus, you can write this as a Unix shell script. For example:

    mkdir saved
    while true; do
    /bin/cp -f ~/document_files/*.png saved
    done
    Start running the script, and let it spew error messages.

    Then do File -> Export To... -> Compact HTML, and save to \\coeus\userid\document.htm .

    After the dust settles, you should find your images lying in the saved directory, with names like img00001.png, pristine and perfect as when they were first inserted -- rescued at last from Word's evil, megalomanaical clutches.