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

 



Forgot your password?
typodupeerror
Image

How Sperm Whales Offset Their Carbon Footprint 150

Boy Wunda writes "Scientists at Flinders University in South Australia found that in an awesome example of design by Mother Nature, Southern Ocean sperm whales offset their carbon footprint by simply defecating – an action that releases tons of iron a year and stimulates the growth of phytoplankton which absorb and trap carbon dioxide. If only we humans could say the same for our poop, which really doesn't do much more than just sit there." I'm going to do my part by buying some iron supplements and a can of chili, and heading off toward the ocean.
GNU is Not Unix

New LLVM Debugger Subproject Already Faster Than GDB 174

kthreadd writes "The LLVM project is now working on a debugger called LLDB that's already faster than GDB and could be a possible alternative in the future for C, C++, and Objective-C developers. With the ongoing success of Clang and other LLVM subprojects, are the days of GNU as the mainstream free and open development toolchain passé?" LLVM stands for Low Level Virtual Machine; Wikipedia as usual has a good explanation of the parent project.
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

You will lose an important tape file.

Working...