Viewing profile — kevinkemp
kevinkemp
HN member- Joined
- Wed, Jul 13, 2011, 6:58 PM UTC
- HN karma
- 16
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About kevinkemp
No profile information was provided.
Recent public activity
-
comment
Comment #3659193
I'm not sure that the math doesn't work out. I'd think that 80% of the part of the military that actively engages in combat is well below 5% of the population. I'd consider it obvi…
-
comment
Comment #3582649
Exactly. The key difference is how advanced the statistics that matter are in the different sports. Only very advanced stats will really tell the story in basketball whereas it is …
-
comment
Comment #3581092
By most statistical measures, the Lakers are an elite defensive team. They allow only 0.458 efg% and 101 points per 100 possessions. I'm not exactly sure where that rates overall i…
-
comment
Comment #3249213
I wouldn't lump named parameters and defaults together like that. They're completely separate concepts.
-
comment
Comment #3249205
If your method only has one responsibility, the chance that you need to "hide" any code is almost nonexistant.
-
comment
Comment #3248420
Not that I agree with his proposal, but youre assuming that someone wouldn't pirate something that they weren't willing to pay money for. That almost certainly isn't true for a sig…
-
comment
Comment #3182184
The real failure that opened you up to this race condition is naming. Initial is not specific enough and thus colided with another variable, that was also not named specifically en…
-
comment
Comment #3004515
Although your point on efficiency stands (at least with data structures that have to reshuffle contents on deletion), the type of loop that you use has nothing to do with the order…
-
comment
Comment #3004413
Actually, you will never delete the final element with that code. I think what you meant was: for (int i=this.MyControl.TabPages.Count; i > 0; i--) { this.MyControl.TabPages.Remove…
-
comment
Comment #3001060
What do you mean by "relatively easy to create"? If anything, I'd say that an MMORPG is probably the hardest (and most time consuming) genre of game to create.
-
comment
Comment #2913385
I can appreciate continuancy of mind, but red squiggles shouldn't be a deterrant to that. Rather, it is simply saving you the step of compiling before giving you information. You c…
-
comment
Comment #2760155
What you just described is the opposite of targeted advertising. Advertising, in general, can be disruptive, but targeted advertising is definitely better than random advertising (…