I’m currently working on the software (called CCCash) which will be used to sell the tickets at the Chaos Comunication Camp 2007. During the development process we had a strange bug which we couldn’t really figure out. Pandur, who is also working on the software and who is more experienced than me in terms of RoR used breakpoints to figure this one out. I haven’t read the Pragmatic book this far so I didn’t know that this was even possible. It worked just as you would expect it. See the Ruby on Rails wiki for more informations. The more I dig into Ruby on Rails, the more I like it.
SelfHTML auf dem Chaos Communication Camp
Eben erst in meinem Feedreader entdeckt: SelfHTML WebDevVilage auf dem Chaos Comunication Camp 2007
Ich bin auf dem Camp und werde wohl mal vorbeischauen – vielleicht interessiert es ja auch den einen oder anderen meiner werten Leser. Lohnt sich sicher!
Trick 17 für »Gefährder«
Aus der Micky Maus.
Reading man pages in Preview.app
This is a neat little command line to open man pages in Preview.app:
man -t bash | open -f -a /Applications/Preview.app
In fact its converting it to a PDF file. I just tried it and its a lot better to read and search than in the Terminal.app.
Found on bitfever.de
MacPorts Quicky
If you ever wanted to know what ports are actually available through MacPorts check out their trac site at http://trac.macosforge.org/projects/macports/browser/trunk/dports
That’s it for now.