Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cthom06
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
cthom06
13y ago
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 born that way," what differentiates
2.
▲
by
cthom06
13y ago
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 predisposition of a gender to fail in an entire class of indus
3.
▲
by
cthom06
13y ago
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 reason for the disparity.
4.
▲
by
cthom06
13y ago
Why not just use a regular outlet timer?
5.
▲
by
cthom06
13y ago
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 like that.
6.
▲
by
cthom06
13y ago
Oh look, another badly written, anecdotal piece on NDEs. Without sources.
7.
▲
by
cthom06
13y ago
Yes it is a single codepoint. Normalization is a whole other issue, and a much less trivial one.
8.
▲
by
cthom06
13y ago
I commented on the article, but here as well. When dealing with unicode in Go you should be converting strings to []rune
9.
▲
by
cthom06
13y ago
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 executable. Or I missed the sarcasm.