Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Pullin' a Gates? (Score 2) 449

It already is wrong...

Linux Workstation: 16cores = way faster builds than 4 cores.

Did the 4 core CPU have 1/4th of the transistor count of the 16 core CPU? Then I'd expect it to be much slower of course. Point of Linus was, a 4 core CPU with same transistor count (used for more cache, better out-of-order execution logic, more virtual registers, and so on), as 16 core CPU will be faster on almost every task. So cores beyond 4 (the number Linus threw as the ballpark count) make sense only, if you really can not spend any more transistors in making those 4 cores faster, but still have die space to spare.

Comment Re:Pullin' a Gates? (Score 5, Insightful) 449

Why not? Currently Firefox has problems rendering (loading) two pages simultaneously, although it should be able to handle tens, using several cores.
Same with Evince (which is crap anyway), it cannot do anything in parallel, should be able to use tens of cores.
Javascript? Although the language is the worst I have seen since APL, a smart compiler could at least in some cases parallelize it (maybe with speculative execution or like).
And so on.

It will turn out to be as wrong as "640k".

Javascript is generally used in event driven manner, so it will perform quite well on a single core. Firefox having trouble loading multiple pages simultaneously should still be IO-bound, not CPU-bound, and if the engine has trouble, then it's an SW architecture problem where more cores will not really help.

Point of Linus was, taking a 6 core CPU, and replacing 2 cores with more cache and more transistors per core should make almost anything on Desktop run faster.

Comment Bad summary, shocking (Score 5, Interesting) 449

Linus doesn't so much say that parallelism is useless, he's saying that more cache and bigger, more efficient cores is much better. Therefore, increased number of cores at the cost of single core efficiency is just stupid for general purpose computing. Better just stick more cache to the die, instead of adding a core. Or that is how I read what he says.

I'd say, number of cores should scale with IO bandwidth. You need enough cores to make parallel compilation be CPU bound. Is 4 cores enough for that? Well, I don't know, but if the cores are efficient (highly parallel out-of-order execution) and have large caches, I'd wager IO lags far behind today. Is IO catching up? When will it catch up, if it is? No idea. Maybe someone here does?

Comment Re:If "catastrophe" is already "highly likely" (Score 1) 363

I hear there's lots less carbon in the atmosphere of the moon, we could always move there.

The problem with the moon and carbon dioxide is, just exhaling a few times will make the CO2 ppm in lunar atmosphere rise to Jurassic levels. And then next thing you know, there will be allosauruses roaming about eating the colonists. So going to moon is no solution, we'd need to be even more careful about carbon emissions there.

Comment Re:If "catastrophe" is already "highly likely" (Score 1) 363

Chit mon, if we're already screwed, we might as well party and pollute like there's no tomorrow. Might as well use the earth all up since it's a goner anyways.

When all is lost, you don't have care anymore. Thanks, global warming alarmists.

But all is not lost. Things are just going to be bad, but just how bad, that remains to be seen.

On the other hand our ancestors lived self-sufficiently off this land for millenia. On the other hand, that was not very fun life. But then, even if global civilization collapses, information does not disappear overnight. I for one will teach my kids both to make fire with flint and steel, and create and program a robot which can make fire with flint and steel. That should cover a lot of possible futures.

Comment Re:Need a wrench (Score 1) 99

you could just give the money directly to engineers and scientists to invent cool stuff

Have you ever actually worked with R&D engineers and scientists? They don't convert money into cool stuff. They convert cool problems into cool stuff, given sufficient resources to allow solving the given cool problem.

Comment Re:Limit it to actual war fare games (Score 1) 232

the perennial favorite thermo-nuclear war. Though the last one would actually be pretty boring. The players would have to do nothing to compete.

The real problem with thermonuclear war as Olympic sport? The only way to win is not to play.

Not just that. The only way to win is to make sure nobody plays.

I'm continually amazed how humanity has managed to successfully keep winning this particular game for almost 70 years now! But how long can this winning streak continue?

Comment Re:That's all well and good.. (Score 3, Interesting) 37

...but was it 4K?

Well, I don't know about that, but at least it was better than Oculus Rift, if images in TFA are anything to go by. Something like semi-spherical 320 by 240 degrees with 3D zone of maybe 120 by 240 degrees in the middle, or thereabouts.

Also, it's not just the vision, the display system goes with lateral twin ultra low bass audio arrays, capable of generating fully spherical acoustic environment awareness experience.

Comment Re:Next step... (Score 1) 91

I'd suggest EU countries of central Europe. That's such a mess that it will be very difficult to clamp certain basic freedoms down, especially considering how there are still people who experienced various dictatorships first hand. Of course non-EU citizen staying there would depend on your own country keeping your passport valid, but if things really got so bad that you would not get a new visa, you could probably apply for political asylum...

Comment Re:Failed state policies (Score 1) 435

The Cuban people survived 55 years of near total trade embargo, with universal healthcare intact, and no one starving in the streets.

Cuba survived by getting huge payments from the USSR, then from Venezuela. I hope 'no one starving in the streets' isn't how you measure success these days.

No, success for a small country under US hostilities is not having having thousands upon thousands of civilian deaths while under US occupation/protection to establish democratic government. I think Cuba qualifies.

Slashdot Top Deals

If a thing's worth doing, it is worth doing badly. -- G.K. Chesterton

Working...