Re: iPad, iPass. By Andrew Fischler
This is the response to my post “iPad, iPass” by Andrew Fischler. I’ve tried to counter some of your points…
This is the response to my post “iPad, iPass” by Andrew Fischler. I’ve tried to counter some of your points…
Dear Ryan here’s my response to your piece on YouTube Users Passing on movie rentals It’s been only 48 hours…
Beautiful device, beautiful looking software but way too expensive for the minimum storage capabilities that a multimedia/gaming device should have.…
Disclaimer: I fucking hate communism, but I’m a card carrying member of the conspiracy-theorists club. My disclaimer is because recently…
/** * 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.…