I Raised Funds

Two days ago, there was a nice surprise waiting for me in my inbox : a notice from Paypal telling me that someone had tipped a few bucks in, using my Paypal "Sponsor me I'm doing cool plugins" button (which appears only on plugin pages, if you want to try it:) It's been the first donation I've had so far…

Adsense to RSS Problem

My Adsense Earnings to RSS script has stopped functionning a couple of days ago, since Google modified the pages my script parses to generate an RSS feed. Stay tuned : I'll update my script later on within the next few days when I have a moment. Sorry for the inconvenience peeps !

Some guy had a fun idea : modify his wp-comments.php so this file would write back 47 MB to spambots that try to POST something into it. Waste of bandwidth or ultimate answer ? Apparently he got completely rid of spam in a few days :)

#

Last.fm Stream Ripper

I just found about last.fm-ripper, a Perl CPAN module that saves last.fm radio streams to individual mp3's. How cool does that sound ? The readme even says that with a proper MP3::Tag module, mp3 files are saved with correct ID3 tags, which I haven't tried yet. Usage is cake easy. Once the archive untarred, you just : Sounds great, except…

Last.fm's player really badly needs an extra feature : a "ban this artist" button, right next to "ban this track". Like, it makes sense I have to click every time on this button every time I hear Moby in the "Similar to Metallica" station. Moby, damnit. What the hell does it have to do with Metallica ?

#

Profiling PHP Scripts with Xdebug

I've started to play a bit with Xdebug, a PHP extension that's designed to provide profiling information for PHP scripts and script execution analysis, amongst other things. This is fun, this is interesting, and this is invaluable when you really want to optimize the last bits of a script or a function. My test install is running XAMPP on Windows,…