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

 



Forgot your password?
typodupeerror
×

Comment Re:Wow... (Score 1) 206

This is actually the opposite of something that's wrong with a company. They used the money that they had in order to fund research in order to produce a better product, and somewhat simply to do new and interesting research. I can't see why you would think that this is a bad thing.

People cite the "nimble" bit when they mean that a company is stuck in its ways or unable to adapt to change. Doing major research and development is the opposite of that. It's where people who are experts in a field use their talents to really thoroughly explore new ideas.

Moreover, your assertion lies on the idea that, somehow, this research isn't paying off. The consequence of that would be that they somehow fail to make money on the XBox One. It's a little early to be calling the XBox One a commercial failure, given that it won't be.

Comment Cialdini (Score 1) 252

The FBI should just pick up this book: http://www.amazon.com/Influence-Psychology-Persuasion-Business-Essentials/dp/006124189X

There's a chapter that discusses North Korea's program for dealing with POWs during the Korean War. It was astonishingly effective, and, at least the parts in the book, didn't seem to involve much torture.

Comment Thanks (Score 1) 1521

Honestly, Slashdot has been one of my favorite websites ever since it was shown to me in high school. Within a year or two after I started reading Slashdot, it became *the* place to become "in the know" with what was going on in technology.

A big part of the direction that Slashdot has moved in has been a product of this. More and more people knew that Slashdot was a place to go to to get "in the know," but the pool of truly enthusiastic, sharp, science and engineering minded people became diluted with people who simply wanted to be associated with that. Everyone wanted to participate, and the signal to noise ratio went down. It's unfortunate, but the thing that initially attracted people here was largely due to your vision and your efforts. I don't believe that your departure is likely to improve the site. I know that I, at times, have been critical of the direction that Slashdot has gone in (and at times you have expressed frustrations with the site yourself, or at least, frustrations with what you should do with it), but this change in direction has largely been a product of the change in readership. It has been your vision that has managed to keep it sane.

What is truly unfortunate is that, looking around the Internet for a site that gives me the same enjoyment that Slashdot did in its heyday, I have come up empty-handed. It really does feel like there is nowhere online for the old-school geek anymore. Everyone wants to be part of that now. In fact, being a "hipster" now involves saying how geeky and quirky you are. It's pretty annoying seeing kids who can't even program move in on my turf like that.

Anyway, thanks for all of the effort that you've put into this site, and I honestly do hope that we meet at an Open Source convention of some sort someday. If we do, I'll buy you a beer.

Crime

UK Politician Arrested Over Twitter 'Stoning Joke' 422

History's Coming To writes "The BBC is reporting that a Tory city councillor has been arrested over a 'joke' he posted to Twitter suggesting that Yasmin Alibhai-Brown, a UK based writer, be stoned to death. The full tweet read, 'Can someone please stone Yasmin Alibhai-Brown to death? I shan't tell Amnesty if you don't. It would be a blessing, really.' Following complaints he was arrested under the Communications Act 2003 and bailed. He has since apologized. This comes on the same day that a conviction for a Twitter 'joke' about blowing up an airport was upheld."
Power

Going Faster Than the Wind In a Wind-Powered Cart 315

Shawnconna writes "Can a wind cart travel faster than the wind? A group of makers say, 'Yes!' Make: Online has published a story about the Blackbird wind cart that just set a record. This is a follow-up to an earlier story in which Charles Platt built a cart based on a viral video where a guy claimed he'd built a wind-powered vehicle that could travel downwind faster than the windspeed. Charles built one and said it didn't work. Heated debates broke out in forums, on BB, and elsewhere on the Net. In the ensuing time, a number of people have built carts and claimed success, most principally, Rick Cavallaro. He got funding from Google and JOBY to build and test a human-piloted cart. They claim success, with multiple sensor systems on board, impartial judges and experts in attendance."

Comment Re:Just to throw this out there (Score 1) 322

You know, I just shouldn't have chimed in. I'm beginning to regret that I did.

Thank you for speaking down to me. Now, lets get to business.

I get it. I actually understand computational complexity very well. Had you read the follow-up post, which was posted well before your post, you would see that I added the caveat "if P!=NP", long before you had a chance to talk down to me.

Comment Re:Just to throw this out there (Score 1, Interesting) 322

I should caveat all of this. The "no polynomial-time algorithm" bit is only true if P!=NP. If P=NP, then there is a deterministic polynomial-time algorithm for NP-Complete problems. NP-Hard, however, just means that it's at least as hard as NP, so, it's possible that there's no algorithm for that harder problem. You have to be really really precise when talking about this stuff.

Comment Just to throw this out there (Score 5, Informative) 322

Since I had to suffer through at least one professor who didn't understand basic complexity theory last night, and I know that Slashdot generally screws it up to.

NP-Hard means that there's no (deterministic) polynomial-time algorithm to solve the games. Additionally, you always have to generalize these games in order to make that claim. Since computational complexity is defined in terms of the length of the input, and certainly all of these games are being played on an input of fixed length.

However, there are effective approaches to solving NP-Hard problems. There are solvers for known NP-Hard problems. If you Google "sat solver" you'll find at least 5 that you can just download. SAT solvers are used in VLSI validation and other practical things. These solvers use heuristics to improve search performance, generally proposing answers and checking them (for NP-Complete problems).

Also, there are tons of games known to be NP or PSPACE complete. The reductions for those games are kind of a standard problem, since the AI community writes a bunch of these solvers.

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...