christina comments on Having Trouble Posting - Less Wrong

1 Post author: christina 07 February 2013 09:09AM

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

Comments (14)

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

Comment author: [deleted] 07 February 2013 02:36:24PM *  3 points [-]

Possible explanation: The last thread you appear to have posted in had 1249 comments. Right under where it says Sort by: Top, I did see a box that said Show: 500 and under that, a link that said Load all Comments. If it was only showing the top 500 comments, a new comment might not be visible by default.

Can you see your post after clicking the Load all Comments link, or is it still not visible?

Comment author: NancyLebovitz 07 February 2013 03:12:40PM 5 points [-]

The other problem with searching is that comments which aren't immediately visible on the page-- "continue this thread" and "comment score below threshold" (and the comments to that comment)-- won't show up in search. I hate this feature with an abiding hatred.

Comment author: christina 08 February 2013 03:17:50AM *  2 points [-]

There are a number of issues with post visibility on this site. When I first posted here, it actually took a week for me to figure out just how to make my post visible. And when I posted here again recently after not posting for a while, I had this problem again, although the last time it was actually a different issue, I believe.

As a programmer, my analysis is that many of the issues about post visibility that bother me would not really require major code changes. Most are just usability-type things, like better placement or sizing for interface functionality. The search issue you mentioned might require slightly more tweaking. Unfortunately, it sounds from your comment below that there really is no one actively maintaining the site.

Honestly, I wish I could try fixing some of it myself, but even if I could get access the code (I heard somewhere that it is open source?), I have no idea how I would get approval for the changes.

Comment author: shminux 08 February 2013 03:31:42AM *  2 points [-]

It's all here. Eliezer approves most change requests, I assume. And the TrikeApps people would probably review the implementation, when they have time.

Comment author: christina 08 February 2013 06:17:41AM 1 point [-]

Thanks. I will take a look at it. Once I finish setting it up and sift through the codebase to find the templates and other frontend interface things, I'll see what I can do.