matt

@matt@toot.cafe

Software developer, formerly at Microsoft, now leader of the AccessKit open-source project (https://accesskit.dev/) and cofounder of Pneuma Solutions (https://pneumasolutions.com/). My current favorite programming language is Rust, but I don't want to make that part of my identity.

Music lover. Karaoke singer. Science fiction fan. Visually impaired (legally blind). Secular humanist

This profile is from a federated server and may be incomplete. Browse more on the original instance.

masukomi, to random
@masukomi@connectified.com avatar

Audible started allowing “AI” generated audiobooks ( > 40,000 so far ) but provides no mechanism to filter them out.

Voice actors bring stories to life. Computer voices destroy emotional moments and massacre the sentiment with which phrases are expressed.

This is absolutely terrible

matt,

@masukomi Counterpoint: If I want to listen to a non-fiction book that hasn't been produced as an audiobook by a human narrator, I'd rather listen to a machine-generated version through the Audible app, with support for background playback and so on, than read it with VoiceOver in the Kindle app. I suspect that the major DRM-encumbered ebook providers deliberately limit the capability to read ebooks with text-to-speech so as not to be too competitive with audiobooks.

matt,

@masukomi Of course, with the new machine-generated audiobooks, I suspect the publisher is still getting as much money as they would from a human-narrated audiobook. But so be it, if it increases the availability of audiobooks, particularly for non-fiction. Anyway, I've listened to plenty of human-narrated non-fiction audiobooks that were less than stellar performances; a machine would have done as well if not better.

matt,

@masukomi That assumes that the human reader that one would actually get, particularly for low-budget productions, is always better than current-generation text-to-speech. I listened to some bad readings when listening to textbooks on tape in school.

brianhartgen, to random
@brianhartgen@tweesecake.social avatar

I have a couple of Thunderbird questions if anyone can please help.
I am using Thunderbird Beta Version 127.0.

  1. When the client launches, unlike Outlook, focus does not move to the list of messages in the Inbox. I've disabled the start page but it doesn't make a difference. Is this just what it does?
  2. How please can I change the order of items displayed in a mail folder? The subject is displayed first, then the author.
matt,

@brianhartgen The answer to question 1 is, unfortunately, yes. You can get there quicker with F6 than by tabbing.

matt, to random

To follow up on the post from @fedora that I just boosted (https://fosstodon.org/@fedora/112450335722898487), I'd like to thank @sovtechfund for funding my work on @gnome accessibility, and acknowledge that they're also funding other, more immediate work on GNOME accessibility, including the Spiel speech framework (https://project-spiel.org/) and a variety of improvements to the Orca screen reader. My project might be getting the most attention, but it's not the only important work happening in this area.

Seirdy, to random
@Seirdy@pleroma.envs.net avatar

If you argue that your GUI toolkit is better than others because it’s “suckless” I’ll assume it completely lacks any kind of support for bidirectional text, advanced font rendering necessary for several non-Latin languages, or accessibility.

matt,

@Seirdy Ditto for "Handmade".

nick, to random
@nick@hkc.social avatar

"Always on top" is evil and should never have a keyboard shortcut.

matt,

@nick I've invoked that shortcut by accident plenty of times in foobar2000. Was that the app you had in mind?

glyph, to random
@glyph@mastodon.social avatar
matt,

@glyph Thanks for mentioning that a mixed-case hashtag is better for screen reader users.

glyph, (edited ) to random
@glyph@mastodon.social avatar
matt,

@glyph I think the last time I called it was when it was a built-in in Python 2.

nick, to random
@nick@hkc.social avatar

@jcsteh Hey man, hope you're well...

Interesting Firefox behavior in 126. Things that formerly exposed to the screen reader as "tabs" are now Links, as things that used to show as "menu items" are now "buttons". Nothing in release notes. Intended behavior?

matt,

@jcsteh @nick If you were to go back to technically violating the spec on this, while making spec-violating sites more accessible in practice, I don't thinka nyone could reasonably blame you. Aside from the failed XML-ization of HTML, browsers have always gone out of their way to do what the author meant even if the author didn't comply with the letter of the spec. That approach should go double for accessibility.

matt,

@jcsteh @nick If you were to go back to technically violating the spec on this, while making spec-violating sites more accessible in practice, I don't think anyone could reasonably blame you. Aside from the failed XML-ization of HTML, browsers have always gone out of their way to do what the author meant even if the author didn't comply with the letter of the spec. That approach should go double for accessibility.

matt,

@jcsteh @nick I've now discarded a couple of possible replies. The fact that some stupid spec requirement can stop you from doing what's best for actual accessibility in practice, because failing web platform tests would make you look bad, makes me angry. I can't blame you for bowing to that pressure, but still...

matt,

@jcsteh @nick Sure, but the first rule of AT is that you make the best of the half-broken crap that the application or content author implemented, because we all know that very few will go to the trouble to get it exactly right.

matt,

@jcsteh @nick Good luck getting that requirement removed.

matt,

@jcsteh OK, fair enough.

@nick

weirdwriter, to microsoft

GUI Tool To Removes Ads From Various Places Around Windows 11 https://github.com/xM4ddy/OFGB

matt,

@ljwrites @KekunPlazas @weirdwriter Hi all. Thankfully, I'm not working alone on GNOME accessibility. In fact, in addition to funding my own work on an overhauled accessibility stack, Sovereign Tech Fund is also funding some more short-term work by other developers, which is already starting to land. And lest you get the wrong idea, this other work is (at least most of it) not just a stopgap until my work is ready; it's all equally important and necessary.

matt,

@ljwrites @KekunPlazas @weirdwriter The fact that you heard about my project in particular means that I already got enough publicity. Thanks though.

glyph, to random
@glyph@mastodon.social avatar
matt,

@glyph I could probably write an ad-hoc solution in pure Python using ctypes and comtypes, writing my own API definitions as needed, in an hour or two. Or I could whip up something in Rust, using the windows crate and PyO3, requiring a small extension module (a few hundred KB tops in a release build). Which would you prefer?

matt,

@glyph Well it's not quite one function. You have to instantiate the class, using some function that takes the class name as a string. Then you have to call the GetTimeZone function, which returns a string. And in both cases, "string" means the WinRT HSTRING type, which is a refcounted string. I hope @tef's solution works for you, because rolling my own using ctypes and comtypes might be a little more complicated than I thought.

danirabbit, to random
@danirabbit@mastodon.online avatar

Something I’ve never heard someone who works with accessibility say, but have heard a number of times from people who don’t work with accessibility: “AI is gonna be so valuable for a11y”

matt,

@danirabbit I've worked in accessibility for over 20 years, I'm visually impaired myself, and in my more pessimistic moments, I've thought that AI that actually works would be our only hope of accessibility that actually scales to the long tail of apps, sites, etc., without us having to beg every single developer to put time into making their stuff accessible.

matt,

@danirabbit I appreciate your response. But honestly, I can also see the point of view of developers who ignore accessibility or even let it regress. Everyone has limited resources, and I guess we're a small enough minority that those developers are doing the rational thing from a purely economic perspective. Maybe we need better regulations. But still, a technological solution that could possibly mitigate many instances of the problem at once is appealing.

matt,

@weirdwriter Your mention of @danirabbit got mangled somehow, so I don't think she was actually included in the reply.

bryansmart, to random

For all of the blind people who just lost access to the Sonos app, and everyone else who’s accessibility done gone away, I dedicate The Accessibility Blues.

matt,

@bryansmart So how much of that, if any, was AI-generated?

matt, to random

About my last boost (https://mastodon.social/@verge/112406416876801156): It sounds to me like the problems with the new Sonos app go beyond accessibility. I suspect a poorly managed rewrite. Given that the new version is such a step backward from the previous working app, I wonder if a rewrite was necessary in the first place. But I know our industry isn't good at maintaining a complex, long-lived codebase. We'd rather do something new and, we assume, better.

matt,

I don't even use Sonos myself. But I've been reading a lot of discussion about the accessibility regression on my timeline, so I'm curious about it.

talon, to random
@talon@dragonscave.space avatar

Hey if Sonos can just up and screw their UI then I can just up and decide to never use them for future speakers. Time to check the resale value of this garbage in case they can't fix the UI accessibility like yesterday.

matt,

@jscholes @simon @talon I finally looked at the Android app. (I'm not a Sonos user, but I'm curious about this whole disaster.) It's Flutter, which is the other major cross-platform mobile UI toolkit. That puts the app at a further disadvantage, because Flutter renders its own widgets and has to implement its own accessibility for those widgets, rather than wrapping native ones.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • tacticalgear
  • DreamBathrooms
  • osvaldo12
  • GTA5RPClips
  • ngwrru68w68
  • magazineikmin
  • everett
  • Youngstown
  • slotface
  • rosin
  • mdbf
  • kavyap
  • modclub
  • anitta
  • InstantRegret
  • Durango
  • cubers
  • khanakhh
  • ethstaker
  • thenastyranch
  • normalnudes
  • provamag3
  • tester
  • cisconetworking
  • Leos
  • megavids
  • lostlight
  • All magazines