Live data from Hacker News

Viewing profile — cthom06

cthom06

HN member
Joined
Thu, May 16, 2013, 1:35 PM UTC
HN karma
11
Public activity
11 items

About cthom06

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. comment
  5. comment
    Comment #6737543

    Why not just use a regular outlet timer?

  6. 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…

  7. comment
    Comment #5820620

    Oh look, another badly written, anecdotal piece on NDEs. Without sources.

  8. comment
  9. comment
    Comment #5757727

    Yes it is a single codepoint. Normalization is a whole other issue, and a much less trivial one.

  10. 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

  11. 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…