Related Posts
N95 – 2 years later
I got this phone on August 1st, 2007, this is how it looks now, 2 years later. I’m still doing my research on what phone I should get. How it looked the first day (August 1st, 2007)
Droid vs Nexus 1: Who can calculate MD5 faster?
Nexus 1 indeed. 17 files get their MD5 calculated on the Droid and 17 files get their MD5 hash calculated on the Nexus 1 Nexus 1 pwns. Here’s the code in case you’re curious. [java] public void onClick(View v) { _logTextView.setText("MD5 Benchmark on " + Build.DEVICE + "nn"); if (GlobalVariables.APP_CONTEXT == null) GlobalVariables.APP_CONTEXT = getApplicationContext(); […]
Analizing a succesful “Digger”
How many times have you tried to get a story on digg.com and it just won’t get anywhere, but then you see stories submitted only 45 minutes ago, and they’re already on the home page? I decided to take a look at the profile of a successful digger and analize him a little bit. It […]