fink: BOOST_FOREACH

One more addition to Fink from me: BOOST_FOREACH. This is one of my favorite extensions of C++. It lets one to iterate over virtually anything that can be iterated, while still being extremely effecient.
Here is a very nice introduction to Boost.Foreach.
(If you don’t know…) Fink is a project that brings the full world of Unix [...]

lighttpd package in fink

I have my first package officially included in fink-unstable, today: lighttpd 1.4.13 (it might take several hours before this link will have information).
Feel free to test it and drop a comment to me
If you are using unstable distribution, it should be as easy as:

fink selfupdate [to [...]

MySQL AB :: Using the New MySQL Query Profiler

Robin Schumacher wrote an article about the new feature of MySQL 5.0.37: Using the New MySQL Query Profiler
this is definitely something worth reading and using. I wonder, if such thing could be integrated in symfony’s debug-toolbar