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

 



Forgot your password?
typodupeerror
×
Software

Progress In Algorithms Beats Moore's Law 166

Relic of the Future writes "Seen on the blog 'Algorithmic Game Theory,' a report to congress and the president about past and future advances in information technology notes that, while improvements in hardware accounted for an approximate 1,000 fold increase in calculation speed over a 15-year time-span, improvements in algorithms accounted for an over 43,000 fold increase."

Comment Why this tool is crap anyway (Score 1) 93

The current terms of service (which you accept when you get this thing) are that the program is safe by definition. The user has to keep the pc free of viruses. Zerodays are the users fault as well, what so ever.
Which basically means, when ever somebody does something bad with your id, the damage is yours.
They even read, that you should only keep it on the card reader for the few seconds of usage.
As if those few seconds are not enough for an attack. One thing that already works easily with an exploited pc is remotely changing the useres pin, without him knowing. Well....this already is a damage for the user of a couple euro + time loss because you have to go to the local citizen center. (can anybody thinks of a nice DOS attack on the city centers)
Bug

Why You See 'Free Public WiFi' In So Many Places 260

An anonymous reader writes "Almost anywhere you go these days (particularly at airports), if you check for available WiFi settings, you have a pretty good chance of seeing an ad hoc network for 'Free Public WiFi.' Of course, since it's ad hoc (computer to computer) it's not actually access to the internet. So why is this in so many places? Turns out it's due to a bug in Windows XP. Apparently, the way XP works is that if it can't find a 'favorite' WiFi hotspot, it automatically sets up the computer to broadcast itself as an ad hoc network point, using the name of the last connection the computer attempted. So... people see 'Free Public WiFi' and they try to log on. Then their own computer starts broadcasting the same thing, because it can't find a network it knows. And, like a virus, the 'Free Public WiFi' that doesn't work lives on and on and on."
Networking

Gigabit Speeds At Home In the US 249

An anonymous reader writes "The Electric Power Board of Chattanooga is preparing to offer 1 Gigabit speeds at home by the end of the year. 'The city-owned utility announced today it will boost its broadband service to 1 Gigabit throughout its service territory by the end of 2010. Such a connection will be 200 times faster than the average broadband speed in America and the fastest of any US city.' The NY Times reports that the service will cost $350 per month. 'Mr. DePriest of EPB does not expect brisk demand for the one-gigabit service anytime soon. So why offer it? "The simple answer is because we can," he said.'"

Comment Re:Wine? (Score 2, Insightful) 274

The Problem with Wine is, that from the user point of view, it is extremely unstable. It tried it out a couple time with games that had Gold or Silver status. None of them worked with the version I tried.
I think I would be really worth it, to stop developing more features for a while and add as many regression tests as possible to the project. So that the project gains stability. Since in the end, the real success is always determined by the end user.
Businesses

Submission + - Hurd Being Considered for No. 2 Spot at Oracle (latimes.com)

Hugh Pickens writes: "The LA Times reports that Mark Hurd, recently ousted as chief executive of computer maker Hewlett-Packard after allegations of sexual harassment, is likely to serve under his longtime friend and sometime tennis partner Larry Ellison, the outspoken CEO of Oracle who blasted HP for the move. Hurd had been credited with nearly doubling HP's market value to $100 billion and surpassing IBM Corp. in annual revenue during his five-year term but his record became tarnished after a contractor working for HP filed claims of sexual harassment against him, and the company said he had falsified his expense reports. Since his resignation from HP, Hurd reportedly has received a numberY of job offers from public companies and private equity firms. Hurd would bring to the table knowledge of running a company that makes industrial-grade computers on which Oracle's business software runs, knowledge that may be particularly useful to Oracle, a company that this year finalized its $7.4-billion acquisition of Sun Microsystems."

Comment Re:Ugh. (Score 1) 187

I take it, that you don't get the big O notation correct. As the constants are different, it makes no sense to calculate when nlog(n) < n.

Ask yourself, when is C*n*log(n) < K*n, for unknown C and K(these constants depend on the implementation) and you will see that the only way to determine this is measuring the result of your implementation.

Slashdot Top Deals

"When the going gets tough, the tough get empirical." -- Jon Carroll

Working...