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

 



Forgot your password?
typodupeerror
×

Comment Art as prior art? (Score 1) 89

The Personal System glasses from "Norbert and the System", a short story by Timons Esaias from 1993, may anticipate some of the features of this system. I haven't read the patent, but the overlay of contextual social information sounds a lot like what the original poster describes.

(Here's a link: http://www.sfcenter.ku.edu/Sci-Tech-Society/Esaias-Norbert.pdf)

Submission + - Chilean Company Promises Objects from Thought (thinkerthing.com)

seanellis writes: A small Chilean startup is promising the ability to create objects by mere thought. It seems impossible at first glance, but ThinkerThing, set up by ex-patriot Yorkshireman Bryan Salt, uses neural interfaces to guide the evolution of 3D designs. Its first full-scale project, the Monster Dreamer, allows children to design fantastical monster toys by the power of thought, which will then be printed out as real 3D models. All of this is, as usual, assuming that they can get the funding.

I interviewed Bryan for the Pod Delusion podcast earlier this month.

Comment Some oldies (Score 1) 1244

The Professor Jameson series by Neil R Jones. Clunky but fun.
Cyberiad by Stanislaw Lem. How they translated all the wordplay from Polish I will never know.
Not forgotten, exactly, but all of Larry Niven's "Known Space" series, especially "Protector".
Dragon's Egg and Flight of the Dragonfly by Robert L Forward.

(I just had a look at my bookshelf. Half the space is by authors beginning with "B" - Banks, Baxter, Bear, Benford, Bester, Bova, Brin, Bradbury, Brunner, Bulmer. Weird.)

Comment But... does the case actually have merit? (Score 0) 205

I've seen a lot of knee jerk MS-is-evil stuff (this is Slashdot after all) but what are the actual facts of the case? Just because we don't like someone doesn't mean that they can't be right occasionally.

We're supposed to be geeks here - rational, logical, all that jazz. Let's base the arguments on the facts.

Comment I agree with you, and Stroustrup (Score 1) 728

It seems to me that this is an editor problem. And a lot of the blame for the parlous state of editors at the moment can be laid at the feet of Cpp, the C preprocessor.

"In retrospect, maybe the worst aspect of Cpp is that it has stifled the development of programming environments for C. The anarchic and character-level operation of Cpp makes nontrivial tools for C and C++ larger, slower, less elegant, and less effective than one would have thought possible." - Stroustrup, Design and Evolution of C++.

We should have a much better view of a program than a bunch of files containing characters.

Comment Re:What? (Score 4, Informative) 149

The official investigation concluded that they were spores from local algae, and that the initial DNA tests were flawed. Wikipedia has the details, as usual.

To go from "our test found no DNA" to "there is no DNA" to "they must be extraterrestrial" to "they look like the dust clouds in Monocerous" is a series of leaps that go wayyy ahead of the available evidence, in my view.

It would be very interesting to be proven wrong, however.

Comment Re:Then why not C? (Score 5, Insightful) 663

Why not assembly language?

Build up from the very bottom. ARM assembly (disclaimer - I work for ARM) is ubiquitous and pretty close to an idealised assembler. Dev kits are available for cheap.

Then you build up through structured assembly, C-like languages (PASCAL?), and so on. Otherwise, it's like trying to build houses without understanding what bricks are.

That's the way I did it, except being as how I'm old and crusty the assembly language I started with was SC/MP, and we also had a load of BASIC thrown into the mix.

Comment Good (Score 1) 380

It will be very difficult for SCO to spin this one in a positive direction. Darl McBride isn't at SCO any more, which is a shame. It would have been good to see him go down with the ship.

Roll on the IBM case.

Comment Wireheading a reality? (Score 1) 249

I'm skeptical (as usual), but if true, bring it on, Larry Niven style.

Now our addictive types get toasted on wall current instead of having to steal and carjack their way to their next fix? That seems like a step forward to me.

Legalize it so we don't get a load of back-street ecstasy peddlers giving everyone deep bone infections.

And then treat it as a public health issue, and let those susceptible to its lure breed themselves out of the population. It's just evolution in action.

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...