Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re: Worthless Study (Score 1) 251

My first thoughts are "DUH"...

I mean, it is (or at least should be) common sense that people tend to relate to and help/associate with other beings that are more like them.

This is just basically innate behavior of humans. Why is anyone shocked at this? If you don't actually KNOW a either of two strangers you might be presented with, you're first reaction is likely to feel more at ease and more trusting of the person that visually resembles you the most.

When did political correctness overrule common sense and things we've known about human behavior since pretty much the dawn of time?

Comment Don't really see a downside (Score 1) 230

I use chip-and-pin today, do I really care if the "chip" ends up being a smart watch or cell phone? Not really. I just wouldn't allow it to pay without confirmation. On my own device I wouldn't mind using a fingerprint scanner instead of PIN either, just swipe my watch and push the "pay" button/scanner and I'm done. I have two debit cards today, I'm honestly not sure what the code on the second one is because I never use it.

Comment Totally meaningless paper (Score 2) 247

Sorry, but it has absolutely nothing to do with the real world. They're giving twenty people - ten in experiment group and ten in the control group 30 minutes to do a bit of analysis. And they measure minutes to apply a few changes, without any qualitative measure on how the code is growing. There's very little proof that the refactoring they did made any sense, the sample size is so low you'd never get reliable results and pretty much what you can conclude is that refactoring doesn't make hackjobs easier. Never thought so, that just involves finding the place something's happening and hack it. If it's a good idea, well... it works there and then.

Comment Re:Hmmm .... (Score 1) 127

Well somebody has to be the first at discovering something before somebody else can confirm it. And yes, in human years it might take a while to build another billion dollar project to do that. Science works on incomplete information, otherwise there wouldn't be anything to do science on. Has anybody independently verified the Higgs boson yet? All the exoplanets discovered recently? Probably not. That's always how it will be at the leading edge of science.

Comment Re:"North Korean rebel movement" (Score 1) 62

Once the country tips though, there will be a short and intense period of violence that I hope stays contained within the country, but I fear will spill out to the south. Once that is over, North Korea will be split into two parts, one unified with the south and a portion annexed into China. I have no idea where the split will be.

Somehow I find that implausible, I expect China to take the whole country or not at all. South Korea would be to worried about a conventional or nuclear counter-attack on Seoul to do much of anything while China could probably swoop in and install a new authoritarian regime that by NK standards would seem like heaven, all they need to do is bring them into the 21th century. After that I'll think it'll be a bit like Life of Brian:

Reg: All right, but apart from the sanitation, medicine, education, wine, public order, irrigation, roads, the fresh water system and public health, what have the Romans ever done for us?
Attendee: Brought peace?
Reg: Oh, peace - shut up!
Reg: There is not one of us who would not gladly suffer death to rid this country of the Romans once and for all.
Dissenter: Uh, well, one.
Reg: Oh, yeah, yeah, there's one. But otherwise, we're solid.

Comment Re:Uh, what? (Score 2) 91

So the new spec removes the compiler front end from the graphics driver, greatly improving performance. Only the compiler back end is present in the graphics driver.

Not if you're talking game performance rather than compiler performance I think. From what I understand games generally compile their shaders to native instructions long before they're used, it's not just-in-time compilation like when you download javascript on a page and do it on the fly as you execute, more like delayed traditional compilation until you can optimize for this particular hardware like Gentoo ebuilds.

However, the IR instructions is probably much simpler than the source language, for example Java has tons of classes but only ~200 opcodes. It would make graphics drivers not quite, but a lot more like CPUs running "assembler-ish" code instead of being huge graphics libraries. Basically you're moving most of what's OpenGL/DirectX today over into the application. Stallman might not approve but it might mean more AAA games being able to run on a thin OpenGL Vulkan shim than Mesa.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...