| A long time ago, I was a math T.A. in the university and the main T.A. of my course was blind. He used a screen reader for everything, and wrote LaTeX and had a paper versions of the courser exercises in Braile+LaTeX (IIRC). > a PDF alternative for the blind I'm not sure what it means. It's a PDF reader? It's another format that is similar PDF but more screen reader friendly? > Google Maps/navigation for the blind in my city Do you know https://www.openstreetmap.org/ The data is open, so it may be useful to build an easier to use client, so you don't have to collect all the info. > I am concerned about parasitic big corporations taking the code and putting it behind a paywall Probably AGPL is better for your intentions. > Not only would I be inviting disorganized, poorly constructed code, There is no obligation as a maintainer to merge all PR. But remember to be nice. |
Yes, a PDF alternative optimized for screen readers. For some reason, PDFs have clunky functionality when it comes to working with my screen reader. PDF URLs are especially egregious—VoiceOver really struggles to read them. So, I started writing a new file format that allows screen reader compatibility from the start.
>The data is open, so it may be useful to build an easier to use client, so you don't have to collect all the info.
Yes, I know that website—I’ll use it if I need it. So far, I’ve been preoccupied with some other data that neither Open Maps nor Google provides. I’m about 30–35% done. I also have to think about whether to go open or closed source before using their data. Even though what they provide is mostly public domain, nonetheless, I want to stick to my own principles: credit/donate where it’s due, or go without.
>There is no obligation as a maintainer to merge all PR. But remember to be nice.
Good advice.