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.

ZankerH comments on Open thread, Jan. 19 - Jan. 25, 2015 - Less Wrong Discussion

3 Post author: Gondolinian 19 January 2015 12:04AM

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

Comments (302)

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

Comment author: ZankerH 20 January 2015 05:17:14PM *  2 points [-]

You'll need to configure and run a web server on your computer. The most commonly used, publicly documented, free and accessible to people just trying stuff out is LAMP. You'll then need to point your domain at the IP address of your server.

Thing is, I have a computer that stays on 24/7

What kind of hardware are we talking about? How much traffic are you looking at supporting? What kind of internet connection do you have at home? Are you familiar with the concept of mathematical multiplication?

Comment author: Alsadius 21 January 2015 04:00:46AM 0 points [-]

Regular home PC, fairly dated at this point. Not much traffic is intended, though - it'll have a fairly quiet home page for my job(I'm not allowed to have more, for tedious reasons of legal compliance in advertising), and a hidden wiki that'll be seen by maybe a dozen friends. It's a toy site, not anything serious.

Re mathematical multiplication, I assume you don't mean 3x4=12. Is this some sort of traffic collision issue?

Comment author: ZankerH 21 January 2015 08:25:02AM *  2 points [-]

Re mathematical multiplication, I assume you don't mean 3x4=12.

As it happens, I do. Depending on what you're planning on hosting, even trying to serve "a few reasonably large files" may be unreasonably slow on a home internet connection. Divide your upload speed by the number of concurrent users you expect - that's the theoretically maximal download speeed they can expect from your site.

Comment author: Alsadius 21 January 2015 03:11:37PM 0 points [-]

Ah, fair. I have 10 Mbps nominal upload, and the files in question are a few hundred megs(so too big to pass around by things like email, but not large by the standards of the modern world). I'm not terribly worried about upload speed, if it takes five minutes.