Comments [0]
Aug 12
Over 75? Time to go!
ARE the programmers of Apple's iPhone trying to tell senior citizens it's time to go? We hope not, although its inability to keep track of birthdays for people over 75 suggests otherwise. It seems they have limited the iPhone to events that repeat no more than 75 times - and the iPhone counts each birthday as an event, even if it was in the past. They created this rule before adding the birthday tracking feature, evidently forgetting that grandpa might be keeping track of grandma's birthday, not just the grandchildren's.
via newscientist.com
Comments [0]
Aug 6
LIFE : The Platinum Anniversary Collection. 70 Years of extraordinary
photography
Two photography books
Purchased these two photography books. The World's Top Photographers, Photojournalism
LIFE : The Platinum Anniversary Collection. 70 Years of extraordinary
photography

Comments [0]
Jul 23
The art of commenting!
6.
5.
4.
3.
2.
The Art of Commenting (Humor)
The art of commenting!
The best code comment seen in source code ......
7.
/// <remarks>
/// The point of this is to work around his poor design so that paging will
/// work on a mobile control. The main problem is the BindCompany() method,
/// which he hoped would be able to do everything. I hope he dies.
/// </remarks>
/// The point of this is to work around his poor design so that paging will
/// work on a mobile control. The main problem is the BindCompany() method,
/// which he hoped would be able to do everything. I hope he dies.
/// </remarks>
6.
// I dedicate all this code, all my work, to my wife, Darlene, who will
// have to support me and our three children and the dog once it gets
// released into the public.
// have to support me and our three children and the dog once it gets
// released into the public.
5.
return 1; # returns 1
4.
/* This is O(scary), but seems quick enough in practice. */
3.
/*
* You may think you know what the following code does.
* But you dont. Trust me.
* Fiddle with it, and youll spend many a sleepless
* night cursing the moment you thought youd be clever
* enough to "optimize" the code below.
* Now close this file and go play with something else.
*/
* You may think you know what the following code does.
* But you dont. Trust me.
* Fiddle with it, and youll spend many a sleepless
* night cursing the moment you thought youd be clever
* enough to "optimize" the code below.
* Now close this file and go play with something else.
*/
2.
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
//Now, God only knows
1. AND THE NUMBER ONE
// Magic. Do not touch.
Comments [0]








