Viewing profile — jsnathan
jsnathan
HN member- Joined
- Thu, Dec 18, 2014, 10:36 PM UTC
- HN karma
- 2,096
- Public activity
- 356 items
- HN profile
- View on Hacker News ↗
About jsnathan
No profile information was provided.
Recent public activity
-
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…
- story
-
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…
-
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…
- story
- story
-
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…
- story
- story
-
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…
- story
-
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…
- comment
-
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…
-
comment
Comment #15338682
Two other nice apps in this space are Workflowy[1] and Dynalist[2]. [1]: https://workflowy.com [2]: https://dynalist.io
-
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 …
-
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…
-
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…
- story
- story
-
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…
-
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…
-
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…
-
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…
-
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…