From the last thread:
From Costanza's original thread (entire text):
"This is for anyone in the LessWrong community who has made at least some effort to read the sequences and follow along, but is still confused on some point, and is perhaps feeling a bit embarrassed. Here, newbies and not-so-newbies are free to ask very basic but still relevant questions with the understanding that the answers are probably somewhere in the sequences. Similarly, LessWrong tends to presume a rather high threshold for understanding science and technology. Relevant questions in those areas are welcome as well. Anyone who chooses to respond should respectfully guide the questioner to a helpful resource, and questioners should be appropriately grateful. Good faith should be presumed on both sides, unless and until it is shown to be absent. If a questioner is not sure whether a question is relevant, ask it, and also ask if it's relevant."
Meta:
- How often should these be made? I think one every three months is the correct frequency.
- Costanza made the original thread, but I am OpenThreadGuy. I am therefore not only entitled but required to post this in his stead. But I got his permission anyway.
Meta:
- I still haven't figured out a satisfactory answer to the previous meta question, how often these should be made. It was requested that I make a new one, so I did.
- I promise I won't quote the entire previous threads from now on. Blockquoting in articles only goes one level deep, anyway.
I don't know the details, but LessWrong is forked from the Reddit sourcecode - doing something similar might be a good start.
In more general terms, you need to learn to program, and write a webserver program, generally by using a Web Application Framework, and put that webserver program on a server that you either rent from any number of places or setup yourself. A reasonable way to do this (speaking from a small amount of experience making a site much less complicated than LessWrong) is to use Python with webapp2 and Google App Engine.
Beyond that, you're going to have to be more specific about your experiences and goals. LessWrong is not a simple website. Don't expect to be able to write from scratch anything of this magnitude in less than several man years (depending on what you count as "from scratch"). Building it by, say, using an existing system such as WordPress would be much, much less work.