Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment I actually have prior art for this (Score 1) 323

My final year project for my CS degree was pretty much doing what this patent describes, and it was submitted in 2008, two years ahead of this patent being filed. I even have a conference paper (published with my project supervisor) published in the same year, so there's lots of hard evidence. I also know that there's a few other projects that could claim prior art to this patent, and precedes my own work. I'm pretty sure there's more than enough prior art in the world to blow this out of the water should it be challenged in court. Heck, I'm surprised the USPTO had the gall to allow this one through at all.

Comment Re:Do you want a job as a software developer? (Score 1) 520

IMHO you should change that to just "Do something on the side to improve your skills and experience in the area you want to be in." :)
Even if it's the area you currently work in. If you don't love the thing you're either already working in or want to work in enough to do so, then it's the wrong thing for you.

Encryption

Tunny Code-Breaker Rebuilt At Bletchley Park 47

Jack Spine writes "Engineers at the National Museum of Computing at Bletchley Park have rebuilt the Tunny machine, a key device used in decoding German High Command messages during the Second World War. The Tunny machine took a team of three people three years to rebuild. At the end of the war, Tunny machines were broken up and the components recycled, while the original circuit diagrams were destroyed or hidden. The team had to piece together plans for the machine from odd pieces of circuit diagram that had been squirreled away by engineers, as well as from the recollections of some of the original builders."
AI

Submission + - Can You Beat A Computer At Rock Paper Scissors? (tekgoblin.com) 1

tekgoblin writes: " It looks like the New York Times has created a game that uses artificial intelligence to outsmart you. It uses a simple game called Rock, Paper, Scissors which is pretty much known by everyone on the planet by now. The computer tries to mimic human reasoning by building on simple rules and statistical averages. So based on the rules of the game and your previous moves, the computer tries to make predictions on your next move. The game has 2 modes, the first being Novice where the computer learns the game from scratch, and veteran where the computer has experience of over 200,000 rounds of previous experience."

Comment Re:70% if the revenue? (Score 1) 280

I'm sure they can claim that the IP agreement was just for the W7 app and these new ports are exempt from the agreement. So now they own the IP for your ports and still get 30% from the revenue of the original W7 app. They most likely also charge a 30% fee for the apps listing.

Of course, you could always use the W7 app as a litmus test for popularity and if you then think you can make some real cash, leave you MS job and then write the ports.

Transportation

'Death By GPS' Increasing In America's Wilderness 599

An anonymous reader writes "Every year, more and more Americans are dying in deserts and wildernesses because they rely on their GPS units (and, to some degree, their cellphones) to always be accurate. The Sacramento Bee quotes Death Valley wilderness coordinator Charlie Callagan: 'It's what I'm beginning to call death by GPS ... People are renting vehicles with GPS and they have no idea how it works and they are willing to trust the GPS to lead them into the middle of nowhere.'"
The Internet

UK Research Aims For 100x Speedup In Fiber-Based Broadband 180

Mark.JUK writes "The UK governments Minister for Science, David Willetts, has awarded £7.2 million to help support the University of Southampton's newly rebuilt Optoelectronics Research Centre (ORC) and the development ('Photonics HyperHighway') of new technologies that would be capable of making broadband internet access over fibre optic cables 100 times faster than today." What would you like to do with 100 times your own current network speed?

Comment Re:Attack by prononymous? (Score 1) 143

I have a sourceforge project. All I did was pull down the repo to another location and run a diff on my working repo and the one I pulled down. There were no unexpected differences. I'm struggling to see why this is so hard to understand. It's simple to figure out if your project has changed in an unexpected way. It also easy to overwrite the repository on the sourceforge server with a clean one if you are suspicious.

Seriously, an attack this public will not catch out many projects. And I fail to see how someone would be able to "prove" that a project stole code when it's been made so public that SF was compromised. Just that fact would cast a huge amount of doubt over that sort of claim. Especially when one of the developers hands over an untainted version from their home machine for inspection.

Comment Re:Attack by prononymous? (Score 1) 143

Um...each developer will have a working copy on their local machine. This is most likely to be the last known good version. A quick diff will show up the changes that they've recently made and they can verify that the differences are valid. It's really not that complicated.

If someone wants to go through the trouble of hacking the version control to the point it can propagate to the developers machine, stop them from reverting changes that may have been pulled down just before the repositories were locked down, I'm pretty sure they'd be smart enough to break into sourceforge without making such a big mess and alerting everyone. We can go around with increasingly unlikely scenarios forever but the fact is, a quick check is all that's realistically required.

Slashdot Top Deals

"What man has done, man can aspire to do." -- Jerry Pournelle, about space flight

Working...