Slashdot Mirror


Microsoft Office Formats Not Really Being Opened

Contradicting this earlier article claiming otherwise, smith_barney writes "Contrary to reports, Microsoft is not opening up its proprietary Office XML schemas. Essentially, the state of Massachusetts is simply repositioning what it considers an 'open format.' According to a report in BetaNews, Microsoft told the state it would ease licensing restrictions, but only for 'end users who merely open and read government documents.' This hasn't stopped Microsoft from tooting its horn, but Jupiter Research senior analyst Joe Wilcox says, 'Buzz about so-called open formats is little more than PR FUD.'"

310 comments

  1. Open? by TheKidWho · · Score: 3, Funny

    Nothing for you to see here. Please move along

    That is probablly what your going to get when you try to work with one of these "open" formats from MS.

    1. Re:Open? by Anonymous Coward · · Score: 1, Funny

      Nope it would be

      Nothing for you to see here. Please purchase Microsoft Office 2005 in order to view this document.

    2. Re:Open? by TheKidWho · · Score: 1

      Too much MS, not enough Apple!

    3. Re:Open? by Anonymous Coward · · Score: 0

      Actually too much of both. I'd prefer something more geekish/hackerish/programmerish/openish/not-pipefu ckilleish

    4. Re:Open? by Master+of+Transhuman · · Score: 1


      2005?

      More likely 2007...

      2008?...

      Well, no, we had to take that feature out...

      But when it's done, it will be REALLY GREAT!

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    5. Re:Open? by Anonymous Coward · · Score: 0

      Then leave!

    6. Re:Open? by DrSkwid · · Score: 1


      Does Microsoft still have its $150m Apple shareholding ?

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    7. Re:Open? by TheKidWho · · Score: 1

      Nope.

  2. Umm.... by NEOtaku17 · · Score: 0, Redundant

    Microsoft not opening their formats!? Shocker!!! Is anyone in the least bit surprized by this?

    1. Re:Umm.... by cwebb1977 · · Score: 0

      As long as MS is concerned: No news is good news

      --
      www.weberseite.at
    2. Re:Umm.... by sbrown123 · · Score: 3, Insightful

      I was actually quite hopefully that Microsoft would open the format. As a developer, a completely open format would have been wonderful. This is sad news. Not surprised, just upset.

    3. Re:Umm.... by TomorrowPlusX · · Score: 5, Interesting

      We probably were all wishing for the same, but that said, "opening" the format is probably harder than it sounds.

      My understanding of the Office document formats -- which comes entirely from reading rants by OO.org and other projects to write office suites so take it with a big grain of salt -- is that the format itself is made up of serializations of stuff like activex control states. In other words, non-trivial.

      I don't know if you or anybody here ever wrote a BeOS "replicant", but it was sort of like ActiveX in that they were serializable classes which could be instantiated by any program, by dlopening the replicant's source executable and running the exported code with the serialized state as initialization parameters. It was really cool -- an app could send a replicant to another app and whammo, you had stuff like a web-browser embedded on the desktop running in the desktop process, or a tray-item using your app's code, but running in the deskbar's process.

      Anyway, given that Office uses this kind of approach, it would be near 100% *impossible* to get the state out without the source activex component. Unless the state itself is described in a 100% abstract manner. Which I doubt. The data is almost certainly just a serialization of the internal state of the activex control which created/modified/rendered it.

      Now, I know that this kind of stuff only applies to Office when Word or Excel is embedding charts or whatnot from other parts of the office suite, but the fact is this is a useful ( and good ) way to get interoperability, even if it means that it's completely non-portable. Given MS's history, I doubt they've taken a simple approach.

      I'm sure there could be better ways, and I imagine OO.org is taking a maximum-interoperability approach...

      Anyway, I'm just saying. I don't think MS *could* open the format -- at least not as regards document embedding.

      Rant over.

      --

      lorem ipsum, dolor sit amet
    4. Re:Umm.... by edward.virtually@pob · · Score: 1

      not in the slightest. any chance of ms not acting like the evil monopolistic pile of deceptive slime it is went out the window with the last "settlement" (i.e.: ms got off scott-free).

    5. Re:Umm.... by glacote02 · · Score: 1, Insightful

      The question is definitely not wether Microsoft could but rather wether they should.

      Having a proprietary file format for a software in a dominant position (near monopoly actually) means that the editor can leverage the massive club effect and turn it into additionnal revenues. Other way of saying the same is that no competitor can even think to enter the market without spending as much for interoperability as the monopolist wants. This is a blatant market failure, i.e. a situation which is economically worse for everybody except the monopoly abuser.

      Monopoly must adhere special rules of conduct. One of them is that they at least do not erect arbitrary high barrier to entry to the market.

      This is why it is economically straightforward that Microsoft should be forced to use properly and exhaustively documented, patent-free file formats. Although a competitor might even choose not to do so (as long as it is not in dominant position itself).

      If it costs too much for Microsoft, it is still preferable collectively that they even throw out there existing software and restart from scratch. Yes, even to that point, anything to the contrary is a lie, economically speaking.

    6. Re:Umm.... by TomorrowPlusX · · Score: 1

      I wish I had mod-points for you. Your argument is draconian, but frankly I agree 100%.

      --

      lorem ipsum, dolor sit amet
    7. Re:Umm.... by aichpvee · · Score: 0

      I will once again be accepting the apologies of all microsoft fanboys who were like, "omfg, th3yR g1v1n6 17 4w47 wtf m00r d0 j00 w4n7?!?!?!?!". I'm sure that all of you now feel good that you have come to the conclusion that is so obvious to those such as the parent and reformed your misguided fanboy ways.

      --
      The Farewell Tour II
    8. Re:Umm.... by bit01 · · Score: 2, Insightful

      Anyway, I'm just saying. I don't think MS *could* open the format -- at least not as regards document embedding.

      Even if everything thing you've said is true, your conclusion is unjustified.

      M$ is getting $35,000,000,000+ per year. They could reverse engineer and document their own format with their small change, even if it was serialized Brainfuck. To claim that because it involves activex controls this somehow makes the format undescribable is simply wrong. If the format contains state, that state can be described. Period.

      If M$ is claiming what you say they are then they are lying. To technically naive people. Business as usual for them.

      ---

      It's wrong that an intellectual property creator should not be rewarded for their work.
      It's equally wrong that an IP creator should be rewarded too many times for the one piece of work, for exactly the same reasons.
      Reform IP law and stop the M$/RIAA abuse.

    9. Re:Umm.... by mibus · · Score: 1
      If it's just directly serialized internal structures, then they can give us a full set of struct definitions and let us work it out...
      struct WordDoc {
      char *password;
      char *author;
      char *text;
      ...
      };
      (Yeah, I know it's more complex than char *text, you get the idea! :)
  3. In other news by jb.hl.com · · Score: 5, Funny

    Bush not really a Muslim.
    Babies not really delivered by storks.
    Bears do not actually have modern sanitation.

    --
    By summer it was all gone...now shesmovedon. --
    1. Re:In other news by TheKidWho · · Score: 4, Funny

      phew, at least Santa is still real!

    2. Re:In other news by jb.hl.com · · Score: 1

      phew, at least Santa is still real!

      Yeah, he's our last vestige of sanity in these uncertain times.

      --
      By summer it was all gone...now shesmovedon. --
    3. Re:In other news by sharkey · · Score: 1, Funny

      Yeah, but he's dead. Bun-bun killed him, remember?

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    4. Re:In other news by Anonymous Coward · · Score: 0

      phew, at least Santa is still real!

      Nah, he is marketing device to get parents to buy $100-$200 worth of toys for their kids once a year and close to that one assorted family and friends. It allows businesses to schedule a busy season. Do you really think their is a guy with elves making toys? Nah. Now, if he had some nanotech replicator, I could see how he gets by. But elves? No, way. Elves would want to be paid and where would Santa get the loot to pay the elves? Unless Santa was just a master thief. Yeah that could work.

    5. Re:In other news by Captain+Nitpick · · Score: 0
      Yeah, but he's dead. Bun-bun killed him, remember?

      All the holiday avatars got reset at the end of the Holiday Wars storyline. Santa's alive and tossed Bun-bun into a timeless void where he was missing and presumed dead until a few days ago.

      --
      But then again, I could be wrong.
    6. Re:In other news by Adams4President · · Score: 1

      get parents to buy $100-$200 worth of toys for their kids

      $100-$200? cheapo...

    7. Re:In other news by tclark · · Score: 4, Insightful

      We can improve the signal to noise ratio on Slashdot and other sites if we all agree that Microsoft keeping things closed/abusing its monopoly position/killing kttens is NOT NEWS and not worthy of mention. Is everybody on board?

    8. Re:In other news by Anonymous Coward · · Score: 0
      Bush not really a Muslim.

      Yeah, but Bush did not claim to be a muslim. But he has claimed to be a christian, and he is not.

    9. Re:In other news by mattyrobinson69 · · Score: 1

      i would normally agree, but this article is necessary because it corrects a previous article (and quite a big correction too)

    10. Re:In other news by Chrax · · Score: 1

      You only say that because he doesn't fit in with your view of Christianity. However, a large portion of American Christians view him as a paragon of Christianity.

      True, most of it seems to be pandering for votes and not actually living according to Jesusian teachings, but most Catholics I've ever encountered aren't the most virtuous (in the Christian sense of the word) of folks and I wouldn't say they're not Christians.

    11. Re:In other news by SunFan · · Score: 1


      How else could you explain your red nose, chubby belly, desire for milk and cookies, and why your mom always gets so sentimental on Christmas mornings?

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    12. Re:In other news by Nicholas+Hill · · Score: 0

      And SCO's stolen code!

    13. Re:In other news by Anonymous Coward · · Score: 0

      Why? Because he's not like Jesus? Guess what: Jesus wasn't a Christian.

    14. Re:In other news by StalinsNotDead · · Score: 1

      All the holiday avatars got reset at the end of the Holiday Wars storyline. Santa's alive and tossed Bun-bun into a timeless void where he was missing and presumed dead until a few days ago.

      Is this Holiday Wars you make mention of a legitimate storyline? If so, where is it available? Or is this comment a result of an inability to detect sarcasm?

      --
      Thanks to the internet, we can now all die alone together! -SomeWoman
    15. Re:In other news by Captain+Nitpick · · Score: 1
      Is this Holiday Wars you make mention of a legitimate storyline? If so, where is it available? Or is this comment a result of an inability to detect sarcasm?

      The original poster was referring to the webcomic Sluggy Freelance. The comic features a homicidal rabbit named Bun-bun who, among other things, has had a longstanding feud with Santa Claus. Claus spent about three weeks dead during a storyline from about a year ago.

      --
      But then again, I could be wrong.
  4. Heh... by g33ker · · Score: 5, Funny

    Looks like an 'open and shut' case to me...

    1. Re:Heh... by AndroidCat · · Score: 1

      Would it help if we all claimed to be the Key Master?

      --
      One line blog. I hear that they're called Twitters now.
    2. Re:Heh... by Anonymous Coward · · Score: 0

      Whoa. I misread open and shove. Mind you it's pretty much what Gates deserves.

    3. Re:Heh... by mibus · · Score: 1

      Looks like an 'open and shut' case to me...

      I think you mean 'open and closed'...

    4. Re:Heh... by Anonymous Coward · · Score: 0

      Open and full-of-shit case (open, as in "the pandora's box is open")

  5. OpenOffice.org by 16K+Ram+Pack · · Score: 3, Interesting
    Just tell them that you're going to be installing this on all your computers.

    Seriously, how many people need stuff in Office that isn't in OpenOffice.org?

    1. Re:OpenOffice.org by Anonymous Coward · · Score: 1

      Ummm, I need users that aren't whining that they don't have MS Office installed.

    2. Re:OpenOffice.org by bjhonermann · · Score: 2, Informative
      I also dont like how it doesn't automatically save in .doc or have an option to do so.

      Tools -> Options -> Load/Save -> General

      You can set the default file format to whatever you want from there. Also, I think OO.o actually prompts when you first install it now as to whether you want to use .doc or .sxw.

    3. Re:OpenOffice.org by CrazyWingman · · Score: 1

      You shouldn't be using a word processor for layout anyway. Try a type setter like latex, or a document production tool like Pagemaker.

    4. Re:OpenOffice.org by Anonymous Coward · · Score: 1, Insightful

      Cue all the "I really need [obscure function XYZZY] in {Word, Excel}" bots from Microsoft!

    5. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      "[obscure function XYZZY] in {Word, Excel}"

      And then when they hear OO has that...

      "I really need [even more obscure function XYZZY] in {Word, Excel}"

    6. Re:OpenOffice.org by geighaus · · Score: 2

      i had to reinstall the software for a friend of mine after his system became unusable because a lot of installed junk. I could not bothered locating a warez version of MS office for him, so I just installed Open Office and told him that it was equally good. He still uses it and seems to be completely satisfied with it (apart from once when he had to rewrite a document, incorrectly imported by openoffice from RTF format, just a night before the deadline). My main grief with OpenOffice is its interface. While all the functionality I need is there, I cannot stand its interface. It just seems to be ugly and dated. Hopefully 2.0 will make an improvement on this front.

    7. Re:OpenOffice.org by cowbutt · · Score: 1
      I also dont like how it doesn't automatically save in .doc or have an option to do so.

      Tools->Options->Load/Save->General->[Standard File Format|Text Document|Always Save As...|Microsoft Word xxx]

    8. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      If only OpenOffice.org were more stable than MS Office. Within 20 minutes of installing it for the first time the other day, it crashed. Not that Office doesn't have its quirks every now and then, but OpenOffice.org just plainly has some really slow, really bad code that certainly isn't ready for my use.

    9. Re:OpenOffice.org by MyLongNickName · · Score: 1

      People have grown accustomed to using one tool for simple word processing to more advanced word processing. This type of mentality will not lead to more peole adopting open source.

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    10. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      Sorry, feeling a little dyslexic today, what I meant to write was:

      If only MS Office were more stable than OpenOffice. Within 20 minutes of installing it for the first time the other day, it crashed. Not that OpenOffice doesn't have its quirks every now and then, but MS Office just plainly has some really slow, really bad code that certainly isn't ready for my use.

    11. Re:OpenOffice.org by StandardsSchmandards · · Score: 1
      Seriously, how many people need stuff in Office that isn't in OpenOffice.org?

      Well, most corporations need the following:

      • Ability to control installed features from a central location in an easy way (e.g. policy management in AD).
      • Office suite integration with document management systems
      • Accessibility support in screen reader software
      Comparisons between OpenOffice and MS Office always focus on end user functionality. There are many features in Office that help administrators. Switching to OO isn't only about formatting text and printing pages.
    12. Re:OpenOffice.org by fizze · · Score: 1

      I like OpenOffice.
      But (there is always a but) i can only really use it for simple word processing.

      Anything like interoperability with powerful programs like Matlab just isnt possible, because there is no official support. (and maybe the lack of extensive macros).

      Anything far less important than that is the simple use of templates. For course work and higher level reports, documents, paperwork there is always some kind of a template. (Im talking of technical university stuff here)
      And in Word, these actually do look nice, and ease up work a lot. Whats more, lets say all students do have similiar looks and style. Which is good. Think of a corporate design.
      I can be as w00t 1337 as I want, if my documents look way different, then it isnt good.
      Let alone the higher effort I have to put in to get, lets say, simply similiar looking headers and footers on every other page.

      Sorry, OO, but until at least the template and layout issues are fixed, you are just not a serious option for my uses.

      --
      Powerful is he who overpowers his temptations.
    13. Re:OpenOffice.org by Bert64 · · Score: 1

      It looks like msoffice, ms apps always look dated and ugly, and openoffice is trying to clone that appearance.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    14. Re:OpenOffice.org by CrazyWingman · · Score: 1

      Did I say anything about open source? No. The last time I checked, Pagemaker was very much not open source. I merely stated that one should use the correct tool for the job. You wouldn't use a hammer to make a nice, smooth cut in a piece of wood, would you?

    15. Re:OpenOffice.org by w4f7z · · Score: 0

      I find the spellchecking in OO compleatly lacking.

    16. Re:OpenOffice.org by MyLongNickName · · Score: 1

      Did I say anything about open source?
      We were talking about Open Office.

      You wouldn't use a hammer to make a nice, smooth cut in a piece of wood, would you?
      No, but there are nice multi-purpose tools. A professional carpenter has more tools than I can afford to buy in my life time. For my purposes, I use a few tools that are not as good at the individual jobs, but fit in my price range. Word does what I need it to do for creating word processing documents, and relatively simple flyers and other "non word processing" documents. I like it because for my needs it can handle it. And, I do not have to spend time learning how to use another program. Unlike many in this forum, I like computers to do what I need them to do, then get the hack out of my way...

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    17. Re:OpenOffice.org by shis-ka-bob · · Score: 1
      Use Subversion for document management. Access via WebDAV (using Apache) and you have a document repopistory that has secure (SSL) access over the web. This does most of what I use for 'document management' and Subversion is actually efficient (in that the bandwidth is proportional to the changes in the repository, not the size of the repository itself.)

      Concerning policy management, what cannot be done via SSH? You can have simple scripts (stored in subversion, of course) that are either pulled from each client or pushed via ssh from a central server.

      For truely centralized control, create a 'office application server' that users can access via thin clients; Linux or WinCE will do fine. Just remember to 'wince' if you must choose the latter!

      --
      Think global, act loco
    18. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      I'm curious as to why you think that anybody who needs a feature that isn't present in your little toy office suite is a 'bot' from Microsoft.

      I find it rather indicative of your ignorance that you sit there with an air of superiority looking down on all the fools who slave away at Microsoft products, while your would-be replacement can't do half the things these 'bots' in the real world depend on.

      Recommending laughably unsuitable replacements for industry standard software to the very professionals that have to use the software for a living is an example of the horrible behaviour rife amongst the OSS community. This example is nearly on par with suggesting The GIMP as a replacement for Photoshop.

    19. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      When OO can handle my 16 meg data analysis spreadsheet, I'll think about it. Free /= good.

    20. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      I need PowerPoint for presentations where I want the video to run from within the slide (and not as a separate add on). It's been a major point in my complete adoption of OO for quite some time now.

      Otherwise, no problem with the word processor, spreadsheet, etc.

    21. Re:OpenOffice.org by peter_gzowski · · Score: 1

      Seriously, how many people need stuff in Office that isn't in OpenOffice.org?

      Seriously? Plenty. I can't wait for OO 2.0 to come out, so that I can try again to convert some of my friends to Linux, or to OO 2.0 for Windows. Everyone I've talked to needs something different, but here are some of the things:

      - Access Equivalent (OO 2.0 will have it)
      - Times New Roman Font (applies only to Linux, and is still do-able, but is not there out of the box)
      - Near-perfect conversion from whatever version of Office they currently use (Excel is fine, Word and Powerpoint need some work, but are almost there)
      - Third-party applications. Right now, I can import a Word document into Documents To Go, and load it on a Palm Pilot, and edit it on the go. I cannot do this with OO files (unless, of course, I save them as .doc).

      OpenOffice is the key stumbling block for converting people to Linux, or just open-source in general. I hope that the 2.0 series solves this.

      --
      "Now gluttony and exploitation serves eight!" - TV's Frank
    22. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      You must be kidding - templates and styles are one of the big advantages of OOo over MSOffice. More power and flexibility.

      Oh, I get it, you're complaining about missing default templates. Go to the OOo template repository and find some, there are quite a few. You downloaded OOo in the first place, right? Besides, it's not that hard to make ne yourself.

    23. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      Last time I checked, Pagemaker was an ancient crappy peice of software that is no longer for sale or supported.

    24. Re:OpenOffice.org by fizze · · Score: 1

      I am not kidding. There are lots of templates available, but why is it so hard to make the M$ Office templates look like they do in M$ Office, just in OO ?

      I dont have the nerves nor resources to convert all my templates. These are special templates for special course reports, or even corporate stuff at times.
      If you can show me where I can get mine..... ;)

      well, seriously, I know its possible to convert them, its just way too much hazzle. And, like I said, if the my boss wants his dept's reports to look all the same, thats just not an option.
      case closed.

      --
      Powerful is he who overpowers his temptations.
    25. Re:OpenOffice.org by skasingularity · · Score: 1

      Anyone trying to do school assignments? Seriously, I've recently adotped linux and started using OpenOffice on both linux and XP (dual boot system) and for some school assignments OpenOffice just doesn't cut it. For writing papers and such its fine, but for one assignment in which instructions were given specifically for Excel, I eventually had to give up and borrow a friends computer for a few minutes so I could get it done right. While I agree OpenOffice is a great utility, Microsoft DOES have an incredible hold over the world, especially the academic world, and when Microsoft Office is required, sometimes you just need Microsoft Office.

    26. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      For a lot of small things, PageMaker is quite overkill (and costs quite a lot) whereas word does just fine really. Lots of users already have problems with simple apps they use everyday. Now try to force them to learn LaTeX - the docs might as well be in chinese.

    27. Re:OpenOffice.org by ReelOddeeo · · Score: 1

      OOo 2.0 is installed via either an RPM file or an MSI file.

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    28. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      Well, yes, if the instructions explicitly require Microsoft Excel, you will probably have problems using OOo. This is a stumbling block. The point is that there's no particular reason you couldn't have done what your prof wanted in OOo, had he not made it just for Excel.

    29. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      Oh please, master of the user interface, bestow upon us the knowledge of how an office suite SHOULD look and feel.

      Please grace us with your experience, being as it is greater than the collective wisdom of Microsoft, leader in office productivity software industry for the past decade.

      Share with us the fruits of your research, being as it is greater than Microsoft's, who have spent millions of dollars and employed legions of qualified professionals, who have dedicated hundreds of thousands of man-hours gathering feedback from their world-wide user base.

      Give onto us your coding prowess, being as it is greater than Microsoft's, who can churn out a man-years' worth of code in a day without batting a collective an eyelid, and who pave the way in terms of features that the competition cannot even emulate, let alone surpass.

      Well.

      Go on then.

      You fucking Dolt.

    30. Re:OpenOffice.org by Blakey+Rat · · Score: 1

      Last time I used OpenOffice it didn't have revision tracking... or at least I couldn't figure out how to use it. In addition, it couldn't open Word files which had revision tracking data, producing only a garbled mess.

    31. Re:OpenOffice.org by Blakey+Rat · · Score: 1

      I don't see any reason that Word Processors and Page Layout programs should be different applications-- and I think the Microsoft Word and Apple's Pages team agrees.

      As far as software goes, Word Processing isn't really all that complex... and since 99.9% of people will immediately lay out their page after typing it, why not combine the two?

    32. Re:OpenOffice.org by MyLongNickName · · Score: 1

      I thought I just said that :)

      --
      See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    33. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      can't wait for OO 2.0 to come out, so that I can try again to convert some of my friends to Linux

      If you were my friend I would have stopped listening to you after the first time.

    34. Re:OpenOffice.org by aichpvee · · Score: 0

      How about automatically resizing a page to fit the paper when you go to print?

      --
      The Farewell Tour II
    35. Re:OpenOffice.org by jc42 · · Score: 1

      - Times New Roman Font (applies only to Linux, and is still do-able, but is not there out of the box)

      So what's the legal situation with Times New Roman? I've seen any number of hints about it being owned (patent? trademark?) by someone, but the details seem to be difficult to come by. Thus, google finds over a thousand matches for "Times New Roman" and "copyright", but they all seem to be incidental uses of the two in different parts of the same document. Wikipedia has an interesting history of Times New Roman, but doesn't say what its current ownership might be.

      Can I, as a "nobody" independent programmer, legally write software that uses Times New Roman? If I were to develop and sell a gadget or software that uses Times New Roman, could I be sued by someone? Is it truly an open font, usable by anyone?

      Such things could easily bankrupt a solo developer or small firm.

      Would it be safer to use Times Roman, and make the software treat the two fonts as logically equivalent?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    36. Re:OpenOffice.org by Blakey+Rat · · Score: 1

      Well, now it's rephrased. Amazing.

    37. Re:OpenOffice.org by Detritus · · Score: 1

      It's owned by Monotype. You can't distribute it without buying/having a license. That's what Microsoft did for Windows and Office.

      --
      Mea navis aericumbens anguillis abundat
    38. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      If you were my friend, that would be because you converted the first time.

    39. Re:OpenOffice.org by duffahtolla · · Score: 1
      Because every time I'm told that an application is needed, and that it absolutely HAS to be Photoshop because of feature [x]; I dig for 2 minutes and find that its a Do nothing executive, whose just playing around trying to make a wallpaper of her puppy, with a frigin textbubble saying "I wuv you". Then yeah, I would give them Gimp instead of Photoshop.

      In my office we have, one guy, (1, uno, ein) that needs Photoshop. And yes, we got it for him. But once people see him using it, they all started chiming in about they 'needed' it.

      Same story with MS Office. "I need it!", they say. What for I ask. "Important bussiness related stuff", they reply. 5 minutes later that Bussiness-Stuff turns out to be a phone extension list. MS Office for This? Bah!!

      Don't get me wrong. I agree with you. "the very professionals that have to use the software for a living" should use the best tool for the Job. If that Job requires an MS product or Top end niche software, so be it.

      But the problem is the majority of these requests for such software come from people, who would be better served using Notepad, Calc and Paint rather than MS Word, MS Excel and Photoshop.

      For these people, which again, I find to be the majority, OO, Gimp and the like are more than adequate. And rare MS-only/Adobe-Photoshop feature X, is generaly brought up as an excuse rather then as a need.

    40. Re:OpenOffice.org by Anonymous Coward · · Score: 0

      No, you just need a clue-by-four.

    41. Re:OpenOffice.org by AaronLawrence · · Score: 1

      You fail to understand the depth of his insight. What he means is that it should be SKINNED with chrome and leather textures. THEN it will be good.

      (Ironically, Microsoft HAVE gone all stupid and made Office look like nothing else in their product family lately. But I guess if it can't change to 733tAnimeXSkin-o-the-day then it's still no good)

      --
      For every expert, there is an equal and opposite expert. - Arthur C. Clarke
    42. Re:OpenOffice.org by Machtyn · · Score: 1

      At least MS Word can read and write WordPerfect files. (I came across this unfortunate situation when trying to toot the OSS/FSF/OOo mantra and benefits).

  6. Ms "Open format" by demon_2k · · Score: 1

    The fun guns, once again.

  7. Effective monopolist tactics. by bigtallmofo · · Score: 5, Insightful

    Almost everyone uses Microsoft Office as opposed to the various flavors of OpenOffice, StarOffice, etc. Not speaking of its fairness, this is a very effective strategy from Microsoft and not at all surprising.

    It's a blatant abuse of their virtual monopoly, but there hasn't really been an effective incentive for them to stop taking such actions in the past. Why would they refrain from continuing such behavior?

    --
    I'm a big tall mofo.
    1. Re:Effective monopolist tactics. by Anonymous Coward · · Score: 0

      Well, there isn't any reason directly for microsoft. They do like to eternally be considered a 'nice' company' so they try to change other peoples conceptions rather than change their ways.

    2. Re:Effective monopolist tactics. by homebrewmike · · Score: 1

      There is no monopoly. Please report to the Department of Homeland Security immediately!

    3. Re:Effective monopolist tactics. by seguso · · Score: 1
      Why would they refrain from continuing such behavior?

      I agree. It's time to start blaming microsoft, which is doing what anyone in its shoes would do, and start blaming the US government and the European Union. I can understand the US government, but not the fact that EU does not wish to stop the constant flow of money that goes out of Europe to end up in Redmond.

    4. Re:Effective monopolist tactics. by freemacmini · · Score: 1

      Ethics? Morals? Good citizenship?

      Nah not at microsoft.

    5. Re:Effective monopolist tactics. by elendril · · Score: 1

      Monopoly, definition: Exclusive control by one group of the means of producing or selling a commodity or service

      I fail to see where is Microsoft monopoly here. No one is forced to use their products and in fact, many people don't (for example, I don't). There even exists perfectly good alternatives for pretty much every product they sell.

      I'm becoming really tired with this "monopoly" argument. Why deny the fact that many people just buy their product because they like these better?

    6. Re:Effective monopolist tactics. by Anonymous Coward · · Score: 0

      Microsoft has been convicted as a monoplolist in US courts. If you disagree, talk to the courts.

    7. Re:Effective monopolist tactics. by daviddennis · · Score: 1

      Could someone explain to me what is wrong with the Microsoft XML format license?

      What is it that I can and cannot do with it?

      The article this site links to is clear as mud, and everyone's talking as though they know what it means. I'm not sure if this is because I'm unusually dense, or because Slashdotter will believe anything about Microsoft they are told, without the need of further evidence.

      I hate the company and its products, personally, and I do my best to avoid them, but in this particular case I'd like to understand what's wrong in detail before expressing my resentment.

      Many thanks.

      D

  8. Why... by MiKM · · Score: 0, Offtopic

    Why don't Slashdot editors do all their research before writing an article instead of posting a retraction the next day?

    1. Re:Why... by Freexe · · Score: 1

      Slow news week?

      --
      "In a time of universal deceit - telling the truth is a revolutionary act." - George Orwell
  9. "open" is a four letter word by wowbagger · · Score: 5, Funny

    "open" is a four letter word, and to Mr. Gates, it is an obscene four letter word.

  10. [tt] Closed format? by daniil · · Score: 4, Funny

    If this is their understanding of an open format, then what would a closed format be in Microsoft's book? A write-only one?

    --
    Man is a slave because freedom is difficult, whereas slavery is easy.
    1. Re:[tt] Closed format? by Anonymous Coward · · Score: 0

      Something made by Apple and not by Microsoft.

    2. Re:[tt] Closed format? by cgenman · · Score: 1

      Well, one could interpret the what they said to mean that anyone can get Microsoft's data and can implement a reader without violating their license. It would be a big step forward for Open Office to have a perfectly compatible reader, especially as it can write to an RTF format that Word reads.

      Of course that's not going to happen, because we have no system of accountability in place to hold companies to their Word. I guess it will be a long time before we see an open office Word Text Format (WTF{tm}).

    3. Re:[tt] Closed format? by 4of12 · · Score: 1

      If this is their understanding of an open format, then what would a closed format be in Microsoft's book?

      Any proprietary format owned by a competitor.

      Someday soon, too, Steve Ballmer will complain that GPL'd formats are "closed to Innovation®".

      --
      "Provided by the management for your protection."
    4. Re:[tt] Closed format? by SunFan · · Score: 1

      what would a closed format be in Microsoft's book?

      A DRM system that kills the user after requesting the file. The perfect solution to the analog hole.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    5. Re:[tt] Closed format? by jc42 · · Score: 1

      Someday soon, too, Steve Ballmer will complain that GPL'd formats are "closed to Innovation®".

      Probably. This fits the definition I've seen:

      Innovation (n): taking something built by someone else, making small cosmetic changes, and claiming the result as yours.

      This is as distinct from "invention", which is a term you don't hear much in the corporate world these days. Only little guys invent; the corporations innovate. And since you can now patent innovations, you have a way to legally prevent the inventors from marketing their own inventions without paying you a license.

      If the GPL can interfere with innovation in the above sense, it could be a Good Thing®.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  11. There are other "office" based formats by A+Drake+Man · · Score: 3, Insightful
    OASIS, the format Apple uses for iWork, the KEY is that it will be illegal for anyone to reverse engineer the file format for cross patform/application use. Is that the gist of it?

    I would think that even the NEW Office will still be able to create good ol' .doc files, so wouldn't it burn their biscuits if people just continued to use that instead? (They'll make some minor feature .newdoc only -playing solitaire while working on a doc?- and everyone will use it, anyway, no wishful thinking here...)

    1. Re:There are other "office" based formats by Anonymous Coward · · Score: 0

      "OASIS, the format Apple uses for iWork"

      Are you sure about that?

      It is a .gz xml file for Pages, but is in OASIS format?

    2. Re:There are other "office" based formats by araemo · · Score: 1

      Not to mention that if MS is true to form, the new Word won't save doc files as the old version perfectly. There will be minor formatting glitches that make it unacceptable for things like resumes and other documents where you need it to look perfect.

    3. Re:There are other "office" based formats by A+Drake+Man · · Score: 1
      No, there is OASIS, and there is the format Apple uses for iWork. (it doesn't have a specific catchy product name). If Apple remains true to form, they will publish a detailed document on how to create a .pages document then anyone will be free to create files using that.

      It'd be nice to see programs on the PC side pick up on this, but no one produced a Keynote player for PC's (windows OR linux) so I'm not too positive on that.

    4. Re:There are other "office" based formats by smallpaul · · Score: 1

      Can you provide evidence for the claim that Apple is supporting the OASIS OpenDocument format?

    5. Re:There are other "office" based formats by Grishnakh · · Score: 1

      There will be minor formatting glitches that make it unacceptable for things like resumes and other documents where you need it to look perfect.

      Do resumes really need to look perfect anymore? Maybe it's still that way in non-technical fields, but where I work, every time we have to interview new contractors, I see tons of horrible-looking resumes: no real formatting, blatant spelling and grammar errors, etc. Many look like they weren't proofread at all, and that the writers just didn't care about making them look decent. But we still have to interview them anyway, and no one else I work with seems to care about how the resumes look. Is this just my company, or is this a growing trend?

    6. Re:There are other "office" based formats by uncqual · · Score: 1

      But we still have to interview them anyway, and no one else I work with seems to care about how the resumes look. Is this just my company, or is this a growing trend?

      It seems to be becoming increasingly acceptable to have errors in resumes and I agree that many developers and development managers seem to overlook it.

      Personally, if a candidate can't be bothered to spell check their own resume, I become concerned that the person may also be sloppy about code correctness as well and they enter my office with a strike against them.

      I'm a bit more tolerant of awkward grammar or occasional grammar errors because I recognize that English is often a second language and grammar checkers are not nearly as effective as spell checkers (i.e., no matter how careful the candidate was, they would never see the awkwardness or error - which is usually okay because I'm not hiring writers)

      --
      Why is there an "insightful" mod and why isn't it "-1"? If I wanted insight, I wouldn't be reading /.
  12. Joke is joke by michelcultivo · · Score: 2, Funny

    Microsoft is joking with us again or we are joking with ourself on beliving this?

  13. Open Proprietary! by Anonymous Coward · · Score: 5, Insightful

    "..it is our expectation that the next iteration of the Open Format standard will include some Microsoft proprietary formats."

    **TILT**

    I guess Proprietary is Open and War is Peace?

    1. Re:Open Proprietary! by ctr2sprt · · Score: 2, Interesting
      Proprietary just means "owned by a private individual or corporation under a trademark or patent." Consider IBM's recent "freeing" of a bunch of their patents for use in open source software. That would be proprietary technology in an open source product. It's not a contradiction at all.

      I also think that when you say "Open" what you actually mean is something closer to "Free." Open Source is a notoriously pragmatic term, whereas Free Software aims more for philosophical freedom ("free as in speech"). Proprietary stuff is far less likely to be Free than it is to be Open.

      I think I just confused myself with that one; maybe I should put away this RMS-autographed Ouija board I've got on my desk.

    2. Re:Open Proprietary! by Anonymous Coward · · Score: 1, Insightful

      No, what I and thousands of others mean when we say "Open" is "Open" E.g. not covered by Patents, Trademark or Copyright with the specification freely available for anyone to implement. When we say "Proprietary" we mean Patented, Trademarked or Copyrighted, or based on a secret or closed specification with closed source code. E.g. "Not Open".

      The usage you're aluding too is marketing speak. It is used to confuse the issue, just as Microsoft have done here, by using the term "Open" to refer to something which is not at all "Open". See SCO "Open"Server, "Open"Motif etc. I thought the practice died out in the mid-90's but obviously if people still believe that something can be both Open and Proprietary at the same time it must still be being peddled by marketing departments.

    3. Re:Open Proprietary! by Anonymous Coward · · Score: 0
      maybe I should put away this RMS-autographed Ouija board I've got on my desk.

      Shouldn't you use an E-meter to measure RMS? (Maybe with a diode and a cap.)

    4. Re:Open Proprietary! by Anonymous Coward · · Score: 0

      You've hit the nail on the head. I've witnessed MS market-droids many times in public and, without a trace of irony in their voices, explaining that "open" means "industry standard". (In fact they even had the gall to do this at an academic OSS conference I attended last year). Therefore whatever is most widely used is "open".

      If IBM or WordPerfect had tried this tactic against LAN Manager and Word some years ago when MS was powerless, it would have been wrong, and it's still wrong today.

    5. Re:Open Proprietary! by ctr2sprt · · Score: 1
      Well, okay. You're free to define the word however you want. The definition I provided is, however, from dictionary.com. While I did choose the most "open" definition they offered, none of the others differ substantively with respect to this issue. I encourage you to look for yourself, maybe I missed something.

      The key meaning to the word, I think, is ownership, or more specifically the legal right to sole ownership. That's pretty much exactly what patents are. The fact that a patent may be licensed royalty-free in perpetuity does not confer ownership of the patent to any third parties, which is the point I was trying to make. Let's say I give you a binding legal promise that you can live in my house for free for as long as you want. Even better, I give you the legal right to let anyone else live in the house too, whether you're there or not. Does this mean you own my house? No: As a matter of law, I still own the house, though in reality my ownership is pretty worthless. In a similar vein, patents which are given away the way IBM has done are still proprietary, because they are owned by IBM. It's just that the terms of their license with you means that they are effectively open.

      You could consider it sophistry, which I guess you do, but... One of the benefits to this approach is that you know you aren't infringing on any other patents. Or at least if you are, you have a sure-fire legal defense for doing so. I think the term is "defensive patenting:" you patent something and then give it away for nothing because you're afraid someone else will patent it first and then sell it (or let it languish in some filing cabinet somewhere). This sort of patenting is very much in line with the ideals of both free and open source software. OK, RMS et al. might not like using the system even if it's just to beat the system, but I tend to start from the premise that the patent system ain't going away any time soon.

  14. Massachusetts can still turn them down by Jack+Taylor · · Score: 4, Insightful

    Let us all hope that Massachusetts doesn't accept Microsoft's formats if they aren't completely open when it undertakes its review of the decision. If Microsoft are seen to have open office formats in the eye of the public when they are not really open, it can only be a bad thing for OpenDocument and other truly open efforts.

    Everyone who lives in MA, go and write to your appropriate representative now!

    --
    One good turn - gets all the covers.
    1. Re:Massachusetts can still turn them down by johnjay · · Score: 2, Insightful

      I don't know who the "appropriate representative" is. This department (the source in the article) seems like a good place to start.

      Eric Kriss, Massachusetts Secretary of Administration and Finance
      Department home page: http://www.mass.gov/eoaf/
      Contact info:
      Executive Office for Administration & Finance
      State House, Room 373
      Boston MA, 02133
      Phone (617) 727-2040
      Fax (617) 727-2779
      e-mail contactanf@state.ma.us

      I suspect that a flood of email will be ignored.

      The more clear, concise arguments to give to the good secretary that are posted on this thread, the easier it will be to reason with the department.

    2. Re:Massachusetts can still turn them down by johnjay · · Score: 2, Insightful

      Not to reply to my own post, but don't be mad at the guys at Administration & Finance, be helpful. They are the ones standing between MS and the consumer by attempting to force MS to play nice. They're in danger of making a mistake, but at least they're trying. They could just as easily do nothing (c.f. the other 49 states) and no one would notice the opportunity passed by. If you call them frothing at the mouth at the fact that they are stupid and are being played by Microsoft, then they might decide, next time, to let business go on as usual.

      Most people don't need this reminder, but since I almost did it myself, I thought I'd try to help out the other people like me.

  15. When asked for comment by tod_miller · · Score: 2, Insightful

    Bill said "Suprise! what did you expect fuckers?" :-) *bang goes my karma!*

    Really, Microsoft always say they will do some things, to basically spread FUD, to make managers have an excuse for not jumping ship.

    Why do they do this?

    Hmmm, lets read my crystal ball, aaaah here is a M$ press release:

    "Closed format is more secure! Plus it locks you into Office, which we have no bundled with Windows, which is now etched into the core of every processor! *stiffled manic laughter*"

    Translation:

    "We really don't want to allow people to easily leave Office behind and we want to make it harder for OpenOffice to import etc, because when people realise they don't need office, we will loose money

    Also we don't want people to easily crack our DRM and embarrass us as we extort money from publishing companies and spread FUD amongst authors, so people can no longer read stuff without money coming to us

    Plus world domination is fun!"

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
    1. Re:When asked for comment by CrackedButter · · Score: 0

      Your first line was a blast! :)

    2. Re:When asked for comment by Anonymous Coward · · Score: 0

      ...they don't need office, we will loose money...

      Is the MS Office grammar checker proprietary too?

  16. 4 Open Office files by Anonymous Coward · · Score: 0
  17. question by vdthemyk · · Score: 3, Informative

    Isn't this like saying, "we wrote the English Dictionary so no one is allowed to read English without our approval?" To me, if you want to copyright an idea for a product, go ahead, if you want to protect intelluctual property, that's fine too, but formats for files? Come on! So what if my program can read and write files that your program reads and writes. As long as I didn't take your way of writing those files, I should be fine.

    --
    VD
    1. Re:question by zergl · · Score: 1

      I sense millions of lawyers spin in their graves...

      So what if my program can read and write files that your program reads and writes. As long as I didn't take your way of writing those files, I should be fine.

      That's the way it should be, but some people will disagree on that.

    2. Re:question by vdthemyk · · Score: 1

      Yes I understand people will disagree, however the whole idea of copyrighting is getting rediculous in my opinion.
      Do While (copyright_laws != knowledge_exchange){
      distance_to_utopian_society--
      }

      --
      VD
  18. huh? by kennycoder · · Score: 1, Funny

    Office can't open its own formats? Thats insane!
    Try like ctrl-o (or File->Open)
    Might work ;)

    --
    Fucking a fat girl is like riding a scooter... it's fun 'til someone sees you.
    1. Re:huh? by TheRaven64 · · Score: 2, Interesting

      We have the latest version of Office installed here (whatever it happens to be. I try to avoid Windows systems whenever possible). A few weeks ago someone brought in their thesis, saved in the version of Office they use at home to print. Loading it completely destroyed the formatting throughout the document. The only solution we found was to install PDFCreator on his home machine and bring in the PDF. Office has always had problems with backwards compatibility (I recall a number of Word 2 documents that didn't open correctly in Word 6), and this seems not to have improved. A number of organisations are still using Office 97 because they have standardised on the Office 97 file format for internal use and don't want to break things.

      --
      I am TheRaven on Soylent News
    2. Re:huh? by Anonymous Coward · · Score: 0

      File -> Save As is your friend.

  19. Linguistic integrity police by gilroy · · Score: 4, Insightful

    Could we all endeavor to remember that "FUD" is an acronym for "fear, uncertainty, and doubt" and not simply a synonym for "lying". There is little of the usual Microsoft "end of the world" blather here; it's just deceptive marketing.

    In other words, business as usual.

    1. Re:Linguistic integrity police by hcob$ · · Score: 1

      Unfortunately, language is dynamic. As more morons *ehm* people *ehm* use a word, the more it's original meaning is changed. I guess it's kind of like the Heisenberg(sp?) principle. If you consider use of the word to be "speed" and the definition to be "position", then the more you fix it's definition, the less likely it's to be used. But if more people use it, the meaning becomes less clear. :)

      --
      Cliff Claven
      K.E.G. Party Chairman
      Founding Leader of: Koncerned for Egalitarin Governance
    2. Re:Linguistic integrity police by SlashSnot · · Score: 0

      Exactly what I thought when I read this post. I'm sure that the PR department really wants me to fear this. Claiming that it will be open in some vague way that might not really be open, has me sitting here uncertain and doubtful that this really is coffee. Looks like we're FUD.

    3. Re:Linguistic integrity police by Anonymous Coward · · Score: 0

      Wtf, that's not at all how language works.

      For example, "speed" is pretty clearly defined. If a lot of people start using it to refer to a "picture frame", that's not the Heisenberg Uncertainty Principle, that's the Universal Stupidity Constant.

    4. Re:Linguistic integrity police by Politburo · · Score: 3, Insightful

      No, the GP is right. You're wrong in thinking that the idea applies to wholesale language changes such as "'speed' now means 'picture frame'". What the idea does apply to are the gray areas, where the boundaries are not so clear. This is how we got the widespread misuse of words/phrases like "irony", "it begs the question", "same difference", etc.

      It's the same idea that has led to the "copyright infringment==theft" farce that the RIAA and MPAA take great pride in.

  20. Many people aren't sensitive to GUI design. by Futurepower(R) · · Score: 2, Interesting


    I installed Open Office for a staff member of a customer's company. She had been using a computer with Microsoft Word before. She didn't notice that anything had changed.

    Probably a lot of us on Slashdot are very sensitive to GUI design, but many people aren't.

    1. Re:Many people aren't sensitive to GUI design. by EpsCylonB · · Score: 2, Interesting

      I installed OO on my mums computer and she did notice and asked to put Office on instead.

    2. Re:Many people aren't sensitive to GUI design. by codepunk · · Score: 1, Interesting

      And did she actually pay for that copy of office, I am guessing not?

      --


      Got Code?
    3. Re:Many people aren't sensitive to GUI design. by Sparr0 · · Score: 1

      what part of office did she miss? pass this crucial datum along to the oo.o developers, please.

    4. Re:Many people aren't sensitive to GUI design. by benjamindees · · Score: 1

      A user asked me yesterday if OOo was Word, after he discovered it was able to read and write Word and Excel formats.

      --
      "I assumed blithely that there were no elves out there in the darkness"
    5. Re:Many people aren't sensitive to GUI design. by SgtChaireBourne · · Score: 3, Interesting
      I installed Open Office for a staff member of a customer's company. She had been using a computer with Microsoft Word before. She didn't notice that anything had changed.
      A similar thing happened to my dad a year or so ago, except he tricked himself. He likes to download and try out software and put OOo on his computer and had been using it along side MS Word for some months. One day he opened a document with revisions, reviewed the revisions and made his own changes, and transferred it back to the author -- all in OOo. He didn't notice until he was finished that it was OOo and not MS-Word. He had intended to use MS-Word, but since then it's been largely neglected and probably won't make it onto the next machine he buys.

      It's funny that the group that whines about tools not being identical to MS' current version don't get up in arms when the change applies to MS products. Current versions become the old version and the menus and functions get changed all around anyway.

      --
      Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
    6. Re:Many people aren't sensitive to GUI design. by Anonymous Coward · · Score: 0

      I had a user ask me to print his excel spreadsheet becasue OO refused to print it correctly.

      Yeah for open source. We saved the money for another office license (not that we don't have about 100 sitting around) and are not locked in. Now instead he just bothers me every 2 weeks becasue payroll can't process his timesheet because OO can't format the page within the bounderies of the print area.

    7. Re:Many people aren't sensitive to GUI design. by SuperficialRhyme · · Score: 1

      The way that it is easy to put trendlines and their equations on graphs in the spreadsheet. I know I can do it with functions in cells but when I'm trying to finish a PCHEM paper, I want it to be as easy as possible. A checkbox on a scatterplot = good. Having to look up the formula, having to put that into the cell, and then having to type that in a text format on the graph is really not a replacement.

    8. Re:Many people aren't sensitive to GUI design. by SuperficialRhyme · · Score: 1

      That's what I miss anyway. That's why I use my fiancee's computer for lab reports and my own computer for everything else. (She dual boots... I don't.) If OO.o did that we would have no reason to dual boot.

    9. Re:Many people aren't sensitive to GUI design. by cortana · · Score: 1

      Ouch. Did you submit a bug upstream?

    10. Re:Many people aren't sensitive to GUI design. by Anonymous Coward · · Score: 0

      No, I didn't submit a bug anywhere because I don't really care if OO and office can work together.

      We have many unused licenses for various versions of office lying around, mostly office 97 licenses. We also have 300+ users and are a windows NT4/2K (yeah outdated but were state money so....) I have far too much to deal with already and really would rather the 2 users who use OO figure out their own printing problems as the time reports print fine for the other 298 users who use some version of Excel.

      It is just pain in the ass is all. Office is the standard across state goverment., here in XX anyway (sorry I really like my anonimity). If the software is paid for then why not use it? OO may be great when you don't want to spend the money for MS Office but when the bill is paid for you it is just plain fucking stupid in my opinion.

      It add no vaule to anything in my opinion and causes more problem then it is worth. When the embedded OLE pieces of a documment sent out by the commisioner can't be read by 2 people then whose problem is that, theris or mine.

      I think theirs

    11. Re:Many people aren't sensitive to GUI design. by Anonymous Coward · · Score: 0

      I used to have a GF that dual-booted. God, I miss her.

    12. Re:Many people aren't sensitive to GUI design. by Anonymous Coward · · Score: 1, Funny

      Is that subtle word-play of a sexual nature? If so, i think i know what it could mean, but not really. hmm

    13. Re:Many people aren't sensitive to GUI design. by cayenne8 · · Score: 1
      "It is just pain in the ass is all. Office is the standard across state goverment., here in XX anyway (sorry I really like my anonimity). If the software is paid for then why not use it? OO may be great when you don't want to spend the money for MS Office but when the bill is paid for you it is just plain fucking stupid in my opinion."

      Yes, but, you mentioned that you had different versions of Office floating around your dept. You will start to run into problems of different versions of MS not being able to open and format correctly MS documents. They don't like to make things 100% backwards compatible....so, unless you want to keep up (the whole State) with the latest and greatest...you'll most likely start running into the same problems you stated with OpenOffice....

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    14. Re:Many people aren't sensitive to GUI design. by Anonymous Coward · · Score: 0

      Just a quick aside as you will probably meve rcome back to read this but....

      BULLSHIT.

      I have yet to see an office docuemtn created in a previous version of office that does not perform fine in a later one.

      Now if payroll made the spreadsheet in say Office XP it coudl be a problem but since it is made in Office 97, it seems all later versions function fine.

      That and we are far form the whoel state. ONly the Dept of Labor.

      (irionic I'm posing to /., I know)

  21. I'm sorry. by Kickasso · · Score: 1

    Mr. Wilcox's criteria of openness seem to be unduly strict. His definition of "open" is something like "submitted to a standards body, and is public domain". If there's a license attached, however permissive, then (in his view) it's closed and proprietary. I can understand his position, but it's not the only one possible.

    1. Re:I'm sorry. by JohnFluxx · · Score: 1

      While I would agree normally, I think you do need that strict a definition for something like a word processing format.

    2. Re:I'm sorry. by MirthScout · · Score: 1

      It is my position that the "color" of the sheet of paper on my desk is white. I understand that there may be people whose position is that that "color" is black but I don't see any point in agreeing with them.

    3. Re:I'm sorry. by Anonymous Coward · · Score: 1, Interesting

      He also seems not to be able to comprehend what he read. Read this for a FAQ: http://www.microsoft.com/Office/xml/faq.mspx. It is very clear that the formats are still Open, for any sensible definition of Open.

      and read this for yourself: http://www.microsoft.com/office/xml/janletter.mspx

      In paritcular the quote: "We are acknowledging that end users who merely open and read government documents that are saved as Office XML files within software programs will not violate the license" DOES NOT mean that that is the only licensable use of the schema.

      This is really ridiculous. People need to learn to read and comrehend before they spout off.

  22. Support OASIS and the OpenOffice format... by Anonymous Coward · · Score: 1, Interesting

    There is already a truly open office format developed by OASIS.

    Microsoft can read the writing on the wall and is trying to combat a truly open standard with their patent encumbered version.

    What we need is OASIS support everywhere, including M$ Office. We need to develop plug-ins with easy/friendly install and stick them on a website so that even a novice user will be able to get it on their system and be able to share OASIS docs.

  23. Procedure to OPEN an Office 2k3 document by faramir_fr · · Score: 2, Funny

    1) crawl to the File menu
    2) click on Open document
    3) select a document

    Voila... the document is now open. Yes it's THAT simple.

    1. Re:Procedure to OPEN an Office 2k3 document by Anonymous Coward · · Score: 1, Funny

      Voila... the document is now open. Yes it's THAT simple.

      It didn't work...now what?

  24. It's open... by BigWhale · · Score: 1

    It's using open standards! They support open standards and they made a lot of people happy, just by claiming that. So now people can say, 'see, MS supports open standards'! The only problem is, that their file format is closed. It is in fact, if I remember correctly even patented.

    Pretty much oxymoronic to me... ... or just moronic.

    --
    The Sig, the sig
  25. Office XML Documenation by LiquidCoooled · · Score: 5, Funny


    <office>??????????????</office>
    </xml>

    The MS Office open XML file format consists of an XML branch, followed by an Office branch.
    Unfortunately, due to the complexities of parsing this branch, it should be passed directly as a parameter into our improved Office ActiveX object.
    We are currently developing an addin for firefox as well.

    Thank you for looking at this documentation, that will be all.

    --
    liqbase :: faster than paper
    1. Re:Office XML Documenation by winterlens · · Score: 2, Funny

      I'm sorry, don't you mean:

      <xml>
      <office>???</office>
      <profit/>
      </xml>

    2. Re:Office XML Documenation by Anonymous Coward · · Score: 0


      <xml>
      <office>???</office>
      <profit/>
      </xml>


      empty profit? That's so unlike MS. Maybe you mean

      <profit public:visibility="hidden"/>

    3. Re:Office XML Documenation by J.+Random+Luser · · Score: 1


      <office>??????????????</office>
      </xml>

      Glad somebody else noticed this. But they can't even get the housekeeping straight:
      have a look at some of those schemas in a text editor & a hex editor.
      Some are UTF8, some UTF16. OK they're all declared but what's with the EF BB BF before the first tag in "excel.xsd"?
      Or FF FE before the first tag in "w10.xsd"? Looks like a casual sprinkling of curly quotes thru some of them too.

    4. Re:Office XML Documenation by cosinezero · · Score: 1

      Yeah, and just wait until the BinaryXML comes out. To think, many think that's a -good- thing.

  26. Why don't you RTFAQ by berglin · · Score: 3, Informative
  27. Massachusettes isn't a state. by notthepainter · · Score: 2, Informative
    It is a Commonwealth. There are 46 States and 4 Commonwealths.

    Boring, I know. But I live here so I get to have at least one pet peeve.

    1. Re:Massachusettes isn't a state. by Anonymous Coward · · Score: 0

      Did you mean: Massachusetts

      Annoying, I know. But you live there, so I get to be annoying about it.

    2. Re:Massachusettes isn't a state. by LiquidRaptor · · Score: 1

      An extra 7 letters.

    3. Re:Massachusettes isn't a state. by PsiPsiStar · · Score: 2, Funny

      ve are revoking yor shtar on de flag and replacing it wish a vite oval dot.

      --

      ___
      It's the end of my comment as I know it and I feel fine.
    4. Re:Massachusettes isn't a state. by Anonymous Coward · · Score: 0

      Well, then since it's the United States and Mass isn't a state, I guess, "y'all are shit outta luck," as they in the state of South Carolina. Have fun being alone in the world now that you don't have worry about being mistaken for a state. Hey, who knows maybe you can start a United Commonwealths of America and team up with the other losers who don't understand simple nomenclature.

    5. Re:Massachusettes isn't a state. by Captain+Nitpick · · Score: 2, Informative
      It is a Commonwealth. There are 46 States and 4 Commonwealths.

      No. There are 50 states, 4 of which call themselves commonwealths. There are also two Federally recognized commonwealths, Puerto Rico and the Northern Mariana Islands. The use of "commonwealth" by Kentucky, Massachusetts, Pennsylvania and Virginia carries no legal meaning.

      --
      But then again, I could be wrong.
    6. Re:Massachusettes isn't a state. by Fear+the+Clam · · Score: 1

      Don't forget the Providence Plantations! (The official name of Rhode Island is "The State of Rhode Island and Providence Plantations.")

    7. Re:Massachusettes isn't a state. by Anonymous Coward · · Score: 0

      According to Pennsylvania, it differenciates itself as a 'commonwealth' to indicate that it's overall benefit is for it's people

      Damn commies! :)

    8. Re:Massachusettes isn't a state. by KarmaMB84 · · Score: 1

      and yet they were granted statehood...pretty good for not being a state!

    9. Re:Massachusettes isn't a state. by ReelOddeeo · · Score: 1

      You forgot about that, what was it called again.....

      The Republic of Texas

      --

      Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
    10. Re:Massachusettes isn't a state. by Snaller · · Score: 1

      No. There are 50 states, 4 of which call themselves commonwealths.

      No, there are 46 states and 4 commonwealths.
      The use of "commonwealth" by Kentucky, Massachusetts, Pennsylvania and Virginia carries no legal meaning.

      Irrelevant.

      --
      If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
    11. Re:Massachusettes isn't a state. by Captain+Nitpick · · Score: 1
      The use of "commonwealth" by Kentucky, Massachusetts, Pennsylvania and Virginia carries no legal meaning.
      Irrelevant.

      Yeah, right. Legal status is irrelevant to an entity that exists only by law. Wonderful logic there.

      If Massachusetts isn't a state, then legally it cannot have congressional representation and all the other things the US Constitution that are granted to states.

      The people of Massachusetts can say "we're not a state, we're the land of magical radishes" for all I care. That doesn't make them not a state.

      --
      But then again, I could be wrong.
    12. Re:Massachusettes isn't a state. by Snaller · · Score: 1

      You should read your sig.

      --
      If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
    13. Re:Massachusettes isn't a state. by Captain+Nitpick · · Score: 1
      You should read your sig.

      You should form a coherent argument.

      --
      But then again, I could be wrong.
    14. Re:Massachusettes isn't a state. by Snaller · · Score: 1

      Oh it isn't an argument - I was just correcting you.

      In civilised countries men and women have the same rights, that doesn't mean that there suddenly is only one gender.

      These commonwealths have the rights and obligations of states, but it doesn't make them states.

      --
      If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
    15. Re:Massachusettes isn't a state. by Captain+Nitpick · · Score: 1
      Oh it isn't an argument - I was just correcting you.

      If by "correcting", you mean "making a statement with no supporting evidence which is contradicted by the facts already presented".

      In civilised countries men and women have the same rights, that doesn't mean that there suddenly is only one gender.

      This isn't what you're arguing. To stretch the metaphor, we're living in an "uncivilized" country, where only "men" have rights. Massachusetts likes to dress up in high heels and halter tops and call itself a "woman". But legally, it's still a "man". In this ridiculous analogy, Puerto Rico is a "woman".

      These commonwealths have the rights and obligations of states, but it doesn't make them states.

      The US Constitution does not provide for anything that is not a state to have the rights and obligations of a state. Massachusetts is a state, and what it refers to itself as internally is irrelevant on a national level.

      --
      But then again, I could be wrong.
    16. Re:Massachusettes isn't a state. by Snaller · · Score: 1

      If by "correcting", you mean .. [snip]

      Strawman argumentation - add 1 point to the troll'o'meter.

      This isn't what you're arguing.

      Since you don't understand, you can hardly make that determination.

      To stretch the metaphor...[snip]

      Don't make up nonsense which is not relevant. Two things can have the same status while being differnet. Like the 4 commonwealths in the US.

      The US Constitution does not provide for anything that is not a state to have the rights and obligations of a state.

      Wrong - it does not specify that anywhere. As long as the others have no problem, there is no problem.

      --
      If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
    17. Re:Massachusettes isn't a state. by Captain+Nitpick · · Score: 1
      Strawman argumentation - add 1 point to the troll'o'meter.

      Only if you're measuring how much of your troll I'm biting on.

      The US Constitution does not provide for anything that is not a state to have the rights and obligations of a state.
      Wrong - it does not specify that anywhere.

      Except for everywhere. Have you never read the US Constitution?

      Article I - Section 2

      Clause 1: The House of Representatives shall be composed of Members chosen every second Year by the People of the several States, and the Electors in each State shall have the Qualifications requisite for Electors of the most numerous Branch of the State Legislature.

      Clause 3 (abridged): Representatives and direct Taxes shall be apportioned among the several States which may be included within this Union, according to their respective Numbers...[snip]. The Number of Representatives shall not exceed one for every thirty Thousand, but each State shall have at Least one Representative; and until such enumeration shall be made, the State of New Hampshire shall be entitled to chuse three, Massachusetts eight, Rhode-Island and Providence Plantations one, Connecticut five, New-York six, New Jersey four, Pennsylvania eight, Delaware one, Maryland six, Virginia ten, North Carolina five, South Carolina five, and Georgia three.

      Not only does Article I not provide for representation for anything other than a state, Massachusetts is explicitly listed "among the several States".

      Massachusetts is, under the only definition that matters to anyone not in Massachusetts, a state.

      --
      But then again, I could be wrong.
    18. Re:Massachusettes isn't a state. by Snaller · · Score: 1

      Except for everywhere. Have you never read the US Constitution?

      Yes, and you miss the point: Real laws define what the cover, but it never defines what "a state" is - so anything could be called a state if the others agree - even a commonwealth.

      --
      If Google really cared they would fix Android Chrome to reflow text, instead of discriminating
  28. One word by remmelt · · Score: 1

    Clippy.

  29. FUD by Lord+Ender · · Score: 1

    Whoever submitted that needs to look up what FUD means. It is not a cool leet internet word for dogma. It specifically refers to disinformation about a competing product or competitor intended to damage their business.

    Have the children of slashdot learned nothing from their elders?

    --
    A slashdotter who didn't build his own computer is like a Jedi who didn't build his own lightsaber.
    1. Re:FUD by kellererik · · Score: 1

      The disinformation would be: M$ Office files are open and can be created via XML.

      The fact that they are not, damages the business of OpenOffice.

      my 2 cents

    2. Re:FUD by ammoQ · · Score: 1

      FUD means "Fear, Uncertainity, Doubt". It's definitely used incorrectly in this context.
      On the other side, the article could be FUD about MS's openness if their file formats were open and this article creates fear, uncertainity, doubt about that.

  30. Issue 1820 by Red15 · · Score: 0

    Also OpenOffice is lacking seriously in user friendlieness in 1 point (see http://www.openoffice.org/issues/show_bug.cgi?id=1 820)

    It affects many users and has serious consequences for business. We tried and promoted OpenOffice to some of our customers but they decided to switch back to MS Excel because of the "Decimal point is seperator" option which is lacking in OO.

    Seriously, if OO only fixed this bug first before anything else, I could go and install OO on about 100 computers easily.

  31. Microsoft Word 2000 is VERY quirky. by Futurepower(R) · · Score: 4, Insightful


    The last version of Microsoft Word I used was in Office 2000. I got tired of it because it is so quirky with layout.

    Open Office is a bit quirky, too, and they are different quirks. Many times people forget the many, many hours they spent learning to avoid the Office 2000 quirks. They want Open Office to be perfect, and they have forgotten how imperfect Microsoft Word is.

    If you test Open Office, be sure you test the latest version, 1.1.4. Version 2.0 will be available in April or May of this year.

    It's understandable that people who have invested hours in learning Microsoft Word don't want to invest hours again. They just want to get the job done. On the other hand, it would be crazy for the Open Office developers to implement the hundreds of ways Microsoft Office is quirky.

    Generally, when you send documents outside your company, you should send PDF files. That guards against accidental changes. To do this in Open Office, just click the PDF icon in the toolbar. To do this in Microsoft Word, install an extra-cost package.

    1. Re:Microsoft Word 2000 is VERY quirky. by pnutjam · · Score: 0

      To do this in Microsoft Word, install an extra-cost package.

      ...Or you can install pdfcreator for free, lets can the FUD. PDF integration is not really that great of a selling point.

    2. Re:Microsoft Word 2000 is VERY quirky. by denison · · Score: 2, Informative

      You don't need an extra cost package to produce PDF documents from Word. PDFCreator at SourceForge does the trick and it's free.

    3. Re:Microsoft Word 2000 is VERY quirky. by mspohr · · Score: 1
      Actually, PDF creation is very important in any business environment. There is a very clear line between documents that you want people to EDIT (such as when working collaboratively) and documents that you want people to just READ.

      Unfortunately, the only tool most people have is a word processor that allows everything to be edited so that tool gets used and we have to open document in edit format just to read it (and deal with "Do you want to save your changes?" dialog). Having the PDF save option right there is a big advantage.

      /Mark

      --
      I don't read your sig. Why are you reading mine?
    4. Re:Microsoft Word 2000 is VERY quirky. by Anonymous Coward · · Score: 0

      Any chance on telling us what "quirks" you are talking about?

    5. Re:Microsoft Word 2000 is VERY quirky. by Anonymous Coward · · Score: 0

      Mod parent up please!

      PDFCreator is excellent: it creates a Windows printer that renders PDFs, so is very easy to use for even the technically inept, and can be configured to either prompt via a dialog as to where to save the output or save it automatically to the location of your choosing. I've used it for a good few months now and it's been very reliable; I've even supplied it to several clients who now all sing its praises, too :)

  32. what's the contrapositive of FUD? by phyruxus · · Score: 3, Insightful
    This post is a pedantic quibble about the use of the word/acronym "FUD".

    "...Massachusetts is simply repositioning what it considers an 'open format.' [...] This hasn't stopped Microsoft from tooting its horn [...]'Buzz about so-called open formats is little more than PR FUD.'"

    Although the borg are doing something bad, this time they are doing it by making something bad of theirs sound good, instead of making something good of someone else's sound bad. Should there be a word which represents the contrapositive of "FUD"? Like LAC, for Lying About Crap, or something? (maybe it's the inverse, not the contrapositive, it's been a while, feel free to correct me)

    --
    "A witty saying proves nothing." ~Voltaire
    "d'Oh!" ~Homer
    1. Re:what's the contrapositive of FUD? by moresheth · · Score: 1

      What's interesting (in my opinion) is that I made an assumption about the meaning of FUD when I first began reading slashdot, but came to find out about a year later that it was wrong. Any "F" I've seen in internet phrase acronyms has always had one meaning, and I took a random guess about the other two based on the acronym FUBAR. So what I assumed it was is "F*cked Up Data" turned out to be something else rather mundane and boring. It's amazing how well this works in place of "Fear, Uncertainty, Doubt".

    2. Re:what's the contrapositive of FUD? by Anonymous Coward · · Score: 0

      It is called marketing.

      Thank you, I'll be here all week.

    3. Re:what's the contrapositive of FUD? by phyruxus · · Score: 1
      Okay, I thought about it, and I think "OFI" covers it.. Overconfidence, Foolhardiness, Ignorance.

      "Don't use that, it'll break when you need it! It may not perform to requirements! Even if it has the stability and functionality you need, it's not from us, so it might not integrate! (run away, run away)" [FUD-if it's not from us, you don't want it"]

      "Here use this, it will never ever misfunction, it will fulfill your every need (even those you haven't discovered yet) and you must believe me on faith (don't think!) because we are the bo- (*ahem*) bIggest software company ev4r." [OFI-if it's from us, nothing else can work]

      From the spiv philosophers of Greece to the lobbyists of D.C. to the salestroopers of Redmond...
      One wrong to fool them all, one wrong to divide them, one wrong to enslave them all and in the darkness ride them.

      --
      "A witty saying proves nothing." ~Voltaire
      "d'Oh!" ~Homer
  33. Hard to reconcile. by DJProtoss · · Score: 2, Interesting

    Whilst the annoucement in yesterdays /. was a licence that was gpl-incompatible, it was (afaict) within the scope of existing open licences (it didn't read too disimilar to an old-style bsd licence) - I certainly didn't notice any restrictions on writing, and since that is still up on MS's page, i'm guessing that possibly the chap quoted here was speaking unaware of that announcement. either that or MS's site was hacked or maybe I've just misread something.

    --
    "Success is based on knowing how far to go in going too far"
  34. More like... by roesti · · Score: 1

    Actually, it looks more like a shut-and-shut case...

  35. Joke, looking for an occasion by PsiPsiStar · · Score: 4, Funny

    Essentially, the state of Massachusetts is simply repositioning what it considers an 'open format.'

    How does Bill Gates screw in a lightbulb?

    He doesn't. He declares darkness the industry standard.

    --

    ___
    It's the end of my comment as I know it and I feel fine.
    1. Re:Joke, looking for an occasion by Anonymous Coward · · Score: 0

      How does Bill Gates screw in a lightbulb?

      That depends. How did the third party developers get in there?

    2. Re:Joke, looking for an occasion by Anonymous Coward · · Score: 0

      Why does Bill Gates screw in a light bulb?
      To put a charge in his sex life!

  36. Pi$$ Moan.... by Savage-Rabbit · · Score: 2, Interesting

    Cue all the "I really need [obscure function XYZZY] in {Word, Excel}" bots from Microsoft!


    Not everybody who uses M$ Office is doing trivial work, some of the secretaries where I work use it's advanced features to save immense amounts of time. You can moan about people that need functions that OpenOffice doesn't have but it still won't make OpenOffice better than M$ Office. Tossing about pharses like: "Well then don't use that function" is not an option for a poweruser, he/she will bin OpenOffice and write it off. The day that OpenOffice supports all the advanced features in M$ Office that I use and does so without falling apart I'll switch. Until then M$ Office is a superior product, be it on Windows, Linux or my prefferred OS.X. So let's keep things in perspective. I'm hoping OpenOffice will be able to compete with M$ Office sooner rather than later but hyping OpenOffice up will only hurt it.

    --
    Only to idiots, are orders laws.
    -- Henning von Tresckow
    1. Re:Pi$$ Moan.... by Anonymous Coward · · Score: 0

      By using M$ when you mean MS you look not so smart.

    2. Re:Pi$$ Moan.... by nojomofo · · Score: 2, Interesting

      You know, it's funny that you're talking about Office for OS X and not bitching. I tried the 30-day free trial that came on my computer, and ran a quick test. I took a simple word doc (no particularly special formatting, no tables) and saved it as a word .doc in: TextEdit, NeoOffice, and Word. I then transferred the resulting files to my work windows box, and opened all 3. Two files opened fine and were properly formatted, one didn't open - word couldn't figure out what the character set was and mangled it badly. Guess which that was?

      Word. Word for windows couldn't open the word for Mac file. Both textedit and NeoOffice created perfectly readable files for word for windows, but Microsoft couldn't manage to do that....

      So, once Word manages to support the same file definition across multiple platforms and does so without falling apart, I'll consider Word to be a piece of software worth considering. Until then, I'll certainly use one of the free alternatives that works better for me.

    3. Re:Pi$$ Moan.... by Anonymous Coward · · Score: 0

      By using MS when you mean M$ YOU look really fucking stupid.

    4. Re:Pi$$ Moan.... by lspd · · Score: 1

      Not everybody who uses M$ Office is doing trivial work, some of the secretaries where I work use it's advanced features to save immense amounts of time.

      And this is the very group of MS Office users that will NEVER be happy with OpenOffice ragardless of its functionality.

      I use Debian. it doesn't matter if Gentoo offers a 5% performance gain or Mandrake has the latest version of KDE. I'm productive in Debian. It's what I know best. I might switch if work forced it upon me, but I will never look at an RPM or portage based distro on my own and think "gee, I should switch since it offers the same features in a slightly different way."

      The real question is why would a new user learn MS Office and get locked into Microsoft's UI when there is a useable $free$ alternative. I'm amazed that every new PC doesn't ship with OpenOffice preinstalled and MS Office offered as an upgrade option.

      Power MS Office users are only going to switch when it becomes impracticle to use MS Office because of its lack of support for the OpenOffice file format. Anyone who believes they will be the first wave of "switchers" is deluded. They will be the last wave, just like the WordPerfect power users when MS Office became the de facto standard.

    5. Re:Pi$$ Moan.... by praedor · · Score: 1

      No. Lyx (and latex) are FAR superior products to Office in any way, shape, or form. Sure, it can be a pain in the ass to work with, particularly at first, but once you get the hang of it, you cannot beat truly professional level typesetting and formatting. Office can't even begin to approach the output (but then, OpenOffice is further from being able to compete with the power of Lyx than Office, mainly because of its pathetic lack of ability to deal with citations and reference page formatting).


      The only way Office can deal with citations and reference formatting is via 3rd party apps like EndNote. If you actually need to publish in professional journals, you need to cite references and that means OpenOffice is a nonstarter...unfortunately. Lyx with pybliographic or sixpack is all you need to publish in any hardcore professional journal on planet earth. Office can be forced to deal but in a limited fashion.


      --
      In Bushworld, they struggle to keep church and state separate in Iraq as they increasingly merge the two in America.
  37. Document Formats by ajs318 · · Score: 4, Insightful

    It's clear that too many important people have had their heads up their arses for too long.

    We need to have it made law that file formats are not secrets and not patentable, but form as much a part of the specification for interacting with the software as, say, the key bindings. {I personally would like to see it become law that software vendors must supply full annotated source code with their products, but let's take it one step at a time ..... Mandate open data formats first, then guarantees of performance, then source code escrow to back up the performance guarantees and protect against vendor , then slowly tighten the screws on the escrow agencies and software companies till it's no longer economically viable to sell closed-source software.}

    It wouldn't surprise me if some software vendor had tried at some stage seriously to claim in an EULA that all the rights in any document created with their software belonged to them. I know that it used to be a breach of EULA to use a certain software company's programming languages to develop applications that competed directly with that company's offerings.

    The good news is that EULAs aren't legally enforceable in any sane jurisdiction anyway, so you can go ahead and exercise your inalienable statutory right to reverse-engineer documents -- for the purposes of study, creation of interoperable software or just morbid curiosity -- to your heart's content. In fact, you can even refuse to accept the EULA at all. You can still quite legally use the software under your inalienable statutory right of Fair Dealing -- you just don't get any benefits that were only promised to you in the EULA.

    --
    Je fume. Tu fumes. Nous fûmes!
    1. Re:Document Formats by Eivind · · Score: 3, Insightful
      I agree. File formats needs to be open. And one more thing too: protocols.

      Software interacts basically one of two different ways.

      Either in that one piece of software saves a file, and another piece of software reads that file.

      Or in that one piece of software directly talks to another piece of software, using some protocol.

      If all file-formats and all protocols where open, a lot would be won.

    2. Re:Document Formats by JeremyGL · · Score: 0

      You can still quite legally use the software under your inalienable statutory right of Fair Dealing -- you just don't get any benefits that were only promised to you in the EULA.

      I've never summoned the enthusiasm to actually slog through an MS EULA so, just out of interest, what are the benefits promised by, say, the Windows XP EULA ?

      Jeremy (lazy, but interested)

    3. Re:Document Formats by ajs318 · · Score: 1

      Sorry, I forgot that. Yes, I agree absolutely: all protocols should be open. Maybe I'm just so used to files and block/char devices being accessed alike, that I forgot there even was a distinction: a file is really just a build-up of information, and a protocol is really just a file format for files that move.

      --
      Je fume. Tu fumes. Nous fûmes!
    4. Re:Document Formats by bbc · · Score: 1

      "We need to have it made law that file formats are not secrets and not patentable, but form as much a part of the specification for interacting with the software as, say, the key bindings."

      Why? Why do you need laws to negate something, when that something is not actively enforced by laws? And even if that something is actively enforced by laws, why would you want to have two laws cancelling each other out?

      Or, in other words: where does it say that file formats can be secrets? (I take it you mean "trade secrets"; secrets have no legal meaning.) And where does it say that file formats can be patents?

    5. Re:Document Formats by jc42 · · Score: 1

      Of course, in a well-designed OS, programs talk to each other via files, and a protocol is merely the data format used in such files. So a file format and a protocol are really (special cases of) the same thing.

      Going at it from the other direction, we might notice that things like disk drives are in fact "running" or "active" objects in the same class as a process. So reading and writing disk files are in fact special cases of inter-process communication. The I/O channel commands used to do disk I/O are in fact a protocol.

      The fact that you can use different terms for special cases doesn't mean that you're actually talking about different things.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    6. Re:Document Formats by cosinezero · · Score: 1

      "We need to have it made law that file formats are not secrets and not patentable" Yeah, and while we're at it, what the smeg's in the secret sauce, anyways! I should know EXACTLY what I'm putting on my taco!

    7. Re:Document Formats by Eivind · · Score: 1
      Now you're being disingenius.

      I know the unix paradigm of "everything is a file", but there is still a real and significant difference between a letter and a conversation. The significant difference is that in a conversation there is more than one part taking part, and conversation is two-way.

      I agree with you that talking to the kernel to have it read files for you is an example of something that requires a protocol. You make a request in a certain way, and you get a response in a certain way.

      Yes, you can play with words all you like. But in the real world, when someone says they'd like to see the specification for a file-format, what they actually mean is very probably that they'd like to know the correct interpretation of one certain byte-sequence.

      "protocol" and "file" are two different words, for a reason. By insisting that they both (aswell as "API" mean the exact same thing, you contribute nothing but lessening the usefulness of all words.

      A word that means everything also means nothing. Distinction is as important as generalisation.

    8. Re:Document Formats by Eivind · · Score: 1
      Almost. A protocol isn't only a file that moves -- it is also (atleast) two-way.

    9. Re:Document Formats by jc42 · · Score: 1

      "protocol" and "file" are two different words, for a reason. By insisting that they both (aswell as "API" mean the exact same thing, you contribute nothing but lessening the usefulness of all words.

      Yeah, but the point is that that they don't mean the same thing; "protocol" is a special case of "file", as are "disk file", "keyboard", "A/D converter", "socket", "process", etc.

      We really need a general term for "something that holds data", and the common term for this is "file". There are lots of special kinds of files that have additional properties.

      This isn't a specious point in this discussion. There's a real danger to letting people get away with treating "file" as if it only meant "disk file" or something similar. And that danger is illustrated by the suggestion that we include "protocol" in any law decreeing "file formats" to be public. The problem is that people will try to weasel their way out of this by claiming that their format isn't covered because their data isn't a "file".

      Consider the scenario: I send you a message, and it's formatted in XML. This is a growing possibility, as XML becomes a standard of data exchange. Your reader says it can't decode part of the message and asks what to do with it. You do a bit of experimenting (or asking in a newsgroup), and find that app X can decode it and display the contents on your screen. You look at the message, and send me a reply.

      My next message asks you if you have a license for your app X that decoded the message. It turns out that the chunk in question was formatted using one of the XML encodings that Microsoft has patented. If you don't have a license to decode it, you have violated the patent, and since you've decoded a decrypted message, you have committed a felony under the DMCA. I notify the authorities, and you end up in a federal prison for five years.

      If our open-format law only applies to "files" under the strict meaning, then it won't help you in court. The prosecution will just claim that the data in question was a "message", not a "file", and the file-format laws don't apply. Your only defense is if the open-format law applies to data in general, no matter how it's packaged. And the best way at present to guarantee this is to make it clear that "file" means anything that contains data, no matter how it's packaged or what the sender calls it.

      There are many other problems with the current laws about data, of course. The idea that a corporation can patent an XML encoding is a clear violation of everything that XML is about, and can easily lead to entrapment like the above scenario. But we do seem to be entering an era when I really can send you a message and then prosecute you for successfully reading it. Just as they can sell you a DVD of a movie and then prosecute you for successfully viewing it on your screen.

      To defend against such absurdity, it helps a lot to have your terminology straight. The current fuzziness over, for example, whether a protocol is or is not a special case of a file format is one of the things that we need to standardize. If we allow the use of "file" to exclude things like comm channels, A/D converters and processes, then we have no commonly-understood term for "anything that contains data". This makes it very difficult to formulate rules that cover all the various ways that I can send you a string of bits, and lets me weasel my way out of the rules. I just give my transmission a special name and claim that it's not covered by the rules that only apply to "file formats".

      BTW, the general sense of "file" wasn't invented by the unix guys at Bell Labs. They took it from multics, which in turn adopted it from the general discussions of such topics that were widespread in academic computing. The use of "file" in this general way was widespread by around 1970. This was in part to fix all the software problems in commercial system, where you typically needed special code to talk to different kinds of devices, and there was no way to writ

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    10. Re:Document Formats by Eivind · · Score: 1
      I see what you mean now. The misunderstanding is that we appear to be employing different definitions for "file". You say that that you consider a disk-file and a protocol both subclasses of the superclass "file".

      When I said file I meant it in the traditional sense: A file is a sequence of bytes, optionally with one or more associated names.

      With this definition a protocol is not a file. Because a protocol does not consist only of a collection of bytes. In addition a protocol needs as a minimum information about *who* said what.

      Yes, any message can be considered a file. But a protocol is something more than a message -- it's a *sequence* of messages between atleast two different parties. Each message in a protocol frequently cannot really be documented on its own -- the meaning depend on earlier messages. A mp3-file "means" the same regardless of which files was sent before it or after it. It's standalone.

      Anyway I'm not trying to argue that my definition of "file" is better than yours. I do think it's more *common* but that's not important. Important is only that you make it clear what you mean when you use a word in a way that migth be misunderstood.

      By the way a file-system, /dev/hda1, /etc/hosts, and /tmp/ksocket-ekj/kdeinit-:0 are all files according to either definition. All are sequences of bytes. (sometimes with zero or infinite length, but that's ok.)

      Your point about patents is a good one. Indeed an Open License won't protect you against this. Nor can it. The problem is that copyrigth only applies to people who've contributed to the product. So if all of them have agreed to have their contribution distributed under say the GPL, then in the context of copyrigth the work is under GPL.

      Patents are different. Me and you can write a program together, and both agree to put it under for example the GPL. This is still no protection at all against the possibility that some company that has never contributed a single character to our code will come and claim (possibly correctly) that our code infringes their patent. Nor is there *anything* we could put in our license to protect us against this possibility.

      At best we could put in a perpetual, mutual, world-wide, non-revokable rigth for anyone to royalty-free use any patents *we* have that migth cover stuff in the program. This migth indeed be a good idea, but it'd still protect us not at all against patents held by *others*.

      Patents and openness is also really two different things, and I'm not convinced that mixing them together is a good thing for our cause. Yes, for a software-project to be really free we need *both* openness *and* freedom from patents.

      Unfortunately there's presently not a single program on the face of the planet that has any guarantees against the latter, nor can there be with the current set of laws. There is however rather a lot of programs that are open.

  38. Partly it is office politics. by Futurepower(R) · · Score: 1


    One reason people insist on having Microsoft Office is that they feel that having a less expensive office package means that they are lower on the company social scale.

    There seem to be two ways that people relate to computers inside companies. One way is that the person talks about the computer they use as "mine". That kind of person admires every good quality they see. That kind of person takes support for their self-esteem from the computer they use, and maybe from the car they drive, and so on.

    The other kind of person focuses on the job to be done, and not on the social value of the tools. That kind of person, I think, would find Open Office much nicer to use than Microsoft Office, because Open Office is simply better software.

    Every Microsoft software package I've used has had the infamous Microsoft quirky low quality, from Microsoft Basic and Microsoft LogiCalc, that ran under the CP/M operating system, until now. Microsoft seems to calculate very closely how much abuse customers are willing to take, and the company always skates close to the edge. Abuse seems to be a way of life at Microsoft, as it is with so many individual people.

    In contrast, Open Office is written by people who want to do a good job.

    When you choose a software package, you are choosing business partners. That's because so much staff time is invested in becoming comfortable with software and in using it. Unless there is a compelling reason, it is sensible not to value the things that Microsoft Office can do that OO cannot do so highly. (There are many areas where OO is better than Microsoft Office.) It is sensible to value highly your company's association with the kinder and gentler and more idealistic people in the Open Office development team.

  39. So. by Kickasso · · Score: 1

    I figure if there's a license, it's not open enough for you. Then be prepared do throw away all your GNU/GPL/BSD/MPL/whatever stuff.

    1. Re:So. by MirthScout · · Score: 1

      I don't see any degrees of Open. If everyone is always free to use it then it's Open. Otherwise it is some degree of closed.

      Speaking of degrees of Open pretty much makes the term meaningless.

  40. Anti-MS FUD by xfmr_expert · · Score: 2, Insightful

    I'm no big fan of MS, but this is nothing more than good 'ol jump on the bandwagon MS bashing. This all comes from a letter from MS' XML guru explaining recent clarifications to the license to address concerns from MA. The exact quote is:

    "We are acknowledging that end users who merely open and read government documents that are saved as Office XML files within software programs will not violate the license."

    Here's the exact line from the license:

    "By way of clarification of the foregoing, given the unique role of government institutions, end users will not violate this license by merely reading government documents that constitute files that comply with the Microsoft specifications for the Office Schemas, or by using (solely for the purpose of reading such files) any software that enables them to do so. The term "government documents" includes public records."

    Does this statement preclude someone from using the file format for other purpose, such as say import/export from OpenOffice.org? Nope. It just gaurantees that open/reading government files will not violate the license.

    Look before you leap...

    1. Re:Anti-MS FUD by Anonymous Coward · · Score: 0

      I'm no big fan of MS, but ...

      I'm not a chiropodist, but I spend my days sorting out people's feet.

      I'm not a butcher, but I chop animals up for a living

      I'm not a shill, but I write lots of posts supporting MS which start "I'm no big fan of MS, but ..."

    2. Re:Anti-MS FUD by Anonymous Coward · · Score: 0

      > end users who merely open and read ...

      > (solely for the purpose of reading such files)

      > Does this statement preclude someone from using
      > the file format for other purpose, such as say
      > import/export from OpenOffice.org? Nope.

      Yes it does. 'Import' is allowing the user more than the 'purpose of reading'. It also allows reformatting, printing, editing, etc.

      'Export' is certainly excluded. That is _not_ reading.

      Microsoft has a very strong legal department so you can be sure that every weasel word means exactly what MS wants it to irrespective of what anyone else thinks.

      For example IE was written by Spyglass and the contract stated that Spyglass would be paid $5 for every copy of IE sold. No copy was ever sold, they were all given away free, even when on the Windows CD that MS sold (they gave the CD, they sold the licence for Windows and gave away the licence for IE). Spyglass got nothing.

    3. Re:Anti-MS FUD by Anonymous Coward · · Score: 0

      "By way of clarification of the foregoing, given the unique role of government institutions, end users will not violate this license by merely reading government documents that constitute files that comply with the Microsoft specifications for the Office Schemas, or by using (solely for the purpose of reading such files) any software that enables them to do so. The term "government documents" includes public records."

      Does this statement preclude someone from using the file format for other purpose, such as say import/export from OpenOffice.org? Nope. It just gaurantees that open/reading government files will not violate the license.


      Actually, as you can see from the emphasis import/export from a non-MS app is specifically precluded. If you can't be bothered to read the whole article, at least read the part you are quoting.

    4. Re:Anti-MS FUD by geoffspear · · Score: 1
      If you walk into my office solely for the purpose of saying hello, I will not throw things at you.

      Do you interpret to mean that if you walk into my office for another purpose, I will throw things at you? If so, you might need to take a course in formal logic.

      --
      Don't blame me; I'm never given mod points.
    5. Re:Anti-MS FUD by alienmole · · Score: 1

      No, the correct interpretation (based on formal logic) is that the possibility that you will throw things at me exists if I walk into your office for some other purpose than saying hello. IOW, by walking into your office for some non-hello purpose, I take a risk that you will throw things at me.

      In the corporate & legal world, such risks can be expensive, and organizations go to great lengths to avoid them. If Microsoft will not eliminate this risk, that's a bad sign, which is highly likely to be indicative of their intent in the matter.

    6. Re:Anti-MS FUD by RedBear · · Score: 1

      I didn't see anything in there about "writing". It's all about reading. That's only one small slice of the requirements for an "open" format.

      You haven't really made a good point, as far as I can tell. You've just restated what the article submitter said. Big whoop if you can read the file. What if you want to edit it, or write a new one? Will that require MS Office, or violate the license?

      Unless you have something more substantial to defend them, we have to as usual assume the absolute worst from Microsoft. That's just based on their observed behavior during the previous 25 years or so. Have they turned a new leaf? Not that we've noticed.

  41. Brazil Makes Move to Open Source Software by Go_Ask_Alex · · Score: 5, Informative

    From NPR...

    "Morning Edition, January 31, 2005 The government of Brazil says it will switch 300,000 government computers from Microsoft's Windows operating system to open source software like Linux. Microsoft founder Bill Gates wants to meet with Brazil's president to discuss the change. Brazil is dropping all proprietary software."

    Listen here: http://www.npr.org/templates/story/story.php?story Id=4471963

    The Brazilians are just saying no!

    1. Re:Brazil Makes Move to Open Source Software by Anonymous Coward · · Score: 0

      Between the lines they're actually trying to say "give us office for free (as in beer)... or else!"

      Lots of this going on all around the world. Some country or city declares publicly in a loud voice it is going to be switching and next thing you know microsoft is ready to bend over backwards to provide them with anything they want.

    2. Re:Brazil Makes Move to Open Source Software by SunFan · · Score: 1


      It's pretty sad when the head of a corporation can address foreign government officials as if he is an ambassador and negotiate terms for their government's operations. It's like pulling out the nuclear wild-card, except lawyers are the bombs.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    3. Re:Brazil Makes Move to Open Source Software by Rescate · · Score: 1

      Interesting, thanks for the link. Gates wanted to meet with President da Silva of Brazil last week in Davos to work things out. The story you linked to said that they did meet in Davos two years ago, but didn't mention if they met this time. From eWeek, The Open-Source Challenge :

      Competitive pressure intensifies when whole countries move toward open-source platforms and applications. Brazil is following the example of China in embracing Linux both for government workers and citizens. This year, Brazil plans to subsidize the purchase by lower-income individuals of PCs running Linux and 25 other open-source programs. Last year, Microsoft sued Sergio Amadeu, the head of Brazilian President Luiz Inácio Lula da Silva's National Institute of Technology, when he compared Microsoft to a drug pusher; in 2003, the Brazilian government signed a letter of intent with IBM to boost Brazil's use of Linux. Microsoft Chairman Bill Gates reportedly was seeking a meeting with President da Silva at the World Economic Forum last week in Davos, Switzerland.

      I wasn't able to find out if they met this time or not, but if they did, I guess they didn't work it out. They certainly didn't see eye to eye on economic policies discussed at the conference last week... From the World Peace Herald:

      Chirac urged leaders to charge levies on cross-border financial transactions and tax air and ship transport fuel -- an idea backed by Brazilian President Luiz Inacio Lula de Silva. But the idea met with short shrift from most Davos panelists Thursday. "How long would it take to get an international tax in place? Five years? Ten years? How many lives would be lost in that time?" asked Gates.

      It will be interesting to see if Brazil stands firm in their stance supporting open source, instead of caving in like many governments before them (Mexico, Peru, Israel come to mind). If they don't back down, it will set a strong example for other developing (and developed, for that matter) countries to follow.

  42. By your definition by Kickasso · · Score: 1

    GPL is closed. Glad we are coming to an agreement.

    1. Re:By your definition by mOdQuArK! · · Score: 1

      What do you mean? Anyone can USE a GPLed product - they just can't redistribute it without conditions.

    2. Re:By your definition by MirthScout · · Score: 1

      Actually the GPL itself is Open. Anyone can use the GPL any time they want.

      But the subject at hand is file formats to which the GPL is not very aplicable. In my opinion IP law is not aplicable to file formats (in which case all file formats are Open) but my opinion doesn't count for much unless a significant majority of us enforce it against those that pervert our IP laws. (I won't hold my breath.)

      If you wish to change the subject and talk about Open in the context of software then the generally agreed upon definition is the Open Source one.

  43. Format too complicated. by fireboy1919 · · Score: 1

    RTF and doc are just too complicated for them to be used by programs outside of Open Office and Microsoft products.

    I would like a simpler format.

    I would prefer to allow any program that is capable of printing a layout to export to some document format, and right now the only possibility is pdf and ps, both of which have no WYSIWG editors.

    Anyone else feel that way?

    --
    Mod me down and I will become more powerful than you can possibly imagine!
    1. Re:Format too complicated. by AaronLawrence · · Score: 1

      Representing all the features of modern layout is an extremely complex problem. Everything that tries is complicated - e.g. CSS. Word. RTF. Postscript.

      --
      For every expert, there is an equal and opposite expert. - Arthur C. Clarke
  44. Never _under_estimate? by Aaron_bootiemd · · Score: 1

    Does Bill Gates really say,"Certainly you can never under estimate the level of malicious people out there." [emphasis mine] I think they can underestimate because they did.

  45. What do you mean? by Kickasso · · Score: 2, Insightful

    Anyone can use MS schemas too, and even distribute software that does so. Not without conditions, naturally. Where's the difference?

    1. Re:What do you mean? by mOdQuArK! · · Score: 1

      You do not have the "right" to hack & fix (or hire someone to do it for you) the "schemas" if you find something wrong with them or you want them to do something different.

  46. BS Article by Dink+Paisy · · Score: 2, Insightful
    Obviously, Jupiter Research Senior Analyst Joe Wilcox didn't bother reading the license that Microsoft posted, along with the specifications for their Office XML file formats. The older formats are not open, but the new ones certainly are.

    The license (two licenses, actually; one for the specification, and another for all MS patents that cover it) may not be GPL compatible, but it sure looks compatible with other open source licenses, including so-called viral licenses.

    The catch with the GPL is the additional restrictions part. Microsoft adds two restrictions, both of which are more-or-less reasonable. The first is the obnoxious BSD-like advertising clause; that's irritating, but not a showstopper except for the GPL. The second restriction is that implementations must be conformant to be distributable. That is, reading and writing done by implementations based on the spec must read or write valid Office XML files. Since the format is a well-designed XML format, this is trivially easy to do. The requirement is to prevent forking of Office XML formats, which is obviously a concern of Microsoft's. Again, it would be nice for developers if this restriction was removed, but it would be detrimental to both Microsoft and Microsoft's customers.

    --

    Whoever corrects a mocker invites insult;
    whoever rebukes a wicked man incurs abuse.
    --Proverbs 9:7
    1. Re:BS Article by davecb · · Score: 1
      Dink Paisy wrote: The requirement is to prevent forking of Office XML formats, which is obviously a concern of Microsoft's.

      It would serve them right, though! MS loves to fork things to make them Windows-only, like Java -> C#, so turnabout's fair play.

      --dave

      --
      davecb@spamcop.net
  47. ...or use by tacokill · · Score: 1

    Or use pdf995. It's free as long as you will let it pull up an ad when you save the file...

    I find that, for free, it's an excellent way to make .pdfs out of anything that you can print (note: it installs itself as a windows printer)

    1. Re:...or use by Anonymous Coward · · Score: 1, Insightful

      In other words, it isn't free. It's ad-ware. There's nothing wrong with that, but don't call it free.

      It's like saying you get "500 free minutes" with your cell-phone plan each month. No, you don't. You pay for them. Remember that bill you get each month?

    2. Re:...or use by tacokill · · Score: 1

      What part of "will let it pull up an ad when you save the file... " did you miss?

  48. PDF is hardly usable by Anonymous Coward · · Score: 0

    I'll use PDF when there is a viewer that starts in under a forthnight *and* is actually usable. So far, no viewer fits that description, not Adobes, not XPDF, not the Koffice version, not anyone I know of at all.

    1. Re:PDF is hardly usable by Anonymous Coward · · Score: 0

      Is there a viewer for Word documents that starts up faster?

  49. Re:no surprise there, then- by hplasm · · Score: 0

    Redundant? On 2nd post. Ha. Dumbass Mod. YES YOU!

    --
    ...and he grinned, like a fox eating shit out of a wire brush.
  50. Unfortunately this is not the case. by Kickasso · · Score: 1
    About the IP law, I mean. It is generally held that one cannot copyright a language (an XML schema is a language in my view) but apparently there are some patent issues. In addition, the files that physically contain things such as XML schemata may be copyrighted. You probably can code one up yourself from the documentation, in which case it would be legal to use (maybe, IANAL).

    Now, there's a license that allows you to use these things. You can use the patents only to read and write MS files, but that's the only thing you need them for anyway. There's only one other slight problem, that of of required attribution. But it's mostly theoretical. You can't distribute your XSLTs under GPL, big deal. Sounds open enough for my purposes.

  51. Why should you? by Kickasso · · Score: 1
    If you want your own format, go ahead and create one. You don't need MS schemas for that. You *only* *need* them to read and write MS formats. And you can use them for that purpose.

    A file format which anyone could modify would not be "just" open, but really free. We don't expect MS to go that far.

    1. Re:Why should you? by mOdQuArK! · · Score: 1

      I'm not sure what your point is.

      I just pointed out that, contrary to anti-GPL FUD, anyone can use GPL software without agreeing to anything. They have to follow GPL restrictions only if they want to redistribute the software.

      What does this have to do with opened or closed document formats?

  52. Microsoft Office Formats Not Really Being Opened by evronm · · Score: 1

    whew! OK, my world makes sense again.

  53. Open Closed formats! by ReelOddeeo · · Score: 1

    Or would that be Closed Open formats? I'm confused.

    Let's leave "proprietary" and "free" out of it. Open usually means that you can use and build upon something. An "open" system. i.e. the IBM PC was open, while Mac was criticized for being "closed" (despite that you could get everything about the machine practically down to the schematics).

    Open is a lot less confusing than "Free".
    Closed is a lot less confusing than "Proprietary".


    Microsoft Doublespeak(tm) at its best. In the great tradition of marketing doublesqueak.

    New Free <stuff> for only a nominal fee.
    New Used <stuff>!
    Genuine Immitation <stuff>.

    --

    Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
  54. Don't send them a flood of e-mail. by ReelOddeeo · · Score: 1

    A flood of e-mail notes will be ignored.

    Microsoft has probably already sent someone a flood of notes. (green ones)

    --

    Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
  55. Anti-Microsoft FUD by d_jedi · · Score: 1

    Straight from the horse's mouth:
    http://www.microsoft.com/Office/xml/faq.ms px

    Looks "open" enough to me..

    --
    I am the maverick of Slashdot
  56. Tooth Fairy Too? by LifesABeach · · Score: 1

    This is strickly a commerical question.

  57. Massachusetts hasn't yet agreed to this by Animats · · Score: 1
    Eric Kriss, secretary of administration and finance of the Commonwealth of Massachusetts:
    • They have made representations to us recently they are planning to modify that license, and we believe, if they do so in the way that we understand that they have spoken about (we will leave it obviously to them to describe exactly what they are going to do), it is our expectation that the next iteration of the Open Format standard will include some Microsoft proprietary formats. These formats, like DOC files, will be deemed to be Open Formats because they will no longer have restrictions on their use.

      That would potentially include (again, we need to wait for the final designation of this by Microsoft) Word Processing ML, which is the wrapper around DOC files, Spreadsheet ML, which is the wrapper around XLS files, and the form template schemas.

    Massachusetts residents, hold your state to that. Only if the formats "no longer have restrictions on their use" do they qualify as open formats.

    1. Re:Massachusetts hasn't yet agreed to this by garyedwards · · Score: 1

      I have a hard time accepting any other interpretation of Mr. Kriss' recent comments as anything but a compromise of his original intentions. He tried to explain the compromise in terms of extending the original policy mandate based on Open Standards and consideration of Open Source alternatives, to now include Open File Formats. But it just doesn't wash. The dark clouds from Redmond are moving, and there must be a ton of money raining down on Bean Town.

      This part of the quote is troubling: "....it is our expectation that the next iteration of the Open Format standard will include some Microsoft proprietary formats. These formats, like DOC files, will be deemed to be Open Formats because they will no longer have restrictions on their use....."

      What "Open Format Standard" is he talking about? Clearly he's not referring to the OASIS/ISO OpenDocument. It's more likely that Mr. Kriss is about to declare Microsoft's proprietary file formats "open enough" to qualify as a Massachusetts only open format standard.

      This is a very sad turn of events. The money must be flowing, and although Mr. Kriss made a valiant stand, given the political attacks underway there's little doubt he must be facing a flood of political corruption.

      It seems to me that one of the mistakes Mr. Kriss made was in overlooking the powerful influence of open XML technologies. It's instructive that the EU Valoris Report effort recommended early on that the best way to meet the EU objectives of using open standards requirements to spawn a more competitive marketplace of information technologies, was to require a combination of open standards and open XML technologies. Especially concerning the file formats -the digital containers of computationally ready information.

      The XML mandate is noticeably missing from the Massachusetts open standards - open source policy. So much so that it's hard to believe they are discussing the MS applications formats (.doc) instead of the MSXML option that was the issue in Europe.

      With their focus on open XML technologies, in mid November of 2004 the EU was able to force a major concession from Microsoft, who no doubt was feeling the impact of being locked out of the current purchase cycle. Microsoft promised that "future versions" of their proprietary XML formats, and the MS XML Reference License that governs access and use of these formats, would meet the open standards - open XML requirements. They also promised the EU that they would work with Sun and other selected partners to provide "filters" enabling MS Office users to quickly transform from MS proprietary formats into the OASIS/ISO OpenDocument XML file format. (The only available file format specification that meets the EU requirements of open standard and open XML). Sun has promised that these filters will be open and accessible to all users and application providers.

      I appreciate the fact that Mr. Kriss is so acutely aware of the need to have public information in a file format that will still be useful and accessible 200 years from now. But he seems to have missed some important points about how to get there.

      One important point is that of truly separating the file format from the commanding application, and any platform dependencies that rule those applications. The Win32 API comes to mind. The OASIS/ISO OpenDocument standard goes far beyond the needs of inter application information exchange. The specification is for that of a truly portable file format, able to run with applications spanning across many platforms, including all of those in a future of collaborative computing that we can now only hardly imagine.

      Another point is that we need to consider how best to pass our information into this future with the least amount of demands that would compromise the computational advances that take place on a daily basis. We've had 25 years of the costly compromising that comes from pl

  58. Governments used to set standards by inf0stud · · Score: 1

    In the old days, governments set the standards and the industry followed. Which government would be brave enough to set an office document standard and tell vendors to at least import and export standard documents?

    Vendors used to try to subvert standards, for example, EBCDIC, for character encoding, but who uses that these days?

    1. Re:Governments used to set standards by Detritus · · Score: 2, Informative
      Vendors used to try to subvert standards, for example, EBCDIC, for character encoding, but who uses that these days?

      Probably the dweebs who generate and print your paycheck.

      How do you spell your name? (clickety-clack)

      Standards often get bogged down in politics. For EBCDIC, it was IBM vs. the competition, who pushed ASCII. Everyone could have standardized on EBCDIC, but that wouldn't have served the interests of IBM's competitors. It's the same logic that led the Europeans to create a whole library of communications standards that were similar, but incompatible, with the Bell System's standards. They were trying to protect their domestic markets and telecommunications companies.

      --
      Mea navis aericumbens anguillis abundat
  59. This is GOOD for the OpenDocument format by Anonymous Coward · · Score: 0

    It sounds like a) the EU is very serious about having some type of truly open document format and b) they have a committee of people who really understand the issues who are making the decisions. These people won't be fooled and they will go along with OpenDocument, not with MS' closed format. This is a good thing because I basically don't trust MS with my data. That's why I don't use any of their products. Not because I don't like the company, I just don't trust them with my data and I want OpenDocument to gain critical mass, and this is helping OpenDocument do that.

  60. Most Unix Geeks aren't sensitive to GUI design by Ilan+Volow · · Score: 1

    I think it's more that most unix geeks aren't trained to evaluate user interaction, and typically their ill-informed evaluation of a person using a piece of desktop software only lasts for the first minute and a half after they've installed in on that person's machine. After which time they happily go back to watching star trek, coding something in vi, or playing nethack and not giving a damn about the experience of the person they've just "migrated".

    I'd suspect that if we had an honest, long-term evaluation of OpenOffice by people who actually knew what we were doing (as opposed to Unix geeks), we'd probably see a lot more documents getting lost, a lot more mistakes being made, and a lot more confused, frustrated, and angry end users.

    Sadly, such findings would probably not be regarded as indicative of usability problems that need to be fixed, but rather evidence of Microsoft's "brainwashing of the masses" with some evil FUD campaign.

    --
    Ergonomica Auctorita Illico!
  61. License? What license? by bbc · · Score: 1

    Perhaps I am missing something obvious here, but what right has Microsoft to these formats? Copyrights? Since when can you copyright file formats? A format is not a work. A patent right? Since when is a file format a method or apparatus?

    Sure, schemas could theoretically be copyrighted. But I doubt they would pass the originality test, especially in the US. In how many ways can you write a schema?

    Just because Microsoft (through publishing "licenses") claims to own something does not make it true. Actually, in civilized countries this should give rise to criminal fraud investigations.

  62. This shows why definitions matter. by jbn-o · · Score: 1

    The FSF has repeatedly told us that words matter. "Free" versus "open" makes a difference because they don't mean the same thing and they don't have the same implications.

    The open source movement's philosophy focuses on technical superiority in their aim to benefit businesses. This is an incredibly weak philosophy which means open source proponents end up sometimes stumping for software that doesn't qualify as "open source"--proprietary software, in particular (because there is proprietary software that does a job better than the "open source" equivalent). Free software proponents argue for software freedom for all computer users, and thus never end up in an ironic position of stumping for non-free software. This means that proprietary software is treated two different ways: for open source proponents, proprietary software is an acceptable, if less technically efficient, means to an end. For free software proponents, proprietary software is anti-social and wrong.

    The state of Massachusetts will end up watering down their concepts in a similar way: they'll accept Microsoft's proprietary formats as "open formats", and they'll fall back to quibbling about the "terms of usage". Which means Microsoft has either exploited an extant weakness in "open formats" or blown a new one open. Will Massachusetts state government end up placing public documents in a proprietary format? Do they still care about OASIS' OpenDocument? It looks like interoperation for the purpose of helping to keep government documents readable and changeable without losing information is lower on the priority list than it was before.

  63. no big surprise by suezz · · Score: 1

    Microsoft will never ever ever ever ever ever ever ever ever ever open any product they make. Everything else will be fud - i.e. this story.

  64. advanced features... by sean.peters · · Score: 0
    all the advanced features in M$ Office that I use and does so without falling apart I'll switch

    MS Word doesn't support all the advanced features of MS Word without falling apart. Ever tried to change the style of one type of heading and had ALL the heading styles inexplicably change (even if they aren't, at least apparently, based on each other)? Ever copied a bit of text from one Word document to another, and had styles all through the document mysteriously change? Ever try to troubleshoot bullets & numbering issues in Word?

    For every problem I've heard OO.o accused of, I've seen at least one problem in Word.

    Sean

    1. Re:advanced features... by AaronLawrence · · Score: 1

      Ha, this is so true! I find Word fairly crash-free nowadays, but the formatting is still painful. My favourite one is when Word insists that styles MUST remain the same across a hard page break. You have to have a paragraph end before the page break otherwise it will insist on changing the paragraph before and after to the same style.

      Perhaps there is a way around this, but the point is that it doesn't work like you'd expect.

      Another example: the automatic numbering and bullet styling is a good idea, but frequently gets it wrong when you're trying to do multiple levels or indenting as well.

      I found myself thinking "it must be possible to do better than this...".

      Dunno if OO is the answer though :/

      --
      For every expert, there is an equal and opposite expert. - Arthur C. Clarke
  65. What is this guy talking about? by cartman · · Score: 1

    I read the license from Microsoft.com and it appears to be clearly open. It allows any developer to create programs (even open-source ones) that read and write in the format; and any patent claims are waived insofar as an attribution notice is included.

    The only change has been a clarification that "end users will not violate this license...merely by reading files...constituted by Microsoft specifications." This does not overrule the prior (open) license in any way, or state that only end-users could read the files; it just frees end-users of the necessity of offering attribution.

    In short, the format appears to be absolutely open, and this recent minor amendment does not alter the fact.

    When Wilcox (the author of the parent linked article) read this minor amendment, he remarked "that's a far cry from open standard or really open format." It appears possible that he simply misunderstood the amendment to mean that only end-users were able to read files.

    On the other hand, Kriss' comment is disturbing: "it is our expectation that the next iteration of the Open Format standard will include some Microsoft proprietary formats." Even if the current document format is open and remains open, that doesn't prevent Microsoft from replacing it with other formats ("future revisions") which aren't open. OS programs could continue to read and write in the open format, while Office will extend it with closed elements (in future versions) to write things OS programs cannot read. It doesn't seem that an open format guarantees that a vendor will stick with only that format. Unfortunately it appears the format is still "open" by the common definition of that term, even if a vendor does not promise to use only the open format in the future.

  66. there's that acronym again by snorklewacker · · Score: 2, Insightful

    'Buzz about so-called open formats is little more than PR FUD.'

    Show me where Fear, Uncertaintity, and Doubt is being employed as a tactic there? Maybe a bit of uncertaintity, all right ... but chrissakes, could people stop overusing this term? It's just become idiotic, and I've started to get this knee-jerk reaction to knock lots of credence off any argument that uses it.

    "FUD" seems to have the same connotation and baggage as "counterrevolutionary" does in a banana republic.

    --
    I am no longer wasting my time with slashdot
  67. To make Acrobat 7 load faster: by Futurepower(R) · · Score: 1


    To make Acrobat 7 load faster, disable some of the plug-ins. I did that manually (and I can't find the instructions I used). However, try the free Acrobat reader tweaker from AcroPDF.

  68. The meaning of "open" and Microsoft deception by alienmole · · Score: 1
    There's some confusion here over terminology, which is exactly what the Microsoft PR is exploiting.

    Microsoft's Office file formats can by no stretch of the imagination be called "open" in the sense in which that word is used in the software industry today, i.e. as a term of art as used in the terms "open source" or "open standards". The Office formats are proprietary formats, and Microsoft is retaining its proprietary rights to them. For that reason alone, the formats cannot be considered "open" in the above sense. This is what the Jupiter analyst, Joe Wilcox, is correctly pointing out.

    OTOH, Microsoft has published detailed documentation about the Office file formats. This is a good thing for many people, as far as it goes, and by the ordinary English definition of the word "open", does indeed make the Office formats more open than they were previously.

    The Microsoft PR is playing on the word "open", exploiting terminology confusion to implicitly claim greater openness than they have in fact provided.

    At the same time, the Massachussetts government is apparently accepting Microsoft's definition of "open" as sufficient to qualify for its requirements regarding open standards.

    Both Massachussetts and Microsoft should make it clear that they are using "open" in a much more restricted sense than the term is usually used in the software industry. The press releases and coverage certainly didn't make this clear, so once again, Joe Wilcox is correct to take them to task for that. To quote him:
    "So there is no misunderstanding, Microsoft hasn't opened up its proprietary Office file formats for general usage."
    Once again, he is completely correct on this point, and correct to make a strong clarification about this. Actually, I fault both him and the linked article for not making the point clearly enough.
  69. Problem with Word trashing its own file? Use OO. by Futurepower(R) · · Score: 1


    I don't have hours to write about Word 2000 quirks!!! If anyone has a serious request, send me a purchase order.

    Here are two Microsoft Word quirks:

    Squirrelly headers and footers: Sometimes headers and footers move around when they shouldn't.

    Problem with Word trashing its own file? Use OO for repair. Word 2000 sometimes trashes its own files. You do an additional save after saving maybe 30 times previously and it says something like "invalid file format". This is particularly likely to happen after you have been working on a document for hours. Solution: Open the file in OO. Save the file in .DOC format. Then, if you haven't learned the lesson, open the file in Microsoft Word again.

  70. anti trust trial waste of money... by js290 · · Score: 1

    The whole anti trust trial could have been adverted had the government simply told Microsoft it would only buy software that used a open and publically available, standardized file format. But, instead the government used the anti trust case as another opportunity to redistribute wealth.

    --
    "Tempers are wearing thin. Let's just hope some robot doesn't kill everybody." --Bender
  71. Told you so! by thehunger · · Score: 1

    It simply wasnt believable.

  72. The New Freedom by mdielmann · · Score: 1

    Ah, I love the smell of freedom nowadays, where people get to make choices for me.

    How is it freedom to force people into a democracy? It is no more free than forcing people to be part of a communist government or tyranny.

    How is it freedom to force people to provide their services for cash only? How about for food, fuel, or other services?

    How is it freedom to force people to write code in a certain way? "Oops, the code police checked and your comments are too vague. You'll have to change it if you want to release your product. What? Oh, yes, if you decide to not charge for it, it can be as poorly written as you like." Not only is that a blatant double-standard, it still wouldn't solve the problem with IE, among others. They don't charge for it. Or would you require Red Hat to put all versions of Linux they provide through the same tests? After all, they charge for some of their Linux products, too.

    For now, why don't you exercise your freedom and acquire software (free as in beer or otherwise) that meets your criteria, and let me acquire software that meets mine.

    This is not to say that I'm against the government, or anyone else for that matter, demanding open document formats. I think this is especially true for the government, who has to provide documents to the public that should be viewable by anyone, with no software tax attached.

    --
    Sure I'm paranoid, but am I paranoid enough?
    1. Re:The New Freedom by ajs318 · · Score: 1

      You are confusing freedom with power. It's an easy mistake to make, though, particularly when you grow up in a power-obsessed society {such as the USA is and the UK is becoming}.

      If you were allowed to own slaves, your "freedom index" would be higher. But those slaves would by definition have zero freedom index, and so the mean "freedom index" across the whole of society would be lower.

      Imposing ownership on software makes users less free. And to say that proprietary, closed-source software, file formats and protocols somehow impinge on human rights less than slavery is grossly to underestimate the importance of computers in the Western world in the 21st century. As long as your data is saved in a Microsoft Word document or Excel spreadsheet, you do not own it: it is subject to the whims and caprices of Microsoft. If Microsoft decide to bring out a new version of Office that will not open the manuscripts of your magnum opus, your life's work is wasted. This will, of course, be sold as a benefit to you.

      I don't think software should be banned for having "overly vague comments", but I think that deliberately making it difficult to understand how a programme works should ultimately be an offence. My "roadmap" {I hate that buzz-word but can't think of a better one} for the end to closed-source software would be: Mandate open data formats. At first, simply guarantee everyone the right to examine data formats and protocols and publish their discoveries; eventually, make it binding on software vendors to publish data format documentation. Since the best documentation for developers is the source code, Open Source suppliers probably would be automatically compliant unless they were using deliberate obfuscation. Require guarantees of performance. It isn't enough to say "if this programme does not do what you thought it would, it's your fault". Other products offered for sale have to be guaranteed. Software should be no different. For this purpose, software supplied as source code should be considered analogous to a kit of parts. The purchaser has the opportunity to subject the source code to independent analysis to determine its suitability for a particular application, and is free to make such modifications as are deemed necessary. Source code escrow is the best way I can see to protect guarantees: a software vendor would be obliged to place a copy of the source code to their product in escrow, and it would be un-sealed by order of the Courts anytime a dispute arose which could only be settled by examining the source code. Of course, Open Source code need never be placed in escrow as the recipient already has a copy of the code. There might never be a need for an actual prohibition on secrecy of source code, as long as it remains more economical to distribute Open Source and thus be automatically compliant with the provisions.

      --
      Je fume. Tu fumes. Nous fûmes!
    2. Re:The New Freedom by mdielmann · · Score: 1

      Your beliefs show through your bias. You want software to be open source, so you add cost to commercial software vendors, yet say open source producers may not have to do this. Be consistent! I can think of any number of circumstances where code escrow would be as important for open source software as for closed source. Consider innumerable forks by a number of vendors (linux kernel) or rarely-downloaded open source software (the 5 guys who downloaded 3D graphics libraries for QBasic don't have equally protected rights?). And why should closed source vendors have to suffer and additional, government-mandated, fee if open-source vendors don't? Now, if you wanted to exempt charities, that might be acceptable, but that's not what you said.

      Also, regarding freedom. Freedom doesn't mean there aren't restrictions, it means I have a reasonable choice on the restrictions I endure. Imagine, for instance, a nation where slavery is a choice (of the slave), and the slave is protected by a number of laws. Would that be worse than being free and homeless? Likewise, if I have a reasonable choice on being less free in exchange for something that is more valuable to me than freedom, why should you have a right to say no? Note the reasonable choice part. I personally think MS's document formats fail that test (something about being convicted for abusing their monopoly). As for slavery, I think the high risk of abuse, no matter the conditions and restrictions, also rules it out. Now let's say I want to use Acrobat Writer instead of the alternatives. Hmm, published document format, third-party software which can read/write it, commonly accessible by other computer users, industry leader, but closed-source software. Good enough for me, but maybe not for you. So I use Acrobat Writer, and you use something else. But why should you have a say in my choice?

      And, yes, I'm aware of the FSF's opinion of what freedom means with respect to software. I just happen to feel that freedom as a developer means I can choose what license I release my software under, and that freedom as a user means I can use the license software is released under as a selection criteria. Freedom also means I can believe something different than you. I don't think any studies have been done which conclusively show that closed-source software is bad, and even if there was, I can still choose to believe differently.

      --
      Sure I'm paranoid, but am I paranoid enough?
    3. Re:The New Freedom by ajs318 · · Score: 1
      The reason why it would not be necessary to place open source code in escrow, is this. Code Escrow would be there to ensure that anyone who might need access to the source code, can get it -- in a rather limited fashion, but enough to resolve a dispute. Example: user says "This feature doesn't work", vendor says "This user is simply not using it properly", courts say "OK, then -- we'll get a panel of experts to look at the source code", experts say who was right, whoever was wrong gets the bill. In the case of Open Source code, the user already has a copy of the exact same source code from which the software was compiled -- because they compiled it themself on their own computer. All the requirements which would have been satisfied by placing the code in escrow would be equally satisfied by releasing the source code to the Community. And since all means to the same end are equally valid, then there is obviously no requirement to place a copy in escrow. The user has the chance to get the code looked at by an expert before they compile it, so such a dispute should never arise in the first place.

      Closed-source vendors should suffer a penalty because they are doing something wrong -- trying to hide their source code and restrict others from improving and sharing it. All the fruits of all human endeavour rightfully belong to all of humankind, and it is wrong for anyone to prevent anyone else from taking their share.
      But why should you have a say in my choice?
      I'm sorry, but that just sounds too much like "It's my knife, I'll stick it where I like; and if your guts get in the way, tough luck."
      --
      Je fume. Tu fumes. Nous fûmes!
  73. Standards do not preceded Innovation by cosinezero · · Score: 1

    OpenDocument threatens to add a lot of competition (good) which will nullify standards (bad).

    Office software RELIES on the fact that -everyone- is using the same damned software. Remember the browser wars? Just wait until you see spreadsheet wars.

    This would all be hunky-dory if Standards preceded Innovation, but unfortunately what inevitably happens is company A releases cool feature Aa, that company B's A-reader cannot read, but Ba does the same thing. The standards do not get revised until ALL parties agree that feature Aa is what they will go with, but of course company B wants nothing to do with it and continues manufacturing Ba features. And yes, this all happened many times within the last decade.

    Awful idea. We should have learned with the HTML "standardizations".

  74. People aren't sensitive to names either by SgtChaireBourne · · Score: 1
    Two more anecdotes along the same lines.

    One is I've known people that used only WordPerfect and had never used MS-Word and never had it on their machines, but still insisted on refering to WordPerfect as "Word"

    Another is a few months ago, I demostrated wireless networking / file sharing using two notebook computers to two well-educated, non-tech people who use computers daily. I had them open and edit the same file using both machines. However, I had AppleWorks on one and OpenOffice.org on the other. When it was finished, one bragged to the other about having used "Word" to edit a document using wireless.

    Unless there are very specific features that the users are asking for, the name "Word" has fallen into the same category as Kleenex and Xerox. It now refers to something in general and not a specific brand, especially among non-English speakers.

    I think the same can be said of "Windows", which for most just means a GUI or Windowing system. Every week I see people ranging in age from grade schoolers to retirees site down at Mandrake and Fedora stations running KDE, without really noticing. Some of the kids say something, but that's usually when they steer away from the remaining MS-Windows machine while commenting that it's not as fast as the other (Linux) machines, despite slightly better hardware.

    Since people don't notice or don't care, and OOo actually supports open formats as well as a few closed, legacy ones, MA and others should reject both WordML and MSO and thus save taxpayer time and money.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  75. Irony? by Pan+T.+Hose · · Score: 2, Insightful

    This is how we got the widespread misuse of words/phrases like "irony", "it begs the question", ...

    Strict meanings of both irony and begging the question have been used for millennia--literally, for they both originated in ancient Greece--so I wouldn't exactly call them gray areas. But while the (re)definition of "irony" one is more familiar with might indeed be a question of whether one prefers texts written by Plato or Alanis Morissette, copyright infringement is a completely different matter. Copyright infringement is by definition a violation of copyright law which is not a property law. Violating copyright is not theft because duplicating data is not appropriation of any property, much less a dishonest appropriation of property belonging to someone else with the intention of permanently depriving the other of said property. The key word here is "depriving," for theft is wrong not because the thief gets something without paying (the real goal of any theft), but because the victim no longer has that something (a side effect of every theft)--this is crucial. Furthermore, the copyright law was meant to protect authors from publishers, not from readers so reading a book without paying for the right to read or listening to music without paying for the right to listen is not only not theft, but not even a copyright infringment. The "copy-" in "copyright" is rather unfortunate, and should it have been called "publishing rights" there would be much less confusion today when "copying" is something we must do in order to play any kind of digital media. So, copyright infringement is not theft by any stretch of imagination. Nor is it piracy, for that matter, because it has very little to do with robbing or plundering at sea without a commission from a recognised sovereign nation, and quite frankly I have no idea why has that word been chosen in the first place. I know that in the "Don't Copy That Floppy" era, writing "piracy is a crime"--which is true, even if copying floppies is not--on BSA propaganda posters must have had a strong influence on people, but why using piracy and not just theft? My point is that--unlike irony--copyright infringment, theft and piracy, as well as trade secrets and patents, are all very strictly defined by law in any given jurisdiction and it is impossible to confuse them without clear malicious intents. This is not a question of definition or preference, but a matter of fact. So I fully agree with your point, but I wouldn't use the same examples.

    --
    Sincerely,
    Pan Tarhei Hosé, PhD.
    "Homo sum et cogito ergo odi profanum vulgus et libido."
  76. new buzz word... by torrents · · Score: 1

    so now the word open can be used to describe things that are not really open but purported to be open... good job ms...

    --
    Get your torrents...
  77. Isn't it funny? by Garabito · · Score: 1

    The MS Office Ad in the article?

  78. The reason why Microsoft adopted XML by rofthorax · · Score: 1

    No methods..

    Think about it..

    ITs an all data format, it requires libraries to
    create and to interpret.. Very easy to leverage a data format..

    However and object (which is data with code)
    is harder to leverage. Leveraging is a term used to describe the process by which a business corners clients into a monopoly, aka vendor lockin..

    Data formats are very easy to leverage, objects are harder to leverage because the data can't be accessed, but through a method interface.. That means the data can change, but it can't become incompatible due to such changes because the data us not being interfaced with directly, the methods are.. So if you standardize the methods, the data can't influence changes in the software that uses the data, unless the method set changes..

    If people adopt a object standard for documents instead of a data standard, you will find less and less vendors capable of leveraging formats in their favor.. Its the leveraging of these formats that keep them in business and encourage people to upgrade their software..

    ITs the reason I believe Open Source applications should adopt objects as the framework for standards,
    primarily for documents and movies and images.. That would make it really tough for vendors to lock people into unfair business relationships..

    And is the reason Microsoft will not adopt a object based data format, it will only adopt stuff like XML which is a form of deception, its human readable, but if its encrypted/encoded with magic words and random ids, what does that matter?

    Unless there is a basic understood, open source driven method interface to the many kinds of data, there will be no justice..

    --
    Just say no to license servers!!
  79. In your case, probably more like 'open and moron' by Anonymous Coward · · Score: 0

    Nothing for you to see here, move along.