frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Bun's experimental Rust rewrite hits 99.8% test compatibility on Linux x64 glibc

https://twitter.com/jarredsumner/status/2053047748191232310
344•heldrida•13h ago•336 comments

Internet Archive Switzerland

https://blog.archive.org/2026/05/06/internet-archive-switzerland-expanding-a-global-mission-to-pr...
509•hggh•11h ago•74 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
56•marcingas•5h ago•12 comments

Zed Editor Theme-Builder

https://zed.dev/theme-builder
135•cuechan•6h ago•41 comments

Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
30•thatxliner•1h ago•11 comments

I’ve banned query strings

https://chrismorgan.info/no-query-strings
231•susam•7h ago•124 comments

CPanel's Black Week: 3 New Vulnerabilities Patched After Attack on 44k Servers

https://www.copahost.com/blog/cpanels-black-week-three-new-vulnerabilities-patched-after-ransomwa...
95•ggallas•6h ago•52 comments

The Serial TTL connector we deserve

https://kohlschuetter.github.io/blog/posts/2026/05/07/serial-ttl-connector/
12•kohlschuetter•2d ago•4 comments

Making your own programming language is easier than you think (but also harder)

https://lisyarus.github.io/blog/posts/making-your-own-programming-language.html
24•ibobev•2d ago•5 comments

Production engineering when trading billions of dollars a day [video]

https://www.youtube.com/watch?v=zR9PpXWsKFQ
68•abstrus•1d ago•14 comments

Distributing Mac software is increasing my cortisol levels

https://blog.kronis.dev/blog/apple-is-increasing-my-cortisol-levels
162•LorenDB•9h ago•107 comments

I caught the car

https://undecidability.net/senior/
31•holden_nelson•3h ago•27 comments

LLMs corrupt your documents when you delegate

https://arxiv.org/abs/2604.15597
326•rbanffy•14h ago•127 comments

A recent experience with ChatGPT 5.5 Pro

https://gowers.wordpress.com/2026/05/08/a-recent-experience-with-chatgpt-5-5-pro/
584•_alternator_•21h ago•414 comments

Meta's embrace of A.I. is making its employees miserable

https://www.nytimes.com/2026/05/08/technology/meta-ai-employees-miserable.html
214•JumpCrisscross•5h ago•197 comments

The hypocrisy of cyberlibertarianism

https://matduggan.com/the-intolerable-hypocrisy-of-cyberlibertarianism/
242•ColinWright•9h ago•189 comments

Surfel-based global illumination on the web

https://juretriglav.si/surfel-based-global-illumination-on-the-web/
3•vmg12•4h ago•0 comments

Random tie knots (2014)

https://tieknots.how/
9•surprisetalk•3d ago•1 comments

Using Claude Code: The unreasonable effectiveness of HTML

https://twitter.com/trq212/status/2052809885763747935
402•pretext•18h ago•233 comments

PipeDream on the Acorn Archimedes

https://stonetools.ghost.io/pipedream-archimedes/
72•msephton•8h ago•35 comments

France Moves to Break Encrypted Messaging

https://reclaimthenet.org/france-moves-to-break-encrypted-messaging
21•Cider9986•1h ago•4 comments

The ROKR wooden typewriter: a closer look

http://writingball.blogspot.com/2026/05/the-rokr-wooden-typewriter-closer-look.html
26•speckx•2d ago•3 comments

Forking the Web

https://dillo-browser.org/lab/web-fork/
99•wrxd•12h ago•104 comments

Mythical Man Month

https://martinfowler.com/bliki/MythicalManMonth.html
341•ingve•2d ago•190 comments

OpenAI’s WebRTC problem

https://moq.dev/blog/webrtc-is-the-problem/
463•atgctg•2d ago•140 comments

All my clients wanted a carousel, now it's an AI chatbot

https://adele.pages.casa/md/blog/all-my-clients-wanted-a-carousel-now-it-s-an-ai-chatbot.md
157•edent•16h ago•67 comments

How LEDs are made (2014)

https://learn.sparkfun.com/tutorials/how-leds-are-made/all
123•smig0•2d ago•20 comments

America's carpet capital: an empire and its toxic legacy

https://apnews.com/projects/pfas-forever-stained/
149•rawgabbit•3d ago•96 comments

Google broke reCAPTCHA for de-googled Android users

https://reclaimthenet.org/google-broke-recaptcha-for-de-googled-android-users
1438•anonymousiam•1d ago•526 comments

GrapheneOS fixes Android VPN leak Google refused to patch

https://cyberinsider.com/grapheneos-fixes-android-vpn-leak-google-refused-to-patch/
259•Georgelemental•9h ago•87 comments
Open in hackernews

The 90 Day disclosure policy is dead

https://blog.himanshuanand.com/2026/05/the-90-day-disclosure-policy-is-dead/
12•unknownhad•2h ago

Comments

unknownhad•2h ago
The 90 day responsible disclosure window was built for a world where bug finders were rare and exploit development was slow. That world is gone. LLMs have compressed both timelines to near-zero. I have seen it first hand, and so has everyone else paying attention. This post lays out why the old model is broken, with real stories, and makes one ask to the industry: treat every critical security issue as P0 and patch it immediately.
pessimizer•1h ago
I don't think this makes any sense. I can see that long delays in public reporting might not be good for the near future, but a year from now all of the easily found stuff will have been found. At some point, everything will have hardened to a certain extent, new things will get scanned before they hit the streets, and the only bugs being found will rely a lot more on somebody's insight than the LLM used to test that insight.

I think people are getting overly impressed/intimidated by tons of bugs being found by LLMs in a bunch of code that hasn't been looked at by more than a couple of people in years, or even at all since it was written. Those are going to run out. There won't be any code left that hasn't recently been looked over by an LLM.

kennywinker•51m ago
That makes sense to me, but in a world where code is generated by the shovel-load (see https://news.ycombinator.com/item?id=48073680) could the pace of introducing bugs not match or exceed the rate of finding them indefinitely?