Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Promises, promises (Score 1) 84

I place a very high value on the ability to access the Internet via the service provider of my choice but that does not mean I am willing to let the Robber Barons, aka Spectrum Barons, fleece me with promises of data rates they can only deliver on their best day to an extremely sparse user base located smack dab in the middle of the highest of population densities. This carrot is simply not enticing enough to bear the associated stick.

Comment Status Quo (Score 1) 231

Aside from the Wii, the current generation of consoles does a decent job of delivering 1080p HD content. It no longer takes a $1500 PC to game at HD resolution with playable frame rates. The question in my mind is when will display manufacturers start pushing 2K resolution as the next big thing, and how long will it take for prices to be on par with current 1080p displays. At that point there will be a compelling reason for the gaming masses to get excited and open their wallets once again.

Comment Re:ARM now? (Score 1) 342

The NT kernel is optimized to run SMP on cache coherent cores. ARM is not cache coherent and it is likely that making it cache coherent would ruin much of its power efficiency compared to x86. NT running on a single ARM core doesn't seem very interesting and supporting multithreaded applications on SMP ARM will require either strong thread affinity or adding some really ugly shared memory hacks to WIN32.

Comment Amusing video but... (Score 2, Informative) 126

Having worked with several commercial USB protocol analyzers over the years I have yet to see one was anything more than an FPGA connected to an off the shelf USB PHY chip. As much as I like cute dog videos these guys need to post proper requirements and design specifications if they seriously want funding from me.

Comment Every software development job interview... (Score 1) 359

...should include a sample of some code that attempts to perform logical operations based on the outcome of floating point operations. Anyone who attempts to check the result of a floating point operation for equality without normalizing precision should be shown to the door and never called back.

Slashdot Top Deals

"Engineering without management is art." -- Jeff Johnson

Working...