Australian Stats Agency Goes Open Source
jimboh2k writes "The Australian Bureau of Statistics will use the 2011 Census of Population and Housing as a dry run for XML-based open source standards DDI and SDMX in a bid to make for easier machine-to-machine data, allowing users to better search for and access census datasets. The census will become the first time the open standards are used by an Australian Federal Government agency."
I'm perplexed why people continue to use XML when there is YAML. What is it that makes XML so attractive as a durable format? it's not human readable in a practicale sense, and YAML very much is. Since it's delimeters are comlicated and variable, It's harder to parse in ad hoc ways than yaml (line and white space) which means that for rapidly extracting things there are no shorcuts to instantiating a whole document. It's hard to grep. And both formats can fully do the other ones job so they are interchangeable.
Some drink at the fountain of knowledge. Others just gargle.
"The census will become the first time the open standards are used by an Australian Federal Government agency."
Really?
http://xena.sourceforge.net/
Australia is openly embracing census data and enhancing it's availability.
Canada's government is going out of its way to prevent census data collection.
134340: I am not a number. I am a free planet!
Munich Linux migration is "dead - abandoned in all but name."
Last I heard it was a migration to open source and they were successfully using open source desktop applications. The operating system may be Windows rather than Linux but this still seems to be a victory for open source. On the desktop the applications are far more important than the operating system.
When is it ever desirable for indentation to not match the logical structure of a program?
The only possible reason I can come up with is if you're intentionally attempting to obfuscate your code.