Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Title title is wrong (Score 5, Insightful) 550

It should read, "Biden reveals location of Vice President's House". I lived in DC for a long time, and I'm pretty sure every one there knows where the Vice President lives.

This is the worst article I've seen on slashdot in a long time. Not only is the content nonsensical, most of the submission is copied directly from the foxnews "article", but it doesn't have quotes around the copied text.

Comment Re:Virtualisation (Score 3, Informative) 66

Don't use virtual hosts at all. If you can't get another machine, then at least run another copy of the web server on a different port. Then your production address would be something like http://server/whatever and the development would be http://serverport/whatever.

You are going to have to restart your web server in development more often than you would like to in production. You don't want to bounce production every time you change a module, right?

Slashdot Top Deals

C++ is the best example of second-system effect since OS/360.

Working...