How can you program if you're blind?
stackoverflow.com
How can you program if you're blind?
1–10 of 48 posts
Re: How can you program if you're blind?
#2Re: How can you program if you're blind?
#3Say you wanted to find a method, how do you scroll in a large file to locate it? I guess deft use of find & go to definition helps out here.
How do you locate a line of code in a large function? Do you have to listen for the screen reader to read the contents of an entire screen's worth of code? Or do you rely on previous knowledge of the code and remember where it was?
How do you deal with debugging / fixing errors. I imagine the screen reader trying to parse the output of a template error being a nightmare.
Re: How can you program if you're blind?
#4Re: How can you program if you're blind?
#5Re: How can you program if you're blind?
#6None of the answers were about the questions I had about how to program when you're blind. While the tools they use are interesting. I'm more concerned with how you would browse the code. Say you wanted to find a method, how do you scroll in a large file to locate it? I guess deft use of find & go to definition helps out here. How do you locate a line of code in a large function? Do you have to listen for the screen…
Re: How can you program if you're blind?
#7Read some phreaker stories.
There really isn't anything "visual" about the computer at its lowest level of abstraction.
Of course, the web is heavily visual. Ever wonder why? (Some people these days are even anti-plaintext.) But it does not have to be. It can be quite functional and effective using only text. If you want to view a photo or a video, you can download it and view it. If you want elaborate presentation, you can use UNIX typesetting utilities. Knuth did not spend all time making Tex for no reason. UNIX typesetting utilities are 1000x better than HTML, CSS, etc.
Being blind should really move you closer to the machine, not further away from it.
Re: How can you program if you're blind?
#8Re: How can you program if you're blind?
#9None of the answers were about the questions I had about how to program when you're blind. While the tools they use are interesting. I'm more concerned with how you would browse the code. Say you wanted to find a method, how do you scroll in a large file to locate it? I guess deft use of find & go to definition helps out here. How do you locate a line of code in a large function? Do you have to listen for the screen…