ajani Bem Jones-Bey
Jaikus from ajani
Saturday, 13 December 2008
Monday, 8 December 2008
Thursday, 4 December 2008
Monday, 1 September 2008
-
I don't know about that, since earlier versions of MediaTomb had problems streaming some file types to the PS3, but as time went on, they fixed the problems that I had seen. I think I tried TwonkeyVision back when I was looking for ways to stream, and I don't think it worked very well with the PS3. So I'd say that MediaTomb is probably worth the effort to compile.
Saturday, 30 August 2008
Friday, 18 July 2008
Thursday, 17 July 2008
Thursday, 10 July 2008
Tuesday, 8 July 2008
Wednesday, 2 July 2008
Tuesday, 17 June 2008
Tuesday, 25 March 2008
Monday, 24 March 2008
-
Well, YAML doesn't force you to write things in the line delimited format, you can happily use braces and mush it all together. (You do know that JSON is a subset of YAML, right?)
I'd be tempted to say that if you want a config file that you have to delimit with lines, perhaps the Java properties file format or the windows ini file format might be good. They're insanely easy to parse, and are easier for people who don't know the format to grok. (Complex YAML files are positively close to line noise, if you don't know all the delimiters)