Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Government

Secret Service Runs At "Six Sixes" Availability 248

PCM2 writes "ABC News is reporting that the US Secret Service is in dire need of server upgrades. 'Currently, 42 mission-oriented applications run on a 1980s IBM mainframe with a 68 percent performance reliability rating,' says one leaked memo. That finding was the result of an NSA study commissioned by the Secret Service to evaluate the severity of their computer problems. Curiously, upgrades to the Service's computers are being championed by Senator Joe Lieberman of Connecticut, who says he's had 'concern for a while' about the issue."
Java

After Learning Java Syntax, What Next? 293

Niris writes "I'm currently taking a course called Advanced Java Programming, which is using the text book Absolute Java, 4th edition, by Walter Savitch. As I work at night as a security guard in the middle of nowhere, I've had enough time to read through the entire course part of the book, finish all eleven chapter quizzes, and do all of the assignments within a month, so all that's left is a group assignment that won't be ready until late April. I'm trying to figure out what else to read that's Java related aside from the usual 'This is how to create a tree. This is recursion. This is how to implement an interface and make an anonymous object,' and wanted to see what Slashdotters have to suggest. So far I'm looking at reading Beginning Algorithms, by Simon Harris and James Ross."
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."

Submission + - Netflix Prize Winners Announced (cnn.com)

karlnyberg writes: "And the million dollars goes to... Lots of people. Not surprisingly, teams of former winners.

Stay tuned for the sequel! Netflix Prize II. Different rules. Different format. Another $1M!"

Programming

Submission + - NetflixPrize enters 2007 Progress Prize Phase (netflixprize.com)

karlnyberg writes: "In accordance with the competition rules, team leaders for the NetflixPrize competition received the following email yesterday:

As of September 2, 2007 00:00:00 UTC, the Netflix Prize competition entered the "last call" period for the 2007 Progress Prize. In accord with the Rules, your team has thirty (30) days, until October 2, 2007 00:00:00 UTC, to make submissions that will be considered for this Prize. Good luck and thank you for participating!

This is ONLY for the $50,000 prize for the first year of operation of the competition, not for the $1,000,000 prize."

Slashdot Top Deals

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...