Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Didn't we decide we don't want this (Score 1) 286

With regard to the Digital Economy Act 2010:

The Lib Dems promissed to repeal it if elected.

The Tories said that if they were elected, they would drop any "flawed" legislation. Shortly after, Cameron said that "rejecting the Bill then or reconsidering the entire piece of legislation now would be an unacceptable set-back for the important measures it contains."

After the election, the LibDem-Conservative coalition released the Great Repeal Bill to undo some of the over-legislating of the Labour party. Sadly, the Digital Economy Act wasn't on the list.

Comment Re:I suppose it's nice (Score 1) 148

All configuration systems will take some time. All you are saying is that the autotools could be more optimal, which is hardly a "new problem that autotools creates".

And as for checking for strcpy() and then failing at link-time from a missing dynamic library symbol, the developer can check for dynamic library versions during the configuration. Short of having the configuration system parse the whole source code (in any language!), I don't see how else it can know what symbols it would need to check for anyway - this can only really be resolved at link-time.

Comment "all" they share is the name... (Score 1) 131

To make this perfectly clear – the game is being reimplemented from scratch; all they share is a name

Isn't this one of the main bones of contention though? The www.nexuiz.com URL no longer takes you to the GPL project it used to, it displays a page about Illfonic's new console game and there's a tiny link in the corner of the page that takes you to the original project page!

Couldn't they have used a different name for what is, essentially, a different game?

Comment Re:So they can't talk about proprietary products?? (Score 1) 587

Yes, there is potential that the code could get locked up in a proprietary stack [...] but as long as it was released under BSD it will forever be open to be used as USERS see fit.

Whaa!? That doesn't make sense man!

Your entire post has the dank smell of someone who has really missed the point of the GPL.

The purpose of the GPL is to ensure that source code remains the property of the community. It is there to ensure that if any businesses/organisations want to use the code, they must contribute their changes back to the community from which they took the code in the first place. You complain that the GPL restricts you, as a user, but the reality is this: the *only* thing the GPL restricts is your ability to restrict *other* user's use of the source code. The GPL is about creating community-owned source code.

Comment Re:Out of line (Score 1) 461

Yeah, but life is a precious thing (and no, I'm not religious). Even when someone's life is taken where they didn't deserve to have one and for everyone's benefit, it is still the ending of a human life, which is a shame.

I, too, think that this subject should be handled with some respect. Or not treated quite so lightly at any rate.

Security

CSRF Flaws Found On Major Websites, Including a Bank 143

An anonymous reader sends a link to DarkReading on the recent announcement by Princeton researchers of four major Web sites on which they found exploitable cross-site request forgery vulnerabilities. The sites are the NYTimes, YouTube, Metafilter, and INGDirect. All but the NYTimes site have patched the hole. "... four major Websites susceptible to the silent-but-deadly cross-site request forgery attack — including one on INGDirect.com's site that would let an attacker transfer money out of a victim's bank account ... Bill Zeller, a PhD candidate at Princeton, says the CSRF bug that he and fellow researcher Edward Felton found on INGDirect.com represents ... 'the first example of a CSRF attack that allows money to be transferred out of a bank account that [we're] aware of.' ... CSRF is little understood in the Web development community, and it is therefore a very common vulnerability on Websites. 'It's basically wherever you look,' says [a security researcher]." Here are Zeller's Freedom to Tinker post and the research paper (PDF).

Slashdot Top Deals

With your bare hands?!?

Working...