Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Patents

IBM's But-I-Only-Got-The-Soup Patent 267

theodp writes "In an Onion-worthy move, the USPTO has decided that IBM inventors deserve a patent for splitting a restaurant bill. Ending an 8+ year battle with the USPTO, self-anointed patent system savior IBM got a less-than-impressed USPTO Examiner's final rejection overruled in June and snagged US Patent No. 7,457,767 Tuesday for its Pay at the Table System. From the patent: 'Though US Pat. No. 5,933,812 to Meyer, et al. discussed previously provides for an entire table of patrons to pay the total bill using a credit card, including the gratuity, it does not provide an ability for the check to be split among the various patrons, and for those individual patrons to then pay their desired portion of the bill. This deficiency is addressed by the present invention.'"

Submission + - Project Launch (sourceforge.net)

SF:sasayaki writes: All, The first release of the Bower E-mail Sorter has been posted on our Sourceforge account. Built as part of an undergraduate project at the Australian National University, Bower has implemented three e-mail sorting algorithms; a simple sorter, a clustering algorithm and a Bayesian-based tournament algorithm. An XPI package is available for public installation and review. Beware that this project is still in beta and may contain bugs. Sorting is still slow, due to use of Javascript, but provision is made for further implementation in C or C++. Enjoy!
The Courts

RIAA's Boston University Subpoena Quashed 39

NewYorkCountryLawyer writes "As first reported by p2pnet, the motion to quash the RIAA's subpoena seeking identities of Boston University students has been granted, at least for the moment. In a 52-page opinion (pdf) the Judge concluded that she could not decide whether or not to quash until she had seen the college's 'Terms of Service Agreement' for internet service. It was only then she could decide what 'expectation of privacy' the students had. She quashed the subpoena calling for the student identities, and told them they could go ahead with a subpoena just for the terms of service agreement. Interestingly the decision was issued on the very same day as the judge in Elektra v. Barker came to some of the same conclusions."
Data Storage

Disk Failure Rates More Myth Than Metric 283

Lucas123 writes "Using mean time between failure rates suggest that disks can last from 1 million to 1.5 million hours, or 114 to 170 years, but study after study shows that those metrics are inaccurate for determining hard drive life. One study found that some disk drive replacement rates were greater than one in 10. This is nearly 15 times what vendors claim, and all of these studies show failure rates grow steadily with the age of the hardware. One former EMC employee turned consultant said, 'I don't think [disk array manufacturers are] going to be forthright with giving people that data because it would reduce the opportunity for them to add value by 'interpreting' the numbers.'"
Transportation

GM Says Driverless Cars Will Be Ready By 2018 646

Gregor Stipicic writes "Cars that drive themselves — even parking at their destination — could be ready for sale within a decade, General Motors Corp. executives say. 'This is not science fiction,' Larry Burns, GM's vice president for research and development, said in a recent interview. GM plans to use an inexpensive computer chip and an antenna to link vehicles equipped with driverless technologies. The first use likely would be on highways; people would have the option to choose a driverless mode while they still would control the vehicle on local streets, Burns said. He said the company plans to test driverless car technology by 2015 and have cars on the road around 2018."
Programming

Forget Math to Become a Great Computer Scientist? 942

Coryoth writes "A new book is trying to claim that computer science is better off without maths. The author claims that early computing pioneers such as Von Neumann and Alan Turing imposed their pure mathematics background on the field, and that this has hobbled computer science ever since. He rejects the idea of algorithms as a good way to think about software. Can you really do computer science well without mathematics? And would you want to?"

Slashdot Posting Bug Infuriates Haggard Admins 262

Last night we crossed over 16,777,216 comments in the database. The wise amongst you might note that this number is 2^24, or in MySQLese an unsigned mediumint. Unfortunately, like 5 years ago we changed our primary keys in the comment table to unsigned int (32 bits, or 4.1 billion) but neglected to change the index that handles parents. We're awesome! Fixing is a simple ALTER TABLE statement... but on a table that is 16 million rows long, our system will take 3+ hours to do it, during which time there can be no posting. So today, we're disabling threading and will enable it again later tonight. Sorry for the inconvenience. We shall flog ourselves appropriately. Update: 11/10 12:52 GMT by J : It's fixed.

Slashdot Top Deals

What the gods would destroy they first submit to an IEEE standards committee.

Working...