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

 



Forgot your password?
typodupeerror
×

Comment Re:Open source code is open for everyone (Score 1) 211

Not necessarily: to come to this point, you need two things: development quality, and auditing quality. The first to create, the second to discover, the bugs. The second is what you get plenty of, in the open source world, presumably. But you assume that an open source developer is just as good as a closed source developer. That might not necessarily be true.

Comment Re:HTML = programming (Score 1) 302

HTML is a functional, not an imperative, language. Perhaps the reason that you don't recognize this, is that you never knew there is such a thing as a functional computer language. Both types of computer languages tell a computer what to do, but they do it each on their own level. Functional languages don't care how a problem is solved, as long as it is solved. Another example of a functional language is SQL, another example of an imperative language that renders graphics as its core business, is postscript.

Comment Re:Much like MTU handling (Score 1) 312

I'm not saying it's the begin-all, end-all solution. I'm just saying that until you have an AI algorithm that can discriminate legit traffic from illegit traffic, you're forced to use something that will, in effect, transfer your firewall rules upstream. It would have to be combined with other measures (monitoring point-of-origin networks, anycast, ISP application specific logic (eg. TCP traffic shaping of ISP client hosts' SMTP traffic)).

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...