Detronizator.org
«Consider yourself Perfectible makes you Perfect!»
«Consider yourself Perfectible makes you Perfect!»
Apr 12th
Mar 30th
Show this to as much peoples as possible. It probably something some informed/smart people already know, but I admit that having someone making a video of it, makes it more “rememberable”, so more effective on (my) future behaviour.
I’m cheese? I’m controllable through videos? Possibly, but in this case I’m OK with that.
More at: The Story of Stuff.
Mar 28th
I was writing some code to react at a textarea.onKeyUp. I take the size of the current textarea.val().length, update an element and do some other stuff.

The first version of the code looked like:
$('#message').keyup(function(e){
$('#chars_num').html( new_len );
$('#sms_num').html( Math.floor($('#message').val().length / 161) +1) );
});
Working good, but was clearly slow: every keystroke was “giving back the cursor” too slowly for a fast typer like me. I went to take a look at twitter, and their text box was WAY FASTER.
More >
Feb 17th
I’m going to make a simple point. And because people that know me think I’m a “unfair-Google-aficionado-that-doesn’t-see-how-evil-Google-is”, I’m going to use Android as victim here.

Other OS? I’m not even taking into consideration old stuff like Symbian: is just too easy to trash it now-days (Qt is a whole different story though).
More >