Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:communication is key, not just documentation (Score 1) 477

It's not ambiguous but it's a lot easier for a human to parse something like the following:

for (node = list->ss; node; node=node->ss);

Another advantage of the latter is that if that section of code is buggy it's clear what the author intended whereas for the original anyone debugging the code will need to consider whether there's a simple 1 character typo e.g.

for (ss=ss->ss; ss; ss=ss->ss); could also make sense depending on context.

Why make it more difficult than it needs to be?

Comment Re:Nice try (Score 1) 736

And the source code was used for what exactly? To create a graph perporting to be something else presented to the world? Or perhaps it was one of many analyses used internally as part of an investigation? I've had a look at some of the code and it's not clear - but perhaps you know more?

The raw data you are referring to is tree ring data that is known to be a poor proxy for temperature for certain periods - to me the correction looks like nothing more than trying to plot a best estimate of temperature over timescales where it is known that proxy data is unreliable.

Though I feel the content of the leaked emails, code and data raise enough questions to warrant an investigation (http://www.uea.ac.uk/mac/comm/media/press/2009/dec/homepagenews/CRUreview), it does seem to me that there are some people who are keen to question the abundant evidence for climate change, but at the same time are perfectly willing to accept very inconclusive evidence to attack the CRU scientists.

Comment Re:Don't worry (Score 1) 257

Unless my thinking is completely screwed up, I'd think the chance of finding a collision across say 5-6 completely different hash algorithms would be quite slim.

I wouldn't regard it as slim. For a hash equal in length to an SMS (assume 160 characters) and a file size of 20GB, the number of collisions would be approximately (2^20000000000)/(2^1280). You can be pretty sure quite a few of those would be blu-ray movies!

Businesses

EA Shuts Down Pandemic Studios, Cuts 200 Jobs 161

lbalbalba writes "Electronic Arts is shutting down its Westwood-based game developer Pandemic Studios just two years after acquiring it, putting nearly 200 people out of work. 'The struggling video game publisher informed employees Tuesday morning that it was closing the studio as part of a recently announced plan to eliminate 1,500 jobs, or 16% of its global workforce. Pandemic has about 220 employees, but an EA spokesman said that a core team, estimated by two people close to the studio to be about 25, will be integrated into the publisher's other Los Angeles studio, in Playa Vista.' An ex-developer for Pandemic attributed the studio's struggles to poor decisions from the management."

Comment Re:This makes sense (Score 1) 502

The contest might be trusted, but not wanted by the administrator of the machine.

I agree - this separation is the norm in just about any corporate environment I've come across. There may be good reasons for staggering the roll-out of trusted software within an organization including: user training issues, ensuring compatibility with other software, making sure hardware is up to scratch etc.

This policy change removes the ability of admins to manage the roll-out of software to multiple users.

Comment This is sad (Score 1) 881

I find it difficult to believe that people can take something like this so seriously to the point they will end their lives. If these people do exist it's very sad that there are people out there who have no way of evaluating information to decide what's real or not. It must make their lives very difficult.

Comment Re:Will there be a kaboom? (Score 1) 402

Though I don't disagree with the gist of what you are saying, the same could be said of any type of ownership. For example ownership of land is really just ownership of certain rights to use that land within a legal framework and in most countries those rights are limited, otherwise it would not be possible to force the compulsory purchase of land.

Like copyright, ownership of physical property and goods has no real meaning outside of a legal framework. The difference as I see it is that the legal framework regarding physical goods is one that the majority of people feel generally comfortable with, but even then there are still arguments about how long these rights should exist (e.g. the arguments for and against inheritance/estate taxes).

Slashdot Top Deals

It's a naive, domestic operating system without any breeding, but I think you'll be amused by its presumption.

Working...