Comment Re:Ubuntu is my desktop (Score 1) 463
Actually the registry is being used less and less in Windows too, .NET has a really nice api for reading/writing config files stored as xml.
I'm not sure tho that xml is that optimal for doing hand-editing of xml files, I liked the format of apaches config files. Xml can get quite bloated and hard to read if it contains too many attributes etc.