Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Epic Fail? Hardly. (Score 1) 534

I think they said you couldn't use 3D features from OtherOS, so homebrew wasn't very interesting. My bet is that Sony did a very good job indeed and it was necessary four years to break the PS3 even though it's not completely done yet (you can't run software written on your own Blu-ray).

Comment Re:So.. (Score 2, Informative) 78

My android phone notifies me about phone calls and sms messages I get on my Windows 7 desktop over bluetooth just fine. Now try this on Ubuntu or Mac and see what happens, nothing. Same app, same protocol, even same implementation (bluez on android and ubuntu)! I wrote the desktop program (http://code.google.com/p/android-notifier/) and we have a lot of people complaining that it doesn't work, the bluetooth stack generates cryptic error messages that does not mean anything because the OS decided to use its underlying socket abstraction to do RFCOMM I/O, errors during I/O are silently ignored, that sort of thing. IBM never implemented support for bluetooth in J9 JVM for my palm zire 72, you know why? Bluetooth is just a mess, it didn't work correctly with Windows XP at the time and alternative implementations like SuperWaba wouldn't implement a bluetooth API, they would expose it as a socket abstraction. We are better off using wifi that is better standardized and focused (just TCP/IP I/O) instead of bluetooth and its profiles, modes of operation, etc.

Submission + - "Pure Java" API for Executing Compute Tasks on GPU (infoq.com)

lehphyro writes: This week Gary Frost from AMD unveiled an alpha release of Aparapi (A PARallel API) , an API that allows programmers to write logic in Java to be executed on a GPU. GPUs are the massively parallel hardware acceleration chips originally installed in PCs to boost graphics rendering performance but that are now pushed to other kinds of compute-intensive tasks that have nothing to do with graphics.

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...