exist | 7 years ago | on: Hacker News Highlights, August to November 2018
exist's comments
exist | 7 years ago | on: Xv6, a simple Unix-like teaching operating system
exist | 8 years ago | on: Many People Taking Antidepressants Discover They Cannot Quit
http://slatestarcodex.com/2014/07/07/ssris-much-more-than-yo...
exist | 8 years ago | on: Ask HN: What are the best MOOCs you've taken?
exist | 8 years ago | on: Show HN: Hacker News Classics
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 of stories
};exist | 8 years ago | on: Interactive Vim tutorial