Slashdot Mirror


User: fastfinge

fastfinge's activity in the archive.

Stories
0
Comments
89
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 89

  1. Re:You Must Be New Here on 'Be My Eyes' App Crowdsources Help For the Blind · · Score: 1

    The problem with having two separate interfaces is that the one intended for the blind will never, ever get updates or new features. Gmail, in fact, did this, for a while. They still do have the basic HTML interface, AFAIK. It offers no translation, no address book autocomplete, none of the new features for marking and filtering messages (important, etc), and generally hasn't been given a single update since the day it was released. Thankfully, the standard Gmail interface is now accessible, so blind users generally get the new features around the same time as everyone else. This is a story that repeats itself over, and over, and over again. When I see a link for a text-only or accessible interface, to anything at all, I can safely assume it's at least 3 years out of date, and/or missing important features and information. If you're doing web apps, going the different but equal rout just doesn't work, and isn't needed. If you're doing more complicated stuff, it can still usually be avoided; QT5 includes accessibility support, Java has accessibility toolkits, as do the various Windows and mac platforms. Off-hand, the only app I can think of where I use and want a different interface from sighted users is Calibre, and I'm not sure that my preference to use the command-line conversion tools really counts as a separate interface, per say.

  2. Re:You Must Be New Here on 'Be My Eyes' App Crowdsources Help For the Blind · · Score: 1

    I was under the impression that the W3C testing would, in fact, catch things like layout tables, etc. But maybe I'm thinking of Wave or one of the other testing tools?

    Regardless, your statement that Jaws, or any other screen reader on the market, ignores stylesheets is just wrong. Using display:none and/or visibility:hidden will hide things from modern screen readers just fine. Thanks to the recent advances in things like WAI-ARIA, even dynamic content can be made to work, these days. I do almost all of my productive work in highly dynamic pages like Google Docs and Gmail, in fact. Even modern Flash players usually sort of work, at least on Windows, if you know how to move the focus to them correctly. Silverlight, on the other hand, is a nearly total failure.

    Lastly, you seem, along with many other sighted designers, to make the assumption that blind people just sit down and start listening to a web page. That never happens. When a page loads, I'm generally told how many headings, links, landmarks, etc, the page has. I don't know any blind person who just starts reading a new page from the top. Generally, we just try and skip to whatever it is we're interested in. On news websites, navigate by heading (Slashdot), by landmark (Reddit), or by block of text usually get to the article fairly quickly. If I'm filling out a form, to reply to your comment, for example, I just hit e to skip from one edit field to the next. If Slashdot had a link at the top called "skip to main content", I doubt I'd even notice it. The few times I do notice those type of links, I don't use them, as the designer and I rarely agree about where the main content starts. If slashdot did have that style link, I suspect they'd put the anchor at "Reply to: Re:You Must Be New Here", even though I have 0 interest in that section of the page, as I just want to write my comment.

    As a user, I feel like this kind of design is an artifact of designers who haven't memorized, and thus never use, the 20 or so hotkeys commonly used for navigating the web, never mind the hundreds of other keys needed to properly control a screen reader. And that's why I'm in favour of automated testing. All of these hotkeys depend on semantic layout, and most automated tests will at least catch missing alt-text, missing form labels, and other bad markup. They won't catch the people who use CSS styles on divs for headings, rather than the h1 tag, but at least if the alt-text is complete, it's possible to work-around that. Also, many sighted people spending an hour or so testing with a screen reader won't notice the lack of headings, or realize why that's important. In a world where the majority of pages fail even the automated tests, I'd rather push for everyone passing those, rather than taking half an hour with a screen reader they have no idea how to use, and deciding accessibility is just too hard.

  3. You Must Be New Here on 'Be My Eyes' App Crowdsources Help For the Blind · · Score: 2

    The fact that you think the only porn on the internet is visual porn is just sooo cute. There is everything from relatively normal smut like literotica and the alt.sex.stories text repository, to the terrifyingly strange erotic fiction that every fan fiction archive contains about every property from Harry Potter to The Bible to My Little Pony. As a person who was born completely blind, I've never had any problems with a shortage of porn. And I'd much rather access it all in privacy with my screen reader, thanks.

    On a more serious note, the fact that you find screen reader testing to be difficult is utterly meaningless. Try sitting a die-hard Windows user down with Vi or Emacs, and giving them two hours to write, edit, and print a complex document. You'll get no end of complaining about how difficult and impossible it is. But people who have used the software for 20 years will be just fine, thanks. Screen readers are the same way. I have never met a fully sighted access tester who even had the slightest idea how to use the screen reading software in real life. There is a reason that Jaws For Windows used to come with an audio manual on something like 12 tapes, with 90 minutes of content per tape. And even that didn't cover all of the keyboard shortcuts, tips, tricks, and advanced functions. I would estimate that well over fifty percent of even fully blind people just have no idea how to use their software. IMHO, if you can't hire a fully blind tester, and/or don't have any blind users who can give you feedback, just go with the W3C guidelines and automated tests, or whatever other tests and guidelines are available for your platform, and don't bother with sighted testers.

  4. Re:Disabled people on Advocacy Group For the Blind Slams Google Apps · · Score: 2

    As a blind programmer, I, and I'm sure everyone on the blind programmers mailing list, would like to correct you about the impossibility of writing code. Writing code is the easy part; turn on punctuation in your screen reader, and/or use a braille display. Personally, the only language I have found myself utterly unable to use is Python; using whitespace to mean things is really, really, really bad for me. Without close braces or endifs, I find figuring out what level I'm at impossible. However, I know many, many successful blind programmers who laugh at my difficulty with, and hatred of, Python. I think the difference is that I'm self taught, and never indent or space my code correctly; if I need to work with a sighted person, I run my code through a code formatter to get it set up for them. Many blind programmers, who were formally taught usually by sighted teachers, indent code as a habit, so transitioning to a language where thinking about something the screen reader doesn't read explicitly is more natural for them.

    The real challenge for a blind person is screen layout. Most tools today, especially from Apple and Microsoft, have these click and drag interface builders that just do *not* work. Several people have developed libraries, like Layout By Code, to help with this, but it's still a struggle. I find my best bet is to stick to the command line, or work inside other systems like Drupal, that will take care of layout for me.

  5. Re:My biggest annoyance - hard to find my old comm on Slashdot Launches Re-Design · · Score: 2

    You can still use the classic comment system under comment prefs, thank God; the ajaxy comment system bothers the hell out of screenreaders. Doing that will probably speed up your pages and get wget pulling all of your comments again. Slashcode is the only system that manages to screw up something Wordpress, Drupal, and everyone else in the world got right. I've found sites where I couldn't post comments for accessibility reasons, but slashdot is the only one where I can't read comments without a settings change. *sigh* Anyway, my ranting aside, once you go back to the classic comments system, the new layout is really nice, fast, and uncluttered.

  6. Re:Let see this in action now... on Intel's New E-Reader For the Visually Impaired · · Score: 1

    Every OCR software I've ever heard of, including RTK, Finereader, Scansoft, and several open source projects, can cope with text that is upside down, sideways, or crooked. Just so long as it's all in the frame. I think perhaps the light versions of Omni Reader that come with consumer scanners won't do this, but it's because the software has been crippled to make a "light" version, not because it can't.

  7. Re:Overkill on Intel's New E-Reader For the Visually Impaired · · Score: 1

    Incorrect. Bookshare only offers service to United States citizens, who are currently living inside the United States. Americans outside the country, or those of us who aren't Americans, are out of luck. One would assume this device will be sold internationally.

  8. Re:This should be interesting... on Intel's New E-Reader For the Visually Impaired · · Score: 1

    The purpose of the braille is so blind folks in cabs can withdraw cash. The cabby just needs to pull forward a little more, so you can reach it from the back seat instead of the front.

  9. Re:Seems like a future iPhone, N900, etc. app on Intel's New E-Reader For the Visually Impaired · · Score: 1

    They already have:
    http://www.seeingwithsound.com/

    Doesn't work for me, though; just not practical.

  10. Re:Seems like a future iPhone, N900, etc. app on Intel's New E-Reader For the Visually Impaired · · Score: 1

    The N82 is already doing this, with software called the KNFB reader. The big issue with porting the KNFB Reader over to other phones is that, while some of them have a 5MP camera, none of them have a good enough flash. I'm not totally clear on why that's an issue, but apparently it is. I keep the phone close enough to the source (book/paper/whatever) that I don't really know why it wants the flash all the time, but it decides to use it in nearly every shot. The only time I didn't hear the flash activate was once when I was sitting outside in direct sunlight. I have an N82 with this software and use it daily. I now can't upgrade to any other phone, because the software won't run on anything else, and I use it all the time.

  11. Re:Screen Reader Issues are Overblown. on HTML 5 As a Viable Alternative To Flash? · · Score: 2, Informative

    Yup. The screen reader I use has had an option called "ignore layout tables" since 1995. It also allows me to ignore iframes (do you realize how many ads I miss, that way? Hardly need adblock!), flash, and various other tags and atributes, at my whim. It can even skip repeated text, in order to take me right to the page content; when I click a link on a page, it compares the new page with the old one, and places the cursor after any text that is the same on both pages. Works well to skip menus and other crap.

  12. Re:Accessibility, anyone? on Author's Guild Says Kindle's Text-To-Speech Software Illegal · · Score: 3, Informative

    It's a battle we've already lost. Go to:
    http://www.fictionwise.com/
    and check any of the books by major publishers. If you scroll down a little, you see: "printing disabled. read aloud disabled." DRM is already used to do this. And bypassing the DRM is against the law. I suspect the Authors want Amazon to put DRM that will allow publishers to turn off the TTS feature.

  13. Re:indeed on CBS Hosts Ad-Funded TV Series, Incl. Original Star Trek · · Score: 1

    It's only legal if you're in the US. Sad to see Startrek TOS, a series with many firsts, not be the first internationally available series from a TV network. Apparently, those in Canada and the UK still aren't officially allowed to watch startrek online.

  14. Re:It doesn't matter too much anyway... on Audio CAPTCHAs Cracked; ReCAPTCHA Remains Strong · · Score: 1

    Have you tried this new audio CAPTCHA? Some of the accents on that audio are pretty cornball; that's expected, as it's people acting in old radio dramas. But good luck finding an ESL student who can cope with it. I speak Canadian English, and even I got several of them wrong while testing because of the thick American accents.

  15. Re:I'm sick fo CATCHA on Audio CAPTCHAs Cracked; ReCAPTCHA Remains Strong · · Score: 2, Informative

    It's already been done:
    http://www.webvisum.com/

    But good luck getting an invite. Users are pretty careful who we give them to. Also, I'm pretty sure webvisum sends the contents of every single page you visit with the extension on to the webvisum servers. So it has privacy implications. It's probably only worth it if, like me, your choice is between having no privacy or having no ability to solve CAPTCHAs.

  16. Re:Independent verification? on Software Update Makes iTunes Accessible To Blind Users · · Score: 1

    Have you checked:
    http://www.lioncourt.com/

    As a blind user, I can say it does everything I need.

  17. It's Not Jaws on Cell Phone For the Blind? · · Score: 1

    If he's using a Windows Mobile device, he's not using jaws. While Freedom Scientific does make a version of Jaws that works on Windows Mobile, they only offer it for use on hardware they've produced, no third party products. He's probably got either Mobile Speaks or Pocket Hal.

  18. Re:Check out http://www.codefactory.es/en/ on Cell Phone For the Blind? · · Score: 1

    I have a nokia N82, with the OCR software, and GPS too. See:
    http://www.talknav.com/
    for the GPS and talking software. The OCR software is called the KNFB, but I can't think of the website off the top of my head. Try google. With a bluetooth keyboard and a good 3G plan, I find it replaces my laptop for most mobile computing needs.

  19. Re:My reasons on Why Do You Block Ads? · · Score: 1

    turn amish and live on a farm without electricity to avoid them.

    Hey, good Idea! I never thought of that!
  20. Re:My reasons on Why Do You Block Ads? · · Score: 1

    I can't speak to their uglyness, but I'll agree 100% on their complete lack of context. Oh, and google *does* place ads on their own website: they're called sponsored results, and they're right at the top of the page. They're also a major pain in the ass to block. Every time I get a good filter setup, google changes things. That's why I no longer use google.

    My only usability issue with google ads is just the obscure fact that If you're blind and using a screen reader, as I am, you can't easily skip over them. I can skip banners, lists, blocks of links, blocks of text, and frames. Google ads are alternating link and text pairs, so I have to cursor over every single one and have it read out every single time.

    A while ago, I purchased admuncher. Despite the fact that I have extremely serious reservations as to how they construct the default list of filters, it's the best purchase I've ever made. If you're thinking about going with them though, I suggest you sit down at least once a month and review the default list for anything suspicious. They refuse to block nonprofit banners and ads (amber alert is a good example), have no publicly available polacy for what does and does not get blocked, and for all I know could be on the take from God only knows who. They need a polacy with third party review. Sure reviewing the list yourself takes time, but you're going to find it takes less time than maintaining your own proxomitron or privoxy solution. Also the interface is much nicer.

    Note: I'm defining "ad" as third party content included on a website that is not hosted by that website, and performs no direct function of any advantage to that websites users that is directly related to the website. This includes third party icons, hit counters, etc as advertising while excluding free guestbooks and forums. It doesn't matter in the least if the webmaster gets any money for including the content.

  21. destroy the network? on LimeWire to Block Copyrighted Work · · Score: 1

    Because of how the network is set up, can't LimeWire refuse to pass on query/ping/pong/etc packets that it feels violate copyright whenever it is an ultrapeer or g2hub? Isn't this a good way to get thousands of users to run a program that will completely fubar the entire network? I dunno; I'm just a high school student, maybe I completely failed to understand the g2 stuff I read. Someone want to tell me why this can't happen? btw, just in case, does anyone know of a way to get shareaza to refuse to connect to/accept connections from any limewire clients?

  22. Re:keyword: unlicensed on LimeWire to Block Copyrighted Work · · Score: 1

    You're thinking of cddb. No, it won't fit the bill.

  23. Re:keyword: unlicensed on LimeWire to Block Copyrighted Work · · Score: 1

    The name you're looking for is bitzi ticket.

  24. Re:Maybe not on LimeWire to Block Copyrighted Work · · Score: 1

    Ummm, no? There are lots(*) of criminal torrent websites around. Have fun.

    (*) website blocked by websense.

  25. Re:Back that up- Why Not? on When Will E-Books Become Mainstream? · · Score: 1

    If you're against technology and change, I suggest you get the hell off slashdot. You're not welcome here. I absolutely cannot stand people who bash new things on the basis of some completely unquantifiable scale. The world doesn't give a damn about your touchy feely emotions; we've got email, and you're going to have to live with it. Oh, and for your information (as I somehow doubt you would know) people *do* keep personal emails. Also FYI, the reason people purchase books is so they can keep them, rather than returning it to the library. It has nothing to do with the emotion of the book; it has to do with me being too lazy to go back to the library every time I want to look up a passage in my favourite book. As an example, our household has gone through five or so copies of LOTR. We toss them when they get ratty; if it were emotion, don't you think we'd keep them? The emotion isn't in the object, it's in the text. It's in reading something and remembering the first time you ever read it, or in just enjoying the book all over again. It has nothing to do with the medium. If it were up to you, I'm sure we'd all still be writing by hand, because the printing press takes all human emotion out of our books as they weren't written by hand by the author! No, we'd probably still be carving things into stone, because nothing can compete with the emotional magesty of things carved into a big ol' stone slab. Please get a clue and/or get lost.