Forgot your password?

typodupeerror

Comment: Re:Too much sacrifice for openness (Score 1) 359

by EnglishTim (#41824887) Attached to: Google's Nexus 4, 7, 10 Strategy: Openness At All Costs

don't think its hardware. power off and power fixes hardware bugs? in what universe do you live?

The software runs on the hardware. If there's a hardware fault, the software may run incorrectly and find itself in a corrupt state. Turning on and off would reset the software state, thereby (temporarily) fixing the problem.

In your case, what if there's a fault in the touch sensor controller? Perhaps there's a counter that gets incremented with each tick and one of the bits in it is faulty and won't flip. After a certain number of ticks the counter might effectively reset rather than increment, which could force the controller into an invalid state which might prevent it from sending any sensible values to the operating system. A hardware fault that causes a software failure.

Comment: Re:PETA kills more animals than anyone (Score 1) 418

by EnglishTim (#41648879) Attached to: PETA Condemns Pokemon For Promoting Animal Abuse

I admit that it's possible that what they claim is true. However, given the record of the fast food, tobacco and alcohol industries of dishonesty when it suits their bottom line, I see no reason to consider that website a reliable source. Why would I? They have a history of dishonesty, why should I believe this is any different?

Comment: Re:Complexity (Score 1) 181

by EnglishTim (#40974429) Attached to: Ask Slashdot: Are The Days of Homebrew Gaming Over?

With respect, you can't possibly suggest that the Wii and 360 are using Cell processors! The defining characteristic of the Cell are the Synergistic Processing Units, which neither the 360 or the Wii have.

As far as I remember the aspect of the Cell design that Microsoft used was the in-order execution PowerPC cores, not the SPUs. The Cell was very definitely a custom processor - just because it has a couple of PowerPC cores in it does not make it off-the-shelf!

Comment: Re:Impressive engineering feat (Score 1) 118

I think if you went for a sprinter, a cyclist would probably be a very good choice.

I read that Chris Hoy can put out around 1000W for just over a minute. Obviously he weighs a bit more than the student in the film, but I'd imagine he'd have what it takes, so long as he could adjust to the riding position.

Comment: Maybe, so long as you're rich. (Score 1) 190

by EnglishTim (#39476819) Attached to: MIT Prof Predicts the End of Disabilities In Next 50 Years

Today, something like 300 children die every hour due to malnutrition. Feeding the world's current population is well within our technical abilities, but the rich sections of the world (I'd guess that's most people on this website) are in general only prepared to make very minor sacrifices to help the poorer sections of the world.

By the year 2060 the world population will have probably more than doubled. I find it unlikely we'll even have worked out how to feed everyone by then, let alone cure them of their disabilities.

Comment: Feel free to read the article, you great plonker. (Score 2) 382

by EnglishTim (#39462107) Attached to: Windows 8 and Screen Resolution: WXGA Still Most Popular

Microsoft had another option which they have completely ignored. SVG is a standard graphics format which is vector based.

and a quote from the actual article...:

Windows 8, the platform natively supports vector graphics. Any images exported as SVG (Scalable Vector Graphics) or XAML art will scale without getting blurry.

No, the real idiots here are you and the wazzocks who rated you 'informative'...

Comment: Re:Game Software Architecture (Score 2) 276

by EnglishTim (#39212827) Attached to: Sony Ditching Cell Architecture For Next PlayStation?

The PS3 has probably provided the biggest software leap in game architecture in the last 3 years. This is in comparison to typical XBox or PC platform. I argue this only because the forced paradigm shift to fully utilize the Cell architecture should be directly transferable to multi threaded programming on an 8 core AMD/Intel processor.

Programming SPUs is really very unlike programming on a 'normal' multi-core processor. Experience with the six hardware threads available on the Xbox360 is going to be more useful on multicore PC CPUs than experience with the Cell.

All life evolves by the differential survival of replicating entities. -- Dawkins

Working...