Viewing profile — cthom06
cthom06
HN member- Joined
- Thu, May 16, 2013, 1:35 PM UTC
- HN karma
- 11
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About cthom06
No profile information was provided.
Recent public activity
-
comment
Comment #6769141
Perhaps I should've said biologically, as the article did. The point is that when you say one class of people (females) isn't represented in an industry because "they just aren't b…
-
comment
Comment #6769005
Except that many different countries have a similar cultural attitude towards females. And again, taking a correlation between gender and math scores and extrapolating a genetic pr…
-
comment
Comment #6768937
I'm sure black people just aren't genetically apt for STEM either? Just because there's evidence for a correlation between gender and math scores doesn't mean there's a genetic rea…
- comment
-
comment
Comment #6737543
Why not just use a regular outlet timer?
-
comment
Comment #6496270
Botnet fraud is, umm, fraudulent? You're creating false information in order to get paid for a product (conversions) you did not deliver. Algorithmic trading doesn't do anything li…
-
comment
Comment #5820620
Oh look, another badly written, anecdotal piece on NDEs. Without sources.
- comment
-
comment
Comment #5757727
Yes it is a single codepoint. Normalization is a whole other issue, and a much less trivial one.
-
comment
Comment #5757412
I commented on the article, but here as well. When dealing with unicode in Go you should be converting strings to []rune
-
comment
Comment #5718532
You can still use mmap/equivalent to allocate executable memory and package unsafe to use it; the difference is that the memory allocated normally by the runtime won't be executabl…