Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:You can't win. (Score 3, Informative) 303

I've dealt with similiar situations in my professional career. Rackspace's DDOS protection isn't worth it, after 3Mbps, they null routed our box because the size of the attack was so large that it was saturating their uplink capacity...

Prolexic has a cool approach, you proxy your site through them (either web proxy or they can annouce BGP routes for you) and they have massive datacenters that do nothing but scrub packets for you.

The downside is their service is very very expensive ($60k+ a year)

Comment Re:1st vote? (Score 2) 503

Political discussion is an activity for fools. It's like arguing which brand of anal lube or who's servant of satan is better

Not all personal lubricants are the same, silcon based are more effective in the short run but have the nasty side effect of hanging around for days. Water-based lubes are easier to wash off but need to be re-applied more frequently.

Even in thoose categories, the lubes widely differ beteween manufacturers, some are too viscous, others are too thin..

So I must wholeheartedly disagree that putting thought into your choice of anal lubricant is a fool's task.

Comment Re:I don't use jQuery, here's why (Score 1) 250

If by 250k you mean 80k, then sure..

-rw-r--r-- 1 xxxxx staff 85260 Apr 30 10:28 jquery-1.5.1.min.js

If you're building any sort of complicated website these days, you will use alot of jQuery.. Do you really want to go write a custom ajax handler? why bother..

Plus, using jQuery allows you to leverage tons of other pre-written libraries which were all written on top of jQuery and will avoid alot of cross-browser bugs and repeated code..

Comment Re:PHP alternatives (Score 1) 622

2. Ruby: You go to war with the webserver they give you, not the one you want.

Huh? WebBrick is really only meant for development use.. You can hook any web server up to rails easily. For apache, just gem install passenger...

Comment Re:Fix? I think you mean, "migrate" (Score 1) 622

It sounds more like you're used to what you're used to and don't want to change. Meanwhile thoose "overexcited college grads" don't want to be weighed down by the 20 years of trash thats part of the PHP code base... I'm a PHP dev now, and was a rails dev for 5 years - I'll take ruby/rails any day.

Comment Re:Really? (Score 1) 622

Rails is very easy to deploy..
  1. 1. gem install passenger
  2. 2. Point the apache vhost to the public directory.
  3. 3. Restart apache..

There ya go, fine tune passenger to your hearts content...

Slashdot Top Deals

8 Catfish = 1 Octo-puss

Working...