Viewing profile — exist
exist
HN member- Joined
- Fri, Apr 28, 2017, 4:29 AM UTC
- HN karma
- 58
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About exist
Recent public activity
-
comment
Comment #18603695
This is great. Thank you.
-
comment
Comment #17593157
Such a great book! As someone who came from a non-traditional background, this book was very key in helping me understand operating systems.
-
comment
Comment #16783895
Since there's a lot of quoting of studies on this topic, I hope that everyone reads this very informative (and long) blog post by a psychiatrist on SSRIs and their effectiveness: h…
-
comment
Comment #16746334
Definitely agree with this one. It's called Algorithm Specialization on Coursera. I'm now on course 3 and it's definitely helped me a lot in thinking about how reason about algorit…
- story
-
comment
Comment #16444213
Yes it looks like they do deduplication, based on the HTML source: for (var i in data[yr]) { var story = data[yr][i]; if (seen_titles[story.title]) continue; seen_titles[story.titl…
-
comment
Comment #15410896
Thank you for that link. I appreciate that he chose to intersperse the history of commands (such as grep!) within his explanation.