Posted
by
samzenpus
from the all-natural-solution dept.
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.
Posted
by
timothy
from the pop-will-eat-itself dept.
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.
Posted
by
timothy
from the abstraction-gains-a-layer dept.
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."