Hacker News new | ask | show | jobs
by RyanMcGreal 5913 days ago
Adding the best HN commentary would certainly make the magazine more valuable. In many cases, the comments are better than the articles.
1 comments

What measure would one use for best-ness? Points? Total karma of the commenter? Length of threads? Editor's choice?
Ideally it should be decided by an editor, but that costs time and money. For something more automated, Hacker News already ranks comment threads by some measure of quality so the good stuff ends up on top and the obnoxious/otiose one-liners drop to the bottom.

HN lacks an API, but a decent web scraper (like BeautifulSoup) should be able to walk the DOM and grab the top threads.

Depending on space restrictions in the print edition, this could comprise:

* All comment threads with a score above some threshold;

* Only the top thread;

* The best one-third of comments;

etc.