Solo queria acotar que la cancion “Say it Right” de Nelly Furtado, en cualquiera de sus dos mil versiones de remix, o version original, es demasiado pegajosa, quizas la mejor cancion que Nelly Furtado vaya a sacar en su carrera, demasiado depinga.
Related Posts
X-Men III – The best of the 3
I went yesterday to the opening of X-Men III, and I found it as the best of the 3 movies (Wish it had been this way for the Matrix, my favorite is the second, the third had a too simple ending) I was expecting a lot from the Da Vinci code, but they couldn’t make […]
JavaScript: Get how many digits are there in a decimal number
/** * 1 + Floor(LogBase10(number)) * */ function digits(n) { return 1+Math.floor(Math.log(n)/Math.log(10)); } Yes, javascript doesn’t have a Math.log10() function. I tried doing it by dividing by Math.ln10 constant but the function won’t return the correct number of digits when you pass numbers like 100,1000,10000,etc. So I just divided by Math.log(10) and it seems to […]
My First Article to get Popular on Digg.
My First Article to get Popular on Digg. Originally uploaded by Gubatron. Thanks to musicaymas on plurk I found about this black dot that shows up on the top left corner of Gmail. I took a couple of screenshots of it www.flickr.com/photos/gubatron/2636812888/?hasignored=1 and posted the link on digg, 12 hours later it was on the […]