Live data from Hacker News

Viewing profile — helpme3

helpme3

HN member
Joined
Sat, Oct 27, 2018, 12:47 AM UTC
HN karma
21
Public activity
9 items

About helpme3

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #19593805

    The wildlife isn't exactly thriving, but I guess getting dosed is better than human contact for most species: https://www.nytimes.com/2014/05/06/science/nature-adapts-to-...

  4. comment
    Comment #19464348

    This is terrifying. If this, and similar ideas, gain adoption, this will undoubtedly lead to the next financial crisis. From my understanding, JPMC wants to issue a new coin and ma…

  5. comment
    Comment #18945158

    That isn't an enum because it's valid to do SOME_NON_ENUM_VALUE = MyEnum(10) in Go.

  6. comment
    Comment #18773965

    This isn't that surprising. I think the reason for this is that, even though the model is linear, the space of n-grams is so large that there usually is a line that separates any t…

  7. comment
    Comment #18531070

    The purpose of this work isn't to generate realistic NSFW images. The purpose is to visually represent what a neural network "looks for" when classifying NSFW content. It is very i…

  8. story
  9. comment
    Comment #18313736

    You should definitely CDN your data. A majority of a client-side latency is spent round-tripping to the server. Using a CDN greatly reduces this time. I don't know your workload, b…