Ask YC: Do any of you find yourself reading comments before the actual link?
41–50 of 88 posts
Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#42I'm surprised how many people read the comments first. Should I pull the beginning of the leading comment text up onto the front page with the link, like Gmail does with the beginning of the message body? Or would that mess up the clean look, and fill up mobile screens too fast? There are other possible solutions short of that. E.g. I could add a button people can click on to say that an article is linkbait, or mista…
I find I often check the comments for stories first if I think the article might be long (from a magazine site like The Economist), if I can't figure out what it is about from the title, or if a title is designed to be a hook -- i.e. it leaves out information intentionally to make you curious.
Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#43All the time. I even tell myself to read the story first so I have a base on what is being discussed but I always end up in the comments first.
Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#44I'm surprised how many people read the comments first. Should I pull the beginning of the leading comment text up onto the front page with the link, like Gmail does with the beginning of the message body? Or would that mess up the clean look, and fill up mobile screens too fast? There are other possible solutions short of that. E.g. I could add a button people can click on to say that an article is linkbait, or mista…
So I guess I'm trying to say I like it the way it is. It would take just as long to read mouseover/preview text as it does to open the comments in a new tab and scan them.
Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#45Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#46Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#47I'm surprised how many people read the comments first. Should I pull the beginning of the leading comment text up onto the front page with the link, like Gmail does with the beginning of the message body? Or would that mess up the clean look, and fill up mobile screens too fast? There are other possible solutions short of that. E.g. I could add a button people can click on to say that an article is linkbait, or mista…
Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#48Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#49I'm surprised how many people read the comments first. Should I pull the beginning of the leading comment text up onto the front page with the link, like Gmail does with the beginning of the message body? Or would that mess up the clean look, and fill up mobile screens too fast? There are other possible solutions short of that. E.g. I could add a button people can click on to say that an article is linkbait, or mista…
It'd be nice to have the thread anchor target be larger, maybe by having each story encapsulated by something like this:
...
a.story { display:block; }
a.story:hover { text-decoration:none; background:#fff; }
That's probably incompatible with the WTF way you're using tables (TRs in flat series for the link, byline, and spacer) -- you'd have to switch to having each story be its own table. The result would be that the whole story's "row" (minus the anchors inside it) would be a link to the thread.Re: Ask YC: Do any of you find yourself reading comments before the actual link?
#50Yes, frequently. I kinda wish there was an "open in frames" option, putting both the comments and the page in one tab. I go to reddit/hn/etc and open many links in new tabs, then the "next" page in a tab. Then I just work through till I get to the end and process the next page.
joshu, you could give the greasemonkey script "HN OnePage" a try. http://userscripts.org/scripts/show/30512 It may not be quite what you are looking for, but it will let you easily view the comments/article for any given submission. There are some other good greasemonkey scripts out there as well, such as HN Splitview, that address this issue.