Pages

Wednesday, December 15, 2010

How to fix "Error: foursquare.com timestamp refused. Check system clock?"

For Barriorsquare on N900, you might stumbled with this error "Error: foursquare.com timestamp refused. Check system clock?" when you try to sign-in to you Foursquare account.
Reason - This is due to foursquare.com requiring all requests to have a timestamp in them, and that timestamp must be within 10 minutes of foursquare's server time. This error means that the timestamp that was sent with your request is out of this range. Check that your device's time is set as close to a reliable source as possible and try again.

So try to reset you clock in setting menu.

Tuesday, June 29, 2010

What It's Like to Own an Apple Product


I saw this hilarious comic from one of the post in The Oatmeal. Some people just couldn't resist the temptation of getting a new shoes. Well others can't resist to own one of those slick Apple product. Anywhere, click on the picture for the rest of the story. 

Blogger Improvement

For the past 3 or so months, there were several updates on Blogger features that lead into user experience improvement. So today I decided to use some the Blogger new features. As expected not only it changes how the blog looks and behave, it also overides all customization (personalization ) that I made.

Wednesday, January 20, 2010

How to get the latest sources from subversion (SVN)


In software development, Subversion (SVN) is use to maintain current and historical versions of files such as source code, web pages, and documentation. Let say you need to work on a project that requires you to download the source code from the subversion. Here how it done...