TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Ycommentator - HN front page with Slashdot-like inline comments

5 pointsby pkalmost 13 years ago
The comments on HN are often at least as good (if not better!) than the links. I built this app to have a way to quickly read through all the top comments on front page stories. I hope some of you find it useful too.

2 comments

toomuchcoffeealmost 13 years ago
Try making the comments fully collapsable, pulling into the DOM dynamically without firing up a whole new page, like reddit does.<p>Also, my gut feeling is that the default should be no inline comments at all, i.e. you have to select something to pull in any new comments, via the above scheme.<p>This would preserve what is after all one of the best features of the HN interface -- the ability to compare a great many of incoming topics side-by-side -- while still allow for a slicker way to drill down into the comments section, without having to do a full page reset.
评论 #4226272 未加载
pkalmost 13 years ago
The comments on HN are often at least as good (if not better!) than the links. I built this app to have a way to quickly read through all the top comments on front page stories. I hope some of you find it useful too.