Creativity
We’re gonna need a bigger marker
Science
Computing
Microsoft launches free Office web apps
An oral history of Unix
Introduction to numerical programming with C#
Autism, Apple, iPhone, MacBook, and Life
Education
Higher education’s bubble is about to burst
Photographs
A friend’s photos from White Sands, NM:




{ 3 comments… read them below or add one }
Graham 06.12.10 at 08:21
Just read your C# numerical programming post. Shouldn’t the line “The C constant DBL_EPSILON is the smallest positive double precision number x such that 1 + x does not equal x,” read, “The C constant DBL_EPSILON is the smallest positive double precision number x such that 1 + x does not equal __1__” ?
John 06.12.10 at 08:33
I made the same typo on my blog and corrected it there, but I forgot to correct it in the Code Project article. Thanks for letting me know.
Graham 06.12.10 at 09:06
You’re very welcome. Thanks for all the great stuff you publish in a variety of forums!