falenas108 comments on Open Thread for February 18-24 2014 - Less Wrong

4 Post author: eggman 19 February 2014 12:57PM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (454)

You are viewing a single comment's thread.

Comment author: falenas108 21 February 2014 01:50:23PM 0 points [-]

Is there a quick way to quickly go to the last comment page of a user? (Myself in this case.)

Comment author: gwern 21 February 2014 08:57:59PM 3 points [-]

You could try simply loading all your comments: http://www.ibiblio.org/weidai/lesswrong_user.php?u=falenas108

Comment author: Oscar_Cunningham 21 February 2014 09:02:49PM 1 point [-]

The comments pages of a user have urls of the form

http://lesswrong.com/user/falenas108/comments/?count=25&after=t1_3mby

I'm not quite sure how they work, but the last 4 characters seem to give the index of the last comment on the page before (i.e. later than) the one it shows you (in base 36 or something), so you can try binary searching through these.

I think the link I gave is your earliest comments.

Comment author: Douglas_Knight 26 February 2014 04:37:30AM *  0 points [-]

Add ?before=t_1 to the URL: you. If you want to page forward from there also add &count=100000: you.

Comment author: polymathwannabe 21 February 2014 01:58:06PM 0 points [-]

Click on your username.

Comment author: falenas108 21 February 2014 04:37:02PM 0 points [-]

Sorry, by last comment I meant first comment. (As in, first ever posted to this site.) Whoops!

Comment author: polymathwannabe 21 February 2014 05:01:29PM 0 points [-]

There doesn't appear to be an option to sort by earliest/newest. The only method I can think of is going to the list of last comments, scrolling all the way down, and clicking Next until you get to the earliest comments.