Burning a cue file on OSX
Well, Toast and Burn seem to both be completely stupid about how to burn a .cue file (e.g. the new Zeta live CD) on OSX. Command line to the rescue.
Install cdrdao (I used Darwin Ports, but it is also in Fink or you can go with the source from the project website). Switch to the directory containing the zeta.cue, zetaboot.img, and zetacd.img files and issue the following command:
# sudo cdrdao write --device IODVDServices zeta.cue
[tags]osx,zeta,cdr,burn,howto,mac[/tags]