Viewing profile — jhaywood
jhaywood
HN member- Joined
- Wed, Aug 22, 2012, 9:24 PM UTC
- HN karma
- 71
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About jhaywood
No profile information was provided.
Recent public activity
-
comment
Comment #7310124
Don't they know that if you want to open source something but don't want any contributors you're supposed to use GPL v3 with a CLA?
-
comment
Comment #7076998
Except for experimental, which isn't even a coherent system, all of debian's branches are relatively stable. For personal desktop use I find unstable (Sid) to be just fine. I know …
- comment
-
comment
Comment #7058824
This is always a canonical example for Erlang. For example the game servers for Call of Duty rely on Erlang. http://www.slideshare.net/eonblast/an-erlang-game-stack
-
comment
Comment #6944665
Fantastic! If only I could write Excel macros in vb.net
-
comment
Comment #6943434
Unless they actually are a VB programmer and And doesn't short circuit.
-
comment
Comment #6942462
That's not true. At least in SML every function only takes one argument. If a function has an arity higher than 1 it is because it take a single tuple as an argument. But you can't…
-
comment
Comment #6777027
I say it's not what people expect because everyone emphasizes the "fixed length" rather than "blank padded" nature of CHAR. CHAR is only actually a fixed length if you actually ens…
-
comment
Comment #6775073
But the semantics of CHAR are not what most people expect and almost never what you actually want. If you want an actual fixed length of non-blank data you need an additional check…
-
comment
Comment #6451889
The same criticisms are leveled at the standard model of physics. You're right that it's hard for a theory to be falsified if it can be molded to fit any data. But it still does ne…
-
comment
Comment #6451300
Science is never required to be "provable". Scientific theories should be "falsifiable". Those are not the same thing.
-
comment
Comment #6432973
Microsoft had trouble getting people to run Windows in their living room. They had no trouble getting millions to put PC hardware in their living room as evidenced by the XBOX.
-
comment
Comment #6370216
I agree, mathematics is still the best tool we have for actually understanding these things.
-
comment
Comment #6368803
I guess nobody ever thinks of Excel in these cases? I've heard it's used sometimes for calculations. It doesn't need to do destructive updates to intermediate values.
-
comment
Comment #6368770
I think you're hitting up against something that is very subtle and it speaks to the fundamental nature of what it means to compute something. I think you can gain a bit of insight…
-
comment
Comment #5881385
The internal electrical resistance of your tissues is a lot lower than the resistance provided by your skin. If you puncture your skin with electrodes a 9V battery can generate eno…
-
comment
Comment #5763737
As a non-commissioned retail salesperson in a previous life, giving honest and helpful recommendations and trying not to annoy people that don't need help, was the only pride to be…
-
comment
Comment #5687221
Make sure you're not confusing resignation with contentment.
-
comment
Comment #5564981
I wouldn't say that futures markets make the price of a commodity less volatile. They do however let you lock into contracts at certain price levels to let you manage your risk in …
-
comment
Comment #5456503
From what I learned of math, all mathematical algorithms are eventually refactored until they are "trivial". Trivial is a mathematician's favorite word.
-
comment
Comment #4636864
While at the end of the day being consistent is always the most important thing, I don't agree with prefixes in database names. If you're not going to be accessing the data using s…