Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:"microwave OVENS"? Nope, not a typo (Score 4, Informative) 82

it's correct actually

an American naval-intelligence analyst at a NATO cyberwar unit in Tallinn, Estonia, describes a curious microwave oven. Though still able to cook food, its microwaves (essentially, short radiowaves) are modulated to encode information as though it were a normal radio transmitter.

Comment Re:Hardware needs to change DX is obsolete. (Score 1) 323

(super newbie programmer, merely guessing)
So rather than having to go to the CPU ask what's next, you just give the GPU data, package of commands(in form of algorithms, like the for loop) finish doing those then come back to the CPU for the next set?

i assume right now it's cpu does for, gpu draws, cpu does for, gpu draws
and what you want is cpu gives a package of stuff, gpu executes and draws

basically, have the GPU do some of the thinking
maybe?

Slashdot Top Deals

There's no sense in being precise when you don't even know what you're talking about. -- John von Neumann

Working...