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.

The Current State of Accessibility

2 pointsby chrmauryover 12 years ago

1 comment

andyzwebover 12 years ago
I once spent a year limiting my use of sight on and off by using a blindfold. One of the things I quickly discovered is how useless many of the built in accessibility tools were. Using a web-browser was impossible, as was the window manager in general.<p>Over the course of the year I built tools that made accomplishing tasks when blindfolded possible or easier. Using the command line and Unix friendly programs (programs that work with text streams) worked best. Emacs already had some accessibility projects out there and extending them was easy enough. With a set of rules and inbetween scripts I was able to get the text to speech to speak "C" and added audio cues to aid navigation. A similar set of scripts and rules in addition to audio cues made debugging with GDB possible.<p>After my experiment was done I went back to using my normal setup full time but I learned quite a bit.