I wonder how many times in a regular day a blind person nearly throws thew computer out the window because some application randomly does something inaccessible and they get stuck. Some tray app from dell popping up a dialog about your trial backup subscription expiring, with no standard/accessible UI? Things like that. This is what surprises me most about not having a screen. I get that a blind person doesn't NEED t…
> This is what surprises me most about not having a screen. That thing on the right of the photo is a closed laptop. This person does have a screen, it's just not constantly in use. (Not "in sight", as the article puts it.) They can open up the laptop to show stuff to others when needed. This is how my blind colleague does it.
Software development and screen readers at 450 words per minute
71–80 of 109 posts
Re: Software development and screen readers at 450 words per minute
#72> A screen reader intercepts what's happening on the screen and presents that information via braille (through a separate braille display) or synthetic speech. And it's not the kind of synthetic speech you hear in today's smart assistants. I use a robotic-sounding voice which speaks at around 450 words per minute. After listening to the English sample....maybe I'm being naive but is it typical to be able to understan…
You work your way up to it. Open up a podcast app and start listening at 1.5x. After a while (days to weeks), that becomes comfortable. Then work your way up to 2.0x. Once you're at that point, listening to familiar shows (familiar people/voices), at 1.0x makes them sound drunk. They seem. to. speak. so. slooow. Some podcasts I listen at 3x which feels near my limit of comfort (comprehension drops off at speeds highe…
Re: Software development and screen readers at 450 words per minute
#73Earlier quoted context omitted.
Wouldn't a proper structured editor be more suitable for blind coding? The market isn't large but I can't imagine blindly navigating through a sea of characters. Sounds terrifying.
People once coded in ed and it is kinda like coding blind. You don't have a display, instead you can move to specific line numbers and print or replace them. It sounds impossible at first but you get used to it if you only use ed.
Re: Software development and screen readers at 450 words per minute
#74I wonder how many times in a regular day a blind person nearly throws thew computer out the window because some application randomly does something inaccessible and they get stuck. Some tray app from dell popping up a dialog about your trial backup subscription expiring, with no standard/accessible UI? Things like that. This is what surprises me most about not having a screen. I get that a blind person doesn't NEED t…
Re: Software development and screen readers at 450 words per minute
#75450 wpm. I can't even descipher 2 words out of that. It is amazing if he can understand that fast. Did his brain just rewire the visual cortex to process audio? Makes me wonder what a human would be with double the neurons in the brain.
Re: Software development and screen readers at 450 words per minute
#76I'd love to read more specifically how coding style makes things easier or harder. It'd be really interesting to know if there are some general rules in this space, and if so how they may or may not help sighted programmers read code. Really interesting perspective on a topic which is usually just a mosh pit of opinions.
Re: Software development and screen readers at 450 words per minute
#77> Windows is the most accessible operating system there is I was under the impression macOS and iOS are the preferred platforms for people with disabilities?
Re: Software development and screen readers at 450 words per minute
#78Earlier quoted context omitted.
It's a disingenuous title. The article is cool, but not what I was lead to believe.
It really is. There is nothing "software development" about the speed of his text-to-speech other than he uses it for reading code in addition to reading normal sentences. The more accurate title would be "Software developer reads at 450WPM". Still interesting enough to get people to click to find out how, but "development at 450wpm" really really does sound like he's typing at 450wpm. Reading code is not "software d…
A professional typist is somewhere around 80wpm, and a stenographer can reach up to 250wpm. 450 would have to represent an enormous innovation in typing methods.
Frankly, even if you could, 450wpm would be an irresponsible speed to code at. As mediocre as my own typing speed is, it's never the limiting factor when I code. There's just too much to consider.
Re: Software development and screen readers at 450 words per minute
#79> Windows is the most accessible operating system there is I was under the impression macOS and iOS are the preferred platforms for people with disabilities?
I’m totally blind and bought a Mac several years ago hoping to learn iOS programming. As far as I can tell it’s impossible to create a simple app without using drag and drop in XCode. While it’s technically possible to do drag and drop with Voiceover I can never get it to work correctly. Apple has not put out any documentation on how to use XCode when blind that I’ve been able to find. This is disappointing since I f…
Re: Software development and screen readers at 450 words per minute
#80I wonder how many times in a regular day a blind person nearly throws thew computer out the window because some application randomly does something inaccessible and they get stuck. Some tray app from dell popping up a dialog about your trial backup subscription expiring, with no standard/accessible UI? Things like that. This is what surprises me most about not having a screen. I get that a blind person doesn't NEED t…
I'm a blind developer and I've found Windows 10 to be pretty good about not throwing up popups if you configure it well. This is because we have a good IT group who builds machines from scratch so there's no trial software. I build my personal computers from scratch so install the OS avoiding junk software. When Windows does have notifications it's pretty good about putting them in the notification center so I can lo…