ISO, W3C, OOXML/ODF: How do tech standards impact you?
July 30, 2009 12:17 AM Subscribe
What's your stake in international tech standards and OOXML?(I'm working up a thesis and I could use some input from the computer literate world)
Ok, so I'm getting set to do my masters thesis in Public Administration, and I've decided to write about the wonderful world of international standardization-- mostly ICT(read: tech) standards (eg. HTML5, CSS3, domain naming/registering rules via ICANN, OOXML, ODF, PDF, anything from IEC ISO IEEE JTC1, etc.)
One area that I am exploring is output legitimacy in the standardization process. I have a pretty good theory, but I need some ideas about where to investigate for evidence...
This is where you come in. If you feel inclined, shout out about any of the following:
Why are standards important(to you)?
How have ICT standards impacted you/your job?
Are there International standards you have resisted implementing at your job or on a project? why?
Any first-hand accounts of political manipulation of the standards development process.
What's your take on the OOXML/ODF controversy? How will it impact you/your work? What long-term effects do you think the controversy will be?
Much thanks all,
Tom
posted by trcook to technology (3 answers total) 2 users marked this as a favorite
Standardization of connectors on motherboards enables competition between (for example) Intel, ATI and nVidia on price/performance; and between RAM manufacturers on price.
Standardization of the PDF format means I can get tools and software at substantially lower cost than Adobe's tools.
Standardization of USB and USB devices means I can plug a mouse, keyboard, memory stick, portable hard drive, or digital camera into pretty much any computer and have it work immediately and correctly; USB devices such as printers and usb-serial adapters need drivers, but subject to that usually work pretty easily.
On the other hand in the area of computer video, there are a great many 'standards' and pieces of software, some of which are 'extensible' or 'container formats', some of them patented or with license fees - it can be a gigantic pain in the ass and there's pretty much no software out there that properly implements all the 'standards', and no file/data format out there that works everywhere.
Of course, that's partly a technology issue. If we'd established a universal computer video standard 10 years ago no-one would be using it nowerdays because it would be obsolete.
Are there International standards you have resisted implementing at your job or on a project? why?
1. Costs/benefits of implementing insufficient (In particular for big/complex standards). I once needed to import some simple line graphics; I considered the SVG standard, but it's a very complicated standard and all I wanted was a line linking a bunch of x,y points.
2. Standards that aren't very good, or aren't sufficient for a given application. For example, NMEA-0183 for interfacing with consumer GPS receivers sends position information including height, ground speed, and ground angle - but no vertical speed.
3. Standards where there's a better standard available. For example, RTCM 3.0 improves on RTCM 2.3 in several ways which make it better and easier to implement.
What's your take on the OOXML/ODF controversy? How will it impact you/your work? What long-term effects do you think the controversy will be?
I'm not all that concerned about open source politics. What matters to me is "Will the recipients of this file be able to open it?", "Do I have the tools and ability to produce this type of document", and "Will I be able to open this document later without my data, styling, and whatnot being lost?"
For me this means PDF for recipients who don't need to edit the document, and .doc/.xls for myself and recipients who do need to edit it.
posted by Mike1024 at 2:36 AM on July 30, 2009