Ask HN: How do you read/parse HN comments?
1 comments
I usually do a depth-first search. Skip over huge mega threads and just read the top-level ones.
If any of them look interesting I'll recursively dig deeper.
If any of them look interesting I'll recursively dig deeper.
For the people who have a similar habit: Is there a way you guys extract the content diff or do you just reread the whole thread again? With upvotes hidden, I find myself to scan the longer comments first. Or does anyone have another, 'better' reading mode?