Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:n/a (Score 1) 25

It's occasional mass outages for a short time, vs more frequent small outages and security issues.

Don't forget that Cloudflare handles a lot of the security for sites that use it. Not just DDOS protection, but things like user authentication and HTTPS.

Comment Re:No need for security (Score 1) 79

1. I got asked once if I played world of warcraft since they say a guy with the name "thegarbz" playing. I said no. By the way I know exactly who that person is because he impersonated me as a joke. I found that flattering and funny, but it has no impact on my life beyond that.

Reminds me of my first email account ;) One of my professors said we all had to register for an email account (this was in the mid-90s) so we could submit our homework to him, so I registered his name at hotmail.com to mess with him ;)

Comment Re:n/a (Score 2) 25

In this case centralization isn't a bad idea. Okay, occasionally there is a problem, but when there is a massive amount of resources are thrown at it, and it gets fixed quickly. Meanwhile their software is updated and constantly tested, so it's more secure and stable than most in-house efforts. It's their full time job, where as it's usually just the IT guy's background task when the company manages it themselves.

What matters is that there is still competition, to keep the market working properly, and that such services are properly regulated.

Comment Built In Limit? (Score 1) 25

> The software had a built-in limit of 200 bot detection features. The enlarged file contained more than 200 entries. The software crashed when it encountered the unexpected file size.

A built in limit is:

if ( rule_count > 200 )
    log_urgent('rule count exceeded')
    break
else
    rule_count++
    process_rule

This sounds like it did not have a built-in limit but rather walked off the end of an array or something when the count went over 200.

Comment Re:Netgear vs. Snowden (Score 0) 23

100% projection.

The US government (ICE) tramples on peoples rights daily. Yet they never shut up about what China is supposedly doing. I fear my government much more than one on the other side of the planet. If the rights of undesirables can be violated then they certainly have no qualms about violating yours.

They also never shut up about religion but I can't find any bible passages relating to rounding people up into camps.

Slashdot Top Deals

"It is hard to overstate the debt that we owe to men and women of genius." -- Robert G. Ingersoll

Working...