Vladimir_Nesov 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)
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.