frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

An accessibility update – GTK Development Blog

https://blog.gtk.org/2025/05/12/an-accessibility-update/
66•todsacerdoti•11mo ago

Comments

superkuh•11mo ago
Wonderful news. This is a big step to filling one the gaps in the various waylands that prevented them from being taken seriously (none of the waylands were really ADA compliant before since they lacked any screenreader possibilities). I hope every wayland compositor choses to implement these two protocols in mutually compatible ways.

As someone with progressive retinal tearing I'd been really worried the last 5 years or so with everything switching to one of the waylands and there being no accessibility. This is a relief. It'll probably get there before I go functionally blind.

mhitza•11mo ago
Are you using a screen reader on Linux? I tried Orca a few years back (wanting to test websites for accessibility with it) but it seemed to crash often.
lukastyrychtr•11mo ago
Definitely much better now, in a day-to-day usage I found a crash situation only once in this year. Note: I am a visually impaired Linux user and developer, I actually did the work on the shortcuts capturing API.
Octoth0rpe•11mo ago
Coincidentally, there was an eye-opening thread on nearly this exact topic on /r/linux a few days ago: https://www.reddit.com/r/linux/comments/1kkuafo/wayland_an_a...

Definitely worth reading to understand what users are going through and where open source desktops are falling short.

bobajeff•11mo ago
I hope this is the start of AccessKit getting more attention from GUI toolkits going forward.
rollcat•11mo ago
I love this bit from TFA:

> Is this system usable for me ?

> Accessibility is about making our software usable (and, ideally, pleasant to use) for as many people as we can.

Exactly. I don't have any disabilities to speak of (less-than-perfect eyesight, mild case of wrist pain), but I enjoy using many accessibility features, such as:

- Automatic dark/light mode; yes I do use a light theme in my editor during the day ;)

- High contrast (Gnome); I wish macOS could do something sane here

- Reduce motion & transparency (Mac, iPhone); I really wish CSS prefers-reduced-* was already widely deployed

- Grayscale color filter (mild setting; iPhone)

- Dim flashing lights (Mac)

- Shortcat.app (looking forward to Gtk apps on Mac supporting this)

- On-screen keyboard, for using a Real Computer from a couch. A basic wireless mouse beats every single clunky TvBox remote out there.

- Games! Aim assist, highlight ally/enemy, reduce bobbing / motion, etc

Accessibility is for everyone.

growlNark•11mo ago
I'm sure we can all appreciate not climbing 30 flights of stairs, even if it we are physically capable of it.
tonyarkles•11mo ago
> I'm sure we can all appreciate not climbing 30 flights of stairs, even if it we are physically capable of it.

Totally. And people seem to forget that you can temporarily go from "no disabilities" to "have a disability" to "no disabilities" very quickly. Slip of a knife while cooking can take a hand out of commission for a few days. Stepping on your glasses can make you visually-impaired for a few days. Ear infection can seriously affect your hearing until it's healed.

And there's tech issues that can come up too! A couple of weeks ago I needed to get an embedded Linux device set up with SSH and could only find a spare mouse in the office, no random USB keyboards kicking around. Trying to use the Gnome on-screen keyboard was an exercise in frustration. Some symbols were missing that I needed to type into a shell, for example.

pjmlp•11mo ago
Scott Hanselman from Hanselminutes fame, has several remarks on his podcast that anyone can be disabled, even if temporary.

Unfortunely too many forget about it.

Robdel12•11mo ago
This is awesome! I'm really excited about this since this is the underpinning of Zed. I figured out quickly when replicating ChatGPTs macOS apps "work with" feature that Zed had zero accessibility tree.

Great news, just in time Global Accessibility Awareness Day tomorrow (May 15th)

Edit: I'm totally wrong about Zed using GTK. They built their own: https://www.gpui.rs/ Still a win for all GTK apps!

tarboreus•11mo ago
Someone's been writing a great series on accessibility for the blind in Linux

https://fireborn.mataroa.blog/blog/i-want-to-love-linux-it-d...

klooney•11mo ago
Something that's worth noting is that the funding for accessibility went away. Sun did a ton, but they're gone, and Red Hat has scaled back their desktop ambitions, as has Ubuntu.
akdor1154•11mo ago
Great to read - where are we up to with regards to the long laundry list that voice control software like Talon needs?

It's interesting - if you're going to allow third-party a11y software to control your PC, you need a 'make my wayland compositor do stuff' API.

However, Wayland's intention to explicitly avoid baking specific desktop concepts onto its core protocols make this somewhat of a conflicting design req.

Ref: https://github.com/splondike/wayland-accessibility-notes/blo...

BearOso•11mo ago
> However, Wayland's intention to explicitly avoid baking specific desktop concepts onto its core protocols make this somewhat of a conflicting design req.

I would say it's slightly worse. Wayland's intention was to explicitly prevent the implementation of those features in the name of security. To implement a protocol with enough flexibility to allow voice control of the general interface would necessitate walking back limitations that were heavily evangelized.

On the other hand, I'm utterly impressed how much more stable Wayland through Gnome and Plasma are over the last year or so, to the point I've switched to it as a primary desktop. They've also been adding protocols like xdg_toplevel_tag_v1 that were seemingly taboo until recently. I'm optimistic about this current batch of programmers. I think they'll manage to sort out accessibility pretty soon.

solarkraft•11mo ago
I am quite a Gnome critic for all the common reasons, but one thing I really appreciate is how structured and focused they can be about some efforts. They really approach normal user needs and work through the whole stack to satisfy them.

This level of organization is probably also what allowed them to get STF funding for this initiative - which makes me quite proud to be german for a moment.

LexiMax•11mo ago
I did my fair share of DE hopping in my younger days, but now when I use the Linux desktop in anger I've found myself returning to GNOME. It's the only desktop environment on Linux that actually feels like an opinionated, cohesive whole, in the same way that macOS used to be. It certainly has shortcomings and annoyances, but instead of throwing the baby out with the bathwater I decided to meet it halfway, and found myself rewarded for my patience with being able to get work done.

Interestingly, I've also found that the further a distro diverges from upstream GNOME, the worse my experience ends up being. I was frankly shocked at how many paper cuts I ran into the last time I used the Ubuntu spin of GNOME, while Debian was better and Fedora gave me almost no trouble.

silisili•11mo ago
Same. I will say that for me, dash-to-dock or dash-to-panel is a must. I believe Ubuntu just built it in as default.

At this point I don't know why they didn't make it an option or built in plugin.

Archive of Byte magazine, starting with issue #1 in 1975

https://archive.org/details/byte-magazine-1975-09
258•DamnInteresting•2d ago•64 comments

SPEAKE(a)R: Turn Speakers to Microphones for Fun and Profit [pdf] (2017)

https://www.usenix.org/system/files/conference/woot17/woot17-paper-guri.pdf
101•Eridanus2•6h ago•48 comments

Game devs explain the tricks involved with letting you pause a game

https://kotaku.com/video-game-devs-explain-how-pausing-works-and-sometimes-it-gets-weird-2000686339
248•speckx•3d ago•142 comments

Nanopass Framework: Clean Compiler Creation Language

https://nanopass.org/
29•NordStreamYacht•4d ago•1 comments

Airline worker arrested after sharing photos of bomb damage in WhatsApp group

https://www.lbc.co.uk/article/dubai-police-spied-private-whatsapp-5HjdXwr_2/
82•aa_is_op•1h ago•46 comments

The seven programming ur-languages (2022)

https://madhadron.com/programming/seven_ur_languages.html
105•helloplanets•7h ago•44 comments

Show HN: Shader Lab, like Photoshop but for shaders

https://eng.basement.studio/tools/shader-lab
46•ragojose•2d ago•7 comments

What are skiplists good for?

https://antithesis.com/blog/2026/skiptrees/
171•mfiguiere•2d ago•35 comments

Vercel April 2026 security incident

https://vercel.com/kb/bulletin/vercel-april-2026-security-incident
34•colesantiago•38m ago•3 comments

NIST scientists create 'any wavelength' lasers

https://www.nist.gov/news-events/news/2026/04/any-color-you-nist-scientists-create-any-wavelength...
362•rbanffy•17h ago•157 comments

College instructor turns to typewriters to curb AI-written work

https://sentinelcolorado.com/uncategorized/a-college-instructor-turns-to-typewriters-to-curb-ai-w...
350•gnabgib•19h ago•344 comments

Anonymous request-token comparisons from Opus 4.6 and Opus 4.7

https://tokens.billchambers.me/leaderboard
566•anabranch•22h ago•542 comments

The creative software industry has declared war on Adobe

https://www.theverge.com/tech/913765/adobe-rivals-free-creative-software-app-updates
14•tambourine_man•47m ago•5 comments

Ask HN: How did you land your first projects as a solo engineer/consultant?

111•modelcroissant•5h ago•54 comments

The electromechanical angle computer inside the B-52 bomber's star tracker

https://www.righto.com/2026/04/B-52-star-tracker-angle-computer.html
374•NelsonMinar•22h ago•97 comments

Binary GCD

https://en.algorithmica.org/hpc/algorithms/gcd/#binary-gcd
29•tosh•6h ago•0 comments

Show HN: Prompt-to-Excalidraw demo with Gemma 4 E2B in the browser (3.1GB)

https://teamchong.github.io/turboquant-wasm/draw.html
16•teamchong•3h ago•10 comments

Why Japan has such good railways

https://worksinprogress.co/issue/why-japan-has-such-good-railways/
463•RickJWagner•1d ago•436 comments

Minimal Viable Programs (2014)

https://joearms.github.io/published/2014-06-25-minimal-viable-program.html
6•bachmeier•3d ago•2 comments

Updating Gun Rocket through 10 years of Unity Engine

https://jackpritz.com/blog/updating-gun-rocket-through-10-years-of-unity-engine
97•tyleo•3d ago•44 comments

It's cool to care (2025)

https://alexwlchan.net/2025/cool-to-care/
49•surprisetalk•4d ago•26 comments

The world in which IPv6 was a good design (2017)

https://apenwarr.ca/log/20170810
124•signa11•12h ago•40 comments

Binary Dependencies: Identifying the Hidden Packages We All Depend On

https://vlad.website/binary-dependencies-identifying-the-hidden-packages-we-all-depend-on/
45•PaulHoule•2d ago•7 comments

State of Kdenlive

https://kdenlive.org/news/2026/state-2026/
430•f_r_d•1d ago•132 comments

Migrating from DigitalOcean to Hetzner

https://isayeter.com/posts/digitalocean-to-hetzner-migration/
834•yusufusta•1d ago•411 comments

When moving fast, talking is the first thing to break

https://daverupert.com/2026/04/more-talk-less-grok/
3•Brajeshwar•18m ago•0 comments

Modern Common Lisp with FSet

https://fset.common-lisp.dev/Modern-CL/Top_html/index.html
174•larve•4d ago•22 comments

Optimizing Ruby Path Methods

https://byroot.github.io/ruby/performance/2026/04/18/faster-paths.html
116•weaksauce•18h ago•42 comments

Keep Pushing: We Get 10 More Days to Reform Section 702

https://www.eff.org/deeplinks/2026/04/keep-pushing-we-get-10-more-days-reform-section-702
128•nobody9999•7h ago•24 comments

Zero-Copy GPU Inference from WebAssembly on Apple Silicon

https://abacusnoir.com/2026/04/18/zero-copy-gpu-inference-from-webassembly-on-apple-silicon/
106•agambrahma•16h ago•39 comments