Viewing profile — kmcgivney
kmcgivney
HN member- Joined
- Thu, Jun 11, 2009, 2:45 PM UTC
- HN karma
- 67
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About kmcgivney
No profile information was provided.
Recent public activity
-
comment
Comment #1183673
Relatively popular on the border of Nunavut and Manitoba though.
-
comment
Comment #1127335
Towards the end of the article, he reaches a conclusion about the importance of regional self-sufficiency which I don't understand at all. Firstly, because it has seemingly no conn…
-
comment
Comment #1068350
This reminds me somewhat of the tours they give around Belfast, showcasing the murals in the Catholic and Protestant neighborhoods.
-
comment
Comment #1057023
This book is a little controversial among lispers. There was a discussion about it recently on c.l.l. http://groups.google.com/group/comp.lang.lisp/browse_frm/thr... I'm thinking a…
-
comment
Comment #1021199
I suppose someone out there disagrees with you.
-
comment
Comment #1021175
In this case, that would be "DH3" according to the article. Contradiction with no supporting evidence.
-
comment
Comment #1000903
A bit of a nitpick, but no stealth bomber has ever been shot down. That was a stealth fighter.
- comment
-
comment
Comment #941820
Nice troll. Isn't Hacker News written in lisp? EDIT: HN is written in Arc. You're saying that there's "little you can usefully do with LISP" on a site which was written in lisp.
-
comment
Comment #928176
I didn't like the butnth. I get an allergic reaction to append. Blame Ken Tilton. (defun shuffle-in-place (l) (cond ((null l) nil) (t (rotatef (nth 0 l) (nth (random (length l)) l)…
-
comment
Comment #899444
You are right. The Sabermetrics used in baseball by teams like the A's gave them an advantage over their competitors in 2000, but it would be crazy to think Theo Epstein and Brian …
-
comment
Comment #863052
In the article, the most staggering bias was white women's preference for white men, but also the general preference of women towards white men. Given that these stats are coming f…
-
comment
Comment #841331
Too late. MLB.com, the only site I cared about using Silverlight, dropped it last year in favor of Flash.
-
comment
Comment #826039
I am particularly amused by this guy's ranting about hygiene and macros. I have written quite a bit of lisp, and debugged plenty of macros, and once you have some experience with g…
-
comment
Comment #825863
The OP was a followup to the article you cited. Is that what you meant to say?
-
comment
Comment #789406
I've noticed this with chess pieces. Play on a cheap unweighted plastic set, it feels a lot different than playing on a heavily weighted one.
-
comment
Comment #775112
That's the kind of password an idiot would have on his luggage!
-
comment
Comment #775102
How about those AT-ATs the empire used on Hoth? All you need is some rope and they fall over?
- comment
-
comment
Comment #730295
That's a really good article.
-
comment
Comment #729997
That conclusion is a weakly implied by the research (at least the way it was explained), which was based on "a computer model of how a crowd of people move across a confined space"…
-
comment
Comment #708017
Maybe he is concerned about the relative popularity of HN in Kyrgyzstan?
-
comment
Comment #706210
While you are correct that the population of the USA is around 300 million, the population of the UK is roughly 60 million. Of course both numbers are presumably more than the "tar…
-
comment
Comment #664996
OK, so I'm wondering how fast would the quarter have to travel to actually shrink to the size of a dime, based on special relativity?
-
comment
Comment #653619
I think it's simpler to go this route: If S is the sum of f(i)10^(-(i+1)), then you could break up that sum into two other sums (using the fibonacci relationship), express them in …