Swimmer963 comments on My Greatest Achievement - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (29)
Is there a fast way of looking that up which I didn't know about? Or did you actually scroll through pages and pages?
Your entire history on one page, courtesy of Wei Dai.
If you look at the structure of the URL, it includes a comment ID ('after=...') relative to which it searches for a given number ('count=10') of particular user's comments. I just did a binary search on the ID value (which is an integer in base 0..9,a..z) to find the first comment, never clicking Next/Prev links.