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.

ete comments on LessWrongWiki User Pages Underutilized; Tag Proposal - Less Wrong Discussion

11 Post author: Gunnar_Zarncke 23 April 2014 09:50PM

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

Comments (28)

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

Comment author: ete 24 April 2014 03:40:57PM 2 points [-]

Basic template+autoadd categories are easy enough with existing codebase. Queries would require an extension (SMW package), which is addable by anyone with access in a few minutes and allow fun things like editing the template with a form rather than raw wikitext. The part about user inactivity would need a custom extension which would be either relatively simple or really annoying depending on how the recent activity data can be retrieved from the reddit install. Actually, thinking again, if there's an API we can call for user's most recent activity it should be possible using the existing extension ExternalData and a clever template or two, no need for custom coding.

And yea, it seems like there should be a few people with the coding skills willing to help out, though from my exploration of the code it seems to be unchanging (unless the public version control is just not updated any more).

Comment author: John_Maxwell_IV 24 April 2014 09:12:05PM 3 points [-]

Is "open to hosting couchsurfers" something else people want on the template?

Comment author: ete 24 April 2014 09:38:25PM *  2 points [-]

Seems like a good idea to me, I'll add it with a city parameter. This would be much more nicely searchable with SMW, detailed autocategorisation without that extention would require a huge number of categories to be manually created and would also be kinda ugly.

Edit: done.