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.

Viliam comments on Clearing An Overgrown Garden - Less Wrong Discussion

9 Post author: Anders_H 29 January 2016 10:16PM

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: Viliam 02 February 2016 11:27:59AM 1 point [-]

I sometimes semi-jokingly say that the easiest way for me to contribute to LW code would be to reimplement the whole thing in Java.

If someone would be okay with paying me to do this, I would be happy to try. Not sure if that's the best use of the money, though. Making it open-source would have the advantage that if I fail to complete the project, other people may join or replace me later.

(Why Java? First, that is the only programming language I am sufficiently fluent at. Second, Java has the advantage that the source code is already compiled and loaded in the memory when HTTP requests come, so in theory it should be fast. But I don't have an experience with measuring performance in large projects.)