Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Become Worthless (To Tech Companies) (coryd.dev)
    —discuss
  2. Why is website chat still a bubble? (github.com/standchat)
    —discuss
  3. FreePascal WebAssembly (WASM) (freepascal.org)
    —discuss
  4. If we do not stop to help each other, what do we become? (codinghorror.com)
    —discuss
  5. Who Is Open Source About? (glyph.im)
    —discuss
  6. Show HN: A short study on where audiophile reviews disagree (audiowords.net)
    1comments
  7. New Europol proposal pushes for deregulation and more AI in policing (statewatch.org)
    —discuss
  8. A Byzantine mosaic you can rewind (echohive.ai)
    —discuss
  9. DeepSeek Elastic Compute (DSec) (arxiv.org)
    —discuss
  10. There's a new way to break RSA that's faster than anything we've seen before (arstechnica.com)
    —discuss
  11. Ask HN: What would be the best local ASR model
    —discuss
  12. Show HN: Sixb, a TypeScript ontology framework for modeling your domain (sixb.ai)
    1comments
  13. 'Treated like a criminal:' Witnesses testify on abuse of Flock cameras (thecentersquare.com)
    —discuss
  14. GPT-6 Astra won't try hard unless you ask (srcreigh.ca)
    —discuss
  15. The Duo-Assed App (pantuso.com)
    —discuss
  16. A Google search for "Google cloud console" returns a phishing site
    1comments
  17. The International Phonetic Alphabet and the IPA Chart (internationalphoneticassociation.org)
    —discuss
  18. Freedom Not Fear! (freedomnotfear.org)
    —discuss
  19. Show HN: Blender Copilot (github.com/xeonax)
    —discuss
  20. Show HN: AI Agents gone rogue – A timeline of real-world incidents (crawlspider.com)
    —discuss
  21. ChatGPT A/B Tests (twitter.com/pappapez)
    —discuss
  22. The OpenAI Swarm Was Emergent RSI (gist.github.com)
    —discuss
  23. Rust Reborrowing, Aliasing, and Mutable References (developerlife.com)
    —discuss
  24. Show HN: Cocytus – an esolang where freezes after N accesses (github.com/fireside25a-beep)
    —discuss
  25. We have a trailer for Musk documentary Elon called a "hit piece" (arstechnica.com)
    —discuss
  26. Android 17's AVF Debian Linux Terminal now has official theme packs (terminalcolors.com)
    —discuss
  27. Sqlite3 WebAssembly (sqlite.org)
    —discuss
  28. Show HN: Tokken – a browser fighting game where AI models fight and HP is tokens (tokken.win)
    —discuss
  29. Toolpak – Flatpak for System Tools (gnome.org)
    —discuss
  30. AWS CloudWatch Omni AI (amazon.com)
    —discuss

A Trump team wants to automate U.S. Web Design System accessibility testing

3 pointsby 4h agofedscoop.com
2 comments
4h agoHN ↗

More websites would be more accessible if you can throw good automation at it. AI seems particularly well-suited to evaluate various dimensions of accessibility of a website.

2h agoHN ↗

Human accessibility testing is important too.

Re: the new WebMCP spec: https://news.ycombinator.com/item?id=45623194 :

Could this help with accessibility reviews?

"Lighthouse accessibility score" https://developer.chrome.com/docs/lighthouse/accessibility/s...

awesome-a11y > Tools: https://github.com/brunopulis/awesome-a11y/blob/main/topics/...

I've been working with Playwright e2e tests (End to End) in a number of projects lately.

Playwright is a useful and justified abstraction in the testing workflow because: Playwright tests can be run interactively in vscode (with just bwrap sandboxing but unfortunately no VM isolation), Playwright tests can be run in a dedicated local browser or in a headless browser for example in a container on GitHub Actions (a CI Continuous Integration system that runs then tests and saves the output artifacts automatically when any change is pushed to the source code repo), Playwright test can be recorded from an interactive browser session, and Playwright tests can be written by AI prompted to implement 100% branch test coverage with tests and e2e tests with {Playwright or Puppeteer} in {language}.

And then there's the Computer Use model (and the need for process or full VM sandboxing e.g. with ai-sandbox)

Find existing open source agent instructions and agent skills for UI/UX agents that could or should be adapted to a11y testing?