Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Bugpocalypse, or reporting bugs in an AI age(qemu.org)
    1comments
  2. Scan for Good: Wiz and DeepMind use AI to help protect critical infrastructure(wiz.io)
    discuss
  3. Oracle sent 'force majeure' notice about data center project(cnbc.com)
    discuss
  4. KubeSolo – Ultra-lightweight, single-node Kubernetes from Portainer(kubesolo.io)
    1comments
  5. Show HN: I built a Tooling gateway for Claude Code that manages Approvals for me(github.com/dommar04)
    discuss
  6. Is A.I. Above the Law?(newyorker.com)
    1comments
  7. Show HN: Agnetlearn; From first principles to reliable agents(agentlearn.dev)
    discuss
  8. Fire breaks out at Starlink station in Poland, Russians suspected(pravda.com.ua)
    discuss
  9. The Group Chat Where World Leaders Are Racing to Create AI Controls(wsj.com)
    discuss
  10. Two and a half years without a gallbladder(tracydurnell.com)
    discuss
  11. Trump's US no longer a reliable ally, warns Belgium in leaked document(ft.com)
    discuss
  12. RSI and the Beginning of History(avidfayaz.com)
    discuss
  13. Measure Distant Asteroids with a DIY Rig(ieee.org)
    discuss
  14. Show HN: Cbjev – typed decisions about text from one encoder pass(github.com/tomek7667)
    discuss
  15. She HN: Quick route, a simple single page route planning tool(theinstant.cc)
    discuss
  16. Jev Does Not Play Dice: 83% probability, 19% accuracy on a hidden fair die roll(kantahayashiai.github.io)
    2comments
  17. Amazon to Expand Robot-Making Capacity with New, $100M Indiana Hub(wsj.com)
    discuss
  18. Databricks Acquires Row Zero, Bringing Live, Governed Spreadsheets to Genie(databricks.com)
    discuss
  19. Show HN: Site MCP – Let any AI agent read your website, free, no install(sitemcp.dev)
    discuss
  20. What Is Happening with PostgreSQL 19(snowflake.com)
    discuss
  21. California's Shadow Welfare System(city-journal.org)
    discuss
  22. New metastable ice phases via supercooled water (July 2025)(arxiv.org)
    discuss
  23. Vulkan Hardware Database Quick Filters(saschawillems.de)
    discuss
  24. The Murky History of Soviet-Born Tetris(mitpress.mit.edu)
    discuss
  25. Tetrahedral cages significantly reduce BVH memory usage(gpuopen.com)
    discuss
  26. Memory Management, Explained Simply (Part 1) [video](youtube.com)
    discuss
  27. Show HN: Maxxwell – An Agent That Manages Your Other Coding Sessions(maxxwell.dev)
    1comments
  28. Cybernation – AI album by AI's about the coming of AI – concept album(cybernation.world)
    discuss
  29. Shadow roots, explained with live examples(simonwillison.net)
    discuss
  30. Free Job Application Tracker Spreadsheet: Keep Every Next Step in View(foxapply.com)
    discuss

What is WCAG for PDF? A practical guide to PDF Accessibility

4 pointsby 2h agopdf4wcag.com
4 comments
2h agoHN ↗

The first point is WCAG vs PDF/UA: what’s the difference. WCAG for PDF = PDF/UA + contrast requirements of WCAG - XMP metadata identification of PDF/UA + extra minor sanity checks is very important!

2h agoHN ↗

sure! Its very important for remediation work to understand it. WCAG compliance for PDFs is often understood to be equivalent to PDF/UA compliance, with some minor modifications.

2h agoHN ↗

PDF is our pain, thanks for providing so useful advices.