Live data from Hacker News

How can you program if you're blind? (2013)

stackoverflow.com

21–22 of 22 posts

Re: How can you program if you're blind? (2013)

#21
post #20
post #19

Earlier quoted context omitted.

What's a lot of processing? Speech recognition can be done on a phone. Are you sitting with your hands on your keyboard at all times while programming? Do you need to move the cursor to a variable, function, etc to refactor? You are assuming that we can only say commands that are bound to a key? "Set breakpoint on line 20" -- You had to reach for the mouse in your world?

I admit that I'm pretty mouse-adverse but I wouldn't have to use the mouse for any of that. Actually I mostly only use the mouse to browse the web. But anyway, that's not really important, I agree that good "intelligent" speech recognition would be very useful for uncommon tasks. But building a project, searching and replacing are tasks that are so common that I can't imagine having to reach for the mouse to do them,…

If you can replace a long variable or function name more quickly than someone can say "rename aLongFunctionName to anotherLongFunctionName then build" then someone didn't implement the voice recognition properly.

Yeah, someone always mentions the noise coding in a group. Someone else usually brings up subvocal speech, or something else, but I'll leave that for you to imagine. We need a few more people to imagine what is possible rather than rehash why something can't be done.

Re: How can you program if you're blind? (2013)

#22
post #19
post #16

Earlier quoted context omitted.

>personally I would find voice commands to be quite useful, since I can speak much faster than I can type. Interesting. Wouldn't speech recognition be marginally to somewhat slower in response, than response to keyboard commands, though? More so, considering that a lot of processing has to be done to recognize speech, not to mention the time to receive the audio input via the mic, do analog-to-digital conversion (ass…

What's a lot of processing? Speech recognition can be done on a phone. Are you sitting with your hands on your keyboard at all times while programming? Do you need to move the cursor to a variable, function, etc to refactor? You are assuming that we can only say commands that are bound to a key? "Set breakpoint on line 20" -- You had to reach for the mouse in your world?

>What's a lot of processing? Speech recognition can be done on a phone.

AFAIK speech recognition is non-trivial processing (though not an expert on it at all). Just a few points: I've read somewhat recently that the reason why Google's speech recognition is good is because it does a lot of the processing on their servers, also because it has a huge volume of data to work with (from worldwide users). All I know is that there are various factors at play (even though I'm aware phones are very powerful nowadays). It was an exploratory question, not meant to suggest that it cannot be done or will necessarily be too slow. And I did say "marginally to somewhat", etc.

>Are you sitting with your hands on your keyboard at all times while programming?

Obviously not. As a programmer, I'm well aware that there is a lot of think time involved.

>Do you need to move the cursor to a variable, function, etc to refactor? You are assuming that we can only say commands that are bound to a key? "Set breakpoint on line 20" -- You had to reach for the mouse in your world?

Nope, no assumptions. It was an open-ended question.

Post reply on HN