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

 



Forgot your password?
typodupeerror
×

Comment just a different flavor of "offensive" (Score 2, Interesting) 227

Today I've discovered that The Pirate Bay website is blocked in Italy. Previously the italian providers were forced to configure the DNS to resolve it as 127.0.0.1, but that was easy to circumvent. Now, the IP is totally unreacheable from Italy. To look at TPB one has to use a proxy, a tunnel, etc.

A similar measure is in force for unauthorized gambling sites.

I don't gamble and I don't care too much for torrents, but the very idea that my government decides which sites I can visit and which I cannot sends a cold shiver down my spine.

Programming

An Open Source Compiler From CUDA To X86-Multicore 71

Gregory Diamos writes "An open source project, Ocelot, has recently released a just-in-time compiler for CUDA, allowing the same programs to be run on NVIDIA GPUs or x86 CPUs and providing an alternative to OpenCL. A description of the compiler was recently posted on the NVIDIA forums. The compiler works by translating GPU instructions to LLVM and then generating native code for any LLVM target. It has been validated against over 100 CUDA applications. All of the code is available under the New BSD license."

Slashdot Top Deals

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

Working...