Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
Earth

Plan to Slow Global Warming By Dumping Iron Sulphate into Oceans 407

ananyo writes "In the search for methods of geoengineering to limit global warming, it seems that stimulating the growth of algae in the oceans might be an efficient way of removing excess carbon dioxide from the atmosphere after all. Despite attracting controversy and a UN moratorium, as well as previous studies suggesting that this approach was ineffective, a recent analysis of an ocean-fertilization experiment eight years ago in the Southern Ocean indicates that encouraging algal blooms to grow can soak up carbon that is then deposited in the deep ocean as the algae die. Each atom of added iron pulled at least 13,000 atoms of carbon out of the atmosphere by encouraging algal growth which, through photosynthesis, captures carbon. The team reports that much of the captured carbon was transported to the deep ocean, where it will remain sequestered for centuries — a 'carbon sink' (abstract)."
Medicine

High Fructose Corn Syrup To Get a Makeover 646

An anonymous reader writes "With its sweetener linked to obesity, some cancers and diabetes, the Corn Refiners Association (CRA) doesn't want you to think 'fructose' when you see high fructose corn syrup in your soda, ketchup or pickles. Instead, the AP reports, the CRA submitted an application to the FDA, hoping to change the name of their top-selling product to 'corn sugar.'"
IBM

Submission + - IBM Computer Program to Take On 'Jeopardy!' (nytimes.com)

longacre writes: "From the article, "I.B.M. plans to announce Monday that it is in the final stages of completing a computer program to compete against human 'Jeopardy!' contestants. If the program beats the humans, the field of artificial intelligence will have made a leap forward. ... The team is aiming not at a true thinking machine but at a new class of software that can 'understand' human questions and respond to them correctly. Such a program would have enormous economic implications. ... The proposed contest is an effort by I.B.M. to prove that its researchers can make significant technical progress by picking "grand challenges" like its early chess foray. The new bid is based on three years of work by a team that has grown to 20 experts in fields like natural language processing, machine learning and information retrieval. ... Under the rules of the match that the company has negotiated with the 'Jeopardy!' producers, the computer will not have to emulate all human qualities. It will receive questions as electronic text. The human contestants will both see the text of each question and hear it spoken by the show's host, Alex Trebek. ... Mr. Friedman added that they were also thinking about whom the human contestants should be and were considering inviting Ken Jennings, the 'Jeopardy!' contestant who won 74 consecutive times and collected $2.52 million in 2004." Any chance IBM could hire Sean Connery to be its voice?"
Sci-Fi

Sci Fi Channel Becoming Less Geek-Centric "SyFy" 798

narramissic writes "According to a TV Week article, NBC Universal has decided to change the name of their Sci Fi Channel to SyFy. Why? To pull in a more 'mainstream' audience. If you're unclear what 'more mainstream' means, TV Historian Tim Brooks spells it out for you: 'The name Sci Fi has been associated with geeks and dysfunctional, antisocial boys in their basements with video games and stuff like that, as opposed to the general public and the female audience in particular.' Yes, we should probably all be offended. And telling us that a crack marketing team came up with the name because that's how tech-savvy 18-to-34 year-olds would text it really doesn't help."
Programming

The Case For Supporting and Using Mono 570

snydeq writes "Fatal Exception's Neil McAllister argues in favor of Mono, asking those among the open source community who have 'variously described Mono as a trap, a kludge, or simply a waste of effort' to look past Miguel de Icaza and Mono's associations with Microsoft and give the open source implementation of .Net a second chance, as he himself has, having predicted Mono's demise at the hands of open source Java in 2006. Far from being just a clone of .Net for Linux, McAllister argues, Mono has been 'expanding its presence into exciting and unexpected new niches.' And for those who argue that 'developing open-source software based on Microsoft technologies is like walking into a lion's den,' McAllister suggests taking a look at the direction Mono is heading. The more Mono evolves, the less likely Microsoft is to use patent claims or some other dirty trick to bring down the platform."

AMD Phenom II Overclocked To 6.5GHz 303

An anonymous reader writes "During CES a group of overclockers with access to liquid nitrogen and liquid helium for the extra boost of coldness cooled an AMD Phenom II X4 chip to -232 degrees Celsius. Once they got the chip cooled to this frigid temperature, they pushed the clock speed all the way up to 6.5GHz, which is a world record for a quad-core CPU, and then dished out an astonishing 45,474 3DMark05 score!"
Earth

Scientist Patents New Method To Fight Global Warming 492

SUNSTOP writes to tell us that a relatively unknown Maryland scientist has proposed a public patent that he claims could combat global warming. The proposed plan would require massive amounts of water to be sprayed into the air in an effort to bolster the earth's existing air conditioning system. "First, the sprayed droplets would transform to water vapor, a change that absorbs thermal energy near ground level; then the rising vapor would condense into sunlight-reflecting clouds and cooling rain, releasing much of the stored energy into space in the form of infrared radiation. Kenneth Caldeira, a climate scientist for the Carnegie Institution's Department of Global Ecology at Stanford University whose computer simulation of Ace's invention suggests it would significantly cool the planet. The simulated evaporation of about one-half inch of additional water everywhere in the world produced immediate planetary cooling effects that were projected to reach nearly 1 degree Fahrenheit within 20 or 30 years, Caldeira said."
Programming

Which Phone To Develop For? 344

Rob MacKenzie writes "I have to decide on a mobile phone to develop for. We're building a house with some automation built in, and we want the mobile phone to be able to control certain aspects of it, and retrieve information on what's going on in the house. Our choices are the usual suspects: Apple's IPhone, RIM's Blackberry, Nokia's line (Symbian), any Android phone we can get in Canada, J2ME generic app, or a Web-based UI we would interact with in the phone's browser. What would you choose if you had to go with one? Which exact model? We will be buying a few to develop for, so price is a bit of an issue."
Sun Microsystems

Mainframe OpenSolaris Now Available 135

BBCWatcher writes "When Sun released Solaris to the open source community in the form of OpenSolaris, would anyone have guessed that it would soon wind up running on IBM System z mainframes? Amazingly, that milestone has now been achieved. Sine Nomine Associates is making its first release of OpenSolaris for System z available for free and public download. Source code is also available. OpenSolaris for System z requires a System z9 or z10 mainframe and z/VM, the hypervisor that's nearly universal to mainframe Linux installations. (The free, limited term z/VM Evaluation Edition is available for z10 machines.) Like Linux, OpenSolaris will run on reduced price IFL processors."
Programming

How Should I Teach a Basic Programming Course? 452

riverman writes "I have been 'provisioned' at the school where I work to teach a new Computer Science/Programming course. I'm supposed to be teaching everything from the very-very basics (i.e. where that myspace thing is in your computer monitor, and how it knows who your friends are) to the easy-advanced (i.e. PHP classes and Python/Google App Engine). I'm an experienced programmer, but I'm not sure where to start — I could easily assume that my students know something basic they don't. Are there any resources on the internet that could help me find a solid curriculum? What are your suggestions?" I'm sure many of us have gone through intro-level programming courses of some sort; what are some things your teacher or professor did that worked well, and what didn't work at all?
Programming

Programming Jobs Abroad For a US Citizen? 836

An anonymous reader writes "I am a American citizen with a masters in Computer Science from a 3rd tier college and 4 years of work experience under my belt. I would like to work somewhere abroad in Europe for a couple years before I get too settled in life but have no clue where to start. I only speak English but would love to learn a second language. What sort of opportunities are there for American citizens to work abroad? What countries offer the best opportunity to balance a challenging work environment with enough vacation to explore the rest of Europe in my free time? Any hassles I should know about?"
Media

Submission + - Book Publishers Abandoning DRM

tmalone writes: The New York Times is reporting that book publishers are beginning to phase out DRM protected audio books. This month the world's largest publisher, Random House, started offering DRM-free mp3s; Penguin has announced that it will follow suit. It seems that *gasp* DRM doesn't work:

"Publishers, like the music labels and movie studios, stuck to D.R.M. out of fear that pirated copies would diminish revenue. Random House tested the justification for this fear when it introduced the D.R.M.-less concept with eMusic last fall. It encoded those audio books with a digital watermark and monitored online file sharing networks, only to find that pirated copies of its audio books had been made from physical CDs or D.R.M.-encoded digital downloads whose anticopying protections were overridden."
Maybe now I'll be able to put audio books from my library's website on my iPod, or listen to them on my Mac or my Linux box.
Communications

Scientists Deliver 'God' Via A Helmet 1020

prostoalex writes "Scientific American is reporting on scientific work done to map the euphoric religious feelings within the brain. As a result, it's now quite possible to experience 'proximity to God' via a special helmet: 'In a series of studies conducted over the past several decades, Persinger and his team have trained their device on the temporal lobes of hundreds of people. In doing so, the researchers induced in most of them the experience of a sensed presence — a feeling that someone (or a spirit) is in the room when no one, in fact, is — or of a profound state of cosmic bliss that reveals a universal truth. During the three-minute bursts of stimulation, the affected subjects translated this perception of the divine into their own cultural and religious language — terming it God, Buddha, a benevolent presence or the wonder of the universe.""

Slashdot Top Deals

Biology is the only science in which multiplication means the same thing as division.

Working...