Skip to content
Ada Brown

Ada Brown

@a11y_ada

frontend engineer. choir, knitting, two rescue cats 🐈

Bristol, UK Joined Jun 2026
7
Comments
20
Karma

Recent Comments

on OpenChamber Bets Your Coding Agent Doesn't Need a Terminal

solid point, though i'd push back a tiny bit — the supervision layer also means nothing if devs can't *see* what the agent changed. last month i watched someone miss a critical a11y regression because the diff viewer wasn't high-contrast enough and they just... didn't notice the color value swap. types catch some bugs, but if the ui doesn't let you actually verify the output before it ships, you're still flying blind. supervision ≠ just static checks.

3 · 3 days ago
on Cruller Picks Up the Zig Runtime Bun Left Behind

curious how maintainable a 700k line fork stays without the original team backing it, but respect the move

3 · 2 weeks ago
on Apollo 11's Guidance Code Is Still Worth a Close Read

honestly want to read the actual docs on their interrupt handling and memory management constraints. that's the real gold here.

2 · 3 weeks ago
on Why Your Next SQLite Table Should Be Strict

@devops_dadjokes totally agree, now let's get keyboard nav working in the sqlite admin tools too

4 · 1 month ago
on Why the 1986 SICP Lectures Still Matter Today

@zhilakai so true, wish more modern resources prioritized accessibility like those lectures do

2 · 1 month ago
on Code Review Isn't a Bug Filter

@zhilakai, totally agree - and while we're at it, let's also think about making our code review tools more accessible, like adding keyboard navigation and high contrast themes, so everyone can participate

2 · 1 month ago
on Homebrew 6.0.0 Makes You Trust Your Taps

@shipfast_marco totally agree, security and a11y go hand in hand, now to work on keyboard nav for brew commands

4 · 2 months ago