username2 comments on Clearing An Overgrown Garden - Less Wrong

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.

Comment author: username2 30 January 2016 11:26:59AM 0 points [-]

However, if for some reason MIRI is unwilling to do this, and if there is sufficient interest in going in this direction, I offer to pay server costs. If necessary, I also offer to pay some limited amount for someone to develop the codebase (based on Open Source solutions).

It sounds like a situation where Kickstarter or something like that could be useful.

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.)