frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Bough – a coding agent that writes a program per turn, not tool calls

https://github.com/andreylukin/bough
1•alukin•1m ago•0 comments

Twisted Physics: Astronomers Solve 30-Year-Old Stellar Mystery

https://public.nrao.edu/news/twisted-physics-astronomers-solve-30-year-old-stellar-mystery/
1•MarcoDewey•1m ago•0 comments

Psysonic: A full-featured desktop client for Navidrome

https://github.com/Psychotoxical/psysonic
1•ju3rg•2m ago•0 comments

Show HN: Tss – Simple Tailscale Host Selector command-line tool

https://github.com/berggren/tss
1•jbn4711•2m ago•1 comments

Qwen3.8 Weights Release in 10 minutes

https://modelscope.cn/models/Qwen/Qwen3.8-2.4T-A95B
2•apitman•2m ago•0 comments

We built a job board where the employers aren't human. Here's what broke

1•Taskpoolai•2m ago•0 comments

AI Startup Cognition in New Funding Talks at $40B Value

https://www.bloomberg.com/news/articles/2026-08-12/ai-startup-cognition-in-new-funding-talks-at-4...
2•closetheloopdev•3m ago•0 comments

Qwen3.8-27B Countdown

https://modelscope.cn/models/Qwen/Qwen3.8-27B
2•apitman•3m ago•0 comments

The Odyssey as AI Allegory

https://unherd.com/2026/08/the-odyssey-as-an-ai-allegory/
1•voxleone•5m ago•0 comments

Show HN: Kery – comments on your PR with a video of the feature working

https://github.com/Kery-HQ/Kery
1•Kvlshah•6m ago•1 comments

Is GitHub Online?

https://isgithub.online/
2•vednig•7m ago•1 comments

Canadians call for U.S. Ambassador Hoekstra to be expelled

https://www.cbc.ca/lite/story/9.7303372
4•colinprince•7m ago•0 comments

Show HN: Capto – alerts when a background job goes quiet, with breadcrumbs

https://capto.run
1•johndory80•7m ago•1 comments

We made Kamal deploy to Kubernetes without touching deploy.yml

https://miget.com/blog/deploy-rails-with-kamal
1•ktaraszk•8m ago•0 comments

Hax – a minimalist, terminal-native coding agent written in C

https://usehax.dev/
2•OleksandrC•8m ago•0 comments

License Plate Reader Searches Should Require a Warrant

https://andrewpwheeler.com/2026/08/12/license-plate-reader-searches-should-require-a-warrant/
8•apwheele•8m ago•0 comments

StashKit – ez QR code generator

https://stashkit.co
1•adStein•9m ago•0 comments

I built an AI website in 3 hours, got 562 sign-ups, and felt lost

https://medium.com/@kakuxwn/i-built-an-ai-website-in-3-hours-it-got-562-sign-ups-in-8-hours-and-l...
1•Irving-AI•11m ago•1 comments

Aperiodic Tilings

https://presheaf.blogspot.com/2021/08/aperiodic-tilings-some1-explainer.html
1•unprovable•11m ago•0 comments

Where Did the Productivity Gains Go?

https://idiallo.com/blog/where-did-the-productivity-gains-go
3•Brajeshwar•12m ago•0 comments

Show HN: TokenMaxxer – Create AI spend leaderboards with your friends

https://tokenmaxxer.xyz
2•SYeomans•13m ago•0 comments

Water-from-Air Systems to Enable Decentralized Water Infrastructure

https://www.kubota.com/news/2026/20260722-001220.html
1•beauzero•14m ago•0 comments

Every disease is a policy failure

https://worksinprogress.co/issue/future-of-medicine/
3•bensouthwood•14m ago•0 comments

I ran the same local LLM on an RTX 5070 laptop and one with an iGPU

https://www.xda-developers.com/same-local-llm-on-rtx-5070-and-integrated-graphics/
1•vednig•14m ago•0 comments

US Treasury ends ownership reporting rules for U.S. companies

https://www.washingtonpost.com/business/2026/08/11/treasury-ends-ownership-reporting-rules-us-com...
2•toomuchtodo•15m ago•1 comments

I wrote an AI textbook – how long until AI can do it better?

https://www.interconnects.ai/p/i-wrote-an-ai-textbook-how-long-until
1•kurinikku•17m ago•0 comments

Simulacra and Simulation

https://en.wikipedia.org/wiki/Simulacra_and_Simulation
3•soupspaces•18m ago•1 comments

Graduate Student Proves the Fractal Uncertainty Principle

https://www.quantamagazine.org/graduate-student-proves-the-fractal-uncertainty-principle-20260812/
1•Tomte•19m ago•0 comments

iDrive Ads

https://tumbledry.org/2026/08/07/idrive_ads
1•JumpCrisscross•19m ago•0 comments

Distrosea – Test drive Linux distros online

https://distrosea.com/
2•robtherobber•20m ago•0 comments
Open in hackernews

Only 2.6% of the most visited websites have fully valid HTML

https://validatehtml.com/html-error-statistics
13•theo_dcrx•1h ago

Comments

cyanbane•32m ago
I would def argue this is a feature of the net ( that people from all walks of browsers can see mostly the same thing ) and not a bug.
hodder•31m ago
And not a single person cares. What does fully valid even mean anymore?
blakesterz•28m ago

  "Accessibility failures are near-universal."
Why does it seem like Accessibility is always an after thought? It is usually so easy to do while a site is built. We just don't think about it until someone complains?
tdeck•23m ago
Almost nobody is testing their website with a screen reader so they don't think of it as part of the user experience. In fact, I think most developers are only vaguely aware of what web accessibility actually is for and how it affects users.
collabs•28m ago
I would be interested to see if the metric moves meaningfully based on switching to a different set of parameters for example running from the US vs the EU and multiple attempts over multiple days to see if anything changes...
rogix•26m ago
At this point, with all the tools available, if your site does not have fully valid HTML, it is because you don't care. LLMs are your friends, dev.
personalityson•24m ago
HN is not one of them https://validator.w3.org/nu/?doc=https%3A%2F%2Fnews.ycombina...
alt227•23m ago
This is exactly why HTML is so ubiquitous, because it is so tolerant of mistakes in formatting, syntax, and just about anything else.

Most browsers will even read and process most of the things listed on this page because even if the spec doesnt say so, it just makes sense to anyway.

dylan604•16m ago
Is HTML that way because of it being HTML, or have browsers just decided to brute force their way into handling the slop so that people won't blame the browser for not doing it correctly?
alt227•11m ago
In my experience a lot of the "best practice" warnings are reductive.

A couple examples from this list are not requiring a type parameter on certain tags, or style tags being valid under html and body tags but not div tags. These types of things would take extra coding in a browser to check for certain singular tags not requiring things that all others do. Therefore it is simpler to leave these checks out and leave sloppy syntax checking as it does no harm at all to the rendered markup.

You may be right in some situations, but the nature of HTML having everything applied to all tags and then selectively reduced definitely helps make it a more resilient and accommodating language.

JSR_FDED•19m ago
50% of my errors are “<font> is deprecated”. If browsers stop supporting that I’m guessing huge swathes of the web will be affected, so I’m guessing it will never happen.