Posts0
Comments109
View on HN
No posts found.

Probably: our relatives ate them all! There's basically no corner of our planet, from the hottest volcanic ocean vent to the coldest ice at the poles, to the highest clouds in the air, where our relatives don't live.

Of course, it has taken us about 1/4 the lifetime of the entire universe to get this far, so YMMV. :D

#FF4A00 13 years ago

Am I the only one pained that none of the favicon, the "KNOOP" title, the links on the right, or the article's hyperlinks matched #FF4A00, or even eachother, even before I saw it? :D :D

Accomplishment is nice, but there's a lot more to it than simply working hours. A consistent thing: long hours without consideration of whether you could do even better with a change in process are always a mistake.

If you're doing the work in a situation where adding staff or changing commitments really will not help you, by all means, continue to work, and find whatever tricks you need to stay focused in that time.

Edison had a whole company helping him do his work, and I bet the best of piano players have a cleaning lady, a chauffeur, and a specialist in tuning pianos all helping them to spend more time mentally preparing (including via sleep) and with hands on keys.

Many of the extinctions we see today are erasing genetic sequences that will take far more than another 4 billion years to develop again the natural way.

I suspect that the cost incurred by changes in the weather itself is irrelevant compared to these losses.

C No Evil 15 years ago

Reminds me of Sony... Perhaps they had this someplace: #define rand(x) 4

I talked some folks into using JSON output for a tool, and am now in the midst of fixing both ends so that the output is valid JSON, instead of a newline delimited file with JSON on each line.......

Most of the interesting GUIs today are web sites, which he uses...

Anyways, I think icons are overrated, and the text hyperlink rules the universe.

What's a Closure? 15 years ago

And it is important to remember that all functions in JavaScript can (and some say "should") be defined this way.

    var c = 2;
    var f = function (x) { return (2 * x); };
    var g = function (h, x) { return h(x); };