Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Paper doesn't even note Scientific Classification (Score 1) 231

This. The fact that the paper doesn't even mention the "Scientific Classification" path to Linnaeus is kind of ridiculous. I mean, sure, you can argue whether or not it's valid to include that or not, but the fact that it's systematic means it's at least important to point out.

Comment They can probably compute a just-over-20-move solu (Score 5, Informative) 60

As The boojum said, you can theoretically solve a cube in any configuration in 20 moves, but it might take a long time to find that optimal solution. Computers can quickly find a just-over-20-move not-quite-optimal solution, though.

Human-friendly algorithms generally take over 50 moves, with the absolute best solves still taking more than 40.

I stepped through this video frame by frame. They rotate the cube 5 times to inspect each face first (I guess they only have one camera), paused about 0.2 seconds (presumably to calculate a solution) and then they made 21 moves plus 4 rotations to solve it. (The rotations were necessary because it only has 4 arms and can't spin the top and bottom layers.)

So yeah, looks like they computed a nearly-optimal solution, and I imagine they can probably get a just-over-20-move solution every time.

Comment Re:Or you never visualized them in the first place (Score 2) 845

If it makes you feel any better, I work for a software company, and what you describe is exactly how I conduct interviews. I ask candidates to code, but I don't actually care that much if their program is bug-free. I care about how they go about doing it, and how they figure out solutions as I point out problems. I care more about the work they show than whether they happen to get this instance exactly right.

When I was growing up, my dad told me that none of the facts I learned all the way through high school mattered that much in the end, but what mattered is that going through it taught me HOW to learn.

Comment Unconnected friends (Score 1) 292

I've also thought about how I have some friends who don't know any of my other friends. If either of us died, there would normally be no way for the other to find out about it through the grapevine. But now with Facebook, we would probably find out by seeing other people's wall posts. I think that's actually a valuable service.

Movies

Blockbuster Total Access Unannounced Policy Change 250

NuclearCodeMonkey writes "Blockbuster Total Access has changed the terms of its user agreement without notice to users. Previously, users could return online (mailed) rentals in-store for free rentals. The next set of online rentals was immediately mailed out. Now, without notice, they have changed their policy so that the in-store free exchanges count against you, and no more online rentals are mailed out until the in-store rentals are returned. No wonder they are closing stores and losing to Netflix! Needless to say I am canceling my account in protest." Update - 3/15 at 11:55 by SS: NuclearCodeMonkey has sent new information about an email from Blockbuster which clarifies the situation. Read on for his follow-up.
Image

Robot Love Goes Bad 101

hundredrabh writes "Ever had a super needy girlfriend that demanded all your love and attention and would freak whenever you would leave her alone? Irritating, right? Now imagine the same situation, only with an asexual third-generation humanoid robot with 100kg arms. Such was the torture subjected upon Japanese researchers recently when their most advanced robot, capable of simulating human emotions, ditched its puppy love programming and switched over into stalker mode. Eventually the researchers had to decommission the robot, with a hope of bringing it back to life again."
It's funny.  Laugh.

Nuclear Scanning Catches a Radioactive Cat On I-5 594

Jeff recommends Seattle Times columnist Danny Westneat's story from a community meeting with Northwest border control agents. Seems their monitoring for dirty bombs from the median of Interstate 5 caught a car transporting a radioactive cat. "It turns out the feds have been monitoring Interstate 5 for nuclear 'dirty bombs.' They do it with radiation detectors so sensitive it led to the following incident. 'Vehicle goes by at 70 miles per hour... Agent is in the median, a good 80 feet away from the traffic. Signal went off and identified an isotope [in the passing car]. The agent raced after the car, pulling it over not far from the monitoring spot.' Did he find a nuke? 'Turned out to be a cat with cancer that had undergone a radiological treatment three days earlier.'"
Microsoft

Microsoft Will Not Sue Over Linux Patents 291

San Muel writes "In an official statement, Microsoft has said it has no immediate plans to sue after alleging patent infringements by open-source vendors for the time being. The company goes on to say that, essentially, it could have done that any time in the last three years if it wanted to. So what's the purpose of these bold announcements? '[John McCreesh, OpenOffice.org marketing project lead] added that while Microsoft may not have plans to sue, it could be using the threat of litigation to try to encourage corporate customers to move to those open-source product vendors with whom it had signed licensing agreements, such as Novell. "Microsoft has spent time and money accumulating patents. Maybe it has started using that armory to move corporate customers to open-source software that Microsoft approves of."'"
Games

Your Mom And Gaming 76

Tomorrow is Mother's Day in the US, and Newsweek's N'Gai Croal rightly estimates that many gamers owe a lot to their mothers. Because they indulged what they likely initially saw as a strange choice of hobby, we have a thriving gaming industry to enjoy today. The Level Up site offers an interview with a woman on the Newsweek staff who learned to tolerate those 'console things', and another piece where N'Gai interviews his own mom about his games-related past. "N'Gai: Growing up, you allowed us kids to have a computer, but we weren't allowed to have a videogame machine. What was your thinking behind that? Yvonne Croal: Well, in my estimation at that time, videogames were just another silly game. We certainly didn't want you to be spending 24/7 playing these games that we considered not productive in any way." If you're still looking for a gift for your own mom, Pop Cap is giving away a free copy of Bejeweled to anyone that signs up for their newsletter. Worked on my mom. Happy Mother's Day.
OS X

iPhone Not Running OS X 476

rochlin writes "We know that Steve Jobs has said the iPhone won't accept third-party apps. The iPhone looks to be running on a Samsung provided ARM core processor. That means it's not running on an Intel (or PPC) core. That means it's not running OS X in any meaningful sense (Apple can brand toilet paper as running OS X if they like). Darwin, the BSD based operating system that underlies what Apple has previously been calling OS X, does not run on ARM processors. The Darwin / Apple Public Source licensing agreement says the source would have to be made available if it is modified and sold (paraphrased; read it yourself). A Cingular rep has said the iPhone version of the OS source will not be made available. It will be closed, like the iPod OS and not like Darwin. So if it ain't Darwin, it ain't OS X (in any meaningful way). An InfoWorld article on an FBR Research report breaks down iPhone component providers and lists Samsung as the chip maker for the main application / video cpu. So, that leaves the question... What OS is this phone really running? Not Linux or the source would need to be open."

Ancient Swords Made of Carbon Nanotubes 293

brian0918 writes "Nature reports that researchers at Dresden University believe that sabres from Damascus dating back to 900 AD were formed with help from carbon nanotubes. From the article: 'Sabres from Damascus are made from a type of steel called wootz. But the secret of the swords' manufacture was lost in the eighteenth century.' At high temperatures, impurities in the metal 'could have catalyzed the growth of nanotubes from carbon in the burning wood and leaves used to make the wootz, Paufler suggests. These tubes could then have filled with cementite to produce the wires in the patterned blades, he says.'"

Slashdot Top Deals

Heuristics are bug ridden by definition. If they didn't have bugs, then they'd be algorithms.

Working...