Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:The real reason people like noSQL... (Score 1) 259

SQL is not so much a language as a standard, that is supported and extended by each database vendor. what do you mean by not terribly expressive? It is an extremely explicit way of defining and manipulating sets of data. I Use Oracle and I can say that it is an extremely powerful way of manipulating sets of data. when a statement is executed on an Oracle database, the optimiser chooses how the JOIN will work with the information it has at statement execution, whether that be a merge join or a hash join or something else, so I don't know what you mean by your first sentance. Generally people who hate on SQL are OO programmers who are unable to wrap their heads around relational database set processing. Further, saying "We don't program in Cobol anymore, so why the hell are we still using SQL?" is perhaps equivalent to saying "We don't run around bashing eachother with swords and shields anymore, why the hell are we still planting food in the ground?"

Comment Re:Why so short bursts? (Score 1) 326

150 years ago your post may have gone something like: "Why are these heavier-than-air 'Air planes' flying for such short times? Are these propellers so early in development that they really can't get them to be stable and safe for more than 12 seconds? Sounds a lot like the automobile: it works but it's not yet useful."

Comment Re:As evil as it sounds... (Score 5, Informative) 225

As much as I agree with you, you don't seem to understand that the group that registered the domain committed fraud. also in Aus, to have a .com.au domain, you need to either have a registered business/trading name related to the domain, or have the domain be your actual name. as far as I can tell, neither of these were the case and so it is fraud.

Comment Re:Get away with the classes already (Score 1) 362

Eve online - you can fly any type of ship you want, you can put different modules on certain types of ships to make them go from tank to heavy dps or compromise between the two - or even repair other ships. then there are specialised utility ships, extremely good at one particular thing if need be.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...