Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
exist
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
exist
8y ago
This is great. Thank you.
2.
▲
by
exist
8y ago
Such a great book! As someone who came from a non-traditional background, this book was very key in helping me understand operating systems.
3.
▲
by
exist
8y ago
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: http://slatestarcodex.com/2014/07&#
4.
▲
by
exist
8y ago
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 algorithms.
5.
▲
Understanding Dijkstra's Algorithm
(aos.github.io)
128 points
by
exist
9y ago
|
10 comments
6.
▲
by
exist
9y ago
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.title] = 1; // ...add story to list
7.
▲
by
exist
9y ago
Thank you for that link. I appreciate that he chose to intersperse the history of commands (such as grep!) within his explanation.