Slashdot Mirror


Mandatory Use of Open Standards In Hungary

qpeter writes "Hungarian Parliament has made the use of open standards mandatory by law in the intercommunication between public administration offices, public utility companies, citizens and voluntarily joining private companies, conducted via the central governmental system. The Open Standards Alliance initiating the amendment aims to promote the spread of monopoly-free markets that foster the development of interchangeable and interoperable products generated by open standards, and, consequently, broad competition markets, regardless of whether the IT systems of interconnecting organizations and individuals use open or closed source software. In the near future, in spite of EU tendencies the Alliance seeks to make its approach – interoperability based on publicly defined open standards – the EU norm under the Hungarian presidency of the European Union in 2011. To that end, it will promote public collaboration – possibly between every interested party, civil and political organization in the European Union. What do you think: what would be the best way to cooperate?"

163 comments

  1. Open Source? by gardel999 · · Score: 1, Funny

    It's about time they opened up their goulash recipes.

    1. Re:Open Source? by Zarf · · Score: 1, Funny

      I think they're Hungry for freedom.

      --
      [signature]
    2. Re:Open Source? by lordtoran · · Score: 1, Funny

      I, for one, are hungary for goulash soup now.

      --
      Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp
    3. Re:Open Source? by maxwell+demon · · Score: 0

      I, for one, are hungary for goulash soup now.

      Pluralis majestatis? :-)

      --
      The Tao of math: The numbers you can count are not the real numbers.
  2. Isn't it obvious? by conteXXt · · Score: 1

    XML for the win

      (and for programmers for the next 50 generations)

    --
    The truth about Led Zep should never be told on /. (Karma suicide ensues)
    1. Re:Isn't it obvious? by ClosedSource · · Score: 2, Insightful

      Yes, because in this "Web 2.0+ Age", plain ASCII just isn't bloated enough.

      Don't get me wrong, ASCII was plenty bloated when the web was young.

    2. Re:Isn't it obvious? by MightyMartian · · Score: 1

      Don't get me wrong, ASCII was plenty bloated when the web was young.

      127 characters is enough for anyone!

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    3. Re:Isn't it obvious? by lordtoran · · Score: 4, Insightful

      XML is abused way too often in places where it doesn't belong. Also it is not easy to read or edit with the ultimate tool - the good old text editor.

      --
      Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp
    4. Re:Isn't it obvious? by Zarf · · Score: 1

      XML stands for Xtremely Massively L-awesome!

      --
      [signature]
    5. Re:Isn't it obvious? by sakdoctor · · Score: 1

      <reply>
      <recipient>lordtoran</recipient>
      <body>No it isn't</body>
      </reply>

    6. Re:Isn't it obvious? by MightyMartian · · Score: 1

      No, XML stands for "Brainnnnssss. Must eat brainnnnns...."

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    7. Re:Isn't it obvious? by Zarf · · Score: 1

      No, XML stands for "Brainnnnssss. Must eat brainnnnns...."

      You sound like our lead "Architect" ... except he says: "SOA! SOA! Brrawk! SOA!" then starts asking for crackers.

      --
      [signature]
    8. Re:Isn't it obvious? by Phantom+of+the+Opera · · Score: 5, Insightful

      <lit><token><llama xmlns:xdc="http://www.xmlsucks.com/rocks"
              xmlns:h="http://www.w3.org/HTML/1998/html4" >
        <freown>No its <![CDATA[<]]> really <![CDATA[>]]> not
           <reasons>
             <reason>Poor Compression<![CDATA[>>]]> other languages <examples><example>JSON</example><example>YAML</example><example>CSV</example>
      <examples><reason>
           <reason>Goofy namespace</reason>
         <reason>Bad For Lists</reason>
        <reason>Packs too much in a node<examples><example>Its a scalar</example><example>its a list</example><example>has namespaces</example><example>Is a hash</example><example> and parsing is h
      orrid when a value <interruption>Interrupt</interruption> can be interspersed <kitten meow="woof"/> with sub<![CDATA[-]]
      nodes
      </reasons></freown></llama></token>

      This gets worse when you have thousands of lines of the crap to deal wtih.
      </lit>

    9. Re:Isn't it obvious? by Velex · · Score: 5, Funny

      <?xml version="1.0" encoding="US-ASCII"?>
      <reply-container guid="b8373d86-7ec8-47df-9978-38f6c52cd6a9" transfer-encoding="US-ASCII">
        <reply guid="f350c906-2a54-4597-bad8-30da6a68f827">
          <recipient-list guid="605ccf1a-4a4b-4f17-a9f4-a6dde6ffb7d6">
             <recipient-descriptor guid="714a4edb-902a-4337-9aa6-933b45712ab0">
               <name encoding="US-ASCII" guid="a81da860-9a46-4417-a6f2-028d05b95108">
                 sakdoctor
               </name encoding="US-ASCII">
               <uid guid="adb1ed5f-ef51-4fc3-9a72-76bd69fe480a">
                 1087155
               </uid>
             </recipient-descriptor>
           </recipient-list>
           <reply-content guid="0f71eeb7-2d20-4b71-891d-bff87f35a99f">
             <body guid="8ee53a3b-b705-4117-a000-64f20674d9af">
               <body-text encoding="US-ASCII" guid="3e48f58f-207b-49a9-b227-f4b390a9b247">
                 You call that XML&quot;
               </body-text>
             <body>
           </reply-content>
        </reply>
      </reply-container>

      --
      Join the Slashcott! Stay away entirely Feb 10 thru Feb 17! Close all tabs to prevent autorefresh!
    10. Re:Isn't it obvious? by Hurricane78 · · Score: 1

      XML? More like EPIC FAIL.

      I prefer the following combination:
      Simplified EBML-like “binary XML”
      + a binary tag to XML tag mapper.

      That way I have nice efficient, completely flexible, binary data, that with the use of a ridiculously simple mapper, can be transformed back and forth between XML and itself, or upon opening and saving by a text editor.

      You know, just like the ASCII or Unicode mapping. But for structural information instead of for text content.
      It can even hold binary data as content, without any escaping. Just attach a mime type info to it.

      Thanks to the mapping, it can still use e.g. XPath.

      If you add the mapping data as a header to the file... or a URL to the (locally cacheable) mapping file... you got pretty close to the perfect file format.

      If you want, you can also add RelaxNG information to it (C syntax of course), to make it validatable.

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    11. Re:Isn't it obvious? by mspohr · · Score: 0
      Cute.

      But why are you displaying or editing raw XML?

      Don't you know how to use an editor?

      Have you ever tried to view or edit a MS Word document without using an editor?

      --
      I don't read your sig. Why are you reading mine?
    12. Re:Isn't it obvious? by Zontar+The+Mindless · · Score: 1

      I read and write raw DocBook all day, no problem.

      --
      Il n'y a pas de Planet B.
    13. Re:Isn't it obvious? by maxwell+demon · · Score: 1

      But why are you displaying or editing raw XML?

      Don't you know how to use an editor?

      How else would you edit raw XML, than with an editor?

      Have you ever tried to view or edit a MS Word document without using an editor?

      Most people prefer a word processor to do that, especially MS Word is quite popular for that task.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    14. Re:Isn't it obvious? by maxwell+demon · · Score: 1

      XML is abused way too often in places where it doesn't belong.

      Indeed. People should think more about what the "M" in "XML" stands for.

      A good litmus test for abuse of XML is: Take an XML file and remove all tags. If the result doesn't make sense (or worse, there is nothing left except whitespace), it's abuse.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    15. Re:Isn't it obvious? by mspohr · · Score: 1

      Whooooosh....

      --
      I don't read your sig. Why are you reading mine?
    16. Re:Isn't it obvious? by kdemetter · · Score: 1

      I'm sorry , i couldn't parse your text :

      Error : A CDATA section was not closed.

    17. Re:Isn't it obvious? by caluml · · Score: 1

      Hell, what's wrong with Morse? -.-

    18. Re:Isn't it obvious? by DrSkwid · · Score: 1

      Your uid contains newlines?

      --
      There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
    19. Re:Isn't it obvious? by Anonymous Coward · · Score: 0

      XML for the win

      Y29udGVudCBvZiBteSBmYXZvcml0ZSBsZXNiaWFuIHBvcm4gbW92aWUK

      It's XML. Obvious, eh?

    20. Re:Isn't it obvious? by Anonymous Coward · · Score: 0

      XML for the win

        (and for programmers for the next 50 generations)

      <doc>
      <data type="blob" encoding="base64">Y29udGVudCBvZiBteSBmYXZvcml0ZSBsZXNiaWFuIHBvcm4gbW92aWUK</data>
      </doc>

      It's XML. Obvious, eh?

    21. Re:Isn't it obvious? by Phantom+of+the+Opera · · Score: 1

      Ya know, I could slap a corvette body over a lawnmower engine. It might look nicer, but its really not going to be better.

      Yes, I have delt with using MS Word to edit something like this. Was so huge it took the file over 15 minutes to save, mainly because the editor insisted in putting all sorts of redundant junk in the tag properties.

      I have tried to view an MS Word document without using Word. There is a handy program called 'strings'.

    22. Re:Isn't it obvious? by mspohr · · Score: 1
      Not sure what you point is but you seem to be implying (naively) that XML is less efficient than MS Word doc format.

      A simple test:"Hello world" saved in different formats:

      .doc 24,064 bytes

      .xml 4,306 bytes

      .odt 7,280 bytes

      (I used MS Word 2003 to save the xml so this is a MS version of xml. Don't know why you had a problem with your version of MS Word editing XML. MS makes lots of random changes to MS Word with each version so yours might have had some brain damaged code in it... it could be either an older or a newer version of word.)

      --
      I don't read your sig. Why are you reading mine?
    23. Re:Isn't it obvious? by Phantom+of+the+Opera · · Score: 1

      I'm not sure how you read that I implied there was anything efficient with MS formats vs XML. It is not a shocker that something could be worse than XML.

      I'm not a microsoft user, but I had that experience a few years back at a place where they (ugh) used a Word to edit an xml/html file that they were using as a database. The amount of useful data was maybe a few hundred k, but the file was many megabytes big.

      I mentioned that because the gp post seemed to be saying. "of course, don't use a text editor to edit xml, use word" and I was showing how absurd that can be.

  3. Re:like that solves anything by Anonymous Coward · · Score: 0

    But open standards means that we all know what the rules are and have to abide by them. So yes it is a better system than the current mess.

  4. Following up? by Anonymous Coward · · Score: 0

    How about some following up articles on what has happened before with these incidences or disasters to be more real.

  5. Better translation or summary? by mikep554 · · Score: 1

    Can anyone find an actual translation of the amendment or a better summary? TFA sounds like it was written in a combination of management-ese and marketing-speak.

    1. Re:Better translation or summary? by qpeter · · Score: 2, Informative

      Not yet. The original is here, we will publish if translated.

    2. Re:Better translation or summary? by Charles+Dodgeson · · Score: 1

      I've tried to take a look at it, but my ability to read Hungarian, particular legal documents, is limited.

      What isn't clear to me is would this rule out MS-Word documents for government communication? What about PDFs?

      --
      Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
  6. What do -I- Think? by Monkeedude1212 · · Score: 2, Insightful

    What do you think: what would be the best way to cooperate?"

    Easy. Github

    NEXT

    1. Re:What do -I- Think? by Anonymous Coward · · Score: 0

      I think you mean Gitorious. They're going for openness, they said.

    2. Re:What do -I- Think? by qpeter · · Score: 1

      Thanks for the idea. Seems to be interesting. Anybody using it?

    3. Re:What do -I- Think? by qpeter · · Score: 1

      You mean we should invent/choose open standards for interfaces and if finished (beta) we should make it mandatory for all EU-countries?

  7. Re:WTF are you doing? by girlintraining · · Score: 3, Funny

    Wimmins don't belong on teh intranetz. Get back in the kitchen where you belong and let the men handle this.

    Says the thing living under the fridge...

    --
    #fuckbeta #iamslashdot #dicemustdie
  8. The normal way? by mustafap · · Score: 4, Funny

    >What do you think: what would be the best way to cooperate?"

    Invade?

    --
    Open Source Drum Kit, LPLC deve board - mjhdesigns.com
    1. Re:The normal way? by Hurricane78 · · Score: 1

      American, and proud, I take it? ^^

      (Or an old German. Or a very old British.)

      --
      Any sufficiently advanced intelligence is indistinguishable from stupidity.
    2. Re:The normal way? by Anonymous Coward · · Score: 0

      Oh, a fellow american! :)

    3. Re:The normal way? by mustafap · · Score: 1

      Or sarcastic :o)

      --
      Open Source Drum Kit, LPLC deve board - mjhdesigns.com
  9. Open is fundamentally more productive than closed by TheDarkener · · Score: 5, Insightful

    There are plenty of "open standards", and plenty of "closed standards" as well. If you were starting your own country and had to implement government data practices, which would you choose to implement, given:

    1) Open standards can be understood and used by anyone/any program that implements them, and
    2) Closed standards are locked down and hidden by the vendor that created them, forcing you to use their software?

    *Jeopardy music*

    --
    It is pitch black. You are likely to be eaten by a grue.
  10. Re:like that solves anything by Darkness404 · · Score: 4, Informative

    Yes, but open standards mean that just about any open program can read them. For example, it doesn't matter if I choose to use the open WAV, FLAC or OGG Vorbis file format, the default media player in Ubuntu can play it. The more closed the file is, the fewer programs will open it.

    --
    Taxation is legalized theft, no more, no less.
  11. Re:WTF are you doing? by Anonymous Coward · · Score: 0

    Pwned

  12. Re:like that solves anything by davester666 · · Score: 2, Informative

    Of course, the major players just redefine their file formats to be "open standards". And then make those "standards" insanely complex to make sure only their products can render documents using that format, while competitors need to spend man-years implementing them, just in time for the "standard" to be improved for the next release by MS/Adobe.

    --
    Sleep your way to a whiter smile...date a dentist!
  13. Ballmer's plane is already on the tarmac by Anonymous Coward · · Score: 2, Funny

    Takeoff in 3...2...sir, please put the chair down until we've landed...1...

    1. Re:Ballmer's plane is already on the tarmac by Anonymous Coward · · Score: 0

      It's nice to see that fucktards who make these jokes don't the difference between open source and open standards. So much for the revolution they keep shitting on about.

  14. Re:WTF are you doing? by girlintraining · · Score: 2, Insightful

    Maybe it would be nicer to you if you made it a sandwich and brought it a cold beer once in a while.

    When it's evolved to the point where it can make its own sandwich and drink its own beer, I might consider it. Also, he's dull, short, and stinks. No wonder he can't get a date.

    --
    #fuckbeta #iamslashdot #dicemustdie
  15. Re:like that solves anything by bugs2squash · · Score: 4, Informative

    Don't forget the typos and "unintentional" omissions in the proprietary standards and of course the "reasonable fees" to purchase the standards documentation.

    --
    Nullius in verba
  16. This is anticompetitive by Anonymous Coward · · Score: 5, Funny

    Mandating the use of open standards is anti-competitive and is harmful to taxpayers. Such a regulation prevents software publishers such as Microsoft from competing for government contracts because their standards are not open. Restrictions such as this never enhance competition but instead eliminate it by artificially reducing the number of bidders for any contract. While I understand the desire to embrace open standards, and why it would be a consideration for any government agency seeking bids for a project, it should not in itself disqualify bidders.

    1. Re:This is anticompetitive by VirginMary · · Score: 2, Funny

      You are wrong, Microsoft is a just as free and able to implement open standards as anyone else, in fact, given their resources, it should be easier for them to do it that just about anyone else!

      --
      When 1person suffers from a delusion,it is called insanity.When many people suffer from a delusion,it is called religion
    2. Re:This is anticompetitive by Anonymous Coward · · Score: 1, Funny


      >>----(JOKE)----->

                      O
      /+\

                      |

                    / \

                  (YOU)

    3. Re:This is anticompetitive by lordtoran · · Score: 4, Informative

      Well, then those software publishers finally have to compete on quality, not lock-in, and write software that is good at impementing the standard to win the bid.

      --
      Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp
    4. Re:This is anticompetitive by CannonballHead · · Score: 2, Funny

      ASCII Artist Level
      ....
      ....
      ....
      You
      ;)

    5. Re:This is anticompetitive by digitalunity · · Score: 4, Insightful

      You're wrong sir. With open standards, any company can bid on projects. If their goal though is to secure future business by locking down their customer to only use their software, that's where I have a problem.

      Microsoft is perfectly free to write native import/export functionality into MS Office to enable ODF file support. If they did that though, their customers would find a seamless migration from MS Office products to competitors like Lotus Symphony, OpenOffice, etc.

      Microsoft and other vendors can cry all they like. They don't want to compete on fairness. They want their customers locked down so they don't have a choice.

      --
      You can't legislate goodness. Let each to his own destiny, by will of his freely made choices.
    6. Re:This is anticompetitive by tjstork · · Score: 1

      Microsoft and other vendors can cry all they like. They don't want to compete on fairness. They want their customers locked down so they don't have a choice.,

      No, the issue is that the open format causes you to spend money that could otherwise be made on adding new features. Compatibility with a standard is expensive and isn't as easy to sell as a new option of twisty text or new way of formatting a paragraph. Essentially open standards are an imposed stagnation on document creation tools, would be the argument. Of course, the counter argument is that interopability as a feature is more important than individual efficiency, but that's really a state vs individual argument and we seem to be in a state era now.

      --
      This is my sig.
    7. Re:This is anticompetitive by IICV · · Score: 2, Informative

      .... why are his arms like five feet away from his body? I would imagine that that is a far more pressing concern than whatever's whooshing overhead.

    8. Re:This is anticompetitive by AxeTheMax · · Score: 1

      Mandating the exclusion of bribery, intimidation and murder is anti-competitive and is harmful to taxpayers. Such a regulation prevents criminal gangs such as the Mafia from competing for government contracts because bribery, intimidation and murder are a key component of their work practices. Restrictions such as this never enhance competition but instead eliminate it by artificially reducing the number of bidders for any contract. While I understand the desire to embrace clean and lawful government, and why it would be a consideration for any government agency seeking bids for a project, it should not in itself disqualify bidders.

    9. Re:This is anticompetitive by Anonymous Coward · · Score: 0

      No, I rather think restrictions like this forward the competition into the realm of competence and innovation, not in the realm of marketing and obscurity. Humans are competitive life forms, but it is important to oblige them to compete for progress not regress.

    10. Re:This is anticompetitive by recrudescence · · Score: 1

      ... Microsoft is perfectly free to write native import/export functionality into MS Office to enable ODF file support. If they did that though, their customers would find a seamless migration from MS Office products to competitors like Lotus Symphony, OpenOffice, etc.

      MS Word (the latest version at least) does have full ODT support. You can open an .odt document and edit it using MS Word and you can save as .odt as well. I haven't had to use it yet personally, but it's there. It's not even in the 'other obscure formats' drop-down list, it's up there in the main 'save as...' window with .docx, .doc and .pdf.

      Having said that, it's a mixed blessing. It just means M$ products support the odf. So if I wrote a paper in my open document processor and saved it as .odt, my M$ Windows colleague would be able to read it, after the initial shock of "you didn't send me a "document file" I recognise, what program do I open this with". What it doesn't mean, however, it doesn't mean that it provides other open document processors the ability to support their .docx format. Which is still the 'default' format for most organisations which use the de-facto industry standard, which, for better or worse, is MS Office. (As an aside, even for businesses that haven't switched to the latest version, .doc support in openoffice is still not that great in my personal experience)

    11. Re:This is anticompetitive by g4b · · Score: 1

      It was written in XML valid HTML in a Texteditor, somewhere along the way, the head was displaced after optimizing the handwritten code for IE.

      He should have used the Preview Button.

  17. Re:WTF are you doing? by Monkeedude1212 · · Score: 1, Offtopic

    There's something about when a girl sasses back thats oddly attractive.

  18. Re:like that solves anything by MichaelSmith · · Score: 4, Informative

    Well more to the point. You release a file format and say this is the format used by our tool. But because your tool is closed sourced nobody actually knows if you are telling the truth. Another way is to release a container format within which you encode your propitiatory format.

  19. Re:Open is fundamentally more productive than clos by Anonymous Coward · · Score: 0

    www.salvatoreannunziata.weebly.com

  20. Re:Open is fundamentally more productive than clos by Anonymous Coward · · Score: 0

    1) Open standards can be understood and used by anyone/any program that chooses to implement them

    There, FTFY. Not to be an ass, but your point 1 was true of both open and closed standard. The real point is that anyone who chooses to implement open standards can. You can choose to implement a closed standard, but may either not succeed or get sued. Anyway, you get the point.

  21. Re:like that solves anything by Anonymous Coward · · Score: 2, Insightful

    I think you are confusing two different issues - standard vs. non-standard and open vs. closed. Choosing open over closed definitely does solve something.

  22. Re:WTF are you doing? by Ethanol-fueled · · Score: 0, Offtopic

    Agreed, women would be much more interesting if they had her scathing wit.

    O girlintraining, if you are actually a female, will you marry me? I have 22 college credits, my own pickup truck, and a studio apartment for nest-building.

    Back off, chumps. She's mine.

  23. Re:WTF are you doing? by Tubal-Cain · · Score: 1

    sudo makeityourself?

  24. Re:Open is fundamentally more productive than clos by Anonymous Coward · · Score: 0

    Depends on how much M$ will pay me, the decision maker. Can I build a house from it?
    Who cares if four years later it will cost my country a lot more. It won't be my party that's ruling then. And my new house will be built by then.

  25. Re:Open is fundamentally more productive than clos by cntThnkofAname · · Score: 1

    I'm am all for open source anything, but I wouldn't think the government really cares how easy a standard is to understand or implement. It's all about money. If closed standards were some how cheaper or even profitable then I would bet Hungary would be using closed standards. Before you ask how could closed standards be profitable I'll try my best to not look stupid explaining my idea: Say you have a huge monopoly organization that creates and implements closed standards (say in the Redmond area), this organization employs thousands (tens of thousands) of people. So if a country or even major organizations that are based in that country implement the closed standards they may have to pay for something that should be free, but the organization that has to be payed also has to pay it's employees and therefore the money goes back into the economy. I'm going to assume that Hungary doesn't have one of these major monopoly organizations to self-profit on, they are just trying to save some money. That being said, I wouldn't bet on any country that has a major monopoly organization that supports closed standards to be switching solely to open standards anytime soon.

  26. Re:WTF are you doing? by Anonymous Coward · · Score: 0

    I think you've got that backwards ..... it definately sounds like you're offering to be hers.

      girlintraining take pity upon the poor Ethanol-fueled fool and at least let him know if he amuses you in some small way..... causes there's nothing better than an offtopic attempt at romance for a Friday night slashdot post.

  27. Re:like that solves anything by digitalunity · · Score: 4, Insightful

    This is something MS pulled off with the office format. Sure, the XML schema might be open but the binary blob data representing some of the elements is still closed.

    Open standards need be truly open, meaning easily accessible, free of cost, readable by anyone and patent unencumbered.

    As to the submitters question, the way to help is to be open and honest about the existing softwares capabilities and when the opponents speak about software inadequacy, keep your mind open and listen. There are ways in which some closed source programs are better than their OSS equivalents. For example - there is no ProE or Solidworks competition that is OSS. Not even close when you take into account the CAM, interference checking, flow analysis, strain modeling modules. If people want governments to take OSS software and standards seriously, they themselves have to be serious about making their software and their standards encompass the functionality of the status quo.

    --
    You can't legislate goodness. Let each to his own destiny, by will of his freely made choices.
  28. Re:Open is fundamentally more productive than clos by digitalunity · · Score: 1

    Sadly, most governments choose option 2 by default.

    --
    You can't legislate goodness. Let each to his own destiny, by will of his freely made choices.
  29. Re:A monopoly is a monopoly by Anonymous Coward · · Score: 2, Insightful

    It's talking about companies, not standards. Standards can't have monopolies. Learn to reading comprehension.

  30. Monopoly by Anonymous Coward · · Score: 0

    Closed source, open source, who cares? If everyone has to use the same standard, it's still a monopoly.

    You keep using that word. I don't think it means what you think it means.

  31. What? by copponex · · Score: 1

    Yes, everyone knows of the tyranny of the metric system! It's lead to nothing but problems for the oppressed masses, unable to squirm out of it's iron maw...

    1. Re:What? by lordtoran · · Score: 2, Insightful

      I really cry for these oppressed US Americans, Liberians and Burmese who are oppressed by our standards tyranny yet still bravely resist and stick to intuitive units like 5/12 of an eighth of an adult foot's approximate length.

      --
      Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp
    2. Re:What? by Anonymous Coward · · Score: 0

      The metric system is the tool of the devil! My car gets 40 rods to the hogshead and that's the way I likes it.

  32. There's open standard encryption methods by synthesizerpatel · · Score: 1

    Just like zero is a percent.

  33. Re:A monopoly is a monopoly by greenguy · · Score: 3, Insightful

    Who modded this insightful? Parent has no idea what they're talking about.

    A monopoly is a unfair advantage in the marketplace. A standard is an agreed-upon way to do a given thing. If all the players agree on how things will be done -- assuming they can act on those standards -- that *reduces* the likelihood of monopolies occurring, because the playing field is leveled.

    That said, I'm opposed to mandatory standards. I want people to be able to choose whatever way they want to do things they might like, and I want to be there, eating popcorn, as they spiral down in flames with their proprietary formats and measurements.

    --
    What if I do the same thing, and I do get different results?
  34. Re:Open is fundamentally more productive than clos by qpeter · · Score: 1

    We are abound in this kind of monopolies here in Hungary, both global and local:( Still succeeded to push through the amendment:))

  35. Re:A monopoly is a monopoly by MightyMartian · · Score: 4, Insightful

    I don't think anybody is saying "Everyone must use this standard." But to move to truly open standards (and not just fake ones like OOXML, no matter how Microsoft managed to scam its way through), has obvious advantages for large entities like governments and corporations. That's the beauty of something like 7bit ASCII. I can open up a file created in 1970, and every text editor, and pretty much every word processor, developed in the last four decades can read the file.

    But we don't use ASCII very damn much any more, so now we're stuck with proprietary formats like the Office formats, which even in their latest incarnation, have binary blobs and insanely complex documentation. On the other hand, we do have the ODF format, which while not perfect, is relatively easy to crack open and grab the data out of (I've written a PHP script to split out spreadsheet data, so it can't be that hard). The notion is that forty years down the road, data will be as portable to applications then as ASCII is to applications now. I think for governments, in particular, this isn't just a good idea, it should be a mandatory goal.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  36. Re:Open is fundamentally more productive than clos by Anonymous Coward · · Score: 0

    Closed, duh. Most "open" things suck donkey cock.

  37. Re:This is anticompetitive - Oh God please be no by Anonymous Coward · · Score: 0

    Mr Ballmer,

    You've got to stop commenting on Slashdot when you're drunk.

    Sincerely,

    Your Attorney

  38. Re:Open is fundamentally more productive than clos by BradleyUffner · · Score: 1

    1) Open standards can be understood and used by anyone/any program that implements them, and

    2) Closed standards are locked down and hidden by the vendor that created them, forcing you to use their software?

    Technically Closed standards can be understood and used by anyone/any program that implements them too.
    There are plenty of libraries out that that can read and write locked down file formats, such as the Biff-8 fileformat that used to be used by Excel.

  39. Re:A monopoly is a monopoly by man_of_mr_e · · Score: 1, Interesting

    Standards are good for low level protocols, like TCP/IP. But they're less good when it comes to higher level protocols (including data formats, because it prevents vendors from creating new things, lest they "extend" the standard and no longer be in the running for those juicy conctracts.

    HTML is a great example... Sure, you can tack on new ways of viewing the code, or add-in mechanisms, or just making the browser work better, but at some point you hit a wall, and you really need to extend the format to do new cool things, and the HTML standards committee's are glacially slow.. We wouldn't have Canvas, for instance, if Apple had waited for a standards body to create it.

    Office suites are a million functions that work on data in a common way... What if office documents had been "standardized" at Wordperfect and 123 1.0... I suppose some would argue that would have been a good thing, but most would find that incredibly constraining.

    I think it's a better approach to mandate that if a vendor wants to compete for a government contract, they are required to completely document whichever document format is their standard one.

  40. Re:WTF are you doing? Damm Girl! by Anonymous Coward · · Score: 0

    oO Nice response Oo

    My wife laughed when she read the thread .... and got to your latest response

  41. Re:like that solves anything by east+coast · · Score: 1

    Uh, no. Open standards means that the format is open as to it's syntax and that it's not a for-pay (as in royalties).

    --
    Dedicated Cthulhu Cultist since 4523 BC.
  42. Re:Open is fundamentally more productive than clos by cntThnkofAname · · Score: 1

    I applaud you for this. I was trying to point out the majority of monopolies that create closed standards are not from Hungary. I realize that Hungary must be exposed to these monopolies, but in general paying for closed standards has no benefit to Hungary. Which is not nessarly true of other countries like the US because they have such things as Cisco, MS, and other closed source standards giants.

  43. Re:A monopoly is a monopoly by Anonymous Coward · · Score: 0

    It's talking about companies, not standards. Standards can't have monopolies. Learn to reading comprehension.

    If everyone has to use the same standard, it's still a monopoly.

    Ahem.

    A single standard, even if open, forces everyone into a single box. And unfortunately, for a standard to be agreed upon by everyone concerned, also means it has to include the lowest common denominator.

    Speaking as someone who had to deal with budding open standards back in the 90s that had to include the limitations of COBOL - everything had to be "dumbed" down in order for COBOL to use it.

    So, standard or open does not necessarily mean better.

  44. Re:A monopoly is a monopoly by qpeter · · Score: 1

    A monopoly is a unfair advantage in the marketplace. A standard is an agreed-upon way to do a given thing. If all the players agree on how things will be done -- assuming they can act on those standards -- that *reduces* the likelihood of monopolies occurring, because the playing field is leveled.

    Our problem is that all we had was a set of mandatory standards set by exclusively the government (not by a public process), and later we succeeded guarantee by law that these standards will and remain to be open: you can use them free from any restrictions and royalty. "our organisation managed to put through an ammendment to the electronic public services law. The strategy was to avoid obvious confrontation, instead of open standards the phrase "public benefit" was used. unfortunately some important aspects (like democratic creation and maintainance) were lost in translation. Anyhow this is a win, that all electronic interfaces to the public utilities will be freely and gratis accessible even by libre 3rd party tools. huzzah! ;)" It is still a managed by the government but not closed. I don't know what kind of animal is it: what do you think?

  45. Moot question by TiggertheMad · · Score: 1

    If I am starting a country, I'd ignore the question entirely. My secret police, however, would insure that any companies that used closed source standards would be compliant to my needs on demand.

    I jokingly mention this, because this is a good example where you can watch some multinationals butt heads with a state. It will be interesting to see who comes out on top.

    --

    HA! I just wasted some of your bandwidth with a frivolous sig!
  46. Microsoft is THE open standarad! by erroneus · · Score: 1, Funny

    They are the platform that anyone can compete on openly. Their platform is well documented and their formats are widely used. Many vendors compete head to head running from the same operating platform creating an open market that anyone can compete in.

    Does it matter that Microsoft owns that market and the apps that access the data? Does it matter that the formats of the data are not open?

    Control the apps and the format and you control the data. If that data is public/government data, does that disturb your sleep at all?

    1. Re:Microsoft is THE open standarad! by udippel · · Score: 1

      They are the platform that anyone can compete on openly. Their platform is well documented and their formats are widely used. Many vendors compete head to head running from the same operating platform creating an open market that anyone can compete in.
      Does it matter that Microsoft owns that market and the apps that access the data? Does it matter that the formats of the data are not open?
      Control the apps and the format and you control the data. If that data is public/government data, does that disturb your sleep at all?

      Did you forget to click 'Post Anonymously', or are you expecting mod points of the 'Funny' type? - whoosh -

      Does it matter that the formats of the data are not open?

      Yes, that actually would matter. If only to historians. Because data that I (or my government) produce, are mine (theirs/ours), and I (they/we) am entitled to retrieve them. As of today we have the problem that data produced in proprietary formats one generation ago cannot be retrieved any longer, because subsequent versions of the product have seen other methods of storage (so-called format); and don't open those earlier files any longer.

      They are the platform that anyone can compete on openly.

      That's simply wrong, because exactly that platform is not fully documented, and requires the competitors to pay for some of that information, respectively enter a contract. One might call that capitalism, never mind, 'openly' this is not.

      ... creating an open market that anyone can compete in.

      [Someone seems to be taken in by the word 'open'.] How can I compete in the market of word processors, if the format of the files are closed? How would that constitute an 'open market'?

      Yes, a cauchemar is a disturbance of my sleep.

    2. Re:Microsoft is THE open standarad! by yuhong · · Score: 1

      or are you expecting mod points of the 'Funny' type?

      Which this comment did get, and another similar comment too. But seriously, the issue of open standards and vendor lock-in is NOT funny.

  47. Re:This is anticompetitive, IDIOT or SHILL by omb · · Score: 1

    Absolute nonsense, all sorts of things HAVE to comply with Open Standards and continue to be developed, it is only in IT that people are so stupid/corrupt that this is disputed. Examples in the IT fields are C++ and JavaScript. You can extend the standard in an Open and RAND way, likewise you can buy parts for your car from a variety of vendors.

    Or you can behave like Micro$oft, corrupt institutions, pack delegations and corruptly buy market share while deliberately mis-implementing Open Standards eg ODF Excel.

    It is well past time this was firmly stopped, preferably by the DOJ in the US, but Europe is moving quickly moving to more open procurements particularly in Spain, France and Germany.

  48. Re:Open is fundamentally more productive than clos by hackus · · Score: 1

    Well, if I wanted to start a new "country" I would:

    1) Keep the standards closed and proprietary. However, at the same time, I would promote the idea of open standards and indicate that the reason why we cannot publish the standards that run the countries government is because they are currently a work in progress, and doesn't exist.

    But, we have everyones best interests in mind because we hold open conferences that discuss open standards. (Just not government ones that run the country.)

    2) We would invite the world to review our new standards. However, the proprietary panel would be only space we would actually book. The "others" could just go home or stand around in the cold and discuss whatever.

    3) Finally, we would publish that the "others" cannot agree on a standard and we where working around the clock to come up with one. Internally however, the proprietary bookings we made would just go ahead an inact a standard, definately not open are you kidding me?

    -Hack

    --
    Got Geometrodynamics? Awe, too hard to figure out? Too bad.
  49. ..the language by XB-70 · · Score: 0, Offtopic
    So, let me get this straight - sure their standards may be open but so's the language:

    (From Wikipedia) Hungarian is a Uralic language (more specifically a Ugric language) unrelated to most other languages in Europe. It is mainly spoken in Hungary and by the Hungarian minorities in the seven neighbouring countries. The Hungarian name for the language is magyar (Hungarian pronunciation: [mr]), which is also occasionally used as an English noun, such as Mighty Magyars.

    In short, if you confuse us all enough but let us think the standards are 'open' will we buy the concept? Maybe the Hungarians might decide on Cobol as the country's default programming language and try to ram it down the EU's throat!! I think it's all a secret ploy to make Hungarian the default world language and this is their one shot at it (while being in 'charge' of the EU). This whole open standards thing is a front.

    --
    *** Don't be dull.***
    1. Re:..the language by qpeter · · Score: 1

      yesss, and I am determined to prove a villain:)) But you have the point: if standards are set exclusively by the government that is dangerous: if Hungary (or the EU) can decide on mandatory Cobol, it will:((

    2. Re:..the language by Charles+Dodgeson · · Score: 2, Funny

      I think it's all a secret ploy to make Hungarian the default world language

      Meg is van.

      --
      Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
    3. Re:..the language by rossz · · Score: 1

      Mi van?

      --
      -- Will program for bandwidth
    4. Re:..the language by Charles+Dodgeson · · Score: 1

      Mi van?

      Oh well. I always get "még" and "mar" confused. I was trying to say, "It already is", but I guess I got it wrong.

      --
      Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
    5. Re:..the language by caluml · · Score: 1

      Do you speak JSON?

    6. Re:..the language by caluml · · Score: 1

      Erg. JSON. Hope you appreciate this effort, Charles. :)

  50. Re:Open is fundamentally more productive than clos by qpeter · · Score: 1

    Your argument is that a hq of a major global monopoly organization in your country is a handicap. I say we have our own local monopolies proportionally not less harmful and rooted than yours. E.g. our government, which is collecting cca 40% of our gdp.

  51. I'm sure other countries will compete by mysidia · · Score: 1

    With Mandatory Closed Standards policy.

    That is: ban on the use of open standards (due to their lack of obscurity / good security protected by the secrecy of the standard)

  52. Re:A monopoly is a monopoly by A+beautiful+mind · · Score: 4, Insightful

    This is BS. Most proper standards define a way to extend the standard with "proprietary" extensions in a way that they are put forth by a company, added to a register and implemented to that "proprietary standard". For example OpenGL has a lot of these and it's an excellent breading ground for the "glacially slow" standard standards.

    HTML is a biased example because of it's history. The process has been subverted and it's broken, thanks to the early "web", large part in Microsoft and Netscape.

    Most innovations happen on a way higher level than document format standards, but if the need arises proprietary extensions can be defined for a document format, then that can slowly be worked into a new version of the main standard. I see absolutely no issues here with requiring openness. It doesn't stifle innovation one bit.

    --
    It takes a man to suffer ignorance and smile
    Be yourself no matter what they say
  53. Re:WTF are you doing? Damm Girl! by Anonymous Coward · · Score: 0

    Her profile only tells half the story.
    She's a dyke AND a transsexual.
    And, while I personally don't have a problem with the mahu persuasion as long as she can pass with flying colors, so to speak, a lot of guys might.
    And its not like I'm outing her, she's wearing it proudly as her username...

  54. Nah by Anonymous Coward · · Score: 0

    Successful troll is successful.

  55. Re:WTF are you doing? Damm Girl! by girlintraining · · Score: 0

    She's a dyke AND a transsexual[...]And its not like I'm outing her, she's wearing it proudly as her username...

    My dick is a foot long and sitting in the bedroom closet next to the leather harness. Imagine that next time you sit in your mother's basement with the lights off and masturbate -- it is the stuff of hetrosexual male nightmares.

    --
    #fuckbeta #iamslashdot #dicemustdie
  56. Re:like that solves anything by Thinboy00 · · Score: 1

    That's funny, patent encumberment is exactly what MS complained about upon being invited to join the WHATWG (the people responsible for HTML5 (W3C moved on to XHTML (apparently there's such a thing as XHTML5. WTF? (nested parenthesis (w00t!))))).

    --
    $ make available
  57. Re:Open is fundamentally more productive than clos by sleeper0 · · Score: 1

    Is this a trick question? Whoever offered the best kick-backs of course.

  58. docx from the comments by Charles+Dodgeson · · Score: 3, Informative

    I'm unable to understand the main post (too much legal and technical jargon for my largely forgotten Hungarian knowledge), but I can read many of the comments.

    Someone specifically asked about docx and a comment reply said that docx would be allowed because of the ISO decision (in which Hungary supported making docx an ISO standard). Both the query and response were from ACs, but the response certainly seems plausible to me.

    The story of Hungary's ultimate support for Microsoft in the ISO is a long and twisted tale which I was only able to partially follow.

    --
    Prime numbers are exactly what Alan Greenspan says they are -S. Minsky
  59. Re:Open is fundamentally more productive than clos by rtb61 · · Score: 2, Insightful

    Now would that be a country with 50 states and, for 49 of them closed standards are nothing more than an expensive overhead. Which in turns means that the federal government of that country in continuing to maintain closed standards means they are creating a bias in the system by penalising 49 states to fund 1 state. The reality is as standards open up so does employment and business opportunities. Closed standards just result in monopolies and bloated profits for a handful whilst the rest of the economy suffers.

    It is wildly inappropriate for one company to define and change at will the document standards for a whole country, at this stage of computer industry development it has been corruption that has allowed this craziness to last as long as it has.

    --
    Chaos - everything, everywhere, everywhen
  60. Re:A monopoly is a monopoly by Lorien_the_first_one · · Score: 1

    Exactly. I want my tax dollars paying for something that will survive the vendor. Documented vendor extensions of a file format are great as long as they become an open, unencumbered standard available for the government to use to solicit new contracts.

    This will still allow vendors freedom to make their own private standards for private use. But as soon as they get into government contracts, out comes the documentation.

    --
    The diversity and expression of human opinion is essential to human survival.
  61. Does this allow for TIFF? GIF? by filesiteguy · · Score: 1

    Though I like the idea - after all why do I need to buy/download a crap product like MS Word to read a document - there are many "standards" which aren't open. Word .doc format is one. So is .xls and even the commonly used TIFF G-IV (http://en.wikipedia.org/wiki/Tagged_Image_File_Format) commonly used by document scanning applications and GIF - http://en.wikipedia.org/wiki/Graphics_Interchange_Format - used by photographic apps.

    There's also DWF format for CAD files and MP3 for lossy sound compression. IIRC, those are not open either, but pretty much universal.

    1. Re:Does this allow for TIFF? GIF? by g4b · · Score: 1

      I used GIF in my photographic apps to store all my pictures, and now this damn closed format censored my colors!

  62. Re:like that solves anything by Jurily · · Score: 4, Informative

    Of course, the major players just redefine their file formats to be "open standards".

    In Hungary, we have a standards body that decides which formats are actually "open". Oh, and it's made up of engineers, not politicians.

  63. If using open source, supporting open source? by Anonymous Coward · · Score: 0

    I wonder how many engineers or how much money the Hungarian government will give towards open source projects... semms like mandating use of open source software would lead to a mandate to fund or support those projects with funds and personnel. JF

    1. Re:If using open source, supporting open source? by maxwell+demon · · Score: 1

      Open Standards != Open Source.

      You can implement an open standard with proprietary code.

      --
      The Tao of math: The numbers you can count are not the real numbers.
  64. Chicken Paprikash!! by tjstork · · Score: 2, Funny

    I, for one, am also very hungary for chicken paprikash and Hungarian sausages and stuffed cabbages...

    --
    This is my sig.
  65. There is a hidden cost. by tjstork · · Score: 1

    There is a cost to implementing a particular open file format. You either have to store your internal data structures to match the open format, thereby making it possibly more expensive for you to do those features that are not easily done in other format. Or, you have to build a transformative layer to go to the external open format, causing you to spend money such that you have to drop a feature.

    So... the consumer does pay for open formats, and that is why closed formats won out initially. It's just now open systems are "catching up" and vendors of closed system have run out of ideas that makes this difference less important. That, the whole problem of transforming one graph to another is much better understood in the mainstream than it was 20 years ago.

    --
    This is my sig.
  66. Yeah but OpenGL is dead. by tjstork · · Score: 1

    For example OpenGL has a lot of these and it's an excellent breading ground for the "glacially slow" standard standards.

    Yeah, but many gaming houses have dropped OpenGL in favor of DirectX, because OpenGL hasn't kept up.

    I see absolutely no issues here with requiring openness. It doesn't stifle innovation one bit.

    You have a developer spending time on making a standard compliant file format, or have a developer adding a new feature and dumping it into a file any way he wants. The latter guy will have better tools, and the former guy will be interopable, but with less features.

    --
    This is my sig.
  67. Re:like that solves anything by AceofSpades19 · · Score: 1

    The binary blob data is actually open, to some degree. I have to give Microsoft some credit on this one, they released the "standard" for the .doc format to the general public

  68. Now... by Anonymous Coward · · Score: 0

    ... if they could open source their language... =)

  69. before you all cheer. by timmarhy · · Score: 1

    MS makes lots of open standards software remmeber?

    --
    If you mod me down, I will become more powerful than you can imagine....
    1. Re:before you all cheer. by RPoet · · Score: 1

      OOXML is approved by ISO as an open standard, after all.

      --
      "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
  70. XML is Lisp with uglier parentheses by TheLink · · Score: 2, Funny

    XML is like Lisp, but with uglier parentheses. ;)

    --
  71. Re:Open is fundamentally more productive than clos by Zontar+The+Mindless · · Score: 1

    This from an obvious expert in the field, no less. :)

    --
    Il n'y a pas de Planet B.
  72. Re:Open is fundamentally more productive than clos by JohnBailey · · Score: 1

    Technically Closed standards can be understood and used by anyone/any program that implements them too. There are plenty of libraries out that that can read and write locked down file formats, such as the Biff-8 fileformat that used to be used by Excel.

    But are you differentiating between a file format and a standard, or just using the two terms interchangeably?

    --
    It is difficult to get a man to understand something when his job depends on not understanding it.
  73. Open Source is communism! by Anonymous Coward · · Score: 0

    There I said it! Now mod me down freetards!

  74. Re:WTF are you doing? Damm Girl! by Daengbo · · Score: 1

    it is the stuff of hetrosexual male nightmares.

    Not for all of us.

  75. Re:like that solves anything by Anonymous Coward · · Score: 0

    Fitting Slashdot quip below: "Old age and treachery will overcome youth and skill."

    Those engineers are appointed by or subject to politician mandate, who are currently owned by multinational business interests. Same goes for the media so they can be arrogantly corrupt.

    The standardization process will be subverted; if anything it was started now (soon before what by all rights should be a massive election defeat) to set boundaries for the process, appoint the right people and create red tape for a subsequent attempt at changing course.

  76. So how's that Russian mandate coming along? by smchris · · Score: 1

    Remember, for schools? Thought I read that it has been ignored.

    Basically, we can predict this will be an "interesting" year for Microsoft Eastern European Sales. Hungary will get a good deal on next year's contract.

  77. Re:Open is fundamentally more productive than clos by Anonymous Coward · · Score: 0

    This is a double bladed question and the answer is what the government should really be doing. I wish someone else, in Romania too, gets the model and tries to implement it. I also believe that governments should organize a specific yearly budget for opensource community grants and sponsor opensource national communities in a social manner.

  78. Open formats by ActiveMan · · Score: 0

    They don't say which open format must be used. They just say "explain me how your software represents my information".

  79. What do ASCII and XML have to do with openness? by Anonymous Coward · · Score: 0

    I love the way half the commenters seem to be in love with 7-bit ASCII, and seem to confuse a character encoding with a general data transport format and then confuse that with the concept of open protocols.

    ASCII is a character set and a corresponding encoding. It is completely inappropriate for use in anywhere but the US, and ridiculously limited even there. Let it just die already.

    XML provides one way to encode information using a standardized format. It competes with ASN.1, JSON, s-expressions, and dozens of others. The primary advantage of these over ad-hoc formats is the wide availability of ready-made, well-designed and fully tested parsing/generating toolkits. The cost of a new implementation is typically lower if a protocol uses these, but it is not at all a requirement for openness.

    Open intercommunication does not mean XML. Open intercommunication means that protocol documentation is publicly available. You won’t magically make a proprietary protocol open by choosing XML (or any other open format) for the transport—you open it up by fully documenting it. Not all open protocols use XML, and not all XML-based protocols are open.

    A protocol designer may choose to use XML encoded in ASCII. Or ASN.1/DER with strings encoded in UTF-8. Or they may make up their own fancy format and character encoding (MIME, anyone?). As long as they provide enough documentation so that anyone can fully implement their protocol, it remains open no matter what technical choices they made.

  80. what definition? by TheSync · · Score: 1

    An "open standard" is publicly available and either 1) royalty-free or 2) licensed in a "reasonable and non-discriminatory" way (RAND).

    If you go royalty-free, that rules out H.264 and HE-AAC in the DVB-T digital television standard. Somehow I don't see that happening in Hungary.

    In truth, almost all telecommunication standards are royalty-free or RAND licensed. All ITU standards must be.

  81. Re:Open is fundamentally more productive than clos by Anonymous Coward · · Score: 0

    Any bets they will use "Office Open(sic)" format then?

  82. Re:This is anticompetitive, IDIOT or SHILL by man_of_mr_e · · Score: 1

    Oh, please. C++ and JavaScript are languages, this is the equivelent of XML in the document format. The programs written in those languages is the data expressed by the language, ie the data contents and those are NOT standardized.

    And parts for a car is a VERY bad example, because other than nuts and bolts, most parts are entirely proprietary, and unique to that car, not standardized.

    How difficult is it to understand that if the document format is standardized, and you do not allow any kind of extension to that format, then you can no longer add new features of any kind to it? And when it comes to Office documents, no new document features typically means no new application features.

  83. TCP/IP by Anonymous Coward · · Score: 0

    I am from Hungary.

    We interpret this law as "build all communication over the TCP/IP and you are open enough".

  84. Re:A monopoly is a monopoly by man_of_mr_e · · Score: 1

    This is BS. Most proper standards define a way to extend the standard with "proprietary" extensions in a way that they are put forth by a company, added to a register and implemented to that "proprietary standard".

    Yes, they do. But that is irrelevant. What's wrong is that the open standards advocates are pushing to have open standards be the requirement, disallowing any and all extensions to the standard, meaning if you have a product that implements an extended standard, you are disqualified from submitting it in a bid, and a few countries have already taken the bait.

    What vendor is going to create a product that will intentionally diqualify them from government contracts? Very few, and certainly not big ones. That effectively means the development of that application is limited only to features that do not require storage in the document format.

    For example OpenGL has a lot of these and it's an excellent breading ground for the "glacially slow" standard standards.

    But there aren't any governments mandating the use of only standard OpenGL, and OpenGL has also been glacially slow to the point that many vendors stopped making OpenGL apps because they couldn't be sure if the etensions they needed were going to be present on any given system.

    HTML is a biased example because of it's history. The process has been subverted and it's broken, thanks to the early "web", large part in Microsoft and Netscape.

    I'm not even talking about that far back. Let's look at HTML5 and CSS3. The WhatWG admits that HTML5 won't be ratified as a standard until 2022.

    Most innovations happen on a way higher level than document format standards, but if the need arises proprietary extensions can be defined for a document format, then that can slowly be worked into a new version of the main standard.

    I have no problem with that either, so long as governments allow bids with such extensions. The problem is that open standards advocates are pushing governemnts to disallow that.

    I see absolutely no issues here with requiring openness. It doesn't stifle innovation one bit.

    Now you're being disingenuous. Certainly you can see how it stifles innovation at a little, this was alluded to in your comment "can slowly be worked into a new version of the main standard".

  85. Which is It? by Stormy+Dragon · · Score: 2, Interesting

    The article uses two phrase "open standards" and "publically-defined open standards" as though they are interchangable, even though there is a significant difference between the two. While making interfaces for IT publically available is a good thing, limiting everyone to a set of government defined standards is really a step backwards as it makes it impossible to innovate new interfaces.

  86. Re:WTF are you doing? by caluml · · Score: 1

    You'll be paying a female to wear latex, kick you around a bit, and tell you how worthless you are in a few years.

  87. Re:Open is fundamentally more productive than clos by Anonymous Coward · · Score: 0

    Uhhhh whatever one is easier to use...

    It's not rocket science, yet some people treat it as if it is around here.

  88. Re:like that solves anything by anon+mouse-cow-aard · · Score: 1

    That's the case right now. Random corporate entity with a strong interest in results will just ask itself: Who picks the engineers to be on the working groups? Who pays the engineers? Who pays those who pick the engineers? OOXML anyone?

  89. Re:Open is fundamentally more productive than clos by anon+mouse-cow-aard · · Score: 1

    Especially when the one state is Nevada

  90. Re:like that solves anything by eddy_crim · · Score: 2, Insightful

    Yeah your right we should just give up trying to demand open standards. Lets all throw our hands up in the air and burn our computers .... or we could take this as a positive move in what will be a very slow and torturous process

    --
    hmmm.
  91. Cryers beware! by Anonymous Coward · · Score: 0

    There will no doubt be people --people who claim that competition is good-- who will cry foul. This is bullshit! Open standards promote competition. The market is FORCED OPEN. The only people who hate this are proprietary, predatory monopolies who can't compete on a level playing field. They will cry out 'oh noes, its not fair to promote them over usssss' (phrasing sounding like Gollum intentional). They are all for fairness in the market, but are happy and cheerful to use lock-in tactics to keep others out. Really, it should be mandatory worldwide. Businesses always cry 'but the market will figure it out'. BULLSHIT! The market left on its own will fuck up badly (Examples: 1929, 2008). These are bad bad awful fuckups that the government had to fix (and they had to step in and fix a crapload of shit left by the market). The market needs regulation. Those who cry otherwise can take cues from their 1929 brethern, find a really tall building, grab hold of a handful of stock ticker tape, jump from the roof and let the tape save you. Make sure the building is high, more than 100 floors is best. There is no government regulation over milk in China. Look at the glorious results there! Not enough government regulation over captains getting drunk and piloting supertankers. Look at the Exxon Valdez as an example! Farmers can feed cows anything they like, no regulations. Look at Mad Cow disease as a great sign of how we don't need government regulation. But think of the profit!!! cry brainless fools looking for a quick buck. Let us sue your ass off, and make you pay for damages (in full) says me, let me kick you to the curb like Bernie Madoff's wife, and not just you but the whole board too, and see if you are thinking of big profits, or your next meal, and let that be a sign of where things need to go. Government regulations over digital content paid for by the government. Hell yeah.

  92. oh I mean... by g4b · · Score: 1

    the hands, not the head.

    Still, use the Preview Button.

  93. oblig from the plam9 fortunes file by DrSkwid · · Score: 1

    We lead by following standards - Sape Mullender

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  94. yang925@gmx.com by Anonymous Coward · · Score: 0

    There Seems to be a retarded debate about competition over open standerards. This doesn't make sense. Here is Why.

    Open Standards dont mean open source programs only. Other wise this would be unfair and anti-competetive. It simple means and open file standard. IE. Anyone can freely make/ use a program to use these standards. IE. ODF. Microsoft can use ODF, OpenOffice can use ODF ... etc. Meaning Everyone can use it or more competetion.

    This doesn't mean open source forever but it means i can read government documents with out paying microsoft $99 for microsoft word. Witch is important. It keeps people from being locked into a specific program. It doesn't hurt competition becuase there is more to a program than what type of file it saves. Interface is also a huge deal. Thus Open Standards Premote Competition and don't Hinder it.

  95. Re:Open is fundamentally more productive than clos by BradleyUffner · · Score: 1

    In the context of the orriginal post I don't see the difference.

    If a person understands and is capable of implementing something, of course it can be used in a program, regardless of the open of closed nature of the standard. If it's closed it may be harder to gain that understanding, but once the understanding is gained it can be used.

  96. Re:Open is fundamentally more productive than clos by JohnBailey · · Score: 1

    In the context of the orriginal post I don't see the difference.

    I was afraid of that..

    --
    It is difficult to get a man to understand something when his job depends on not understanding it.
  97. Re:Open is fundamentally more productive than clos by BradleyUffner · · Score: 1

    Please, explain the difference in the context of the orriginal post that I replied to.

  98. Re:This is anticompetitive, IDIOT or SHILL by uassholes · · Score: 2, Insightful

    Oh, please. How difficult is it to understand that if a protocol is standardized, you allow multiple parties to interoperate. If you want to add new "features" submit them to the standards body.
    Is that you Bill Gates?