It works surprisingly well in Nokia N9. I think games are also allowed to disable the gestures while the game is in non-paused state.
HN user
fi0660
Roy would probably replace occurrences of the word RESTful with RPC in the article:
http://roy.gbiv.com/untangled/2008/rest-apis-must-be-hyperte...
My understanding is that when the phone is idle, bars are commonly measured based only on the quality and strength of the incoming signal. The outgoing signal might be stable enough for a handshake but not for a call.
Of course the other possible explanation for full bars but no calls is that the network is busy.
Carries can save money by having less towers but by using higher transmit power. I have heard that this can show up as the phone reporting full bars, but not being able to initiate/receive calls due to insufficient transmit power in the phone.
I wonder if there are any recent published tests that show this claimed difference?
There is a long history of eating bark in Finland: http://www.genealogia.fi/emi/art/article43e.htm
I think the writer was talking about communication skills instead of country of origin.
At least I would think twice before applying again to a company, that hasn't previously answered my job applications in due time, so I definitely agree with the writer on that one.
I think a name sounding like "masturbator" is nicely aligned with their domain name: http://en.wikipedia.org/wiki/Homokaasu
For initializing lists there is a less verbose expression in Java:
List<Integer> list = Arrays.asList(1,2,3,4,5);