Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re:I just don't understand (Score 2) 1128

Hopefully they will be as transparent as promised (they claimed to be releasing all of the information once the grand jury finishes).

Then we can decide for ourselves, based on that evidence. Until then, you are speculating that 'it should have gone to trial' without reasonable facts to support it.

I could speculate on reasonable reasons it didn't go to trial or rant about the media coverage emphasizing an unarmed 'teenager' ... but I'd prefer to just wait and see the facts before taking a position.

Submission + - A Worm's Mind In A Lego Body (i-programmer.info)

mikejuk writes: The nematode worm Caenorhabditis elegans (C. elegans) is tiny and only has 302 neurons. These have been completely mapped and one of the founders of the OpenWorm project, Timothy Busbice, has taken the connectome and implemented an object oriented neuron program. The neurons communicate by sending UDP packets across the network. The software works with sensors and effectors provided by a simple LEGO robot. The sensors are sampled every 100ms. For example, the sonar sensor on the robot is wired as the worm's nose. If anything comes within 20cm of the "nose" then UDP packets are sent to the sensory neurons in the network. The motor neurons are wired up to the left and right motors of the robot.
It is claimed that the robot behaved in ways that are similar to observed C. elegans. Stimulation of the nose stopped forward motion. Touching the anterior and posterior touch sensors made the robot move forward and back accordingly. Stimulating the food sensor made the robot move forward.
The key point is that there was no programming or learning involved to create the behaviors. The connectome of the worm was mapped and implemented as a software system and the behaviors emerge.
Is the robot a C. elegans in a different body or is it something quite new?
Is it alive?
These are questions for philosophers, but it does suggest that the ghost in the machine is just the machine. The important question is does it scale?

Comment Re:That's true, but... (Score 2) 212

Knowing the low levels certainly can be valuable, but this example is completely flawed.

Kids are still taught algorithms and data structures, which exposes them to things like big O notation and why hash tables are really fast at lookups. They don't need to know assembly (or any specific language) to understand these logical concepts. Run time complexity like you describe is a high level concept, honestly!

It's not about shaving a few %'s off by optimizing in assembly - it's about choosing a hash table vs a linked list because you understand the logical operations needed to use them both, regardless of how 'iterating item by item' is coded in java/C/ruby, much less in assembly.

Comment Post a gun ... get an inquiry (Score 2) 250

FROM TFA:
In another recent incident, a student posted a photo of what appeared to be a gun, and a subsequent inquiry determined the gun was fake, Sheehan said. Still, school administrators spoke with the parents of the student, who wasn't disciplined, the superintendent said. "We had to educate the student on the dangers" of posting such photos, Sheehan said. "He was a good kid. ... It had a good ending."

Errr ... so ... if it had not been a fake gun, then he'd have been ??? What if he is a hunter? Likes to shoot targets with a bb gun? Had posted a picture of his dad cleaning a legally owned handgun?? You know they'd have done something - otherwise, if he shows up and shoots ppl they'd be crucified by lawsuits.

It is now dangerous to post completely legal things .. this won't end well.

Comment Re:unsurprisingly, IT goons don't get it. (Score 1) 443

While harsh, this is indeed the trend that has been building the last decade. It will only accelerate going forward.

Sure, security and reliability are still huge concerns. But rather than saying 'no, we can't do that' IT will be increasingly pressured to make intelligent compromises to enable new devices and more dynamic control for engineers, designers, sales, etc ... or be replaced.

IT doesn't have to be an internal cost center either. If enough IT departments don't wake up to new requirements, 'cloud' based IT services will eat many of them for lunch. Likely not banking or governmental services ... but it will be doable for many others.

Comment Re:I smell a new market (Score 1) 539

You can already do this on a smaller scale: make your own neverwinter nights or neverwinter nights 2 persistent world.

You end up with a MUD/MUSH/MUX style and size community with commercial graphics and game engine. It may be significantly smaller in scale, but it's much easier to maintain a pencil and paper style RPG world with a player cap of 64 to 96 versus a thousand. Otherwise the ratio of DM to player gets really bad or you have to have a huge DM staff that becomes hard to coordinate with ... not to mention maintain a level of quality. If the focus is on RP over grinding and huge raids, you won't want more than 6-8 players in an individual party anyway.

Shameless plug for the neverwinter nights 2 server I'm helping with: http://moonsea-adventures.com/

Slashdot Top Deals

Riches: A gift from Heaven signifying, "This is my beloved son, in whom I am well pleased." -- John D. Rockefeller, (slander by Ambrose Bierce)

Working...