Live data from Hacker News

Viewing profile — jsnathan

jsnathan

HN member
Joined
Thu, Dec 18, 2014, 10:36 PM UTC
HN karma
2,096
Public activity
356 items

About jsnathan

No profile information was provided.

Recent public activity

  1. comment
    Comment #16563832

    OP here. Sorry if I misunderstood the guidelines, but these are not the same stories. The proposal to scrap the term limits was announced two weeks ago, which is what those stories…

  2. story
  3. comment
    Comment #16563124

    It's only my impression, really. But I have seen a slew of articles about how jQuery is dead, and very few people still writing articles about it's benefits. Many libraries that us…

  4. story
    Ask HN: Does anybody still use jQuery?

    I know that frameworks such as React and Vue have taken over most of the mindshare, but I still find jQuery easier to use and often more productive, especially for smaller websites…

  5. story
  6. story
  7. comment
    Comment #15586345

    If you simply want the latest stable docker version, try: curl -o /tmp/get-docker.sh https://get.docker.com && bash /tmp/get-docker.sh or even just curl https://get.docker.com | ba…

  8. story
  9. story
  10. comment
    Comment #15415569

    This article alleges that there may be a hidden bias against female scientists receiving Nobel prices. If the author had included a long list of female scientists that deserved a N…

  11. story
  12. comment
    Comment #15342942

    I feel like the core value proposition is something like "public expressions that can be consumed quickly and produced with little forethought". I think it's important that Twitter…

  13. comment
  14. comment
    Comment #15342706

    I'm not sure what to make of this. I suppose there is nothing inherently ideal about the (arbitrary) 140 character limit on tweets. Why not 180, or 280, etc? Still, my first reacti…

  15. comment
    Comment #15338682

    Two other nice apps in this space are Workflowy[1] and Dynalist[2]. [1]: https://workflowy.com [2]: https://dynalist.io

  16. comment
    Comment #15338008

    Specifically, he compares compares blockchains to the Internet and railroads: "It is a bubble. This is going to be the largest bubble of our lifetimes, and so .. remember, bubbles …

  17. comment
    Comment #15298038

    The term 'usage rights' is a bit confusing here. I think it may be intended to refer to 'use' as defined in the previous half of the sentence, i.e. 'including the rights to run, re…

  18. comment
    Comment #15295355

    The 'software' is what is provided by the original author(s), and the rest refers to the patents held on 'it'. What you describe would be a 'derivative work', as mentioned in the s…

  19. story
  20. story
  21. comment
    Comment #15160387

    > Using the 6.3 Richter scale, the energy released would be ~43 kilotons of TNT. That's curious. Every yield estimate I've seen so far was substantially higher than this. Could you…

  22. comment
    Comment #15143715

    Hi, thanks for the link. I've seen this paper, but it has nothing to do with strongly typed languages, as far as I can tell. In fact, there is no mention of types in the paper at a…

  23. comment
    Comment #15140624

    > When a test suite finds a bug, that proves that the program is incorrect for some inputs. When a type system doesn't reject a program, that proves that the program is correct for…

  24. comment
    Comment #15140159

    Property testing [1] is about semantics, the same as regular testing, and it does not require code annotations. [Edit: It's more like "fuzzing" than "model checking".] Type systems…

  25. comment
    Comment #15139199

    Are we talking about automatic type inference then? Otherwise you'll still have to work out each type before it becomes "automatic". Which is not entirely dissimilar from working o…