This is something I’ve been tinkering with for a while, but I think it’s now complete enough to be generally useful. It’s an alternative frontend for LessWrong 2.0, using the GraphQL API.
Features:
-
Fast, even on low-end computers and phones
-
Quickly jump to new comments in a thread with the “.” and “,” keys
-
Archive view makes it easy to browse the best posts of years past
-
Always shows every comment in a thread, no need to “load more”
-
Log in and post using your existing username and password, or create a new account
-
Simple markdown editor
-
Typography enhancements
-
Switch between fixed-width and fluid layouts and several different themes
-
Easily view a comment’s ancestors without scrolling by hovering over the left edge of a comment tree
Thanks to Said Achmiz for designing the themes and writing much of the frontend JavaScript.
Give it a try: https://www.greaterwrong.com
The two sites are based on quite different philosophies of web development, so it would be far from straightforward to do some of the things I've done within the existing LW 2.0 code. I've had fun creating GreaterWrong, and I don't mind putting effort into it as long as LW 2.0 seems like a viable community. I don't think it's necessarily bad to have two sites that do the same thing, if some people prefer one and other people prefer the other. (I agree with Error's comment.)
No, I don't have any special access to the database. If you log in to GreaterWrong, your password is briefly stored in my server's memory, only as needed to forward it to LW 2.0 and receive an authentication token back. In the future I'd like to eliminate even that, but it will require some additional complexity and changes on the LW 2.0 side.