Slashdot Mirror


Massachusetts Adopting 'Open Format' Software

XopherMV writes "A Massachusetts state senator who had complained about the state government's effort to promote open-source software at the expense of proprietary software has hailed the state's effort to reach a compromise over future software purchases by the state. The latest iteration of the state's policy emphasizes 'Open Formats' such as TXT, RTF, HTM, PDF, and XML." And if file formats for state use must be in truly open and free formats, then it matters much less what OS or application is used to create or open them. (On the other hand, XML and other TLAs don't always mean free or open formats.)

273 comments

  1. True, but... by professorhojo · · Score: 4, Insightful

    >On the other hand, XML and other TLAs don't
    >always mean free or open formats.

    This is true, but XML documents themselves are also considerably more open than their binary counterparts. Anyone can parse a well-formed XML document, and validate it if a DTD is provided. While companies may still create XML that behaves in a specific way bound to their application, the data in the XML document is available to any application. While developers could create obfuscated DTDs or encrypt their data in a proprietary manner, they would lose most of the benefits of using XML. XML doesn't bar the creation of proprietary formats, but its openness is one of its greatest advantages.

    1. Re:True, but... by fireboy1919 · · Score: 4, Informative

      While developers could create obfuscated DTDs or encrypt their data in a proprietary manner, they would lose most of the benefits of using XML.

      I think you're missing what Microsoft would consider the benefits of XML. Namely, that they could create obfuscated DTDs and encrypt their data in a proprietary manner while still using it, thus convincing the masses that they're using an open format while not actually using one. They're actually doing this with their html exporter now.

      Another thing they like to do is put bugs and workarounds into their code that no one else knows about (of course, they only do this in places they own the marketshare). Their RTF encoder is riddled with these.

      So...I think the only fair thing to do is to make an open format and make the government-approved reference implementation open source.

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    2. Re:True, but... by SilentChris · · Score: 4, Insightful

      "Namely, that they could create obfuscated DTDs and encrypt their data in a proprietary manner while still using it, thus convincing the masses that they're using an open format while not actually using one."

      But they won't. They can't. Microsoft has a history of sticking with the original file format they created along with 1.0 of the application. Today's Word docs have a lot "tacked on", but they still have the basic structure openable by the original Word.

      WordML (Microsoft's XML structure for Word docs) is fairly clear-cut. They can "obfuscate", but they won't, because people'll will want those original files openable in 10-15 years. Backwards compatibility is a huge goal at MS.

    3. Re:True, but... by fireboy1919 · · Score: 4, Insightful

      Today's Word docs have a lot "tacked on", but they still have the basic structure openable by the original Word.

      Word documents are not backward compatible, except in a few lucky cases, despite the fact that most of the functionality is the same. Have you even tried this? Word XP documents don't work in Word 97; 97 don't work in 95, and I would assume it goes back even farther.

      I think a better claim would be "backwards compatibilty is a huge thing to avoid at MS" considering that almost no new functionality has been added to word in the past 10 years and yet the document format has changed.

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    4. Re:True, but... by hweimer · · Score: 3, Funny

      This is true, but XML documents themselves are also considerably more open than their binary counterparts.

      <Byte Offset="0x1234">83</Byte>
      <Byte Offset="0x1235">117</Byte>
      <Byte Offset="0x1236">114</Byte>
      <Byte Offset="0x1237">101</Byte>
      <Byte Offset="0x1238">63</Byte>

      --
      OS Reviews: Free and Open Source Software
    5. Re:True, but... by Anonymous Coward · · Score: 0

      Word documents are not backward compatible

      He wasn't talking about backwards compatibility, and backwards compatibility is not what Massachusetts are attempting to ensure with this.

      It's forwards compatibility that is important here. Word XP documents don't work in Word 97, but do Word 97 documents work in Word XP?

    6. Re:True, but... by gl4ss · · Score: 1

      who would assume that the "closed" xml format would be well-formed?

      could be patent protected too - while still being 100% open.

      --
      world was created 5 seconds before this post as it is.
    7. Re:True, but... by verus+vorago · · Score: 2, Interesting

      the data in the XML document is available to any application

      Not with any meaningful intepretaion. The problem is there no information about the meaning of the terms that appear nor about the meaning of the absence of terms.

      Even with a DTD/schema all you get is syntactic information - it doesn't tell you what anything actually means without getting access to documentation.

      Good specification documentation that is freely available and freely implementable makes something open.

    8. Re:True, but... by purplemonkeydan · · Score: 4, Informative
      Have you even tried this? Word XP documents don't work in Word 97

      Have you tried this? On a recent trip for work, my company laptop had Word XP (2002) installed, the machines at the client site used Word 97. There were no problems whatsoever with compatibility.

      Office is generally pretty good with forward and backwards compatibility.

    9. Re:True, but... by MemoryDragon · · Score: 1

      So much for being more readable...

    10. Re:True, but... by xixax · · Score: 1

      In practice, you can save back to older versions of Word or Excel, but you get alarming warnings that new features may not be saved. It doesn't tell you *what* part of your work is going to be lost, so most ordinary folk get a bit antsy and save it in the current version.

      On the original point, this decision could work really well for MS and the gub'mnt. Data is kept in a fairly future proof, open format, but you can do something like patent your ingeneous schema to prevent other people from using it.

      Xix.

      --
      "Everything is adjustable, provided you have the right tools"
    11. Re:True, but... by InvalidError · · Score: 2, Informative

      Actually, Microsoft Office's XML exporter has two or three different behaviors depending on which version is used. IIRC, only the Professional and Enterprise editions export clean XML while the Personal editions only save in some proprietary description.

      Artificial market segmentation appears to have become a primary hobby at Microsoft. First there was XP Home and Pro but now there is also Starter, MediaCenter and TabletPC editions. It really bugs me how MS labels the standard edition "Pro" and how it artificially cripples all other editions only for product "diversification" and the ability to ask $200 more for the standard edition.

    12. Re:True, but... by theguyfromsaturn · · Score: 5, Informative

      You must be using extremely simple documents... basically plain text. My supervisor and his other grad students use different versions of Word (I'm not sure which one), but all the the figure positions, get screwed up, equations get put everywhere, and it's a general mess. I manage to maintain compatibily with both of those guys by not using Word but OpenOffice instead. It's actually this lack of compatibility between Word versions that got one of the other grad students to switch to OpenOffice, which was better at handling different versions of Word documents than Word itself.

      --
      I like my dinosaurs feathery, and my pterosaurs hairy (or is it pycnofibery?)
    13. Re:True, but... by Val314 · · Score: 2, Informative

      i've just tried opening a Word 5.0 Document in Word 2003 and it wont work.

      there is a Converter Pack from Ms for those ancient .docs but this wont install on 2003 (but it works fine with 2003)

      so no, Word 1.0 file formats are not even close to being compatible with the current version

    14. Re:True, but... by JaxWeb · · Score: 1

      I concur, backward and forwards compatibility is good in Microsoft Word and quite good in Microsoft Excel. I think Microsoft Access is neither forward not backwards compatible between version releases, however. Which is annoying.

      I'm not sure about Publisher or Visio (or whatever it is called), since I've never used them. I do have to use the basic three pieces for (highly Microsoft-biased) school work, though. If it wasn't for Words Forward/Backward compatibility, my grades would've been lower.

      --
      - Jax
    15. Re:True, but... by batemanm · · Score: 1
      I concur, backward and forwards compatibility is good in Microsoft Word

      I find that it is terrible for all but the simplest of documents. I normally use it when writing papers. When I'm writing with others maintaining the required formatting, with diagrams in the right places becomes a task in and of itself. Even when I'm just writing by myself Word can do some very odd things to the document.

    16. Re:True, but... by DrSkwid · · Score: 1

      parse this one :

      aGVsbG8gc2xhc2hkb3Q=

      part of a valid xml document

      XML does not guarantee any kind or portability

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    17. Re:True, but... by mpcooke3 · · Score: 1

      depends what features you use.

    18. Re:True, but... by Hognoxious · · Score: 1
      Not with any meaningful intepretaion. The problem is there no information about the meaning of the terms that appear nor about the meaning of the absence of terms.
      That can't be ... XML allows any app to talk to any other app, it just, like does, or what's all the hype about? The M does stand for Magic, right?
      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    19. Re:True, but... by Anonymous Coward · · Score: 0

      Actually, it's forwards, backwards and sideways compatiblity they are concerned with. Future apps should be able to open it, as should other CURRENT applications than just Microsoft Word.

    20. Re:True, but... by 10am-bedtime · · Score: 2, Insightful

      you can pour a gallon of perfume on shit, but it is still shit.

      if you accept "open on the outside but proprietary on the inside" you do not understand what it takes to be truly open. you have lost to the marketeers and spin artists, and given up your only true possession -- your mind and its ability to think critically.

    21. Re:True, but... by fermion · · Score: 1
      MS Word files are workable back to a certain point, and on certain platforms. Stock MS Word for XP does have certain problems with Mid-90's format, and probably those older as well. Stock MS Word in the early 90's had a great deal of trouble with earlier versions of word.

      In order to create a facade of safety, MS is obviously going to make it possible to read it's proprietary formats back to day one. If such ability is default behavior, or if the format has changed so much that all or even most formatted is preserved, has always been a game of chance. In the past 5 years or so the format and MS is getting more mature, and they are making fewer decisions based on forcing vendor lockin, but the history of word goes back 20+ years, not 10-15. My experience is that I begin to have trouble after two releases. Again, it is always possible, but not always easy.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    22. Re:True, but... by Anonymous Coward · · Score: 0

      Hmm this is prob. because my documents are quite simple. Pictures, Text, Simple Formatting. I don't use many of the advanced features, really.

      Although, reading the problems you have, maybe Word isn't the tool for you?

      -- Jax (Posting AC since this posting isn't going to be modded up, but stands a chance of being modded down, and I like Karma ;) )

    23. Re:True, but... by BlizzyMadden · · Score: 1

      What you are referring to is actually "forward compatibility" where older versions of a program can read files saved in newer formats from a newer version. Unfortunately, in my experience few programs (at least in the Windows world) ever work this way. That's way most programs allow you to save files in older formats so that colleages (sic, I'm sure) with older versions of the program can share files with you. Microsoft, in there defense, is good at backward compatiblity.

    24. Re:True, but... by Anonymous Coward · · Score: 0

      Have you tried this?

      Yessir, I have! and I call bullshit!

      The last place I worked for full-time had all of their product manuals written in Word 97 (they numbered in the hundreds). When they upgraded to Office 2000, it forced the re-formatting of every manual.

      Let me repeat that: every manual had to be re-formatted! Some were simple, others took hours to clean up. Header/Footer spacing and fonts changed. Numbered lists changed to bulleted lists. Bullets in bulleted lists changed shape and color. Whole blocks of body text became italicized for some reason. Pagination changed. Recreating the TOC was a nightmare - things flagged for the TOC disapeared and other things mysteriously became included in the TOC.

    25. Re:True, but... by blahbooboo · · Score: 0

      Yes, but what I have noticed is that often these movements are due to the change in printer & printer drivers. Just a thought, this really could be the issue.

      This *feature* has been driving me nuts for years with MS Word documents. Take a document to another computer with a different printer, all the print formating gets messed up.

    26. Re:True, but... by Tony+Hoyle · · Score: 1

      but XML documents themselves are also considerably more open than their binary counterparts.

      Not at all...

      <Document Type="MSWord">
      (binary crap) .. is a perfectly well-formed XML document. Its not parsable into a anything sane though.

    27. Re:True, but... by RWerp · · Score: 1

      It works with simple documents only. I once had to move a large document with lots of tab formatting (it had to be done that way, since there was no regularity in the required formatting) and inserted special symbols between Word 2.0 and Word 95, using the latter's "export" feature. It was one hell of a nightmare.

      --
      "Long run is a misleading guide to current affairs. In the long run we are all dead." (John Maynard Keynes)
    28. Re:True, but... by Anonymous Coward · · Score: 0

      Equations, huh?

      The equation editor is an extension that Microsoft happens to distribute with Word. That's why it isn't installed by default.

      And, yes, it does have compatibility problems between revisions of itself.

    29. Re:True, but... by Tim+C · · Score: 1

      You get similar warnings from OO saving a document in .doc format, even if that was the original format. *Most* applications I've used have similar warnings where appropriate; saving in non-native formats can most certainly lead to loss of formatting (oe even data), but it's almost impossible to tell the user exactly what will be different for any given document.

    30. Re:True, but... by wrook · · Score: 1

      "WordML (Microsoft's XML structure for Word docs) is fairly clear-cut. They can "obfuscate", but they won't, because people'll will want those original files openable in 10-15 years. Backwards compatibility is a huge goal at MS."

      This is incorrect. Almost all of the formatting in a WordML file is in comments. Yes, the text is there in the document, but you'll lose all the formatting. The grammar of these comments is *nothing* like XML.

      MS will give you the specs for this file format (for free even), but only if you agree not to use it to write conversion utilities.

      If you feel that the format is straightforward enough to write a conversion utility, please do so. I've looked into it and know that I couldn't do it without an enourmous amount of energy.

    31. Re:True, but... by Anonymous Coward · · Score: 0

      It sounds like your company's employees haven't learned about features of Word more complex than paragraph breaks.

    32. Re:True, but... by fm6 · · Score: 1
      Anyone can parse a well-formed XML document, and validate it if a DTD is provided.
      In other words, XML makes it easier to reverse-engineer somebody else's format. That's cool, but it just doesn't make that much of difference for word processor or spreadsheet files. The format of Microsoft .doc and .xls files is actually pretty well documented. Parsing them is a nightmare, but the hard work has already been done.

      The real problem with these files is that they're very poorly structured. You express this lack of structure in XML instead of binary and you really haven't improved interoperability at all, because you still have a mess when you move the data from one application to another. XML is really only useful if you put a lot of effort into defining conventions for structuring your data, and if all your applications stick to it.

      The big fallacy of this measure is based on the assumption that formats like XML and RTF are more open because they're easier to parse. (And in point of fact, RTF is only slightly easier to parse than binary.) Parsing is only a small part of the problem.

    33. Re:True, but... by batemanm · · Score: 1
      Although, reading the problems you have, maybe Word isn't the tool for you?

      Something like latex is better suited to writing papers but I'm dyslexic and Word (plus suitable addins) provides better platform for me to use.

    34. Re:True, but... by Anonymous Coward · · Score: 0

      Why the f**k are they using Word anyway? For those kind of documents they should use LaTeX. I am not saying LaTeX is good for all document creation, but in research it is king.

    35. Re:True, but... by YU+Nicks+NE+Way · · Score: 1
      Almost all of the formatting in a WordML file is in comments.
      You're confusing the 1997 save-as-HTML function, which did put formatting in comments in order to edit in word, with the W2K2 save as XML function, which saves in a publicly available XML schema. WordML is the latter one.
    36. Re:True, but... by GoofyBoy · · Score: 2

      >You must be using extremely simple documents...
      >the figure positions, get screwed up, equations get put everywhere.

      Equations? Academic papers?

      In general, your documents are complex, not others are simple.

      --
      The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
    37. Re:True, but... by Anonymous Coward · · Score: 0

      hello slashdot

      (Who the heck Base64 encodes text in XML?)

    38. Re:True, but... by Anonymous Coward · · Score: 0

      I have a PowerPoint document that will open fine in Office97, Office2000 and OfficeX:Mac, but will not open in Office2003. I couldn't find an OfficeXP to try.

    39. Re:True, but... by big+tex · · Score: 1

      On my company machine, I too have office XP installed.
      However, the friendly IT-folks have configured it to save in Office 2000 format, the current low denominator. In a couple of years, when we've gotten rid of the Office 2000 machines, the new machines will be configured to write XP format.

      Call it a rolling upgrade.

      --
      I think I need a new sig here.
    40. Re:True, but... by wiggles · · Score: 1

      Flamebait? How is this flamebait? This is one of the funniest posts I've seen in a while! For those who don't get it, look up the numbers in an ASCII table.

    41. Re:True, but... by $FFh · · Score: 1

      That one's easy, the "=" gives it away. Though why you would base64 encode "hello slashdot" is beyond me.

    42. Re:True, but... by bynary · · Score: 1

      Agreed. Under the "Save As..." dialog box, you can select Word 97 format (it's RTF, but does that really matter?).

      --
      http://www.bynarystudio.com
    43. Re:True, but... by Anonymous Coward · · Score: 0

      Ah interesting. I was going to suggest Latex, but I (rightly, I suppose) thought you would had tried it.

      What exactly is it about Word which gives you a better platform?

    44. Re:True, but... by batemanm · · Score: 1
      What exactly is it about Word which gives you a better platform?

      It isn't really Word that is the better platform, it is the addins for Word that I have which make it a better platform. Things like reading back what I have written helps (but is also available for other word processors) but there is also enhanced spell and grammar checkers which I use. They mostly manage to catch my spelling and grammar mistakes but I still like to have someone local read what I've written just in case. Oh and I'm probably a lot more careful with what I write than most these days.

      Ah interesting. I was going to suggest Latex, but I (rightly, I suppose) thought you would had tried it.

      I have submitted papers in latex format but I write the text in Word and then convert it to latex when I'm happy with it. I suppose in that case I use Word as a rather complicated text editor and use latex for the formatting, I find that works quite well since getting the formating right in Word can be a real pain but in latex it is much easier.

    45. Re:True, but... by Anonymous Coward · · Score: 0

      backwards compatibilty is Word XP can view Word 97 and Word documents that come before Word XP.

      Definition

      http://en.wikipedia.org/wiki/Backward_compatibilit y

    46. Re:True, but... by groundup123 · · Score: 1

      backwards compatibility is Word XP can open documents from any Word before it. Not any word can open any word document. Word 97 and Word 95 need not be able to open Word XP documents to be backwards compatible

    47. Re:True, but... by DrSkwid · · Score: 1

      hehe unfortunately I didn't click xtrans. it should have: been

      <oleobject mime="application/excel" encoding="base64">
      aGVsbG8gc2xhc2hkb3Q=
      </oleboj ect>

      I don't have a little .xls file to encode so I just made an example

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  2. Ploy On Price Negotiation? by Manip · · Score: 4, Insightful

    This is not the first time we at /. have seen states and countries go this route but they almost always end up back with Microsoft but with a discount on their licence.

    I don't know about you guys but I won't believe it until I see office workers using it, before then it is just a negotiation ploy to save some money with Microsoft (Why else announce it early?)..

    1. Re:Ploy On Price Negotiation? by Feneric · · Score: 2, Interesting

      Not in the case of Massachusetts. Look at the state's history with Microsoft -- they were the only ones not to cave in with regards to the antitrust case, and there are numerous stories regarding their ongoing efforts to better embrace open source.

      I see the announcement both as a way to encourage the regular rank & file and the various commonwealth communities to embrace the efforts more than it is an effort to gain some ground negotiating with Microsoft.

    2. Re:Ploy On Price Negotiation? by hey! · · Score: 1
      Not in the case of Massachusetts. Look at the state's history with Microsoft

      Yeah, we still have the quaint idea that public officials and employees are supposed to work for the people. We even more or less treat them with the same level of respect we'd treat anyone else. Consequently, we occasionally get some actual initiative on their part.

      On the other hand, our legislature would be an embarassment if the national standards weren't so low. What do you expect in a state with a one party monopoly? I recently scandalized certain family members by voting for a Republican state senator. But he was doing a good job so far as we were concerned; there was nothing "wrong" with him other than his party. Although his Democratic challenger was excellent, I voted for this guy on the principle that competition improves the breed.

      In any case, the Pacheco fellow seems to be a typical dim-wit legislator:


      "1. Under what legal authority is the Administration purporting to act in implementing its Open Source/Open Standards Policy; and 2. Please explain how the policy, which appears to be a preferential policy, does not run afoul of the Massachusetts General Laws..."


      1. Under the the authority that the Administration sets any other procurement standards. For example, they can say they want their software to run on commonly available hardware. They can specify that the software is to be supported for ten years. They can specify that they should be able to inspect the software they are procuring and hire a competitor to maintain it if they are unsatisfied with the vendor's performance.

      2. The policy does not violate the Massachusetts General Laws in that we have not reached the point in the Commonwealth where everything not compulsory is forbidden. Insofar as it is not to my knowledge illegal for state officials to require rights on a procurement exceeding some legislatively mandated ceiling, I see nothing wrong with them requiring that vendors provide certain rights to the Commonwealth in return for receiving the taxpayers' dollars.

      There is nothing discriminatory in requiring that software be open source. There is no fundamental difference between open source and proprietary software -- it's all software. The difference is the rights granted to the purchaser. That some vendors, such as Oracle, Microsoft and others, might not choose to participate because they don't want to sell as much to the state is not discrimination -- it's their choice. It is not fundamentally different than a vendor choosing to not bid on a contract because he is not willing to provide the services requested at the price that is going to be paid. In fact -- it's exactly the same thing.
      --
      Post may contain irony: discontinue use if experiencing mood swings, nausea or elevated blood pressure.
  3. Ironic Ad Placement by Orgadam · · Score: 1

    "We got to market six months faster, and saw 14 percent in cost savings over Linux." -quote from ad on the side of the article concerning Microsoft Windows Server System.

    Oh, the irony of ad placement.

    1. Re:Ironic Ad Placement by QuantumG · · Score: 1

      At least you don't get ads for american telcos that are completely useless to you. Oh wait, you probably do.

      --
      How we know is more important than what we know.
    2. Re:Ironic Ad Placement by Anonymous Coward · · Score: 0

      Ahh Slashdot, more than willing to trash MS as often as possible... yet still accepts money from their marketing department.

    3. Re:Ironic Ad Placement by Anonymous Coward · · Score: 0

      i live in America and they are still useless...

    4. Re:Ironic Ad Placement by Anonymous Coward · · Score: 0

      I'll take all the money they want to throw my way...still doesn't mean I'll use their product.

    5. Re:Ironic Ad Placement by Anonymous Coward · · Score: 0

      It shows that Slashdot is runned by hypocrites. A "neutral" person reading this site (neutral in the sense of MS vs open source) would easily see the MS ads claiming better TCO than Linux, all while seeing Slashdot zealots rehashing the same stupid MS jokes while giving no objective criticisms. Also, defending MS on anything, even if legit, will likely feel the wrath of the groupthink moderation on this site. If Slashdot is an open source advocacy site (which most would claim it would be, including the editing staff) it's completely hypocritical to accept money from opposite-of-open-source companies.

  4. PDF by DeepDarkSky · · Score: 3, Insightful

    Adobe certain has done its job in making PDF so common place that it's become an "open" format, hasn't it?
    I think that for specific purposes proprietary formats are ok, but for interchanging and for storage purposes, the open formats are important.

    1. Re:PDF by TheRaven64 · · Score: 5, Informative

      PDF is an open format. The specifications are available for free download and no license fee is required to implement it. It is controlled by a single entity (Adobe), rather than by a committee (e.g. the w3c), but it is no less open.

      --
      I am TheRaven on Soylent News
    2. Re:PDF by Gob+Blesh+It · · Score: 1

      PDF is an open format, just like RTF, which was created by Microsoft (who still controls the specification).

    3. Re:PDF by Midnight+Thunder · · Score: 2, Informative

      For those you interested you can check the PDF Reference.

      --
      Jumpstart the tartan drive.
    4. Re:PDF by Anonymous Coward · · Score: 0

      if PDF is so open why does the specification include support for LZW ?

    5. Re:PDF by martinX · · Score: 4, Funny

      Odd. I was expecting it to be a link to a PDF file...

      --
      When they came for the communists, I said "He's next door. Take him away. Goddam commies."
    6. Re:PDF by imsabbel · · Score: 1

      Would NOT supporting something make it more open?

      That sounds like pretty twisted logic, you know....

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    7. Re:PDF by Anonymous Coward · · Score: 0

      because requiring LZW decoding to properly decode pdf files brings up patent issues.....

      true the main unisys us patent is gone now but i think they may still have patents in other countries and there is still the ibm patent to consider (though ibm has never made any real effort to enforce this and it has a high chance of being busted if they do)

      also a lot of pdfs now seem to use acrobats drm features (shown by a padlock in acrobat reader) are theese pdfs so open?

    8. Re:PDF by Anonymous Coward · · Score: 0

      my point was if it is so open why does it include something which is patented. it may be documented and free to download but in order to use it you have to pay for a patent license. sort of defeats the object of being open. the pdf specification is, big, bloated and archaic. adobe acrobat reader is slow and buf ridden IMHO

    9. Re:PDF by Anonymous Coward · · Score: 0

      In the real world, it is still free. In capitalist America, it isn't, but America is doomed anyway.

      Fuck America, it's still free.

    10. Re:PDF by InfiniteWisdom · · Score: 1

      Actually it is... the page links to various versions of the PDF specifications. The specs themselves are in PDF documents.

    11. Re:PDF by 16K+Ram+Pack · · Score: 1
      It's not really served them badly either.

      Whilst people have built tools and libraries to read/write PDF, Acrobat is still the de facto gui editor.

      Personally, I always prefer pdf over word. If someone's got Word on their website I spot, I offer to transfer it and point out the benefits (no font issues, cross-platform etc).

    12. Re:PDF by Anonymous Coward · · Score: 0

      Just curious; does anyone take you up on your conversion offers?

    13. Re:PDF by bbc · · Score: 1

      "PDF is an open format. The specifications are available for free download and no license fee is required to implement it."

      According to the download page, I need Adobe software to even be able to read the specifications. Of course, you could stretch the meaning of "open" even further to include the necessity of using a closed standard to read the specifications.

    14. Re:PDF by Anonymous Coward · · Score: 0
      Not requiring (AKA supporting) a proprietary technology WOULD make it more open.

      Use the correct term--REQUIRE--not support, and your confusion will be resolved.

      In other words, if I want to make a program that reads all PDF files, I'm required to use LZW. And if it's not possible to make a program that reads all PDF files, PDF isn't really open, now is it?

    15. Re:PDF by plumpy · · Score: 1

      You can read the specs just fine in any number of other pdf viewers. Just because Adobe isn't advertising that doesn't mean it isn't true.

      Furthermore, the specs are published in book format and available amazon and technical bookstores.

    16. Re:PDF by plumpy · · Score: 1

      my point was if it is so open why does it include something which is patented.

      The LZW patent has expired.

    17. Re:PDF by bXTr · · Score: 1

      PDF is a published standard much like Java. Sun published the specs on the language and JVM (not sure about the libraries) in their books with Addison-Wesley. Likewise, Adobe published the specs on PDF. How do you think Ghostscript's able to convert to PDF? How do you think OS X can let a user save a print job from any application as PDF?

      --
      It's a very dark ride.
    18. Re:PDF by spectre_240sx · · Score: 1

      Out of curiosity, is this why microsoft included the "compressed folder" support in windows?

    19. Re:PDF by TheRaven64 · · Score: 1

      Unlike PDF, almost everybody has added extensions to RTF for things like embedded images and so it is a pain trying to persuade different applications that produce RTF to play nicely together (unless they all use the same RTF library). To complicate things even more, Apple have adopted NeXT's RTFD format, which stores RTF documents as a directory containing an RTF document and a load of images files for anything that's embedded - it's a nice way of doing things but completely incompatible with anything else.

      --
      I am TheRaven on Soylent News
    20. Re:PDF by 16K+Ram+Pack · · Score: 1

      not so far... but I persevere. To be honest, I don't find many word docs around.

  5. Open Formats by Anonymous Coward · · Score: 0, Redundant

    "Open Formats' such as TXT, RTF, HTM, PDF, and XML."

    Is PDF actually an open format? Does Adobe publish a spec for it? or is it considered open because someone reverse engineered it?

    1. Re:Open Formats by TheRaven64 · · Score: 4, Informative

      Google is your friend. The complete PDF specification is available for download from Adobe's website.

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

      .. and of course the PDF specification is in ... PDF format! *shudders*

    3. Re:Open Formats by b374 · · Score: 0
      .. and of course the PDF specification is in ... PDF format! *shudders*
      They should have call it PDF Document Format.
  6. HTM? HTM? by Anonymous Coward · · Score: 5, Informative

    HTM is the filename suffix that broken operating systems like Windows used to assign to HTML files. The document format is called HTML.

  7. Open standards for all by st3v · · Score: 0

    I hope this kind of government activity becomes commonplace, because it will benefit all of us using open source software. Propietary formats force software lock-in and future profits for only those specific companies that developed those formats. Hopefully this will encourage others to embrace open formats in order to advance software quality in general, due to increased competition against propietary software vendors.

    --
    Click Here to Register for a Free Mac Mini.

    1. Re:Open standards for all by Anonymous Coward · · Score: 0

      People might listen to what you say if you lose the "freemacmini" sig. As long as it is there many people will consider you to be a loser. In this case, it would appear that they are correct. This is a Ponzi scheme, as has been proven before. http://home.nycap.rr.com/useless/ponzi/ It has been proven that only a complete moron would buy into things like this. Congratulations, you are among the select few who have an IQ lower than the current temperature in Anchorage, Alaska.

    2. Re:Open standards for all by HanB · · Score: 1

      The remark is redundant and the spam in this message is annoying. How to moderate it?

  8. Great but by BlueYoshi · · Score: 2, Insightful

    I think it's good because it will permit people/company to interact and be able to exchange document without to be forced to use some particular software.

    But I think if you take XML, we need to have some effort to produce some standards DTD or XML-schema to be sure to have a real interoperability

    Also it will be neccesary to have some kind of validator for each format to force that everybody is using the real standard and not some fancy extension that could ruin the all idea

    --
    "Use cases are fairy tales..." I. S. 2005
  9. XML, RTF ... open? by Anonymous Coward · · Score: 2, Interesting

    By thinking of XML as an "open" format they are walking right into Microsofts little trap... Try decoding Office-XML sometime. Or my little XML format here: <blob>()Yyfoas/FGTif</blob>.

    (Of course, they don't trust that people really can't decipher it, so they protected it heavily with patents too.

    It's like saying ASCII is an open format. That's right, but ... there's something written in ASCII too, is that format open? Like RTF, which is written in ASCII but *not* open.

    1. Re:XML, RTF ... open? by Anonymous Coward · · Score: 1, Interesting

      It's like saying ASCII is an open format.

      Exactly. If they deem "ASCII" to be an open format, Microsoft can simply make up whatever proprietary format they like and simply uuencode the documents. Anybody wanting to read them would uudecode them and be left with Microsoft's proprietary format.

    2. Re:XML, RTF ... open? by Anonymous Coward · · Score: 0

      Indeed, a fragment such as

      stuff

      is, in theory, valid XML but is not open.

    3. Re:XML, RTF ... open? by Anonymous Coward · · Score: 0

      second attempt...

      <document>
      <binary-bits>
      stuff
      </binary-bits>
      </document>

    4. Re:XML, RTF ... open? by maxwell+demon · · Score: 1


      AdAGFGgfdgdfKfHKJGHfffGK ...

      --
      The Tao of math: The numbers you can count are not the real numbers.
  10. if they are serious about it, that's enough by idlake · · Score: 4, Insightful

    If they are serious about enforcing open document formats, that's good: open source can compete and win if formats are open. The big concern is that companies like Microsoft will try to portray their proprietary formats as "open". For example, the DOC format has been documented by Microsoft, but it isn't truly open because it keeps changing and because it is under Microsoft's control. In particular, XML is not an open format--it isn't a format at all; XML is a standard in which people can define formats, both open and proprietary.

    A format isn't open until it has actually been standardized by an independent body that can guarantee that it is free from patent or other claims, and until it has been demonstrated that it can be implemented independtly by actually doing so.

    1. Re:if they are serious about it, that's enough by abhinavmodi · · Score: 1

      A format isn't open until it has actually been standardized by an independent body that can guarantee that it is free from patent or other claims, and until it has been demonstrated that it can be implemented independtly by actually doing so. Does this mean that pdf is not open enough ? As mentioned in comments upthread, adobe has made available the entire pdf spec. Sure, they could change it anytime, but that would just break a great standard, and the goodwill of millions around the world.

    2. Re:if they are serious about it, that's enough by idlake · · Score: 1

      Does this mean that pdf is not open enough ?

      Yes.

      As mentioned in comments upthread, adobe has made available the entire pdf spec. Sure, they could change it anytime, but that would just break a great standard, and the goodwill of millions around the world.

      Unfortunately, that has already happened: there are parts of PDF Adobe has not documented or specified, and they do keep changing it. Third party PDF implementations keep breaking whenever Adobe decides to put something new into the PDF spec. Furthermore, it is unclear what patents they actually have on it.

      Adobe/PDF is better than most proprietary file formats, but it really should undergo true standardization some time soon.

  11. Re:HTM? HTM? by Karma+Sucks · · Score: 4, Funny

    Similarly, RTF is RTFM.

    Geez.

    --
    (Please browse at -1 to read this comment.)
  12. Re:HTM? HTM? by b374 · · Score: 0
    HTM is the filename suffix that broken operating systems like Windows used to assign to HTML files. The document format is called HTML.
    Same thing about TXT, don't you think?
  13. This is bad news, not good news by OblongPlatypus · · Score: 3, Insightful

    Most commenters seem to be missing the fact that this news is unequivocally bad. There were efforts to adopt open source instead of closed source software, but this senator (probably sponsored by Microsoft) managed to talk them into focusing on open formats instead. This coincides nicely with Microsoft's new XML formats for their office products, and lets Massachusetts continue using Microsoft products while paying lip-service to the fans of "open" solutions.

    --
    -- If no truths are spoken then no lies can hide --
    1. Re:This is bad news, not good news by Donny+Smith · · Score: 1

      How is the parent post insightful?

      It's the right way - mandate use of open formats and let the better software win!

      Since open source is better, it will win easily (since it has lower cost of ownership) - why do you consider this to be bad?

    2. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      > Since open source is better
      After working with IE/Firefox -
      Office2003/OpenOffice

      I can hardly agree with you.
      If those programs would once have a 100% working user interface I will rejoice, but then again most OS apps have a crappy and buggy user interface :(

    3. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      If the requirement was for truly open formats then this would be fine. What we may see is that a list of technologies will be formulated rather than actually open formats and a format that is in reality closed will be created using an approved technology thus closed formats will be used whilst conforming to the letter of the change.

      If the formats were truly open (a proper XML schema) all would be well. In fact we are overdue for a proper, royalty free, standards body approved and truly open office document format. If this ruling kicked off a creation of such a format then this would be great. However such a format would take a considerable time to agree (minimum 2 years I would imagine, more likely longer) for text documents, let alone presentations and spreadsheets as well, so it seems a long shot.

    4. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      Fine they can pay lip service and still use their MS based products. But the consumer/home user can now use OO.o for creating .pdf, rtf and not pay the MS tax on software.

      There is some good and bad. But the enduser is better off. Now only if I could send resumes out in rtf, html and or pdf that would be perfect. I would have my bags all packed. :-)

    5. Re:This is bad news, not good news by OblongPlatypus · · Score: 3, Insightful

      To clarify: I'm not saying open formats are bad. But in this case we went from an administration pushing open source products (which incidentally automatically means open formats), to one that's going to stick with Microsoft products. They wanted to change what software they were using, but were deflected into some vacuous statement about "open formats", and in reality no change at all.

      XML does not autmoatically mean "open format", at least not in the way you seem to be thinking. Even if everyone in the Massachusetts administration starts using exclusively WordML for their documents (including converting all old documents), any open-source product would still have the problem of relying on a format defined by the very same monopoly they're trying to compete with. WordML is patent-protected specifically to prevent the equivalent of a "fork" of the format, so anyone using it is completely at the mercy of Microsoft's whim on where to take the format in the future.

      --
      -- If no truths are spoken then no lies can hide --
    6. Re:This is bad news, not good news by Tim+C · · Score: 3, Insightful

      You couldn't be more wrong if you tried.

      One of the main complaints about closed source software is that the proprietary, closed file formats keep you locked in to using the product, and that changes to said file formats tend to push you to upgrading because everyone else has, so you have to to be able to read their documents.

      Opening the file formats removes this restriction - now *anyone* can write software to create and edit them flawlessly. You're no longer tied to a single editor. How many .doc editors are there, compared to .html or .xml?

      Mandating open source software, while appearing good, would be a bad thing. Software should be used based on fitness for purpose; if the open source solution is superior, then use it. But don't use an inferior open source app just because it's open source if a superior closed source one is available and affordable. Mandating open file formats increases the likelihood that an appropriate open source solution will become available.

    7. Re:This is bad news, not good news by TheMediaWrangler · · Score: 1

      You could be right. Unless Massachusetts whitelists *specific* open formats, there is no value in their current position.

      Instead of just saying RTF, they should say "RTF reference implementation X that parses correctly on reference platform Y". In the case of XML, an open reference platform is necessary and they should maintain a whitelist of specific DTDs.

      --
      People should not fear what they do not understand; people should fear because they do not understand.
    8. Re:This is bad news, not good news by mrscorpio · · Score: 1

      Can this be confirmed (that the Senator is probably sponsored by MS)? Isn't there a list of who companies have funded in specific?

      It's not that I doubt you; quite to the contrary, I agree with you (and it's just an aside anyway), but I seem to remember that there's a list of this and it would be interesting to see right now...

    9. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      Ohh a standardised open document format. wonder why no-one has ever thought of that one before.

    10. Re: This is bad news, not good news by tyen · · Score: 4, Insightful

      Policy, Not Mechanism.

      They are very close, but need some additions to nail this right. Everyone freaking out over XML being cited should read the article. Reading the original article, I note that they defined "open format" by policy and not mechanism:

      specifications for data file formats that are based on an underlying open standard, developed by an open community, and affirmed by a standards body; or, de facto format standards controlled by other entities that are fully documented and available for public use under perpetual, royalty-free, and nondiscriminatory terms.

      This means they really don't care about the actual format, they care about the terms of access to the format. Microsoft can't drive a DTD with encrypted blocks through a mechanism-based loophole simply by declaring, "Hey! Look! XML!".

      However.

      It is said that even the largest companies bear the imprint of their founders. Gates was raised by lawyers, and his company operates like one. Unless you adversarially test this legislation before it passes, I guarantee you Microsoft will find a perfectly legal way to protect their crown jewels if it passes. There are other big players who will fight tooth and nail against this legislation, too. Oracle. IBM's DB2 folks.

      It is unfortunate that I could not find on their web site a full explanation of what they meant by "open format". However, going by that small excerpted blurb, if I was thinking of legal and marketing workarounds, here are some things I can come up with off the cuff.

      1. Dilute or pervert one of the definitions of "open standard", "open community", or "standards body". No definition legislated, easy enough to do. Control the standards group, control the standard.
      2. Note that the clauses separated by a semicolon (;) stipulate access terms for the latter but not the former. Sure, place it with a standards group, but make it expensive to obtain the standard "to cover distribution costs". The EIA standard for racks for example, costs over $50 to obtain an electronic copy. Perfectly open, perfectly standard, but certainly not "royalty-free".
      3. Play the Internet Explorer bundle game again, on a different playing field. Make the default format of the application a proprietary format, and allow saving as the standards format as long as the user takes additional steps to configure it or specify the standard format. By default, the vast majority of users will deploy with the default setting, killing any standard format in the crib through sheer inertia.
      4. Sure, there is an open format. It just doesn't support all the features of the application.
      5. Twist the definition of "fully documented" because that term is not nailed down. Yup, it's fully documented. "The 'dynamic_index' field stores dynamic indexes". There. It's fully documented. What? You want to know what a dynamic index is? Oh, but that's a trade secret. Or here is the full format of the dynamic index data structure, "fully documented". Leave out enough adequate description of the semantics, and you can bamboozle nearly everyone, including yourself. Why do you think Microsoft themselves can't get their own Word format consistent across versions? You can take the Microsoft-is-Evil theory that they do this to "entice" their customers to upgrade, but I tend to think it is because the format is ambiguously documented enough that even their own smart programmers trip up on the specifications.
      6. Supply an open standard, but your implementation of the standard is different from the outside world's implementation(s). Hey, bugs happen. No reference implementation that everyone standardizes upon, not a problem to be just barely incompatible enough (without any need for evil conspiracies) to annoy users enough to make them stick with the original application. Coders who hack EDI systems can sympathize with me here; even when everyone agrees upon an implementation standard, a "data format dissonance" tend
    11. Re:This is bad news, not good news by Noksagt · · Score: 1
      One of the main complaints about closed source software is that the proprietary, closed file formats keep you locked in
      Other valid complaints are the per-seat costs, upgrade costs, limited effectiveness of outside support, architecture lock-in, and a slow, costly route to get bug-fixes and new features implemented. And, of course, the threat of being left out-in-the-cold if the company stops offering the proprietary program (or if said company collapses).
      Mandating open source software, while appearing good, would be a bad thing. Software should be used based on fitness for purpose; if the open source solution is superior, then use it. But don't use an inferior open source app just because it's open source if a superior closed source one is available and affordable.
      Mandating open source software is a very good thing for governments to do. If open source solutions aren't available for some needs, the government would be able to reassess the need. If it was sufficiently strong, they should want an open source solution. This would address the other problems with closed-source software. It would be better and ultimately cheaper for taxpayers in many cases if they sponsored the development of an open source replacement.
    12. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      How about we use software that gets the job done efficiently? Being a business owner, I constantly have to weigh the pros and cons of using a free open source package and a costly closed source. For a lot of things, I end up going with the closed source one just because it ends up being cheaper. E.g., MS Office is the best thing out there, nothing comes closer in terms of productivity.

      Furthermore, I'm a smaller company, but I need support too. At least with a bit of software sold by some company, in most cases I have an 800 number that I can call and get help with. With OSS, the best I can do is send an email and wait a while (maybe get ignored, maybe get told to RTFM even though I have, maybe ge told to write a patch, maybe even get something useful) or pay lots of money for a support contract. Mind you, the former case really doesn't work for Suzie Secretary. Here again, closed source almost always wins.

      So, don't get me wrong. I love OSS, and use it wherever I can. I even contribute to a few pretty successful projects. But once I need to start deploying this software to people that aren't technically inclined, it makes little sense to do so.

    13. Re:This is bad news, not good news by BalloonMan · · Score: 2, Informative
      This article provides some insight. My guess is that this has very little to do with Microsoft, and a lot to do with proprietary software vendors based in Massachusetts.
      Pacheco, a Democrat, said the new policy is "perceived to be an exclusionary policy that excludes proprietary software." He is chairman of the Post Audit and Oversight Committee and said he has received "lots of calls" from software companies whose business revolves around proprietary software, many of whom are concerned that they will be locked out of Massachusetts' $80 million IT budget.
      Of course, there's also the typical Beacon Hill power struggle aspect to this. If Gov. Romney wants OSS, then Democrats must find something to oppose in it. FWIW, I'm a Mass. Dem., but not in Pacheco's district.

      I think mandating open formats, if managed thoughtfully to discourage large chunks of inscrutable binary, is a very nice compromise.
    14. Re:This is bad news, not good news by BioCS.Nerd · · Score: 1

      And in case it wasn't already obvious enough from the parent's post, using an open format increases the likelihood of competition. Henceforth, it should be easier for you to get your foot in the door with a competing piece of software to make some money.

      At the end of the day, I think using open formats is more important than open source software for this very reason. (Albeit, this is MHO. Feel free to disagree respectfully).

    15. Re:This is bad news, not good news by Anonymous Coward · · Score: 1, Insightful
      E.g., MS Office is the best thing out there, nothing comes closer in terms of productivity.
      Precisely how is is better than OpenOffice.org. Or even cheaper proprietary choices--Corel, Lotus, etc.?
      I need support too. At least with a bit of software sold by some company, in most cases I have an 800 number that I can call and get help with.
      You can buy such support for F/OSS too. I've worked with SuSE, RedHat, and MS. Guess which had the longest hold time & which gave the least satisfactory result. Hint: it is the one that cost the most too.
      With OSS, the best I can do is send an email and wait a while (maybe get ignored, maybe get told to RTFM even though I have, maybe ge told to write a patch, maybe even get something useful) or pay lots of money for a support contract.
      I'm sorry you've had negative experiences. I've found the F/OSS community to be VERY helpful for the most part. I have had some of the same negative experiences, but then that is also true of asking strangers to support MS or other proprietary solutions. The cost of a support contract is often still less than with a proprietary provider.
      Mind you, the former case really doesn't work for Suzie Secretary. Here again, closed source almost always wins.
      Suzie Secretary relies on your company's IT for support. So the winner is what your IT guys can cheaply and quickly support. If the problem is with Suzie, perhaps Suzie should be replaced. If she couldn't use the commercial product, you wouldn't even think twice about doing this. This is a bit mean, but the Suzie Secretaries _I_ have supported can use F/OSS AT LEAST as well as the commercial products.
    16. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      Precisely how is is better than OpenOffice.org.

      I assume you're referring to Open Office. (I'm not sure what the company's Web site has to do with this.) I don't think you'd be asking the question if you'd ever tried to use Open Office. It's really, really bad software. In particular, parts of its user interface are different from the Office just for the sake of being different. Not better, just different. That's bad, bad.

      Or even cheaper proprietary choices--Corel, Lotus, etc.?

      Same answer. They're bad because they're different from the standard without being better than the standard. If they were easier to use or more intuitive, that'd be one thing. But they're not. They're just different.

      I've found the F/OSS community to be VERY helpful for the most part.

      Boy oh boy. You're either lying, or your experiences have not been typical. The last time I ever used Linux for anything was the day the IT guy I'd hired to maintain my small company's computers told me that I should stick to Windows because I wasn't smart enough to figure out how to burn some files to a CD with Linux. I fired the IT guy, used an SBA loan to buy 12" PowerBooks for my entire staff (Apple gave us a great deal on a dozen) and haven't looked back since. Now we don't have any IT problems, and the $86,000 a year I'm saving by not employing a "computer guru" is four times what I paid for new computers.

      I'm sorry that so many of you Slashdotters seem to think that being politically correct is reason enough to use bad software. It's not.

    17. Re:This is bad news, not good news by bamberg · · Score: 1

      > Precisely how is is better than OpenOffice.org.

      I assume you're referring to Open Office. (I'm not sure what the company's Web site has to do with this.)


      Actually he's probably referring to the software that is called OpenOffice.org, not Open Office, due to trademark conflicts.

      >I've found the F/OSS community to be VERY helpful for the most part.

      Boy oh boy. You're either lying, or your experiences have not been typical.


      What makes you think your experience is more typical than his? We use Linux, Apache, Samba, Tomcat and other open source products on both our workstations and servers at my job and we have had excellent reliability and support. This is no less anecdotal than your experience but I don't see any reason to believe that my experience is less typical than yours.

      The last time I ever used Linux for anything was the day the IT guy I'd hired to maintain my small company's computers told me that I should stick to Windows because I wasn't smart enough to figure out how to burn some files to a CD with Linux. I fired the IT guy[...]

      So an IT guy that you apparently considered incompetent told you Linux was hard. This is supposed to be compelling?

      I'm sorry that so many of you Slashdotters seem to think that being politically correct is reason enough to use bad software. It's not.

      We use open source software because we like the support, reliability and licensing freedom. Open source is about a lot more than being politically correct, but I think you already knew that.

    18. Re:This is bad news, not good news by Renegrade · · Score: 2, Insightful

      If the format is open, then an open sourced solution could be developed to deal with any issues with the proprietary software.

      If the file formats used are truly open (as in a decent standard that's well documented and actually works as it's described, which allows other applications to read and write in the same format without legal encumbrance), then the customer can take their data and have a new application or data converter written, allowing them to easily migrate to a new platform.

      That addresses the following issues thusly:

      >Other valid complaints are the per-seat costs, upgrade costs

      These are limited by the fact that the customer can now walk away. Something they cannot easily do if they were locked into Word's *.doc format or such. If the proprietary vendor tried strong-arm tactics or charged too much, the customer could simply write, or have written, a replacement application (or a file converter to convert the data files to a format used by another application).

      This effectively caps the maximum cost that the vendor can impose. Company X cannot charge a billion dollars for a given product if Company Y can offer the same thing for $59.95 that works on the same data, or if Open Source Programming Group Z offers a totally free version of said program.

      Also, the bigger the vendor, and the more pervasive their product, the more likely some open source group is to pick up the challenge of making an open sourced solution which works with these same data files.

      > limited effectiveness of outside support,

      Well, only with regards to the application itself. The data, properly documented and open, could easily be handled by any competent programmer.

      > architecture lock-in

      What architecture lock in? Vendor screwing you over? Take your data and walk away. Have someone else write a replacement. Write it yourself! Use Y or Z's product! Suddenly Corp X decides that the 3.2 update will NOT cost a trillion dollars, afterall.

      >and a slow, costly route to get bug-fixes and new features implemented.

      Bug fixes to the original application would depend on the vendor. New features, however, could be implemented by utilties that work with the data created by the application. And if the original application was too buggy to work with at all, why was it purchased to begin with?

      Open sourced solutions can be costly to bugfix as well. If your package is abandoned, you'd have to _hire_ people to fix it.

      > And, of course, the threat of being left out-in-the-cold if the company stops offering the proprietary program (or if said company collapses).

      How do you figure this? Take the data and _WALK AWAY_. This would be no different if an open sourced group collapsed or grew bored of a package.

      ---

      Basically, having open file formats is like a foot in the door for open source software: If free/open source software can work with the same data, and be better and cheaper, then why wouldn't some conversion happen? It also takes away one of the tools in the arsenal of big corporate evils: the hostage-holding of your user-created data.

      This could also revitalize a rather stagnant commercial software industry by forcing more interoperability.

      What, can't open sourced software compete then? Is it like some big, free version of Microsoft? Forced to rely on legislation to get it's place in the world? I'd hope not!

      I'd say that it's probably better to allow for free and proprietary to compete openly, than to have one side legislated over the other. It could easily go the other way, you know. "All government agencies must use Microsoft(TM)(R)(C)(Patent Pending)(TM)(C)(R) software AT ANY COST!".

      How could this not be win-win?

      This of course, all hinges on the definition of an 'open' format:

      1. It must be readable and writable by other applications or utilities withou

    19. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      I assume you're referring to Open Office. (I'm not sure what the company's Web site has to do with this.)

      Hurrah! Somebody else thinks that too! :)

      It's one of the stupidest name coinages I've seen in a long time, and every layman I've asked has found it "sorta weird". Why oh why...

      And I whole-heartedly agree with the rest of your post. Same opinion about those text editors, same kinds of experiences of open source "experts". Keep on posting.

    20. Re:This is bad news, not good news by Leo+McGarry · · Score: 0, Flamebait

      Actually he's probably referring to the software that is called OpenOffice.org

      Pardon me for being insistent, but "openoffice.org" is a Web address, not a name. If the company that makes it doesn't want their customers to call it "Open Office," they should change the name. (They should probably change the name in any case. "Open Office" doesn't exactly stir the soul.)

      What makes you think your experience is more typical than his?

      Numbers.

      So an IT guy that you apparently considered incompetent told you Linux was hard. This is supposed to be compelling?

      No, it was supposed to be illustrative. Reading comprehension much?

      We use open source software because we like the support, reliability and licensing freedom.

      How odd. Because it has none of those three things.

    21. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      The project is named OpenOffice.org. This is also it's homepage.

      How odd. Because it has none of those three things.

      You are mistaken once again. OpenOffice.org has indeed both community and commercial support. And OOo has those three things.

    22. Re:This is bad news, not good news by Noksagt · · Score: 2, Insightful

      If the format is open, then an open sourced solution could be developed to deal with any issues with the proprietary software.

      And, rather than throwing good money after bad to upgrade and maintain closed source software, public agencies should fund efforts to bring free open source software to the public. Perhaps they should keep proprietary software that has already been paid for, but as a taxpayer I want the most bang for my buck. This would be a strong argument against any commercial product that could charge a lot of money to MA & then to IL & so on, when a Free (in both senses of the word) program could be used instead.

      If the file formats used are truly open (as in a decent standard that's well documented and actually works as it's described, which allows other applications to read and write in the same format without legal encumbrance), then the customer can take their data and have a new application or data converter written, allowing them to easily migrate to a new platform.

      So why not do it now? The argument against doing it later will be "we've already invested so much money and time in closed product X from company Y, that it would cost an unreasonable amount to build F/OSS program Z from scratch."

      These are limited by the fact that the customer can now walk away. Something they cannot easily do if they were locked into Word's *.doc format or such. If the proprietary vendor tried strong-arm tactics or charged too much, the customer could simply write, or have written, a replacement application (or a file converter to convert the data files to a format used by another application).

      This is short-sighted. First of all, the vendors can charge much more than an upgrade is worth--they just have to keep it cheaper than a replacement. Furthermore, the "annual upgrade tax" to the company will add up quicker than F/OSS over the lifetime the files need to be read.

      Well, only with regards to the application itself. The data, properly documented and open, could easily be handled by any competent programmer.

      And how often do you suppose problems are with the file format? Support is almost always inherently for the particular product.

      What architecture lock in? Vendor screwing you over? Take your data and walk away. Have someone else write a replacement. Write it yourself! Use Y or Z's product! Suddenly Corp X decides that the 3.2 update will NOT cost a trillion dollars, afterall.

      Why should the government feed Corp X if this is a for-seeable problem?

      Bug fixes to the original application would depend on the vendor. New features, however, could be implemented by utilties that work with the data created by the application.

      So you have a dozen applications to do what you thought the one you first bought should have done? End users will love that.

      And if the original application was too buggy to work with at all, why was it purchased to begin with?

      The bugs might not have been discovered. What if a gaping security hole is discovered in your closed source application after you bought it? It also doesn't have to be "too buggy to work at all." Any discovered bugs should be fixed if possible. A patch to a minor bug can prevent major headaches.

      Open sourced solutions can be costly to bugfix as well. If your package is abandoned, you'd have to _hire_ people to fix it.

      I agree that specific applications can be more expensive, but with open source you'd ALWAYS have the option of hiring someone to fix it. Not so with closed source--the vendor has a monopoly on the ability to fix things. Good luck trying to negotiate with them by saying you'll hire someone else who is cheaper.

      Basically, having open file formats is like a foot in the door for open source software: If free/open source software can work with the same d

    23. Re:This is bad news, not good news by bamberg · · Score: 1

      Pardon me for being insistent, but "openoffice.org" is a Web address, not a name. If the company that makes it doesn't want their customers to call it "Open Office," they should change the name. (They should probably change the name in any case. "Open Office" doesn't exactly stir the soul.)

      That's not being insistent, it's being stupid. OpenOffice.org is the name of the software. The original poster was correct, you tried to correct him but looked like an idiot because you were wrong and then I corrected you. It's a very simple sequence of events; do try and keep up. As for what you think of the name, nothing you've posted so far inspires me to assign any value to your opinion.

      Numbers.

      A meaningless non-response with nothing to back it up, almost certainly indicating that you have no basis for your opinion. This is unsurprising.

      No, it was supposed to be illustrative. Reading comprehension much?

      Illustrative of what? That you don't hire competent people? That you change your hardware and software platform whenever you change IT personnel? It's certainly not illustrative of anything regarding open source software.

      > We use open source software because we like the support, reliability and licensing freedom.

      How odd. Because it has none of those three things.


      I don't normally go in for personal attacks but you're really not a very honest person, are you? Starting from the end:

      For you to claim that open source software doesn't provide licensing freedom is either stupid or dishonest. Since you're apparently capable of operating a computer with at least minimal competency I find it difficult to believe that you could be stupid enough to believe what you said. So you've apparently lying. Unfortunately you chose to lie about a subject that the Slashdot audience understands reasonably well so you're not going to get very far.

      As for reliability, there are plenty of studies that show the reliability of open source.

      And finally, support. I don't think this will be news to anyone except (perhaps) you but paid support is available for open source software. Linux is supported by distributions such as Redhat and Novell, Apache & Tomcat are supported by companies like JBoss and Samba is supported by a truly huge list of companies in many countries. As another poster pointed out, OpenOffice.org has commercial support available from companies like Blue Point

      You shouldn't bother replying to this, but if you do be sure to bring some facts to back up your position. Your blind assertions do not impress.

    24. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      OpenOffice.org is the name of the software.

      That's not a name. It's a Web address. When the Web address is "openoffice.org," the name is Open Office. What about this is confounding you?

      Illustrative of what?

      I'm sorry you had trouble following my anecdote. Next time I'll do my best to write with an audience of short-attentioned mouth-breathers in mind.

      For you to claim that open source software doesn't provide licensing freedom is either stupid or dishonest.

      But "open source" software has nothing at all to do with freedom. If it had anything to do with freedom, the software would be in the public domain. Since it's not, it's not about freedom. It's a commercial enterprise just like any other.

      As for reliability, there are plenty of studies that show the reliability of open source.

      I'm really not interested in studies. I'm interested in my own personal experience, which says precisely the opposite. A million articles add up to precisely nothing when my own experience tells me otherwise.

      I don't think this will be news to anyone except (perhaps) you but paid support is available for open source software.

      Yes, of course it is. As I said, I paid for such support myself, in the form of an in-house, full-time employee whose job it was to install and maintain Linux on our computers. My experience was so incredibly bad that I will not be considering a similar arrangement again. Ever. The fact that support is available does not mean that it's up to acceptable levels of quality.

      I mentioned all this before, in that anecdote that so perplexed you. Poor thing.

      Your blind assertions do not impress.

      Impress whom? I didn't realize we were having a contest.

    25. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      I assume you're referring to Open Office. (I'm not sure what the company's Web site has to do with this.)
      As you've already been corrected on this point, I won't comment.
      I don't think you'd be asking the question if you'd ever tried to use Open Office.
      I use it under Linux & have it installed on win32 boxes I support. I am familiar with the product enough to know what it is called ;-).
      It's really, really bad software. In particular, parts of its user interface are different from the Office just for the sake of being different. Not better, just different. That's bad, bad.
      Unfortunately, UIs CAN'T be identical. The UI is also not worse than MS Office. I would call much of the back-end significantly better. Similar things for Abiword/Gnumeric/Corel/Lotus/etc. Different is not worse. Different is not unusable.
      I've found the F/OSS community to be VERY helpful for the most part.
      Boy oh boy. You're either lying, or your experiences have not been typical. The last time I ever used Linux for anything was the day the IT guy I'd hired...told me that I should stick to Windows
      I'm not lying. I have had great experiences in forums/mailing lists of sourceforge/my linux distro/or project pages for my apps. I have even had good experiences interacting with F/OSS developers. There are assholes in any camp. I don't know if my experiences are typical, but your experience with your IT guy sounds VERY atypical & it is good you fired him.
      I'm sorry that so many of you Slashdotters seem to think that being politically correct is reason enough to use bad software. It's not.
      OO.o & Linux aren't bad software. Because these are the only products you mentioned, I'm not entirely sure what bad software you're speaking of. F/OSS isn't just about politics. As an OS X user, you are benefitting from a lot of F/OSS. I choose F/OSS for most applications not only because of politics, but because it offers me a better user experience.

      When will you realize that the whole world doesn't think the way you do?
    26. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      OpenOffice.org is the name of the software.

      That's not a name. It's a Web address. When the Web address is "openoffice.org," the name is Open Office. What about this is confounding you?
      The fact that they chose to name their product OpenOffice.org.

      You chose Leo McGarry as your username. You wouldn't like it if people called you "asshole," even if that is what you are.
      But "open source" software has nothing at all to do with freedom. If it had anything to do with freedom, the software would be in the public domain. Since it's not, it's not about freedom. It's a commercial enterprise just like any other.
      So freedom of speech isn't freedom because you can't yell "Fire" in a theater? There is F/OSS in the public domain. There is other F/OSS that prevents the writers from being sued or requires people to acknowledge where they got it from or which prohibit you from making the program less free. These restrictions still offer you more freedom than closed source products.
      I'm really not interested in studies. I'm interested in my own personal experience, which says precisely the opposite. A million articles add up to precisely nothing when my own experience tells me otherwise.
      Similarly, your experiences don't add up to experiences of millions of users.
      Yes, of course it is. As I said, I paid for such support myself, in the form of an in-house, full-time employee whose job it was to install and maintain Linux on our computers. My experience was so incredibly bad that I will not be considering a similar arrangement again. Ever.
      So if you ever run into an asshole Mac user, you'll dump that product too. You're going to run out of thing to use in short order.
    27. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      Pardon me for being insistent, but "openoffice.org" is a Web address, not a name. If the company that makes it doesn't want their customers to call it "Open Office," they should change the name. (They should probably change the name in any case. "Open Office" doesn't exactly stir the soul.)
      Translation:You're embarrassed that you got the name wrong in your first post and, rather than admitting you are wrong, you start Flamebaiting.
      What makes you think your experience is more typical than his?
      Numbers.
      Which numbers? You were presented with hard numbers and anecdotal evidence disagreeing with you. Then you say that you are basing it off your personal experience. So which numbers make your personal experience more valid than mine?
      No, it was supposed to be illustrative. Reading comprehension much?
      I would imagine he knew it was illustrative. But it is no more anecdotal than my own experience.
      We use open source software because we like the support, reliability and licensing freedom.
      How odd. Because it has none of those three things.
      Outside of your Linux CD experience, you've listed no evidence of this. Even if you haven't had the same experience of support and reliability as we have, please tell us of a closed source application that has greater licensing freedom than an OSI-approved open source license.
    28. Re:This is bad news, not good news by bamberg · · Score: 1

      That's not a name. It's a Web address. When the Web address is "openoffice.org," the name is Open Office. What about this is confounding you?

      Wrong. You are trying to argue that something can't be both a name and a web address. This is obviously untrue.

      But "open source" software has nothing at all to do with freedom. If it had anything to do with freedom, the software would be in the public domain. Since it's not, it's not about freedom. It's a commercial enterprise just like any other.

      Wrong. You are trying to argue that if something has even the slightest restriction then it cannot be free. So there isn't free speech unless you can slander people and commit perjury. There isn't freedom of movement unless you can trespass anywhere. There isn't freedom of the press unless my newspaper can copy all its stories from yours. This is obviously untrue.

      I'm really not interested in studies. I'm interested in my own personal experience, which says precisely the opposite. A million articles add up to precisely nothing when my own experience tells me otherwise.

      Wrong. You are arguing that your personal experience with a single software product provides a basis for judging an entire software methodology. This is obviously untrue.

      Yes, of course it is. As I said, I paid for such support myself, in the form of an in-house, full-time employee whose job it was to install and maintain Linux on our computers. My experience was so incredibly bad that I will not be considering a similar arrangement again. Ever. The fact that support is available does not mean that it's up to acceptable levels of quality.

      It's become clear that you're a Mac troll but let's pretend for a moment that the incident you're discussing actually happened. What you are saying is that you had one bad experience where you can't even be sure if it was the product or the person implementing it. Because of this, you will never use that product again, no matter how much time passes or how the product changes. Well, that's pretty stupid. It's a good thing for your favorite platform's market share that all the people who had horrible experiences with early generation Macs don't have the same mental defect that you claim to have.

      The entire point of your post was to try to promote the Mac platform by claiming to have found a deficiency in Linux and extending that to all of open source. If this were a Mac fanboy site you might have a chance but here on Slashdot you're preaching at people who know better. Your behavior is especially pathetic because the Mac is one platform that doesn't need any propping up; it can stand on its own merits.

    29. Re:This is bad news, not good news by bamberg · · Score: 1

      So if you ever run into an asshole Mac user, you'll dump that product too. You're going to run out of thing to use in short order.

      I agree with everything you've said except this. If you look at this poster's history you'll see that he's a Mac troll. He's closed what mind he has to the point where his entire sense of self revolves around that platform. He would never abandon it.

    30. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      You are trying to argue that something can't be both a name and a web address.

      Correct. If the Web address is "openoffice.org," the name of the company is "Open Office." If the company that makes Open Office wants to deliberately confuse people by choosing a name that baffles, that's their choice. But it doesn't make it a name. It's still just a Web address.

      You are trying to argue that if something has even the slightest restriction then it cannot be free.

      No, I'm saying that freedom and "open source" software are not related.

      You are arguing that your personal experience with a single software product provides a basis for judging an entire software methodology.

      Boiling it down, this sentence reads, "You think your opinion is valid." Yes, that's correct. I do.

      It's become clear that you're a Mac troll

      I don't know what that expression means.

      What you are saying is that you had one bad experience

      No, I used one example to illustrate a larger point. This seems to have confused a significant number of people, to my never-ending surprise. I just sort of assumed that people were capable of reading and understanding written English. Silly me.

      The entire point of your post was to try to promote the Mac platform by claiming to have found a deficiency in Linux and extending that to all of open source.

      The point of my comment was to share my opinion. I didn't realize when I did it that there are people out there who believe that an opinion can be wrong.

    31. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      Precisely how is is better than OpenOffice.org. Or even cheaper proprietary choices--Corel, Lotus, etc.?


      Let's see, the Open Office UI sucks, its PowerPoint replacement comes with barely any templates, the performance is atrocious, and its developers/users are oblivious to what really matters. Typically, the Open Office fanboys refuse to acknowledge any of this, and thus the software stagnates. Believe me, I would love to be able to deploy Open Office here, but the fact of the matter is, people get things done faster with MS Office -- and this really has nothing to do with training, it has to do with features and usability.

      Suzie Secretary relies on your company's IT for support. So the winner is what your IT guys can cheaply and quickly support. If the problem is with Suzie, perhaps Suzie should be replaced.


      Several things here. First, I'm a small company, so the IT guy is me. I'm a lot of different roles, and keeping on top of every bit of software (Quickbooks to Office to postfix to jetty) is a bit unreasonable. I shouldn't have to maintain a full time staff so Suzie can get help whevener she needs something with one of her desktop apps.

      Your comment about replacing Suzie is further evidence about the ignorance by OSS zealots. So, because most of this software has a less than intuitive UI and whatever other issues, Suzie should be replaced rather than giving her better tools? So, if she's the best accountant in the world, but can't figure out how to use Gnumeric or whatever, I should fire her? Give me break.

      Just to add to all this, I don't want support contracts. I want a number I can call when I have an issue. Most closed source software comes with a number of free tech support calls, and even after that, it may be $50 / call or something. It's a lot cheaper than spending money on contracts for every piece of OSS I use. Yeah, and it may be a long hold time, but it's normally quicker than the typical process for OSS support:

      1) Find mailing list address
      2) Sign up for mailing list
      3) After waiting for confirmation email, reply
      4) Write to list with question
      5) Wait a while for a response and hope it's not RTFM

      Just to get to point 5 a bit, RTFM may sound like a reasonable response to most here, but if the documentation is not tailored to a non-technical person, it won't really matter any way. Furthermore, most OSS documentation is non-existent or horribly out of date. And to top all this off, Suzie gets paid hourly, so I'd rather pay someone to tell her the answer than for her to spend several hours (or days) trying to figure it out.
    32. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      You are trying to argue that something can't be both a name and a web address.
      Correct. If the Web address is "openoffice.org," the name of the company is "Open Office." If the company that makes Open Office wants to deliberately confuse people by choosing a name that baffles, that's their choice. But it doesn't make it a name. It's still just a Web address.
      It isn't a company (note the .org after it). From the FAQ: "OpenOffice.org is the open source project through which Sun Microsystems has released the technology for the popular StarOffice[tm] Productivity Suit." So the original company was Sun Microsystems. The community website, the community, and the software are all named OpenOffice.org.
      No, I'm saying that freedom and "open source" software are not related.
      That's correct enough--there is software that includes source for which you don't have many rights. Software under OSI-approved licenses is more libre than most other software. You've yet to provide a closed-source package that gives end users more freedom than software under an OSI-approved license.
      Boiling it down, this sentence reads, "You think your opinion is valid." Yes, that's correct. I do.
      That is fine. You also think your opinion is more valid than anyone else's. This is either arrogance, ignorance, or an "overly-healthy" self esteem. In any case, it "ain't true!"
      It's become clear that you're a Mac troll
      I don't know what that expression means.
      He's implying that you are only denegrating F/OSS and the people who use F/OSS because you want to promote Mac at every opportunity. I think he's overly generous. I think you're just ignorant as hell.
      No, I used one example to illustrate a larger point. This seems to have confused a significant number of people, to my never-ending surprise. I just sort of assumed that people were capable of reading and understanding written English. Silly me.
      IF it confuses a lot of people (I don't see it, perhaps you need to learn to WRITE English.
      The point of my comment was to share my opinion. I didn't realize when I did it that there are people out there who believe that an opinion can be wrong.
      Amusing words from someone who has called people liers because they've had positive experiences with F/OSS.
    33. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      Let's see, the Open Office UI sucks,

      I like it. How do you think it sucks?

      its PowerPoint replacement comes with barely any templates,

      Fair enough, but you can download others or make your own.

      the performance is atrocious,

      It performs better for me than many alternatives. But most "office suites" seem overly bloated anyway.

      and its developers/users are oblivious to what really matters.

      Which is what?

      Typically, the Open Office fanboys refuse to acknowledge any of this, and thus the software stagnates.

      If you are able to better articulate specific deficiencies, I think they could and may be fixed. How is it worse than non-MS office suites, such as Corel/Lotus. If only OO.o has problems, why don't people use some other cheaper alternative?but the fact of the matter is, people get things done faster with MS Office -- and this really has nothing to do with training, it has to do with features and usability.What features does MS office have which OO.o lacks? I think you under-rate the importance of training. If you pulled two people from some cave & gave one MS Office on Windows & one OO.o on Linux, can you really say that the one on MS would innately be faster? There are few people in such caves & most have used Windows & MS office. Most have not tried Linux & OO.o as much. This might be a valid short-term criteria of which you should embrace. It doesn't mean one is inherently better than the other.

      Several things here. First, I'm a small company, so the IT guy is me. I'm a lot of different roles, and keeping on top of every bit of software (Quickbooks to Office to postfix to jetty) is a bit unreasonable. I shouldn't have to maintain a full time staff so Suzie can get help whevener she needs something with one of her desktop apps.

      Agreed....but I have supported Susie Secretaries under both Linux and Windows. I would much rather do the former. I have about the same number of support requests under either case.

      Your comment about replacing Suzie is further evidence about the ignorance by OSS zealots.

      Absolutely not. If Suzie Secretary can't learn, Sally Secretary can. I've seen plenty of secretaries canned for not being able to use MS Office. The same should be true for ANY tools.

      So, because most of this software has a less than intuitive UI and whatever other issues, Suzie should be replaced rather than giving her better tools?

      If the tools might cost more than Suzie, yes. If you are willing to can Suzie if she can't use MS Office, yes.

      So, if she's the best accountant in the world, but can't figure out how to use Gnumeric or whatever, I should fire her? Give me break.

      Way to promote Suzie from Secretary to Accountant. As I said, my statement was a bit mean, but it is FAR from unheard of for proprietary software.

      Just to add to all this, I don't want support contracts. I want a number I can call when I have an issue. Most closed source software comes with a number of free tech support calls, and even after that, it may be $50 / call or something. It's a lot cheaper than spending money on contracts for every piece of OSS I use.

      Give me the number to call at MS. Give me the hold time I can expect & the helpfulness of the reps. now go to Red Hat or SUSE. You'll find the same 800-numbers to manage 99% of your support requests.

      Yeah, and it may be a long hold time, but it's normally quicker than the typical process for OSS support:

      1) Find mailing list address
      2) Sign up for mailing list
      3) After waiting for confirmation email, reply
      4) Write to list with question
      5) Wait a while for a response and hope it's not RTFM

      This pattern can also be put onto a lot of commercial software. The truth i

    34. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      "its", not "it's"

    35. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      Sorry, I did inadvertently promote her (once again, small operation, people have multiple tasks).

      But the rest of what I'm saying stands. You can argue all you want, but I've actually tried, a few times, and the cost benefit has never been there. I use OSS where it makes sense and I use closed source software where it makes sense. That is my argument. Picking one or the other just to satisfy some political agenda, which is what my original comment was tailored at, is ridiculous.

      But claiming I'm making things up for the sake of making them up is ridiculous. Maybe my experience is different, but seeing as there are a ton of companies that would love to dump software costs but a negligible percentage actually getting on the OSS bandwagon, I'd tend to think otherwise.

    36. Re:This is bad news, not good news by bamberg · · Score: 1

      Correct. If the Web address is "openoffice.org," the name of the company is "Open Office." If the company that makes Open Office wants to deliberately confuse people by choosing a name that baffles, that's their choice. But it doesn't make it a name. It's still just a Web address.

      If "OpenOffice.org" is what the project calls its software, that's the name. Period. No one is confused by this except you. And to say it's not a name just because it's also the same as the web address is just stupid.

      No, I'm saying that freedom and "open source" software are not related.

      And you're wrong. I'm certain that you know this, but just in case you don't, this site might help you. You're just trying to minimize the importance of having the freedom to modify and distribute software.

      Boiling it down, this sentence reads, "You think your opinion is valid." Yes, that's correct. I do.

      No. You're trying to ignore my point. Your one supposed experience with one piece of open source software does not provide a basis to judge the open source methodology. You're entitled to your opinion but the rest of us certainly have the option to tell you it's stupid.

      I don't know what that expression means.

      Of course you do. I can't imagine that anyone would believe such an obvious and transparent lie.

      No, I used one example to illustrate a larger point. This seems to have confused a significant number of people, to my never-ending surprise. I just sort of assumed that people were capable of reading and understanding written English. Silly me.

      No, you provided one data point and tried to say that it indicated a trend. This is obviously not valid reasoning. We understand your post perfectly.

      The point of my comment was to share my opinion. I didn't realize when I did it that there are people out there who believe that an opinion can be wrong.

      You presented your opinion as though it were fact and that anyone who disagreed was an idiot. If you're surprised by the response you got then maybe you're not ready for online forums.

    37. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      But the rest of what I'm saying stands.
      No--It stands for you. I questioned or countered a lot of it & all you can talk about is your secretary slash accountant. Have you tried getting support/documenation from Red Hat, SUSE, or some other major player?
      I use OSS where it makes sense and I use closed source software where it makes sense.
      That is pragmatic. I think OSS makes sense it more areas than it is currently being used. I certainly think the way you run your business should be different than the way the government runs theirs. If you call getting the maximum utility for tax payer dollars and seeing the big picture a "politcal agenda," then so be it.
      But claiming I'm making things up for the sake of making them up is ridiculous.
      I don't think I claimed this. At worst, I challenged your blanket statements regarding the lack of support and documentation of F/OSS. Do you have any specific examples you'd care to share?
      Maybe my experience is different, but seeing as there are a ton of companies that would love to dump software costs but a negligible percentage actually getting on the OSS bandwagon, I'd tend to think otherwise.
      I'm sure some of that is inertia. But many are also on legacy platforms anyway. In the tech industry, I think F/OSS isn't used because a lot of the most important software IS open source to the companies using it (i.e. because they eat their own dog-food). But there are small businesses & government institution who have embraced F/OSS.
    38. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      It isn't a company

      Whatever. "Community." Blah. I am unimpressed by new-age jargon. It's a company.

      Software under OSI-approved licenses is more libre than most other software.

      I don't recognize concepts like "more free." That's like arguing that somebody is "less pregnant." Sure, there's an interpretation you could make that would lead to that conclusion, but it's hardly a useful or interesting one.

      You also think your opinion is more valid than anyone else's.

      Um. Duh. If I thought some conflicting idea was right, that would be my opinion. That's what "opinion" means.

      He's implying that you are only denegrating F/OSS

      Who? Is that another company with a silly and deliberately confusing name?

      IF it confuses a lot of people (I don't see it, perhaps you need to learn to WRITE English.

      After an abomination like that, I'm going to stick with my theory that I'm the literate one between us.

      Amusing words from someone who has called people liers

      Yeah, definitely. I'm the literate one.

    39. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      If "OpenOffice.org" is what the project calls its software, that's the name. Period.

      Um, no. The name is what everybody else calls it. And that's "Open Office."

      You're just trying to minimize the importance of having the freedom to modify and distribute software.

      Two things here.

      First, freedoms are not something that can be granted. They emerge from natural rights, and no person has the power to grant them. This is fundamental to our system of political thought.

      Second, because nobody can grant the freedom to do something, it's laughable on its face to talk about "having the freedom." It's like talking about having gravity, or having a gender. Because there is no such thing as the absence of that thing, you see.

      Consequently, it's correct only to talk about having rights, not having freedom. And to have the right to do something is to be in a circumstance where no law of God or man prohibits it.

      Therefore, if you'll pardon a malicious bastardization of the language in the name of a higher purpose, the "most free" (ugh) piece of property is that which has been placed in the public domain, property to which all claims of ownership have been waived. No man owns it, you see, which means there are no laws preventing its use.

      So if the "open source" people were really interested in freedom, they'd simply waive their claims of ownership and place their work into the public domain.

      But they don't, you see. Rather, they maintain zealous control over their works, going so far as to offer elaborate and draconian terms of use for those works. You may do this, but if you do, you must do this and you must not do that. As opposed to an ordinary software license where you pay your money and you get to use the product.

      The "open source" people don't give two shits about freedom, and everyone knows it. They care only about convincing other people to do things their way. They're control freaks, plain and simple.

      Which is fine. Because it's a free country. But because it's a free country, I'm also at liberty to call their bullshit when it's repeated by a thoughtless and misled individual such as yourself. See how that works?

      Your one supposed experience with one piece of open source software does not provide a basis to judge the open source methodology.

      Hm. Maybe you, too, fall into the "shamefully unfamiliar with basic written communication" camp. Are you somehow unclear on the concept of using a specific instance to illustrate a larger point? You seem to have arrived at the conclusion that precisely one event has transpired in my life, and because I have experienced only that one event I am unqualified to hold my opinion. What led you to that conclusion? Please enlighten me that I will know what not to say in future when speaking to people who have yet to master basic thinking and reading skills.

      I can't imagine that anyone would believe such an obvious and transparent lie.

      Are you suggesting that I lied when I said I didn't know what "Mac troll" meant? I can guess, of course. To call someone a "troll" would be like calling him an ape or a buffoon, I suppose. But I don't know what that has to do with the Macintosh. But hey, if you want to spout nonsense and then imagine that I'm just pretending not to make head or tails of it, be my guest. If I simply ignore the parts of your comments that make no sense at all, it'll save me a lot of time.

      No, you provided one data point and tried to say that it indicated a trend.

      It sounds an awful lot like you're looking for a technical document with charts and graphs and appendices and page after page of itty-bitty type. So sorry to disappoint. That's not how people usually communicate, you see.

      You presented your opinion as though it were fact and that anyone who disagreed was an idiot.

      Again, we're going to remove the nonsense from this sentence and

    40. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      It isn't a company
      Whatever. "Community." Blah. I am unimpressed by new-age jargon. It's a company.
      For one who quibbles about semantics, you certainly are an idiot. Show me the business license for this "Open Office" company you speak of.
      I don't recognize concepts like "more free." That's like arguing that somebody is "less pregnant."
      It'd be more like saying someone is closer to having a baby. Freedom is not an absolute. You are free to do some things in this country (such as argue with me) & not free to do others (such as yell "Fire" in a theater.
      You also think your opinion is more valid than anyone else's.
      Um. Duh. If I thought some conflicting idea was right, that would be my opinion. That's what "opinion" means.
      NO. Valid does not mean the same thing as "I think it is right." You act as if your opinion is the only one--you call others idiots who can't read and say they lie. Those who have been responding to your posts have GENERALLY been a bit more civil. But then, we've already gone over the fact you don't know how to write...
      He's implying that you are only denegrating F/OSS
      Who? Is that another company with a silly and deliberately confusing name?
      Free and Open Source Software. Sorry to drop acronyms. I should have figured out you weren't clued in by your hostility.
      After an abomination like that, I'm going to stick with my theory that I'm the literate one between us.
      You said you were confused that people misunderstood you. Perhaps the problem is in the phrasing & not in the reading. I don't know. Go ahead and think you're superior to everyone else, though. That's working very well for you.
    41. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      Show me the business license

      What does a business license have to do with being a company?

      Freedom is not an absolute.

      If there are any words more frequently uttered by people who are trying desperately to take away our rights, I don't know what they are.

      News flash, Sparky: Freedoms are absolute. They are unalienable. You may have heard this if you went to school anywhere in the past two hundred years or so. It is our exercise of those freedoms that must be regulated with laws. We have laws, for example, that prohibit people from infringing upon the rights of others. That's an example of a law that abridges our exercise of our God-given, unalienable freedoms.

      What this has to do with "open source" is beyond me.

      Valid does not mean the same thing as "I think it is right."

      So ... some opinions are okay while others aren't? How is that different from "Your opinion is wrong?"

      Free and Open Source Software. Sorry to drop acronyms.

      Thank you for defining it for me.

      Perhaps the problem is in the phrasing & not in the reading.

      You keep going back to that well, but I'm still not buying it. For, you know, obvious reasons.

    42. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      What does a business license have to do with being a company?
      Most would think a company is a business enterprise of some sort...
      If there are any words more frequently uttered by people who are trying desperately to take away our rights, I don't know what they are.
      Well, you said it was what "everyone else" thinks that matters...
      News flash, Sparky: Freedoms are absolute. They are unalienable.
      Well, if you're speaking of Western political philosophy, we are only endowed with the rights to life, liberty and the pursuit of happiness. Since governments around the world (including ours) are able to abridge these and other rights, your argument is a losing battle.
      You may have heard this if you went to school anywhere in the past two hundred years or so.
      Assuming I was a white male in the US. Oh yes--you forgot. Even in the US we had a little something called...what was it...slavery. So much for asolute freedom.
      What this has to do with "open source" is beyond me.
      It was your argument--don't ask me why you brought it up.
      So ... some opinions are okay while others aren't? How is that different from "Your opinion is wrong?"
      No. I can disagree with you but can acknowledge that your experience and opinions could be genuine. Only an asshole (such as yourself) would confuse their own opinion for fact & call people who had differing opinions as them liars. Or, I suppose we can ditch the theory that you were educated & decide you know nothing of ad hominem attacks. So, a quick lesson: when you call me a liar, you're not refuting any facts or opinions I present. Ditto with me calling you an asshole. If you will reinspect this thread, you will see that you started with personal attacks from post 1. I suppose this is your "right," but it is a shame that you write this way when we could have engaged in more civil discourse. (Even now I am granting you the assumption of some sort of basic intelligence that, as you write, seems lacking.)
    43. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      Um, no. The name is what everybody else calls it. And that's "Open Office."

      Everybody being you and not being the people that are responding to you here? In any case, calling it OpenOffice.org hardly seems inappropriate, as you first implied--that is what many people do call it. Since you can't admit you were wrong, just take up with good company...."by any other name..."

      First, freedoms are not something that can be granted.

      This opinion seems to be uniquely held by you. Can you point to any dictionary or even any political document that agrees with you?

      It's like talking about having gravity,

      If you mean that different objects cause differing gravitational forces, yes, I suppose.or having a gender.

      You and I do have a gender. Rocks don't.

      And to have the right to do something is to be in a circumstance where no law of God or man prohibits it.

      But conventional license agreements and copyrights do tend to prohibit certain rights. OSI-approved licenses tend to spell out the rights they grant you. "Everybody else" would agree that being granted more rights, in this case, is substantial & you are "more free" to do things with F/OSS than you are with most proprietary products.

      the "most free" (ugh) piece of property is that which has been placed in the public domain, property to which all claims of ownership have been waived. No man owns it, you see, which means there are no laws preventing its use.

      Not if you acknowledge competing freedoms. Developers ought to maintain the right not to be sued, Requiring acknowledgement does not really take away much freedom from the end user & even requiring derived works to be released under a license that is "as Free" helps guarantee certain kinds of rights to developers and end users.

      So if the "open source" people were really interested in freedom, they'd simply waive their claims of ownership and place their work into the public domain.

      Some do exactly this. But all OSI-approved license guarantee you rights that aren't given by closed-source products.

      But they don't, you see. Rather, they maintain zealous control over their works, going so far as to offer elaborate and draconian terms of use for those works. You may do this, but if you do, you must do this and you must not do that. As opposed to an ordinary software license where you pay your money and you get to use the product.

      Show me a EULA for any major closed source software that isn't any more draconian than an OSI-approved license. I might pay for a copy of MS Office. I'm prohibited from copying it onto my other computers or giving copies to friends. I'm prevented from modifying it (though such modification would be difficult without the source anyway) & I could definitely not use it as a jumping-off point to make a new product. If you mean that MS lets me open up word & type a document & save it & publish it, that is something else. Copyrights (which are the foundation of open source licenses) don't prevent this kind of use of a product. All OSI-approved products must be free for ANYONE (not just individuals, schools, and/or non-corporate entities) to use. You have all the same rights if you use OO.o as you do if you use MS Office. And more.

      The "open source" people don't give two shits about freedom, and everyone knows it. They care only about convincing other people to do things their way. They're control freaks, plain and simple.

      This is inane. MS & Apple have modified and included software under the BSD-license without changing the way they release software. The F/OSS community has not and cannot used closed software in the same way.

      It sounds an awful lot like you're looking for a technical document with charts and graphs and appendices and page after page of itty-b

    44. Re:This is bad news, not good news by bamberg · · Score: 1

      Um, no. The name is what everybody else calls it. And that's "Open Office."

      Wrong. If a person's name is Tom and everyone calls him "Jim", that doesn't make his name "Jim". It's the same with software or anything else.

      Consequently, it's correct only to talk about having rights, not having freedom. And to have the right to do something is to be in a circumstance where no law of God or man prohibits it.

      Wrong. Not that you believe this anyway. Your name argument claims that whatever "everyone else" does is correct, therefore since "everyone else" talks about having freedoms, you believe it is correct to do so.

      You seem to have arrived at the conclusion that precisely one event has transpired in my life, and because I have experienced only that one event I am unqualified to hold my opinion. What led you to that conclusion?

      I never said that only one event occurred in your life. It is stupid and/or dishonest of you to claim that I did. What I said is that, based on your message, you formed your opinion about open source on a single incident. Given that this is what you said, it's a reasonable conclusion. I certainly could have given you the benefit of the doubt despite what you actually said, but given that your short history here consists primarily of you saying a bunch of stupid things in a blindly arrogant tone, I decided not to.

      Are you suggesting that I lied when I said I didn't know what "Mac troll" meant?

      If you had better reading comprehension you'd know that I was doing more than suggesting it. I was stating it outright.

      To call someone a "troll" would be like calling him an ape or a buffoon, I suppose. But I don't know what that has to do with the Macintosh.

      You're trying to claim that you are so unfamiliar with online forums that you don't know what at troll is. I do not believe you. Given the dishonest nature of several of your other comments I have no reason to believe that you are not lying here.

      >You presented your opinion as though it were fact and that anyone who disagreed was an idiot.

      Again, we're going to remove the nonsense from this sentence and see if we can divine its meaning. Let's see ...strike that ...strike that ...carry the two ...got it. Your sentence, reduced to its essence, reads like this:

      You said what you thought.


      You're not very good at this reading comprehension thing (or "divining the meaning" as you call it) so I'll help you out a bit. It says that you presented your opinion as though it were fact. That is not the same thing as saying what you think. I find it impossible to believe that you are so amazingly ignorant that you can't understand this. Dishonesty is again the more likely explanation.

      The question, chum, is whether "online forums" are ready for me, isn't it? ;-)

      I wouldn't worry. You're a source of amusement, at least for the moment. Boredom is beginning to slip in, but it's not like stopping will be a problem. This conversation has already gone way past the point of usefulness. I doubt you've convinced anyone of your dubious points. As for my owns points, I'm not really concerned about getting agreement from anyone. I suspect the only person who disagrees is you, anyway.

      As for the forum, it turns out that the slashdot moderation system works reasonably well for this. If you continue posting in your current manner you will be modded down over time. The lower your karma goes the less often you'll be able to post in a day. Eventually your posts start off at 0 or lower which means that most people won't even see them. The system is reasonably self-correcting.

    45. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      Most would think a company is a business enterprise of some sort...

      I'm not troubled by the idea that most people would get it wrong. That seems to be the rule rather than the exception. A company is a group of people joined together in a common purpose.

      we are only endowed with the rights to life, liberty and the pursuit of happiness

      No, that's not correct. The enumeration of some rights -- chief among them being life, liberty and either property or the pursuit of happiness, depending on which document you read --does not serve to exclude the others.

      But even if it were true, everything we're talking about here falls under "liberty."

      Since governments around the world (including ours) are able to abridge these and other rights, your argument is a losing battle.

      Why? What does the fact that the law limits our exercise of our natural rights have to do with anything? How is that relevant to our conversation?

      Even in the US we had a little something called...what was it...slavery. So much for asolute freedom.

      I'm afraid you've lost me here. Once again I have to ask what your point is.

      Or, I suppose we can ditch the theory that you were educated & decide you know nothing of ad hominem attacks.

      Oh, goody. Another high-school debater. Tell me, is the Internet littered with your peers, or is there just one of you who writes under a vast multitude of different names?

      The fact that you're late for school notwithstanding, I still don't understand what any of this has to do with anything. Is the conversation over?

    46. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      I'm sure you thought you were being clever by typesetting your comment as if it were poetry, but I have to confess that I didn't trouble myself to decipher it. I don't have the patience for that kind of nonsense this early in the morning.

      Thanks for taking the effort, though. Maybe somebody else will take the time to read your poem and figure out what, if any, meaning it carries.

    47. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      If a person's name is Tom and everyone calls him "Jim", that doesn't make his name "Jim".

      What's Elton John's name? What's Bob Dylan's name? That thing everybody calls you: That's your name.

      Your name argument claims that whatever "everyone else" does is correct, therefore since "everyone else" talks about having freedoms, you believe it is correct to do so.

      That sentence is so silly, I have a hard time believing you typed it with a straight face. I think you're mocking me now. Which is fine and all, but not very interesting.

      It is stupid and/or dishonest

      "And/or?" This is what passes for writing these days? I despair.

      What I said is that, based on your message, you formed your opinion about open source on a single incident. Given that this is what you said, it's a reasonable conclusion.

      Of course it is not, but that didn't stop you from leaping to it anyway. The funny thing is that, once corrected, you continue to insist that you were right. Bizarre.

      You're trying to claim that you are so unfamiliar with online forums that you don't know what at troll is. I do not believe you.

      Okay. I'm sorry that I'm not up on the jargon. I'm sorry that I'm "wack" or "ill," or that I'm not "keeping it real" enough for you. Or whatever.

      It says that you presented your opinion as though it were fact.

      I don't know what that means. I think it means "You stated your opinion," but you've insisted that that's not right. Maybe it means, "You stated an opinion that made me uncomfortable."

      I find it impossible to believe that you are so amazingly ignorant that you can't understand this.

      Well, life is just full of surprises.

      This conversation has already gone way past the point of usefulness.

      How is a conversation supposed to be useful? See, that's the problem in a nutshell. You keep using words that I think I understand in ways that don't make any sense to me. You talk about being offended when I state my opinion, evidently because my opinion made you unhappy or something. You call me a troll, and when I ask you what you mean, you call me a liar. And now you talk about conversations as if they were ratchet screwdrivers.

      I just don't understand at all.

      As for my owns points, I'm not really concerned about getting agreement from anyone.

      I'm lost. What have you said that somebody could agree or disagree with?

      If you continue posting in your current manner you will be modded down over time. The lower your karma goes the less often you'll be able to post in a day.

      I didn't realize it was a game. I didn't realize somebody was keeping score.

      I just don't get this at all. It just doesn't make a lick of sense.

    48. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      I'm not troubled by the idea that most people would get it wrong. That seems to be the rule rather than the exception.
      Weren't you the one saying something is what everyone calls it?
      Why? What does the fact that the law limits our exercise of our natural rights have to do with anything? How is that relevant to our conversation?
      The license of F/OSS limits your (natural or not) rights more tahn the licenses of closed source software.
      I still don't understand what any of this has to do with anything. Is the conversation over?
      Since I'm writing to someone who can't understand basic written english & gets frustrated when people don't understand his attempts at writing, yes. If you have run out of things of substance to say.
    49. Re:This is bad news, not good news by Anonymous Coward · · Score: 0

      Oh wow. The idiont-savant noticed a markup error (I neglected to close a blockquote tag). You are so clever.

    50. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      Weren't you the one saying something is what everyone calls it?

      Please don't try too hard to understand me. I'd hate to see you give yourself a headache.

      The license of F/OSS limits your (natural or not) rights more tahn the licenses of closed source software.

      Agreed. Finally.

    51. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      What's Elton John's name? What's Bob Dylan's name? That thing everybody calls you: That's your name.
      Unless they got a legal name change, that ain't what the tax-collectors called them. They'd call 'em Reginald Kenneth Dwight or Robert Allen Zimmerman. Things can also have more than one name. You wouldn't say Bob Dylan's name "isn't Bob and isn't Dylan--it is Bob Dylan." Hence "pseudonym" or "nom de guerre:" there is a real name for them.

      It says that you presented your opinion as though it were fact.

      I don't know what that means.
      I thought you said you were literate? Opinion is "a belief or conclusion held with confidence but not substantiated by positive knowledge or proof." We can have differing opinions. Fact is as absolute and unalienable and universal as you seem to think Freedom is. This is not very subtle!
      How is a conversation supposed to be useful?
      It can be educational or entertaining.
      As for my owns points, I'm not really concerned about getting agreement from anyone.
      Good--because you'd need someone else to do the writing for you.
    52. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      The license of F/OSS limits your (natural or not) rights more tahn the licenses of closed source software.
      Agreed. Finally.
      Since we're finally in agreement, please give me support for this argument. I doubt non-Anonymous Cowards will fall to this sort of mis-typing & will need ammo to further your argument.
    53. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      I know what the words "fact" and "opinion" mean, but I'm pleased as much to learn that you also know their definitions. The part that makes no sense is where you said, "You presented your opinion as though it were fact." To me, that still boils down to, "You said what you think."

      Would you mind cutting through the bullshit, please, and just getting to your point?

    54. Re:This is bad news, not good news by bamberg · · Score: 1

      You have potential.

      Your pose as a Mac Zealot / Open Source detractor is a promising combination. The Mac is a good platform with a lot of supporters here so you'll have a steady supply of people who are willing to give you the benefit of the doubt when you say outrageous things. On the flipside, attacking open source with stupid arguments as you've been doing is a fantastic way to almost guarantee a response, no matter how trollish the post appears.

      Your "How is a conversation supposed to be useful?" line is pretty good; it's so amazingly stupid that the first reaction is to respond indignantly that many if not most conversations are intended to be useful, etc, blahblahblah. Your big problem is repetition. The rest of your troll is just more of the same drivel you've been posting all along. Trying to act like some outsider who doesn't understand any of this stuff, trying to claim that your superior understanding of the English language is intefering with your reading comprehension, etc. It's decent material but you need a wider repertoire to sustain a really long thread.

      So look, it's been fun and all but I'm pretty bored. Maybe I'll check out one of your other posts later on when you've had some room to improve. Trolling's always seemed like a colossal waste of time to me but I enjoy bickering with trolls from time to time so maybe I shouldn't criticize. I'll let you get the last post in this thread, probably with some sort of "I don't understand what you mean." stuff. Try and show some originality though. Maybe you can provoke a response.

    55. Re:This is bad news, not good news by Anonymous Coward · · Score: 0
      Would you mind cutting through the bullshit, please, and just getting to your point?
      When I'm presenting opinion, I say "this is what I think & why I think it." When someone presents a differing opinion, I may disagree with them. I don't call them a liar if our difference of opinion seems valid. We just disagree. When I'm presenting a fact, I say it outright. It isn't up for dispute. It may be a fact that you had a shitty Linux admin. It may be your opinion that this is universal for open source support. But it isn't fact & those who have experiences to the contrary & have different opinions aren't liars. You denied the authenticity of other people's experiences, & acted as if only your opinion was valid & all others were liars.
    56. Re:This is bad news, not good news by Syberghost · · Score: 1

      Pardon me for being insistent, but "openoffice.org" is a Web address, not a name. If the company that makes it doesn't want their customers to call it "Open Office," they should change the name. (They should probably change the name in any case. "Open Office" doesn't exactly stir the soul.)

      But they *DO* want people to call it "Open Office". The name change was thrust upon them.

    57. Re:This is bad news, not good news by Leo+McGarry · · Score: 1

      Aha. So it is an attempt to deliberate confuse people in order to piggyback on somebody else's trademark.

      I thought so, but it's nice to have somebody confirm that for me. Thanks a million.

  14. e-government and our Boston City Council by dsaklad · · Score: 4, Informative

    Boston City Council sends by email public hearings notices for council committees like the Human Rights Committee. But our Boston City Council is unwilling to send the email as plain ASCII text instead of the .doc formatted public notices that are not so compatible.

    Maybe they want to preserve enbolded text as if that enbolded text was some sort of legal document. Maybe they want to preserve the image of a seal of the city. At the expense of wider more compatible distribution of important information our city council is even unwilling to put the full text of public hearings notices on the web site at http://cityofboston.gov/citycouncil

    An online calendar at the website does list the meetings minimally with no details. The full explanation for the purpose for holding the public hearing needs to be posted every time with an archive for reviewing past hearings.

    So much for a mandate of so called e-government !

    1. Re:e-government and our Boston City Council by dsaklad · · Score: 1

      If you might give it a stab with a note for the council to improve the predicament of getting them off their addiction to .doc formatting for public notices, please contact council staff director ann.hess@cityofboston.gov
      or your favorite city councilor. Note the peculiar one letter l in councilor.

      Ask the rules of the city council be updated for so called e-government and distribution of council public notices full text by email in plain ASCII text and on the website.

    2. Re:e-government and our Boston City Council by Feneric · · Score: 1

      Saugus uses open formats and open source. Perhaps Boston can learn a bit from its smaller (but older) neighbor to the North.

    3. Re:e-government and our Boston City Council by freemacmini · · Score: 1

      By sending you a doc file your city is de-facto mandating that you buy MS office. When the deferal govt does something like this it's called an unfunded mandate.

    4. Re:e-government and our Boston City Council by dsaklad · · Score: 1

      a. What is the definition of term?... unfunded mandate

      b. What is a source or sources for the definition?...

    5. Re:e-government and our Boston City Council by DexterX · · Score: 1
      By sending you a doc file your city is de-facto mandating that you buy MS office.
      Or that you download the free Microsoft Word Viewer ;) Better yet, dsaklad or another local techie should contact them and offer to go show them how to save their docs as HTML, which Word has been able to do for years. That way the council can just email a link to the HTML minutes on the city's web site. 'Citizen participation, and all that. City Council members generally aren't elected (or appointed) for their IT skills so they're probably mailing .DOC files out of ignorance, not malice or the Great Micro$oft Conspiracy.
    6. Re:e-government and our Boston City Council by dsaklad · · Score: 1

      thank you! ...regrettably it is not compatible with OS X 10.3.7 ...it would have to be someone who knows how to do it and how to get them to pay attention. Boston City Council has been unwilling to respond positively to requests from people on this matter.

    7. Re:e-government and our Boston City Council by Anonymous Coward · · Score: 0

      I'm also on OS X 10.3.7.... I have found that reasonably simple Microsoft Word documents can be opened using the Text Edit program that comes with OS X. (It's in the Applications folder.)

      It doesn't do a perfect job, but depending on the Word file, it is often good enough to at least read the text.

    8. Re:e-government and our Boston City Council by dsaklad · · Score: 1

      ...regrettably textedit and appleworks do not always reproduce everything, for example Boston City Council calendar gets cut. See for yourself, ask for the city council calendar updates by email ann.hess@cityofboston.gov

    9. Re:e-government and our Boston City Council by freemacmini · · Score: 1

      The reader does not run on all platforms and will not allow you to modify the content.

  15. TLA by Anonymous Coward · · Score: 0

    Don't you mean TLI, meaning a Three Letter Initialism? A TLA is a Three Letter Abbreviation.

    1. Re:TLA by Anonymous Coward · · Score: 0

      Some of us go for inventing new words and calling such things 'initialisms'.

      The rest of us just call them acronyms...

    2. Re:TLA by MarkRebuck · · Score: 2, Informative

      No, TLA is Three Letter Acronym.

    3. Re:TLA by Anonymous Coward · · Score: 0

      No, TLA is "three letter acronym" only to those millions of ignorant people who have no clue what an acronym really is.

      Many TLAs do not fit the definition of an acronym because they are not pronounceable words.

      ZIF is an acronym. So is IRQ if you pronounce it like the word "irk."

      ATM, PDF, DMA, and the many other TLAs that are always spoken as three letters are not acronyms. Even TLA itself is not an acronym.

      The one expansion of TLA that logically applies to its actual usage is "three letter abbreviation."

  16. Worse problem... by UlfGabe · · Score: 1

    They "decided", and by "they" I mean this senator decided that promoting open-source projects was not as good as supporting propriety-source projects.

    namely becaust it wasn't "fair"

    open format FTFA :

    "specifications for data file formats that are based on an underlying open standard, developed by an open community, and affirmed by a standards body; or, de facto format standards controlled by other entities that are fully documented and available for public use under perpetual, royalty-free, and nondiscriminatory terms."

    I would say that this is bad, because... less business for open source projects/programmers.

    --
    Check journal for info on Anti-TextBook, an idea by me.
    1. Re:Worse problem... by wrenhunt · · Score: 1

      It sounds like our esteemed Senator just "flip-flopped"...

    2. Re:Worse problem... by UlfGabe · · Score: 1

      truth. i wonder if he was bought out.

      --
      Check journal for info on Anti-TextBook, an idea by me.
    3. Re:Worse problem... by Anonymous Coward · · Score: 1, Interesting

      "...that are fully documented and available for public use under perpetual, royalty-free, and nondiscriminatory terms."

      Don't you get it? Haven't you figured this out?

      If for whatever reason Microsoft wants to play in the arena, they need to support a "fully documenentd and available for public use" format. .DOC is NOT that format as of yet. If they want to play this game, it will have to be, or they need to come up with an as capable substitute.

      This means any dreams of wacky patent controlled document formats from Microsoft (which is more harmful to the industry and open source than an undocumented format) are out the window. They can patent them all they want but they have to let it go either way.

      Let them buy all of the MS stuff they want, but this is the first step.

      Imagine the next step when they start to mandate network protocols "that are fully documented and available for public use under perpetual, royalty-free, and nondiscriminatory terms."

      That will make SAMBA a heck of a lot easier to maintain...

      Open Source is more competetive and possible with Open Standards. You need Open Standards to empower Open Source.

    4. Re:Worse problem... by Ohreally_factor · · Score: 1

      I would say that this is bad, because... less business for open source projects/programmers.

      Yeah, it's too bad when you have to compete on a level playing field, especially in the Communist Commonwealth of Massachusetts. You would think that for ideological reasons they'd give unearned benefit to fellow travelers.

      --
      It's not offtopic, dumbass. It's orthogonal.
    5. Re:Worse problem... by UlfGabe · · Score: 1

      i would suggest you go look at subsidies that the government gives out to big buisness.

      Small start up companies(in this case...small opensource companies) do not have the accountants who are able to jump through all the hoops and loops to ensure that they pay no taxes at years end.

      large companies do. I consider these loopholes to be subsidies.

      Real subsidies also exist, but I dont have numbers on that.

      --
      Check journal for info on Anti-TextBook, an idea by me.
  17. It'll open, but not look the same by Sylvius · · Score: 4, Interesting

    The last time I was sendout out resumes (a lot of places want a doc file), I opened it in multiple versions of word. The file always opened, but the formating got changed. Sometimes it all fit on one page as intended, other times it would spill over onto two pages, etc. So for times when formatting is critical, word is not truly backwards compatible. You are better off exporting to pdf...

    1. Re:It'll open, but not look the same by snilloc · · Score: 2, Informative

      Employers should be more accepting of PDFs because of formatting issues, and because of the potential macro viruses. I have Word97, but I really resent the assumption that I have spent money on a particular program.

    2. Re:It'll open, but not look the same by Anonymous Coward · · Score: 0

      As others have mentioned, Word reformats documents based on the printer that is installed. So this mostly likely is not version incompatibility you are seeing.

  18. TXT is not a format by Free+Bird · · Score: 5, Informative

    A .TXT file is nothing more and nothing less than a plain text file. Ironically, it's only because of MS, champion of closed standards, that using the .TXT extension for these files has now become a de facto convention, but in the DOS age, other extensions such as .DOC or extensions that were basically part of the name (like README.1ST) or the total absence of an extension were also very common.

    1. Re:TXT is not a format by CastrTroy · · Score: 2, Interesting

      Actually, plain text files aren't standardized across platforms. Windows tends to use CRLF to show the end of a line, while Unixes use LF, And the old Macintosh used CR. Not sure if OSX uses LF or CR, because it's unix, but it's also Mac OS. Anyway, Microsoft is the only one that actually has it right, since if you think back to the old typewriter, you have to have a Carriage Return, and a Line Feed to get to the start of the next line when typing.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    2. Re:TXT is not a format by grunthos · · Score: 2, Informative
      Microsoft is the only one that actually has it right, since if you think back to the old typewriter, you have to have a Carriage Return, and a Line Feed to get to the start of the next line when typing.
      This actually predates Microsoft. It goes back to CP/M, whose design inspired MS-DOS, and I believe to the DEC PDP operating systems like RSTS/E, whose design inspired CP/M.
      --

      My son's 5th grade teacher actually assigned them "write a limerick about a planet". I'm not kidding.
    3. Re:TXT is not a format by Leo+McGarry · · Score: 1

      Not sure if OSX uses LF or CR, because it's unix, but it's also Mac OS.

      The Mac, interestingly, is completely agnostic. It reads and writes 7-bit ASCII, Mac OS Roman, Windows Latin 1 and UTF-8 files with Mac, UNIX and DOS line endings with equal aplomb.

      Heck, TextEdit even opens Word files.

    4. Re:TXT is not a format by SunFan · · Score: 1

      Microsoft is the only one that actually has it right, since if you think back to the old typewriter, you have to have a Carriage Return, and a Line Feed to get to the start of the next line when typing.

      I'd say everyone is right, but for different--and unimportant--reasons.

      --
      -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
    5. Re:TXT is not a format by jesterzog · · Score: 1

      in the DOS age, other extensions such as .DOC or extensions that were basically part of the name (like README.1ST) or the total absence of an extension were also very common.

      I remember being very irritated when I realised that Microsoft Word had adopted .DOC as its standard file extension. At the time, it was a very common extension used everywhere else for text files in DOS (especially README.DOC), to the point where the MS Word developers couldn't possibly have missed it.

      The consequence? In an age where Microsoft was trying to beat down the likes of WordPerfect, especially in the early days of Windows 3, lots of readme files would automatically open in Word, or later WordPad if Word wasn't installed, instead of a regular text editor when people clicked them.

      It also became more complicated to distinguish the type of a file by simply looking at the filename, to the point where it was sometimes easier to simply open it in Word which, would at least translate it no matter whether it was a Word document or plain text.

    6. Re:TXT is not a format by gronofer · · Score: 1

      This isn't important: I never heard of anyone who was "locked in" to a particular OS because they couldn't figure out how to convert their text files.

      But more generally a text file is just a file consisting of characters in some character set. It's quite possible that such a file can only be understood by a proprietary software system, e.g. proprietary programming languages with no free implementations have existed.

      Bureaucratic rules such as these are typically worthless in practice.

    7. Re:TXT is not a format by SilentTristero · · Score: 1

      Not exactly. Try grep on a CR-only terminated OSX file sometime, like the CodeWarrior headers for example. Course that's CW's fault, not OSXs, but I sure do wish Apple or someone would add a grep option to treat CR as newline.

    8. Re:TXT is not a format by Leo+McGarry · · Score: 1

      Try grep

      Sounds like your gripe is with "grep," not with the Mac. A good approach is to avoid using obsolete legacy tools written for obsolete legacy operating systems. Choose modern tools instead, preferably tools that are based on the Mac's built-in "Cocoa" framework. These tools all get the ability to handle various line encodings and character sets as part and parcel of their makeup, as opposed to vintage-1973 tools that were written under the assumption that seven-bit ASCII was the acme of technological innovation.

    9. Re:TXT is not a format by SilentTristero · · Score: 1

      Is there a Cocoa-based grep (or grep replacement)? I must have missed it. Please let me know.

    10. Re:TXT is not a format by Anonymous Coward · · Score: 0

      Complaining about the grep Apple shipped with the Mac seems to be valid to me.

      Contrary to your claims of being dated, GNU grep (and other implementations) are in active development. Apple saw the wisdom of including grep with OS X. They should have seen the wisodm of making it into the same paragon of excellence you project onto Cocoa apps.

    11. Re:TXT is not a format by Leo+McGarry · · Score: 1

      Spotlight.

    12. Re:TXT is not a format by Leo+McGarry · · Score: 1

      Contrary to your claims of being dated, GNU grep (and other implementations) are in active development.

      Then why is it broken? Should it not have been fixed long, long ago?

    13. Re:TXT is not a format by Anonymous Coward · · Score: 0

      Because it isn't broken. GNU grep under linux is fine & you can flip a switch to give the wanted behavior. It sounds like Apple wasn't intelligent as to what they decided to ship out (either in implementation or in default settings or both).

    14. Re:TXT is not a format by SilentTristero · · Score: 1

      [Spotlight]
      Yah, very funny. I'll just wait overnight before grepping my new files so it can index them. Oh well, maybe I need to scratch my own itch and add that CR line ending option to grep. Shouldn't complain I suppose.

    15. Re:TXT is not a format by Leo+McGarry · · Score: 1

      Because it isn't broken.

      It can't handle old-style Mac line endings. It can't handle Mac Roman or Latin 1 eight-bit encodings, or UTF-8. And UTF-16 is, of course, completely out of the question, as are all the myriad legacy non-Roman 8-bit encodings.

      Sounds broken to me.

    16. Re:TXT is not a format by Leo+McGarry · · Score: 1

      Yah, very funny. I'll just wait overnight before grepping my new files so it can index them.

      Spotlight indexed about 400 GB of files of a wide variety of types in about 20 minutes.

      Oh well, maybe I need to scratch my own itch and add that CR line ending option to grep.

      See? That's why "open source" is a disaster. Rather than innovating, people with decent ideas just bolt additions on old, obsolete, fundamentally broken programs. The net result is an entire operating system that is completely unusable by people who are unwilling to take the time to learn a new and cryptic language.

      Worse than useless.

    17. Re:TXT is not a format by Anonymous Coward · · Score: 0
      I speak only of GNU grep under Linux. If the grep shipped with OS X is broken in the ways you describe, it is Apple's fault & they should have fixed it before they shipped it.
      It can't handle old-style Mac line endings.
      Use \r. It will.
      It can't handle Mac Roman or Latin 1 eight-bit encodings, or UTF-8.
      I can't comment on the Mac encodings. GNU grep most certainly does handle UTF-8.
      And UTF-16 is, of course, completely out of the question, as are all the myriad legacy non-Roman 8-bit encodings.
      I don't know, but you are most likely right (why use myriads of encodings that aren't in use?). So iconv everything to UTF-8 & pipe it to grep.
      Sounds broken to me.
      So submit a bug report. I'm sure they'd get a chuckle out of it since you don't really know what you're talking about.
    18. Re:TXT is not a format by Anonymous Coward · · Score: 0
      See? That's why "open source" is a disaster. Rather than innovating, people with decent ideas just bolt additions on old, obsolete, fundamentally broken programs. The net result is an entire operating system that is completely unusable by people who are unwilling to take the time to learn a new and cryptic language.

      Worse than useless.
      OS X? I always kind of liked it...
    19. Re:TXT is not a format by Leo+McGarry · · Score: 1

      GNU grep most certainly does handle UTF-8.

      No kidding? Explain to me, please, how to use it to find the name "Bjørn Stærk?"

      So iconv everything to UTF-8 & pipe it to grep.

      There are terabytes of files out there in legacy encodings. Converting everything is hardly practical. Besides, this in no way helps with the UTF-16 problem, and a massive problem it is.

      So submit a bug report.

      Why? I prefer to use tools that aren't fundamentally broken rather than wasting my time trying to help other people put duct tape over the cataclysmic fissures in tools that are.

      I'm sure they'd get a chuckle out of it since you don't really know what you're talking about.

      I don't? I said that Grep can't deal with Mac line endings, which is true. ("Use /r?" What the hell is that supposed to mean?) I said it can't deal with Mac Roman or Windows Latin 1 encodings, which is true. I said it can't deal with UTF-8, which is true. (Unless, as you did, you restrict your interpretation to just the seven-bit part of the UTF-8 character set.) I said it can't deal with Shift JIS, it can't deal with GB 18030, and it most certainly can't deal with UTF-16, all of which are completely true.

      So in what way, precisely, do I not know what I'm talking about?

    20. Re:TXT is not a format by SilentTristero · · Score: 1
      You wrote:
      Spotlight indexed about 400 GB of files of a wide variety of types in about 20 minutes.
      and then:
      people with decent ideas just bolt additions on old, obsolete, fundamentally broken programs
      I think I'm missing something. I can't wait 20 minutes to search my files! I can't even wait one minute during a build or whatever. I wouldn't mind adding an option to Spotlight to directly search (non-indexed, or index-as-it-searches-first-time) my files, essentially turning it into a fancier grep, but Searchlight is not open source. And I don't think Apple is going to listen to me if I suggest that.

      (I believe I've heard Spotlight will be usable from the command line; if not then of course this whole discussion is moot. Whatever search I use needs to produce stdout so it works with build systems, source control, and other tools.)

      Besides, it's a cross-platform world. I'd love to port Spotlight to IRIX, Linux and Windows (my other main OSes) so my tools are the same across platforms, but again I don't think Apple wants me to do that.

    21. Re:TXT is not a format by Leo+McGarry · · Score: 1

      I can't wait 20 minutes to search my files!

      You don't have to. That only happens the very first time you install Tiger.

      It sounds like maybe you're unfamiliar with Spotlight is and how it works. Maybe you'd like to spend a little time on Apple's site reading about it?

      Searchlight is not open source.

      Spotlight, you mean? No, it's not. It's also not an umbrella, or a novel by Isaac Singer, since we're spinning off on unrelated tangents.

      I believe I've heard Spotlight will be usable from the command line; if not then of course this whole discussion is moot. Whatever search I use needs to produce stdout so it works with build systems, source control, and other tools.

      Silly rabbit. Join us in the 21st century. It's nice here.

      Besides, it's a cross-platform world.

      Not really, no. I've never understood why people say that. It's simply not true.

    22. Re:TXT is not a format by Anonymous Coward · · Score: 0
      GNU grep most certainly does handle UTF-8.
      No kidding? Explain to me, please, how to use it to find the name "Bjørn Stærk?"
      grep "Bjørn Stærk". This presumes your terminal of choice supports UTF-8. Not all do.
      So iconv everything to UTF-8 & pipe it to grep.
      There are terabytes of files out there in legacy encodings. Converting everything is hardly practical. Besides, this in no way helps with the UTF-16 problem, and a massive problem it is.
      iconv is actually very fast & if you pipe it, there shouldn't be MUCH over-head. There is a reasonable expectation that a majority of your files will be in one of a few very common encodings. If your *NIX has a grep that doesn't process the ones that are common to your system, it is a problem with your OS vendor for bundling it that way, not with grep itself. Complaining about grep is like complaining they use Mac line endings in the first place--the individual tools are OK, it is the integration that sucks.
      r if

      So submit a bug report.

      Why? I prefer to use tools that aren't fundamentally broken rather than wasting my time trying to help other people put duct tape over the cataclysmic fissures in tools that are.

      I'm sure they'd get a chuckle out of it since you don't really know what you're talking about.
      I don't? I said that Grep can't deal with Mac line endings, which is true. ("Use /r?" What the hell is that supposed to mean?)
      It means you can convert line-endings on the fly, a'la tr "\r" "\n"
      I said it can't deal with Mac Roman or Windows Latin 1 encodings, which is true.
      IT handles Latin-1 (ISO8859/1) fine. I don't have any Mac Roman documents to test it with.
      I said it can't deal with UTF-8, which is true. (Unless, as you did, you restrict your interpretation to just the seven-bit part of the UTF-8 character set.)
      This is completely untrue. Set your locale to UTF-8 & you can use all UTF-8 characters. I have done this. I haven't plaayed with other localizations, so can't comment on them.
  19. How well trained is a Boston City Council user? by Anonymous Coward · · Score: 0

    While the idea of a clean e-government using fully compatible open standards is ideal, a few problems come from training and expectations. While for the savvy /. user changing program interfaces is easy, some users(normally older people new to computers in my experience) don't adjust well if they adjust at all. The changing of versions of MS Office, can be a confusing experience let alone a migration to Open Office or another standard. While many of the "extra" features of the less compatible file are meaningless eye candy, your talking about politicians people that have forge a career on fighting over useless details. Giving someone something and then removing it, even for compatibility's sake, is always difficult. As to having greater detail on their website, that is also ideal. Yet if the staff is having difficulties with basic computer skills, even using a simple web interface to update a website may be a challenge to them. You could be looking at a bottleneck at the webmaster, whom I would wager is either outsourced or wearing other hats in the organization and may not be supplied with either the time or details of each event. It costs money and time to change the "I know where the power switch is and that's my Word icon" users to a the open source and many would rather hand the money to Microsoft to save the time.

  20. Um by DOS-5 · · Score: 2, Insightful

    Since when do plain text files count as an "open format"? Is it just because someone hasn't tried to patent it yet? (probably) Just seems a bit weird to me.

  21. Re:.txt is a format by dsaklad · · Score: 1

    .txt attachments in email look encoded

  22. Have you actually worked with WordML? by lowe0 · · Score: 2, Interesting

    I've worked with WordML. The only binary I saw was embedded images, encoded in plain old base64. Everything else was plain text.

    Granted, there were features in the DTD that weren't in the spec, but I was using a pre-release documentation set, so hopefully they've gone back and fully updated things. Besides, everything was in the DTD, so if you had to, you could look at how it's supposed to work.

    Try reading through the documentation and some WordML files of your own, instead of just talking out of your ass.

    1. Re:Have you actually worked with WordML? by Anonymous Coward · · Score: 0

      There WAS no documentation of WordML util recently, and that was only because the Danish government didn't want to deploy it unless the specs were openly available.

      Then there's the small issue with the patents. You can't process WordML without breaking a couple of Microsofts patents. So what good are specs if it's all patented?

    2. Re:Have you actually worked with WordML? by lowe0 · · Score: 1

      The pre-release docs were available to me in Spring 2004 when I was working on it. (The project was a WordML-iText-PDF converter, though it's a dead project now, I took a different job, and I think the university has an Adobe site license anyway, so no one will ever need me to finish implementing it.)

      As for the patent issue, it looks like MS is willing to license patents for complete implentations. Some people wouldn't consider a promise from MS to be worth a damn, but there it is.

    3. Re:Have you actually worked with WordML? by Al+Dimond · · Score: 1

      Am I misreading this license or does it not allow you to license the patent if you're writing an office application (part ii under "Patent License"), or if there is a technically reasonable alternative? So it would not allow you, if I'm reading it correctly, to write a program for Windows that would read/write these files because you could just buy Word?

      Of course, if this is true then I don't think it's open enough to be any more useful than previous Word documents. Or I might just be reading it incorrectly because it's a fucking confusing paragraph. Is the fact that I'd need to call a lawyer to understand that agreement enough of a barrier that it's not really an "open" standard?

    4. Re:Have you actually worked with WordML? by lowe0 · · Score: 1

      I'm not a lawyer either, but to me, (ii) under the definition of Necessary Claims means that just because MS is giving you a license to the Schemas does not mean that you have a license to any technology which might be needed to utilize the schema. I would say that this includes any other patents MS holds over Office software, but if your software wasn't infringing those patents before, then adding support for WordML (SpreadsheetML, PresentationML, etc.) wouldn't suddenly infringe upon those patents now.

      Do we have an actual lawyer around here who can interpret this text for us? I'll agree, you'd be well-advised to have a lawyer look over it before starting your project, but that's just MS covering their asses. Imagine if they tried to put out a plain-English agreement, and someone found a loophole - or even worse, a loophole that granted them rights outside the scope of the agreement, such as the existing patents I mentioned above? If you've got a ton of angry people watching your every move and looking for a chance to trip you up, you're going to be damn careful.

    5. Re:Have you actually worked with WordML? by Al+Dimond · · Score: 1

      If you have a ton of angry people watching your every move you could (a) be damn careful about the language you use in the licensing agreements for the patents of your xml schemas or (b) simplify the whole matter by not patenting the schemas and thereby making your file formats truly open.

      Now, sure, (b) allows people to fork their formats. But they're Microsoft! If some project uses a modified version of the schema which will die out, Microsoft, or some random project?

      I guess I just don't understand why Microsoft would bother to get a patent for this.

    6. Re:Have you actually worked with WordML? by lowe0 · · Score: 1

      If someone forks their format, and a user complains about incompatibility, who do you think they'll be inclined to blame?

      As I said, MS is covering their asses. It's just smart business.

  23. Re:HTM? HTM? by nsasch · · Score: 1

    No, when TXT was heavly proprietary, it stood for the large company that invented it. Ever since it became open, I can now use other programs besides notepad to view the files. :-)

    --
    Make your computer faster: rm -rf /mnt/windows/
  24. What sort of "open" are they talking about??? by Bloody+Peasant · · Score: 4, Informative

    Obligatory disclaimer: I wrote this humble file formats FAQ and it represents my personal and professional opinion (not necessarily my employer's).

    That said, can someone in MA please ask the movers and shakers there to read that document? It's probably in the class of "common sense" to most of us here, but clearly we've done a less than stellar job so far of imparting this clarity to those in political circles.

    For the impatient: the conclusion I reached is that RTF and PDF are very questionable if you want to use them as truly interchangeable formats in a heterogeneous environment. This is an empirical finding, based on real life experience.

    --
    -- This .sig intentionally left meaningless.
    1. Re:What sort of "open" are they talking about??? by Anonymous Coward · · Score: 0

      Regarding PDF, there is no other single file format that is suitable for delivering arbitrary graphics and searchable text for multi-hundred page documents. It also enforces printing rules which is which is a HUGE weakness for XML/HTML.

  25. No new functionality? and forward compatiablity... by Neuroelectronic · · Score: 1
    I think a better claim would be "backwards compatibilty is a huge thing to avoid at MS" considering that almost no new functionality has been added to word in the past 10 years and yet the document format has changed.

    That is a troll.
    The main source of word's backward incompatibilty lies with all the new useless features. There are new features! They just arn't very helpfull unless you are Microsoft, trying to get customers to upgrade. But Microsoft documents aren't even forward comatible. Reciently, I tried opening a docuement from '92 and Word wanted me to install an extention to read it! I didn't have the disk close by so I didn't bother installing an extention I would only use once.

  26. A strong position by ContractualObligatio · · Score: 2, Insightful

    There's a lot of (good) commentary on the detail of what is and isn't an open format. And it would be good to get the detail right, because there are many ways to abuse the phrase "open format" and there are companies that will take advantage of them.

    Nonetheless, requiring the use of open formats is a strong, defendable position in practise. like it or not, mandating the use of open source isn't possible, or at least highly unlikely. The reason for this is that open source might be good but it's not *necessary*. Not in the short term, and never in the minds of people with votes and money for lobbyists. A lot of good things have been done with proprietary systems (I'm an Apple fan) with a lot of openness. Open source is therefore a difficult argument to win in terms of *requiring* its use. Again, as a Mac fan, I wouldn't agree to it myself as a *requirement*.

    Open formats (*real* open formates) produce a level playing field. Open source could win its argument in a fair fight in public, not a dogmatic argument conducted in courts between various zealots on both sides that many people fight it hard to really bother with.

    I'm not interested in forcing organisations to drop Microsoft. Dictatorial approaches to solving problems never appeal to me. I'd be far happier with a situation where by legal documents and government documents (as some important examples)must be in an open format so that full featured editors could be available on a number of platforms e.g. Windows, Mac OS X, Debian, Red Hat, Suse, Solaris, HP-UX, AIX.

    That list is deliberately composed primarily of commercial companies because a) that's the way the world still works - make use of it to your own advantage, and b) to get all those platforms (including a good open source distro) sharing some new equivalents of .doc, .xls and .ppt formats would really open up the desktop marketplace.

  27. A *real* OS doesn't need a suffix by Anonymous Coward · · Score: 0

    Windows is even more broken in this regard than you let on.

    1. Re:A *real* OS doesn't need a suffix by Rares+Marian · · Score: 1

      The amount of backflips one has to do to make a suffixless design makes them quite useful.

      --
      The message on the other side of this sig is false.
  28. And.. by cbreaker · · Score: 1

    With Microsoft's history of forcing upgrades, closed file formats, etc, it's no wonder that a government would want to seek alternatives.

    They want to be able to open an archive of documents in 20+ years. What if Microsoft stopped making office? What if the only versions of Office you could get for Windows 2030 won't open an Office 97 document correctly?

    With open standards to the file formats, it's fairly trivial to write parsing software to bring the documents into new software correctly, not to mention index them and make them all searchable without being locked into Microsoft products. While not all XML is open and readable, as proven by WordML, I don't think this is the goal. They want real, easy to understand, open file formats and I don't think just because Microsoft says "This is XML!" it's good enough to fool people.

    --
    - It's not the Macs I hate. It's Digg users. -
  29. I think this is the correct way to go by fitten · · Score: 3, Insightful

    I don't think that government should mandate open source vs. closed source code purchases. This is unfair. The government should not mandate against valid, legal business models.

    I think the government should mandate that output from any software be an open standard format (XML or whatever) and then they choose, based on a competative bid process like they are supposed to do, the software that will do what they want (which may include adding features at some point). If some OSS group wins, so be it. If some proprietary group wins, so be it.

    Allowing only OSS is both wrong and bad, IMO, for a number of reasons.
    1. It is straight against capitalist economy to require one business/development model. In capitalism, you specify the product and whoever can do it best/cheapest/easiest wins. Only an OSS zealot would think that OSS would always win.
    2. The government should not dictate the "right" business model for people to follow. As long as they are legal under the laws (both criminal and financial) of the country, they are valid. The government should not dictate that some valid models are not valid for the government.

    1. Re:I think this is the correct way to go by Anonymous Coward · · Score: 0
      I don't think that government should mandate open source vs. closed source code purchases. This is unfair. The government should not mandate against valid, legal business models.

      First, keep in mind that those business models are only possible because of government-granted monopolies.

      Second, government would not be specifying business models; they would be specifying software requirements. Must come with source, must be modifiable and distributable, etc. Given that a government should be open and transparent to its citizens, such requirements seem quite reasonable.
    2. Re:I think this is the correct way to go by freemacmini · · Score: 1

      The govt should not mandate open source purchases. No sir. They should just download the thing and use it.

      Seriously though that's one advantage OSS has over other software right now. Let's say you work in some govt office and you need a presentation program. YOu could fill out a requisition, wait for it to be approved, wait for it to be ordered, wait for it to arrive and then install it and use it. OR you could download open office and start using it today! The best part? you don't have to miss your budget targets.

      I have noticed that MS is pushing governents to put beuracratic hurdles to open source so they too recognize how powerful of an incentive this is.

    3. Re:I think this is the correct way to go by Noksagt · · Score: 1
      Keep in mind that the legislation is for PUBLIC purchases, not what you can get. The government often prevents PUBLIC funds from buying things like alcoholic beverages. Even if something is legal, it might not be the best way to spend tax dollars.
      I think the government should mandate that output from any software be an open standard format (XML or whatever) and then they choose, based on a competative bid process like they are supposed to do, the software that will do what they want (which may include adding features at some point). If some OSS group wins, so be it. If some proprietary group wins, so be it.
      Making the software open source and/or otherwise MORE available to taxpayers seems like a very valid criteria to put in a for-bid contract.
      1. It is straight against capitalist economy to require one business/development model. In capitalism, you specify the product and whoever can do it best/cheapest/easiest wins. Only an OSS zealot would think that OSS would always win.
      But if it is unwritten comissioned software, the promise of source code and an open would make it better. If it is for software that has already been made, it may be very difficult to say that F/OSS won't be cheaper in the long run (at the very least, it offers GREATER competition for both maintenance and support contracts).
    4. Re:I think this is the correct way to go by gronofer · · Score: 1

      Government itself is not part of the "capitalist economy", it forms a separate socialist economy which does interact with the capitalist economy in various ways.

      Truely I think open source enthusiasts should stay clear of it. While it may seem attractive to take funding from this source in the short term, you will pay the price of accepting bureaucracy and politics and in the end it will kill you ... if you are lucky.

    5. Re:I think this is the correct way to go by fitten · · Score: 1

      YOu could fill out a requisition, wait for it to be approved, wait for it to be ordered, wait for it to arrive and then install it and use it. OR you could download open office and start using it today!

      Not in any competant IT organization I've ever been in or seen. Users shouldn't be downloading and installing anything.

  30. open documents don't mean clients stop evolving by sirshannon · · Score: 1

    as many people have pointed out in response to you, opening word documents in different versions of word will cause the document to be displayed differently.

    This is true. However, that has nothing to do with the big picture. Open documents are documents, not documents and clients/readers/editors. Take any of the open formats in the original story and the same is true: opening in different clients will cause changes in the way the document is displayed. That is not the point, the point is that the document can be opened. An html document will look different in Netscape 4.7 than in Firefox 1.0 than in IE 5.0 than in Netscape 7. What matters is that the document can be opened, can be parsed, and, in needed, a client/reader/editor can be written for it at any time in the future.

    Using open documents doesn't mean "we're going to stick with one version of documents forever", it means "we're going to stick to documents that we can open forever."

  31. yep. by sirshannon · · Score: 1

    definitely should have previewed that one first. Sorry for the bold.

  32. True by Renegrade · · Score: 1

    In the old Amiga days, some formats used prefixes.

    mod.* instead of *.mod (or in the classic manner, "mod.#?")

    This has a small advantage in file type comparison, and a larger advantage that it will make your files sort type (and then name) automagically when passed through a sorting list command or viewed in a file requester that sorted.

    It wasn't practiced too widely, but that didn't matter as a typical GUI application used the system file requesters, which had a filter field where you could type something like, "mod.#?" if you chose that path.

  33. HTM? by B2382F29 · · Score: 1

    'Open Formats' such as TXT, RTF, HTM

    So that would be HTM as in HyperText Mockup? Netcraft confirms: 8.3 filenames are dead!

    --
    Move Sig. For great justice.
  34. Re:PDF -- there are not free readers of all of the by timothy · · Score: 2, Interesting

    I recently had to fill out a form that required Adope Acrobat Reader 6.something to open properly, a version which is not available for Linux.

    (I think the extension is .asx, or maybe .apx -- at any rate, it's got some parts that render correctly, and some that are oh-so-secret and don't appear unless using a new enough AA Reader, by design.)

    After no reader in Linux would work, I decided to try it with my iBook. Apple's preview also won't show the hidden parts -- it actually demands AA Reader. Sigh. So I downloaded a new AA Reader 6.02 think, (an obnoxious, screen-stealing application, btw, which makes you appreciate the beauty both of kPDF, Ghostview and other free viewers, and Apple's Preview), thinking, "Hey, I can view it with this, including the hidden parts, and print to a *real* (all displayed) PDF, then email to my Linux box, where I have a working printer ...

    Even this convoluted path was too much to hope for, because the special encoded PDF didn't allow printing to a PDF, only to paper. Catch-22; you can view this PDF, but don't you try to save it as a PDF!

    So, sadly, even PDF can be used to obscure as well as to delight and inform.

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  35. WTF? by spitzak · · Score: 2, Informative

    I am absolutely shocked that somebody would actually think this is true:

    if you think back to the old typewriter, you have to have a Carriage Return, and a Line Feed to get to the start of the next line when typing.

    Obviously you have never even seen a typewriter. On old typewriters the big silver bar on the left did both cr+lf. Electric ones had a key (where "Enter" is on your computer) that did both cr and lf. If you wanted to overprint, you did the return action, then turned the big knob on the left to basically do an "inverse-lf". If typewriters were the inspriation, we would have newline and reverse-lf characters.

    It's true that early teletypes using baudot standardized on the two characters in their communication. This is because the mechanical return action was so slow that if it started doing the lf after the return started no time was lost. The lf character forced a delay to be added so the system would work, printing after a cr would never work, the next character would appear somewhere in the middle because the carriage was still returning. You had to add delay nulls to get overprinting. Believe me, at 50 baud, if they could have gotten it to return & lf in one character time they would have saved that character!

    I think on early machines there was a key to generate a cr+lf pair. Also every computer system I ever saw or heard of would convert a single key into both codes internally, you never needed to type it.

    Microsoft could fix their system in one day if they wanted to (just change "write as text" to be identical to "write as binary" but leave reading alone). However it is in their interest to make sure their files break when used on other systems, though almost all Unix programs have been fixed to treat CR as whitespace because of this. They also have made sure the default application you get when you double-clicik a file (textedit?) will not work for plain LF, so that Unix files look like crap. Notice that every other program they have can handle plain-LF just fine, this is pretty positive proof that they did this on purpose to make interoperability look difficult.

    Also, OS/X uses LF, just like everything in the world except Microsoft.

    1. Re:WTF? by harlows_monkeys · · Score: 1
      Also, OS/X [sic] uses LF, just like everything in the world except Microsoft

      Yet pretty much every standard that specifies how lines are terminated specifies CRLF. Some examples: FTP, POP, IMAP, HTTP, NNTP.

      CRLF is the world standard for line termination.

    2. Re:WTF? by Anonymous Coward · · Score: 0

      Your post is completely uninformed. Mainframes use CRLF, and Microsoft was just following IBM's desire for compatibility with their large machines. There was no conspiracy to break Unix which was mostly irrelvant at the time.

    3. Re:WTF? by spitzak · · Score: 1

      No, MSDOS was designed to be compatable with CP/M, which itself was based on older DEC operating systems, in particular RSX-11. The design of these machines had absolutly no attempt to be compatable with IBM mainframes. They used CR+LF because the earliest PDP-1 software had as an output device a teletype that required that to print, and storage was done by punching a tape on the same device, thus the punched tape had CR+LF on it.

      IBM mainframes used EBCDIC and had no concept of an imbedded new line character or characters. They used "line control" which was a normal ascii letter at the start of each block, to indicate if it was a new line, an overprint of the previous line, or to be appended to the previous line. This of course required a communication medium that would preserve the blocks, which is pretty much an obsolete idea. In any case there was only one character (actually the absence of a special character meant a newline).

      If you think Unix was irrelevant when MSDOS was being designed you obviously have no knowledge of computer history. Unix and C had extreme impact on the design of CP/M which predates MSDOS.

  36. you can tell where the idea came from... by Anonymous Coward · · Score: 0

    By that you can tell where the "senator's idea" came from originally...

  37. Impossible requirenment by iamacat · · Score: 1

    Standard bodies move so slowly that they are useless for developing the first solution to any problem or adding a major new feature. C and Javascript were long in use before ANSI or ECMA looked at them.

    What the standards are good for are ironing out small wrinkles like concatenating arguments in macros after millions on users have already chosen the technology and settled any major differences. The solutions are often kludgy, unsatisfactory and simply take the lowest common denominator rather than the most elegant existing solution. Yet this work is absolutely essential - after innovations have been made and tested.

    So, let there be ANSI .DOC2007 and Microsoft can make any changes they want after that - so long as they are required to fully document/unpatent their current format and support all current features when saving to .DOC2007 to the best approximation allowed by the standard. Also they will have to adopt .DOC2010 some time after its out.

    I assume computer users working for Mass government like some features in Microsoft software. The question is weather they should try to negotiate some agreement that serves interest of its citizens, or should just assume MS is evil and give up. I think they should approach this question much more seriously than most slashdot users - they are dealing with 100 of millions of taxpayers money and IT overhead is pure waste.

    1. Re:Impossible requirenment by idlake · · Score: 1

      Standard bodies move so slowly that they are useless for developing the first solution to any problem or adding a major new feature. C and Javascript were long in use before ANSI or ECMA looked at them.

      Quite right. What's your point? The stuff Massachusetts needs (document and data interchange formats) have been in use for 1-2 decades. Open standards either exist or are being created.

      So, let there be ANSI .DOC2007 and Microsoft can make any changes they want after that - so long as they are required to fully document/unpatent their current format and support all current features when saving to .DOC2007 to the best approximation allowed by the standard.

      I think that's the point, except that .DOC will never be a standard (it's technically infeasible). But the MS Office XML may be, if Microsoft submits it to ISO or ANSI. And that's why MA enacted this sort of legislation.

  38. Re:PDF -- there are not free readers of all of the by CrankinOut · · Score: 1

    Good observation. The same holds true for many open specifications--there are proprietary extensions allowed in the specification, which are not compatible with other (generally older) versions.

    It would seem wise for the people deploying such applications (whoever created the form) to be informed and educated about this issue.

    Good technology deployment generally entails using current tools, but making the work product accessible to one's potential consumers is also very important. It seems this fact is lost on some technical people when they go to build something. The whole point of the use of technology is to BETTER reach the target audience.

  39. TXT? HTM? by Ed+Avis · · Score: 2, Insightful

    Since when were 'TXT' and 'HTM' the names of document formats?

    Please, this isn't MS-DOS, and even if it were there's no need to resort to such barbarisms. You mean plain text, and HTML.

    --
    -- Ed Avis ed@membled.com
  40. Best. Post. Ever. by Anonymous Coward · · Score: 0

    I mean it. Bravo!

  41. Rule 34. Boston City Council. by dsaklad · · Score: 1

    Here is the Boston City Council rule 34 that needs to be updated for the web with regard to making available on the web full text of public notices of council committees public hearings

    Rule 34...

    http://cityofboston.gov/citycouncil/councilmeeting .aspcouncilmeeting.asp

    ...Upon scheduling of a hearing and posting of a hearing notice (including time, place, and subject) with the clerk, the hearing notice shall be posted electronically and on council bulletin boards, and a written and electronic notice shall be delivered to each councilor and other interested parties by council staff...

    http://cityofboston.gov/citycouncil/councilmeeting .asp

    Advocates of plain ASCII text can contact their favorite city councilor...

    1. Re:Rule 34. Boston City Council. by dsaklad · · Score: 1

      If you would like to contact MIS Management Information Services at Boston City Hall, it would help to get them to use plain ASCII text in email and put the full text public notices on the web instead of just abbreviated calendar listings. Contact rajesh.pareek@cityofboston.gov

      Reference
      http://64.233.161.104/search?q=cache:z1r9094PnU8J: www.tele-works.com/pdf/Boston.pdf+%22rajesh.pareek %40cityofboston.gov%22&hl=en

      http://tinyurl.com/6k9g6

      http://www.tele-works.com/pdf/Boston.pdf

  42. Excellent news by Anonymous Coward · · Score: 0

    This is much more important than Open Source. Open file formats allow much greater flexibility.

  43. How is this news? by Borderlinebass · · Score: 1

    Yet another example of a mainstream politician acting in the interests of the wealthy, and only the wealthy. How is this newsworthy? It happens every single day in every nation.

    Don't spew that shit about "survival of the fitest." Being locked into proprietary products does not, ever, support the public's interests. Dependance on closed source, whether applications or formats, only restricts the masses; it does not enable them, no matter how good the exploitation fueled products are.

    --
    Fight for something better: www.socialistalternative.org
  44. Great! by Thu25245 · · Score: 1

    "...Microsoft is the only one that actually has it right, since if you think back to the old typewriter, you have to have a Carriage Return, and a Line Feed to get to the start of the next line when typing."

    Thank God Microsoft maintains backwards compatibility with those old typewriters!

  45. Ported doc format? by Doc+Ruby · · Score: 1

    PDF is open (the spec is published). But whose GNOME/Linux SW can read every Adobe Acrobat doc as accurately as Adobe's reader, with text searching/copy/paste? And can create PDF? Without grinding a PIII/800 to its knees? This seems a case of the open source community missing the boat on a major cross-platform format not even influenced by Microsoft. Or maybe just a case of a single whining open sourcer not knowing which package to apt-get :).

    --

    --
    make install -not war

    1. Re:Ported doc format? by nagora · · Score: 1
      And can create PDF? Without grinding a PIII/800 to its knees?

      I've been using pdf as my standard exchange format from Linux to Windows (and my own main format for "internal" use) since my P100. What god forsaken program are you using to make your PDFs?

      General tip: save as Postscript and then run ps2pdf (part of Ghostscriot) on the result. There are other ways to the same result but that one will get you a PDF of nearly anything you can see on a Linux system, even output from your browser. And it'll do it quickly.

      If you're using TeX or *shudder* LaTeX you can have graphics, thumbnails, crossreferences, hyperlinks and all the other paraphernalia of modern PDF. Scribus does even more pre-press stuff, I'm told.

      TWW

      --
      "Encyclopedia" is to "Wikipedia" what "Library" is to "Some people at a bus stop"
    2. Re:Ported doc format? by julesh · · Score: 1

      But whose GNOME/Linux SW can read every Adobe Acrobat doc as accurately as Adobe's reader, with text searching/copy/paste?

      Have you tried using Adobe's reader? I'm sure it will work.

      And can create PDF? Without grinding a PIII/800 to its knees?

      I use pdflatex (part of the standard teTeX distribution), which runs adequately quickly on a Pentium 133 MMX with 32Mb RAM.

    3. Re:Ported doc format? by Doc+Ruby · · Score: 1

      I, too, am sure that Adobe's reader "can read every Adobe Acrobat doc as accurately as Adobe's reader". But I would like to look at the source for spyware and other insecurities, or rely on such inspections by others. Adobe is as proprietary and anticompetitive as Microsoft, at a smaller scale.

      pdflatex sounds like it's probably good. Can I install it without the rest of teTeX, or discard the rest of teTeX?

      --

      --
      make install -not war

    4. Re:Ported doc format? by julesh · · Score: 1

      pdflatex sounds like it's probably good. Can I install it without the rest of teTeX, or discard the rest of teTeX?

      I'm not sure. I installed from an RPM source that doesn't give you a lot of choices. OTOH, my /usr/share/texmf directory is only 143Mb, so it's hardly a huge installation even if you don't bother optimising it.

  46. OpenOffice.org by SunFan · · Score: 1


    OpenOffice.org OpenOffice.org OpenOffice.org

    Did I mention OpenOffice.org? It runs on Windows, too.

    --
    -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
  47. RTF Open? Since When? by LadyLucky · · Score: 1
    RTF is a format owned and maintained by Microsoft. They simply choose to publish it. There is nothing stopping them from extending it and not publishing it further.

    Why is it considered open?

    --
    dominionrd.blogspot.com - Restaurants on
  48. What is "HTM" ?? by Saint+Stephen · · Score: 1

    I never head of the open format standard named "HTM."

    I have heard of Microsoft's three-letter naming system that turned "HTML" files into "HTM" files.

    Same with "TXT" files.

    It's pretty obvious if you say you want "HTM" and "TXT" files you've already made up your mind about what you want.

  49. Should have done this earlier... by wtansill · · Score: 2, Interesting

    Think about it -- if something like this had been done earlier, we could have saved an awful lot of time and money that was instead spent on anti-trust lawsuits that the government ultimately "lost" (yes, I know they technically won, but have _you_ noticed any benefits from that win? I sure haven't).

    Here's the problem -- Federal, State, and Local Government agencies of all sorts put out press releases, solicitations, regulatory notices and the like by the tens of thousands on a daily basis. Companies and citizens who wish to read and/or respond to this data stream have no choice but to purchase Word, Excel, and Powerpoint in order to interact with the Government. Government has ensured the Micorsoft monopoly simply by continuing to support a product with closed and proprietary file formats. If other state Governments, and especially if the Federal Government endorses _independantly verifiable_ open document formats, the monopoly is broken without the expense of continued litigation or oversight.

    I think that the same can be said in other areas as well. For instance -- Mozilla, and now FireFox, are making inroads into IE's domain. The progress is slow because many sites do not support the HTML standards put forth by the W3C. What if all government agencies declared that all web pages created or maintained by their agencies would support only open standards -- not some of the wrinkles introduced by IE? Again, problem solved over the long run.

    IMHO, we depend too much on legal wrangling to try to enforce corporate behavior, rather than encouraging, architechting, and supporting an infrastructure that would lead to the same end without all the pushing, shoving, and head-butting along the way.

    Yes, I know that I am naively idealistic. Deal with it.

    --
    The contest for ages has been to rescue liberty from the grasp of executive power. -- Daniel Webster
  50. Ask for plain ASCII text. Boston City Council. by dsaklad · · Score: 1

    Boston City Council indicated that the predicament would be fixed more subscribers asked for plain ASCII text. Subscriptions to public notices available at ann.hess@cityofboston.gov
    http://cityofboston.gov/citycouncil

    1. Re:Ask for plain ASCII text. Boston City Council. by dsaklad · · Score: 1

      ..Or ask for the full content of council committees' public notices on the website http://cityofboston.gov/citycouncil

      Apparently enough users of technology are novice enough without the mastery to see how to ask to get the problematical distribution of this municipal public information fixed.

  51. you're bluffing by Anonymous Coward · · Score: 0

    I call your bluff. The big new feature with the XML formats are the DRM mechanisms -- causing the document to be ultimately unreadable by whatever specification they've actually released.

    1. Re:you're bluffing by lowe0 · · Score: 1

      Well, since I no longer work for the university, and you don't believe me anyway, the only person who could confirm it is my boss. And quite frankly, I don't feel like handing out his contact info just because some schmuck on Slashdot thinks I'm full of shit about what projects I worked on while employed at Purdue. So go ahead, don't believe me. It's not like I'll lose any sleep over it.

      Tell you what I'll do, however. Here's a link to a WordML document. It doesn't use any DRM at all - it's just a plain old WordML document, in a file format that anyone can read or write. I think you'll find the content quite familiar - it's the mindless blather you passed off as a post. Take a look and see how much binary there really is in there. Please, point it out to us - since you're such an expert.

  52. Nope by DesScorp · · Score: 1

    MS Word is pretty much backwards compatible through Word 97. Word's format WAS changed in the transistion from 95 to 97 (needing import filters when opening old documents), but since then, the output has been of the same type. I jump between Word XP, 2000, and 97 all the time with nary a problem. And some of these documents are pretty complex, as far as Word goes. Most of the differences in 2000 and XP are just feature creep, nothing more. That's why so many shops dragged thier feet on upgrading office suites. They really didn't need to, and they knew it.

    --
    Life is hard, and the world is cruel
  53. Re:HTM? HTM? by Anonymous Coward · · Score: 0

    Rich text format, motherfucker?

  54. MS in contempt for failure to open APIs by Anonymous Coward · · Score: 0
    Wasn't MS supposed to publish the APIs and specifications for its many file formats as part of the anti-trust remedies in MS vs DOJ?

    Failure to do so or to publish only buggered or incomplete versiosn is in contempt of the court and can be punished.

  55. Non-porous *complete* specifications by 4of12 · · Score: 1

    MA needs to insure the specifications are complete as well as free, publicly-avaiable, open, etc.

    A few years ago there was a brouhaha about Microsoft Active Directory authentication and MIT's kerberos standard that developed because the latter left a hole in the specification and the former took advantage of the opportunity to "add value" and "extend" the protocol in their product offering.

    --
    "Provided by the management for your protection."
    1. Re:Non-porous *complete* specifications by Anonymous Coward · · Score: 0

      NO, there wasn't any "brou-ha-ha". Like a typical knee - Jerkoff, you're shooting your fool mouth off, and only hitting yourself in the foot.

      The "hole" was an optional field that was put in there ON PURPOUSE by the Kerebros developers to allow optional content in the keys. Microsoft, and others, have taken advantage of the optional field to include non-necessary infomration. But if you go back and actually know what you're talking about, there was no "embrace" or "extend", there was only Microsoft being smart, and you beeing an idiot.

  56. Copy/Paste Error (sorry!) by Anonymous Coward · · Score: 0
    GNU grep most certainly does handle UTF-8.
    No kidding? Explain to me, please, how to use it to find the name "Bjørn Stærk?"
    grep "Bjørn Stærk". This presumes your terminal of choice supports UTF-8. Not all do.
    So iconv everything to UTF-8 & pipe it to grep.
    There are terabytes of files out there in legacy encodings. Converting everything is hardly practical. Besides, this in no way helps with the UTF-16 problem, and a massive problem it is.
    iconv is actually very fast & if you pipe it, there shouldn't be MUCH over-head. There is a reasonable expectation that a majority of your files will be in one of a few very common encodings. If your *NIX has a grep that doesn't process the ones that are common to your system, it is a problem with your OS vendor for bundling it that way, not with grep itself. Complaining about grep is like complaining they use Mac line endings in the first place--the individual tools are OK, it is the integration that sucks.
    I don't? I said that Grep can't deal with Mac line endings, which is true. ("Use /r?" What the hell is that supposed to mean?)
    It means you can convert line-endings on the fly, a'la tr "\r" "\n" < mac.txt | grep "Bjørn Stærk"
    I said it can't deal with Mac Roman or Windows Latin 1 encodings, which is true.
    IT handles Latin-1 (ISO8859/1) fine. I don't have any Mac Roman documents to test it with.
    I said it can't deal with UTF-8, which is true. (Unless, as you did, you restrict your interpretation to just the seven-bit part of the UTF-8 character set.)
    This is completely untrue. Set your locale to UTF-8 & you can use all UTF-8 characters. I have done this. I haven't plaayed with other localizations, so can't comment on them.
    1. Re:Copy/Paste Error (sorry!) by Leo+McGarry · · Score: 1

      This presumes your terminal of choice supports UTF-8. Not all do.

      Hang on a sec. Now you're trying to tell me that Grep isn't broken, but rather just Grep's user interface? I don't think I buy that.

      There is a reasonable expectation that a majority of your files will be in one of a few very common encodings.

      That expectation was reasonable in 1979, when computers were rare and expensive. Now Pashtun tribesmen have laptops. No longer reasonable.

      If your *NIX has a grep that doesn't process the ones that are common to your system, it is a problem with your OS vendor for bundling it that way, not with grep itself.

      You don't understand. Grep itself cannot handle anything but plain seven-bit ASCII. It's got nothing to do with Apple or anybody else. It's a flaw in Grep.

      It means you can convert line-endings on the fly

      And on what planet is it considered practical for you to have to write a little computer program just to search your files?

      I'm quoting Douglas Adams a lot today. "The Hitchhiker's Guide to the Galaxy says of the Sirius Cybernetics Corporation products that 'it is very easy to be blinded by the essential uselessness of them by the sense of achievement you get from getting them to work at all.' In other words -- and this is the rock-solid principle on which the whole of the Corporation's Galaxywide success is founded -- their fundamental design flaws are completely hidden by their superficial design flaws."

      IT handles Latin-1 (ISO8859/1) fine.

      Windows Latin 1 and ISO-8859/1 are not the same encoding.

      Set your locale to UTF-8 & you can use all UTF-8 characters.

      Except, you know, characters like ø and æ. You know, characters that reside outside the seven-bit ASCII character set.

    2. Re:Copy/Paste Error (sorry!) by Anonymous Coward · · Score: 0
      Hang on a sec. Now you're trying to tell me that Grep isn't broken, but rather just Grep's user interface? I don't think I buy that.
      As I said, I have talked only of my personal experience of the most recent GNU grep on linux. I grep for extended characters frequently.
      You don't understand. Grep itself cannot handle anything but plain seven-bit ASCII. It's got nothing to do with Apple or anybody else. It's a flaw in Grep.
      Well, I'm apparently doing the impossible.
      And on what planet is it considered practical for you to have to write a little computer program just to search your files?
      I didn't write any code at all. I executed a command line program that was already written. I suppose you could script it if you wanted to....
      Windows Latin 1 and ISO-8859/1 are not the same encoding.
      I stand corrected. I don't know a TON about character encoding, but would imagine the grep under cygwin would recognize Windows's native locale.
      Except, you know, characters like ø and æ. You know, characters that reside outside the seven-bit ASCII character set.
      Well, I'll continue to do the impossible & you can continue to complain that you can't do it.
    3. Re:Copy/Paste Error (sorry!) by Leo+McGarry · · Score: 1

      I didn't write any code at all. I executed a command line program that was already written.

      Nonsense. What you typed in your last comment was a little computer program, completely with input and output and syntax and the whole thing.

    4. Re:Copy/Paste Error (sorry!) by Anonymous Coward · · Score: 0

      Only if you paraphrase Arthur C. Clarke "Any sufficiently advanced use of the command line is indistinguishable from programming."

    5. Re:Copy/Paste Error (sorry!) by Free+Bird · · Score: 1

      I wouldn't say so, if only because of the speed...