TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Using thought to control machines

63 pointsby pmukover 7 years ago

7 comments

simon_accaover 7 years ago
I am working on such a BCI for with my girlfriend who&#x27;s a graduate student in cognitive neuroscience.<p>It&#x27;s actually based on a very simple concept that most people here will have stumbled upon in algorithms 101: binary search.<p>The subject is put in an fMRI machine and is looking at a screen like this[0] where the middle word of the dictionary is presented.<p>The subject can then perform either &quot;inner speech&quot; (singing or reciting in your head) if the word s&#x2F;he wants to spell is before the one currently displayed, or &quot;mental imagery&quot; (imagining drawing some figure in space) otherwise.<p>As you probably know the time complexity of binary search is O(log(dictionary_length)) instead of a classic letter speller which would be O(alphabet_length*word_length) so this method is much quicker in most cases.<p>I would love some HN input on this!<p>This is a demo that you can play around with: <a href="https:&#x2F;&#x2F;sophia.science&#x2F;biword&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sophia.science&#x2F;biword&#x2F;</a> [0]<p>And this is a complete explanation of the paradigm: <a href="https:&#x2F;&#x2F;sophia.science&#x2F;biword&#x2F;Biword_poster.pdf" rel="nofollow">https:&#x2F;&#x2F;sophia.science&#x2F;biword&#x2F;Biword_poster.pdf</a>
评论 #16096138 未加载
yoz-yover 7 years ago
One thing not mentioned in the article is that we can not currently make implants that work after a few years because of scarification. ECOG devices might work but those have worse properties than implants.
Razenganover 7 years ago
Pretty much the basis of &quot;magic&quot; in the hyper-sci-fi RPG Numenera [0], set a billion years in a post-post-post-apocalyptic future, where &quot;mages&quot; are called &quot;nanos&quot; (you can guess why.)<p>[0] <a href="http:&#x2F;&#x2F;numenera.com" rel="nofollow">http:&#x2F;&#x2F;numenera.com</a>
YokoZarover 7 years ago
The line in the article about VR-brain interfaces is I believe a reference to <a href="http:&#x2F;&#x2F;www.neurable.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.neurable.com&#x2F;</a><p>This tech is exciting. Imagine a wizard game where you literally meditate to recover mana.
评论 #16096017 未加载
评论 #16096128 未加载
评论 #16095828 未加载
jraddover 7 years ago
Suggest anyone interested to check out some related material:<p>Hope 2016 - Hacking the brain [0]<p>Semantic Maps showing models used to predict brain activity using &quot;Voxels&quot; [1]<p>0: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-1JPnHtLYCQ&amp;index=75&amp;list=PLcajvRZA8E099SG5JGAaS56NMHPTbuHIV" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=-1JPnHtLYCQ&amp;index=75&amp;list=PL...</a><p>1: <a href="http:&#x2F;&#x2F;gallantlab.org&#x2F;huth2016&#x2F;" rel="nofollow">http:&#x2F;&#x2F;gallantlab.org&#x2F;huth2016&#x2F;</a>
krisivesover 7 years ago
Is this similar to what Emotiv is developing?
评论 #16096606 未加载
myasoover 7 years ago
Pay walled, but I don&#x27;t even need to read the article. If you have a working proposal for consuming information faster than my eyes and ears can do it and also a working proposal for controlling a computer faster than I can do it with a keyboard; with the constraint that the method that does this doesn&#x27;t kill me immediately or eventually, then you have my attention. Until that day happens, I do not care and I will focus my time and attention on things that are actually possible.