Comment: Re:Average speed cameras (Score 2, Interesting) 483
Comment: Average speed cameras (Score 1) 483
Comment: Re:Um... shouldn't traffic lights come first? (Score 2, Interesting) 483
Comment: Re:escalators too (Score 1) 698
Speaking of stairs and escalators, England really needs to catch up on this one. When I was riding the train there I kept having little old ladies ask me to carry their luggage for them up the stairs. I can't imagine what wheelchaired people do.
They have to plan their journeys around accessible stations, just like in the US. Incidentally, the "Stand on the right" notices all over escalators on the underground are supposed to (and generally do) achieve exactly the the effect that you describe. Oh, and you should probably have offered to help the old ladies before you were asked
Comment: OS X / Linux (Score 1) 434
Comment: Re:Flamewar imminent (Score 4, Funny) 572
Comment: Re:I hope you're joking (Score 1) 122
Comment: Re:If only... (Score 1) 220
Kudos to egg.
Comment: Re:Unexplained Achievement "The Maker"? (Score 1) 1582
Comment: Re:Unexplained Achievement "The Maker"? (Score 1) 1582
Also, how are you computing the total number of Achievements? If you add up my achievements (and if I add the powers of two I get closer) but it doesn't come out to be the number you posted.
Rounding errors, gets them every time...
Base 4 works for me. Anyone else?
Comment: Re:Unexplained Achievement "The Maker"? (Score 1) 1582
More problematic would be an achievement for having achieved nothing. That's when Bertrand Russell would come knocking.
+ - gcc says -10==10-> 6
int main( void )
{
int i=2;
if( -10*abs (i-1) == 10*abs(i-1) )
printf ("OMG,-10==10 in linux!\n");
else
printf ("nothing special here\n") ;
return 0 ;
}"
Link to Original Source