Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Software freedom is worth caring about (Score 2) 234

People who care about controlling their computers care, as should all computer users care. This is another instance in a long line of great learning opportunities to distinguish between 'free as in price' and 'free as in freedom'—software proprietors get away with malware because how the software works is kept secret from its users. TFA tells us that Electronic Arts didn't tell prospective users SecuROM was a part of the gratis Sims 2 install, probably because EA knew users wouldn't install Sims 2 if they knew it came with SecuROM. Proprietors abuse the trust users have placed in them and it's time to teach users how things actually work, not encourage dismissal that hands users over to the abusers ("who cares").

Comment No new tools. Low-budget operation (Score 3, Informative) 67

All they're offering are some existing tools, ones you can get for free. The main ones are the Clang static analyzer and Cppcheck. They're not offering free access to some of the better, and expensive, commercial tools.

Cppcheck is basically a list of common errors, expressed as rules with regular expressions. Clang is a little more advanced, but it's still looking for a short list of local bugs. Neither will detect all, or even most, buffer overflows. They'll detect the use of "strcpy", but not a wrong size to "strncpy".

Comment Re:Anybody know? (Score 1) 234

No. ESPESCIALLY for free games. Why add copy protection to free stuff anyway? It's free to begin with! No one needs or wants to "pirate" it. Unless of course you need a "pirated" copy of the game to keep the negative SecuROM effects from your system.

This is the difference between "free as in beer" and "free as in speech" / copyleft. In the former case, maybe the company offered the program "free" for a limited time or "free" to a certain group of people or "free" as long as some other particular condition were met, and would object to people distributing the program outside of those conditions.

I'm not saying it's a legitimate reason -- far from it; SecuROM is malware and everyone who conspired to produce or distribute it should be in federal prison-- but it is a "reason."

Comment Re:"Are you doing this just to waste. . ." (Score 1) 24

I never once claimed to have any such superiority over you

Even your punctuation is condescending.

Truth and morality are orthogonal dimensions, just as socialism and fascism are orthogonal political ideas.

Oh, maybe in the abstract. Dare you involve actual people, and everything goes pear-shaped. This is why the genius of the U.S. Constitution is to assert outright that people are evil, and set up checks and balances to minimize the effects. Which #OccupyResoluteDesk is systematically ignoring, while Congress and the Courts, as a whole, are abetting.
Your assertion of the orthogonality of socialism and fascism is akin to saying that your C++ source code is crash-free--of course it is: until you compile it, execute it, and blame the ensuing stack trace on conservatives.

Comment Re:What's your point? (Score 1) 29

turning the absurdity up to 11, just because I dared challenge you to learn something

Your assertions that (a) you hold knowledge, (b) I lack such, and (c) I'm not even trying to learn, are really kind of insulting, don't you think?

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...