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

 



Forgot your password?
typodupeerror
Input Devices

Brain-Control Gaming Headset Launching Dec. 21 112

An anonymous reader writes "Controlling computers with our minds may sound like science fiction, but one Australian company claims to be able to let you do just that. The Emotiv device has been garnering attention at trade shows and conferences for several years, and now the company says it is set to launch the Emotiv EPOC headset on December 21. PC Authority spoke to co-founder Nam Do about the Emotiv technology and its potential as a mainstream gaming interface." One wonders what kind of adoption they expect with a $299 price tag.

Comment Re:Pagers were working? (Score 1) 309

That's partially true.
I also lived and worked in Manhattan during 9/11.

There was a cellphone tower on top of one of the two towers which killed cellphones for the lower region of the island, but cellphones were working just fine as low as 35th st. I called my parents back home from my apartment on 91st street and spoke with a co-worker who was already at work and watching the events unfold from the corner of 35th and 7th.

You are definitely correct about cellphones not working down in the financial district however.

Comment Re:Yes and No... (Score 1) 1367

We're seeing drastic reductions in the number of smokers in the last few years, and nobody had to be tossed in jail to make that happen.

Yep, instead we're just banning it from public places, taking away the rights of bar and club owners, and creating a stigma that all people who smoke are "dirty".

Great fucking methods...

- One Of The Oppressed

Comment Re:Linux Is a Dinosaur and so Is Windows (Score 1) 865

I'm not trolling here, I'm genuinely curious...

What makes using multiple processes in an app better than threading?
I've used both in programming and a nutshell breakdown that I understand and that I've experienced is thus:

* Threading is quick and can "share" memory and resources but requires the programmer to synchronize access to shared resources through mutexes and such
* Processes have no such synchronization problem and *can* share memory but it's much more difficult to do so, instead making use of inter-process communication via pipes and unix sockets, which in my experience is much more time consuming and difficult than sharing memory via threads but still easier than sharing memory between processes.

Again, this is a nutshell and oversimplified comparison, but from where I stand, I've always thought threading was easier and quicker to use and works just as well, if not better, than multi-process apps. Of course there are times when it's more appropriate to use processes rather than threads.

Again, what's your take on the matter?

Comment Re:Goes over most people's heads (Score 1) 463

Actually, I think that would be allowable. If you make a statement and use an obvious hyperbole it's not considered misleading. Using your example, a typical 5-seater car would never be able to outrun a speed rocket and that fact is obvious, laughable even, so no one would take it to mean "it really can do this!".

That's similar to showing a 5-year-old lifting a WWF wrestler over his head and twirling him around after eating a bowl of wheaties while saying "Wheaties makes you strong!". It's obvious hyperbole.

On the other hand, the apple commercial really can be viewed as "it really works this fast!" by people not in the know, and therefore and be construed as misleading.

Comment Re:Call me a luddite but I'll stick with 2D interf (Score 1) 221

All the things you mentioned could be done with a simple touch screen interface that we have now. All you need is an intuitive interface.
In fact, adding gestures and gloves and what-not would be a hindrance mainly because all the guests would have to figure out what gestures did what. On the other hand, everybody knows how to point and click, even if it's just with their fingers.

Comment Re:Open Source Support (Score 1) 272

I can definitely agree with this.
I too am an open source author. When I first wrote and released software to the community, I had slashdot visions of people coming together to help me out in any way they can; maybe some patches, maybe some documentation, whatever.

I was rather surprised when my download numbers kept going up, but the emails offering support never really came.

On the support side of things, sure, I'll help out individuals that email me with questions, but I'm not going to bend over backwards to help, not because I don't want to, but because I simply don't have the time. Rent is expensive.

Microsoft

OOXML Rumored to be Approved, Announcement Wednesday 223

dominux writes "Rumors are already circulating that Microsoft's OOXML has been voted in by the standards board. The Open Sourcerer claims to have results of the ballot on dis29500. According to the site Microsoft managed to flip enough countries to make it stick. 75% of the P members who didn't abstain voted for Microsoft (That is 58% of all the P members). 14% of all the P and O members voted to disapprove it, this includes all the new O members that joined just in time to cast their vote. Norway has asked that their vote be suspended due to voting irregularities, but it would take more than that to make a difference to the result. ZDNet is still playing it cautious, noting that an announcement either way is set to be made on Wednesday."

Slashdot Top Deals

BLISS is ignorance.

Working...