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

 



Forgot your password?
typodupeerror
×

Comment blind could feel the environment (Score 1) 99

This is a way to make a panoramic view touchable.

Imagine a thin suit that has this on the inside, and that projects a processed presentation of the environment on the body of the wearer. You would feel the car coming from behind before it hit you. :)

(Yes, I wrote on this before.)

Comment multiple axes (Score 1) 453

I always look for communication skills, business sense, math skills, and yes, of course technical skills too.

And at least 5 years of experience, which I agree is not very community friendly.

Comment And how about the "next" and "up" button? (Score 1) 267

Has the "next" button already been defined? Or even patented?

I like to see a standard [back/up\next] interface that is easy to set from HTML, so you never have to look for it again when a set of pages is structured that way.

For example, I don't like interfaces like the one this has: http://www.htdp.org/2003-09-26/Book/

Comment fork and merge (Score 1) 191

I call this "fork and merge" and we have been doing it since forever (1993 at least, but we surely didn't invent it).

The general technique is to have multiple processors work on part of the data set, in a potentially wasteful/redundant way, and then when the results are coming in, perform a merge step to arrive at a clean result.

Multi-threading must die. Forking is your past, present and future.

Processing chunks is also more effective, because you give other processes a chance to do some work too.

(" and in one sentence-alert :)

Slashdot Top Deals

Biology is the only science in which multiplication means the same thing as division.

Working...