frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

The Grug Brained Developer (2022)

https://grugbrain.dev/
59•smartmic•34m ago•5 comments

Honda conducts successful launch and landing of experimental reusable rocket

https://global.honda/en/topics/2025/c_2025-06-17ceng.html
626•LorenDB•5h ago•206 comments

Resurrecting a dead torrent tracker and finding 3M peers

https://kianbradley.com/2025/06/15/resurrecting-a-dead-tracker.html
214•k-ian•3h ago•67 comments

Building Effective AI Agents

https://www.anthropic.com/engineering/building-effective-agents
107•Anon84•3h ago•18 comments

Texas electricity maximum renewables record

https://www.gridstatus.io/records/ercot?record=Maximum%20Renewables
22•martinpw•1h ago•34 comments

Programming Language Design in the Era of LLMs: A Return to Mediocrity?

https://kirancodes.me/posts/log-lang-design-llms.html
36•gopiandcode•1h ago•23 comments

Making 2.5 Flash and 2.5 Pro GA, and introducing Gemini 2.5 Flash-Lite

https://blog.google/products/gemini/gemini-2-5-model-family-expands/
220•meetpateltech•4h ago•134 comments

AMD's CDNA 4 Architecture Announcement

https://chipsandcheese.com/p/amds-cdna-4-architecture-announcement
55•rbanffy•3h ago•13 comments

Real-time action chunking with large models

https://www.pi.website/research/real_time_chunking
24•pr337h4m•1h ago•1 comments

Time Series Forecasting with Graph Transformers

https://kumo.ai/research/time-series-forecasting/
39•turntable_pride•2h ago•14 comments

Why JPEGs still rule the web (2024)

https://spectrum.ieee.org/jpeg-image-format-history
96•purpleko•6h ago•177 comments

After millions of years, why are carnivorous plants still so small?

https://www.smithsonianmag.com/articles/carnivorous-plants-have-been-trapping-animals-for-millions-of-years-so-why-have-they-never-grown-larger-180986708/
18•gmays•4d ago•9 comments

O3 Turns Pro

https://thezvi.substack.com/p/o3-turns-pro
134•jsnider3•6h ago•92 comments

Tetrachromatic Vision

https://www.bookofjoe.com/2025/05/my-entry-32.html
6•surprisetalk•3d ago•0 comments

What Google Translate Can Tell Us About Vibecoding

https://ingrids.space/posts/what-google-translate-can-tell-us-about-vibecoding/
11•todsacerdoti•1h ago•0 comments

Guidelines on how to be a scientific sleuth released

https://osf.io/2kdez/wiki/home/
33•crescit_eundo•3h ago•2 comments

Iran asks its people to delete WhatsApp from their devices

https://apnews.com/article/iran-whatsapp-meta-israel-d9e6fe43280123c9963802e6f10ac8d1
84•rdrd•1h ago•65 comments

The hamburger-menu icon today: Is it recognizable?

https://www.nngroup.com/articles/hamburger-menu-icon-recognizability/
48•thm•6h ago•99 comments

AMD's Pre-Zen Interconnect: Testing Trinity's Northbridge

https://chipsandcheese.com/p/amds-pre-zen-interconnect-testing
93•zdw•3d ago•17 comments

Voyager: Real-Time Splatting City-Scale 3D Gaussians on Your Phone

https://arxiv.org/abs/2506.02774
39•PaulHoule•7h ago•12 comments

OpenAI weighs "nuclear option" of antitrust complaint against Microsoft

https://arstechnica.com/ai/2025/06/openai-weighs-nuclear-option-of-antitrust-complaint-against-microsoft/
30•amendegree•2h ago•5 comments

Miscalculation by Spanish power grid operator REE contributed to blackout

https://www.reuters.com/business/energy/investigation-into-spains-april-28-blackout-shows-no-evidence-cyberattack-2025-06-17/
78•croes•4h ago•25 comments

CPU-Based Layout Design for Picker-to-Parts Pallet Warehouses

https://arxiv.org/abs/2506.04266
14•PaulHoule•5h ago•2 comments

Attempting to Make the Smallest* Electric Motor [video]

https://www.youtube.com/watch?v=6x_NMytSA90
74•surprisetalk•3d ago•6 comments

AI will shrink Amazon's workforce in the coming years, CEO Jassy says

https://www.cnbc.com/2025/06/17/ai-amazon-workforce-jassy.html
11•rntn•34m ago•5 comments

Should we design for iffy internet?

https://bytes.zone/posts/should-we-design-for-iffy-internet/
147•surprisetalk•7h ago•122 comments

Calculating Oil Storage Tank Occupancy with Help of Satellite Imagery

https://medium.com/planet-stories/a-beginners-guide-to-calculating-oil-storage-tank-occupancy-with-help-of-satellite-imagery-e8f387200178
22•marklit•2d ago•6 comments

What happens when clergy take psilocybin

https://nautil.us/clergy-blown-away-by-psilocybin-1217112/
313•bookofjoe•23h ago•464 comments

How you breathe is like a fingerprint that can identify you

https://www.nature.com/articles/d41586-025-01835-0
98•XzetaU8•2d ago•70 comments

Celebrated pianist and writer Alfred Brendel dies aged 94

https://www.theguardian.com/music/2025/jun/17/celebrated-pianist-and-writer-alfred-brendel-dies-aged-94
52•mykowebhn•3h ago•7 comments
Open in hackernews

What I Wish Someone Told Me When I Was Getting into ARIA

https://www.smashingmagazine.com/2025/06/what-i-wish-someone-told-me-aria/
38•todsacerdoti•6h ago

Comments

askew•5h ago
Apt, given the earlier discussion around Nolan Lawson's article: when used diligently, ARIA can help turn that div soup into something users, user agents, assistive technologies _and_ developers can make better sense of.

As the article mentions, slapping aria-label on everything won't make an interface accessible and might have unintended consequences.

jauntywundrkind•4h ago
I hate that this burns me out at all, but every job I've been at has insisted on adding some sort of data-test-id throughout the app, and I've always thought it was actively obfuscating seeing what's really happening for a perceived value add of test stability that in fact didn't matter but also actively his what was really changing over time.

Anyhow, it's been a huge morale win to see really good works like the Testing Library strongly emphasize using page accessibility hooks to drive testing! https://testing-library.com/docs/queries/about/#priority

Exactly as you say, it drives better accessibility, and gets everyone using the same referants (versus inventing a new third way outside of both query selectors & aria).

rhdunn•4h ago
The ARIA Authoring Practices Guide (APG) [1] is my usual goto for what ARIA markup I need for custom elements, as it is clear on what the keyboard navigation, ARIA roles, ARIA states, and ARIA properties should be for a given element in a given state. That makes implementing and testing it easier than reading the core specs.

[1] https://www.w3.org/WAI/ARIA/apg/

nailer•3h ago
ARIA is a 'boil the ocean' solution that primarily helps the accessibility industry. These problems are better solved through accessibility focused computer vision models.
lukastyrychtr•48m ago
You would need the accuracy of these models to be way, way, better than today (so you do not lie to the user which has no idea about the fact that the output is a lie, because he can't compare the model output with the input, because he can't see that), their hardware requirements way, way, lower (so you don't need a game rig for useful computing in these groups), so, no, I can't agree, this A.I. approach will not save you from correct semantic markup.