How a Blind Developer uses Visual Studio [video]
41–50 of 67 posts
Re: How a Blind Developer uses Visual Studio [video]
#42Visual Studio seems like an odd choice...
Re: How a Blind Developer uses Visual Studio [video]
#43What screenreader is he using?
Re: How a Blind Developer uses Visual Studio [video]
#44Earlier quoted context omitted.
The crazy part to me is working in an office where 50 people are simultaneously saying code out loud. Or my wife ready to kill me as I'm saying code while she's watching tv. :)
Rather than my usual tirade against open offices, I would point out that options for subvocal voice pickups exist like throat mikes. You could speak softly enough your neighbor couldn't hear you, and they also attenuate external sounds quite well.
Re: How a Blind Developer uses Visual Studio [video]
#45Earlier quoted context omitted.
Rather than my usual tirade against open offices, I would point out that options for subvocal voice pickups exist like throat mikes. You could speak softly enough your neighbor couldn't hear you, and they also attenuate external sounds quite well.
So basically you'll be trying to think above a constant, low-level din of unintelligible murmuring. Not unlike having a brown noise generator in your office. That would drive me insane.
And, IMO, even mumbling would be better than the current open office constant flow of loud conversations (one of which I'm trying to drown out with headphones this very moment).
Re: How a Blind Developer uses Visual Studio [video]
#46I imagine many would benefit if we had a smart developer assistant where it could have a higher level understanding of programming. "Jarvis import library foo" - could be said from anywhere in file "Jarvis jump to file bar.c" "Jarvis declare var current temperature equals zero" - var currentTemperature = 0 "Jarvis write for enumeration on var word over var name list" "Jarvis build and run" or simply "Jarvis run" By t…
"Please stop shouting at the whiteboard. It doesn't work that way. I need you to pick up one of the dry-erase markers and write your algorithm to invert a binary tree."
"What? Who codes with their hands? I need my assistant!"
Re: How a Blind Developer uses Visual Studio [video]
#47Earlier quoted context omitted.
> The answer it seems is to speed up the voice tenfold! That seems very common for systematic text-to-speech users, I saw a video a few months back of a lawyer (?) demonstrating ios's accessibility (rotor, voiceover, blind curtain, …) and the TTS speech was so fast it sounded like white noise to me.
That would be interesting to watch. Do you have a link for that?
https://finance.yahoo.com/news/david-pogue-on-iphone-voiceov...
Re: How a Blind Developer uses Visual Studio [video]
#48I met two blind programmers. The process they used was exactly how it's described in this video. What was odd was that: 1 - they were given the worst place in the room: no windows, literally facing a wall. Took some time to realize why they didn't complain. 2 - The computer had monitors. Then I learnt that Windows (don't know what version it was) wouldn't work it no monitor was attached.
1 - does sun light have no physiological/psychological value for blind people? the sun light might still be captured on the skin or even in the eyes and trigger relevant biological processes.
2 - having a monitor is also important for a blind person when working in a team.
Re: How a Blind Developer uses Visual Studio [video]
#49you could even ask "which lines have if statements?"
for something like this wouldn't you be talking to an AST rather than a text editor?
Re: How a Blind Developer uses Visual Studio [video]
#50What screenreader is he using?
Sounded and behaved like the default narrator that comes with Windows. They all tend to rely on the same APIs, though, so what they “see” of the screen or the focused control is very similar.