You're looking at Less Wrong's discussion board. This includes all posts, including those that haven't been promoted to the front page yet. For more information, see About Less Wrong.

Bakkot comments on LW client-side comment improvements - Less Wrong Discussion

35 Post author: Bakkot 07 August 2014 08:40PM

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

Comments (15)

You are viewing a single comment's thread. Show more comments above.

Comment author: Bakkot 13 August 2014 06:01:33AM 1 point [-]

The way it currently works - at least, the way I designed it, and the way it seems to work for me - is that it doesn't remember anything between visits, but rather determines which comments are new since your last visit by looking at the highlight provided by LW's server. If there were comments made since your last visit, they should be highlighted with or without the script; no custom highlighting will be performed until you manually change the timestamp.

If you aren't seeing new comments highlighted, it's (almost certainly) because LW isn't highlighting them - maybe you're logged out, or loaded the page elsewhere, or have never visited the page? [In this way the LW script differs from the SSC script, because the LW server regards "never visited" as "nothing new" whereas my SSC script regards "never visited" as "everything new".]

The reason I did it this way is that LW, unlike SSC, is itself keeping a record of which comments are new since your last visit, which works even if you loaded the page on another computer (but the same account). I didn't want to mess with the built-in mechanism, only allow you to change it per-visit if necessary.

Comment author: Risto_Saarelma 13 August 2014 07:15:42AM 1 point [-]

I always see the widget showing 0 new comments when entering pages, even when there are new comments LW is highlighting with the pink border.

Comment author: Bakkot 13 August 2014 05:56:06PM 1 point [-]

Huh. Try the most recent version (as of just now).

Comment author: Risto_Saarelma 13 August 2014 06:23:12PM *  1 point [-]

That seems to have fixed it. Thanks.