I finnaly took the time to publish the (Broadway) slides of my OSDCfr 2010 talk about Dancer.
Check them out, it’s Dancer powered!
I will press many keys on my keyboard causing an implementation to occur.

Wow. This year, OSDCfr was a pretty impressive event to stop by. There were many interesting people, such as Tom Preston-Werner – GitHub‘s CTO – who did a talk about… well, git, surprinsigly.
From my perspective, the event was even more exciting than I could expect, because I discussed a lot about Dancer, with many people. So I won’t cover the whole event in this blog entry, but I’ll focus on what happened around Dancer.
auto_reload bug (so it only appears when you start your Dancer app in the development environment with auto_reload set). I was already planning to drop the auto_reload feature, had pretty good reasons to do so, and now, I have just the proof maintaining it is just a pain in the ass. No need to wonder why the Sinatra team also decided to drop that kind of feature from their core. We’ll make a plugin for those who want to still use it, but definitely won’t maintain it in the core.

Posted in Programming
The schedule for OSDCfr has been published last night.
My talk about Dancer will take place saturday afternoon, just after Ingy döt Net‘s talk about YAML, TestML and C’Dent.
Ingy is the special guest of OSDCfr, he’s one of the YAML authors and is involved in many projects regarding programming languages.
It’s quite impressive to speak just after him, I hope I won’t look too amateur ;)
Now it’s time to start working on the slides!
Posted in News
I’ve just published a new version of Dancer. It’s basically a PSGI/Plack support release but also provides a new piece of sugar: the bootstraping helper.
One can now create a new application from scractch with a single command, as explained on the website.
A big thank to Tatsuhiko Miyagawa who helped me when I was working on the PSGI/Plack support and to Sebastien Deseille who worked on the helper script.
Next step is to write some documentation about the Apache/PSGI integration and prepare the slides for the upcoming OSDCfr event where I’ll be talking about Dancer.
Posted in Programming