Meta: Paginated Comments
I've just noticed that comments are now paginated. In some cases like "Lighten Up" (http://news.ycombinator.com/item?id=3736037) only the first comment and its children is displayed.
I noticed this because I'm working on an extension that does various things on news.ycombinator.com and one thing is determining new posts on comments. It's now not practical to find the last comment id on a page so that's broken. I'm very hesitant to implement pagination because I really don't want and it's a bad solution.
Besides the problems for certain extensions, top comments are now even more privileged than before. The incentive for piggybacking the top comment is greatly increased because otherwise you'll be on the next page of comments.
edit: Not to mention the unreliability of 'More' (/x?) links to still exist when you get round to following them.
3 comments
[ 2.7 ms ] story [ 17.2 ms ] threadAlso, comments pages have been paginated for quite some time now. I believe it started around 9 months to a year back.
Your approach is what I was thinking of doing. It's good to hear that it's working for you. Do you perform any queueing or waiting? I was worried that the reportedly aggressive rate limiter might block someone who opened a few large threads at once.
Also, unless you are hitting hundreds of threads at the same time, I don't really think you will be caught by the rate limiter. Not sure about this though, but it's something that has been discussed before on HN. Try searching for something like 'HN crawl rate', and you will get more info.