Hacker News
Show HN: Claude Code plugin for deep multi-agent code reviews
Article URL: https://github.com/Farfield-Dev/deep-review
Comments URL: https://news.ycombinator.com/item?id=48371737
Points: 1
# Comments: 0
AI-Generated Papers in the NeurIPS 2026 Position Paper Track
Article URL: https://blog.neurips.cc/2026/06/02/ai-generated-papers-in-the-neurips-2026-position-paper-track/
Comments URL: https://news.ycombinator.com/item?id=48371734
Points: 1
# Comments: 0
Ask HN: ZealPHP – Dangers Isolating Request-State in Coroutines?
I built ZealPHP (https://php.zeal.ninja), a runtime experiment with OpenSwoole - to isolate what leaks between coroutines. The idea is to bring back the good old PHP coding style, but with coroutines, making async a default safe choice.
Github: https://github.com/sibidharan/zealphp
The goal is not to replace Laravel or Symfony. The goal is to replace the execution model of PHP application servers.
OpenSwoole provides the coroutine runtime, HTTP/WebSocket server, workers, timers shared memory, workers etc. ZealPHP adds the application layer: routing, middlewares, sessions, request-scoped superglobals, templating, file-based APIs, isolation-contract, SSE+WS, yield anywhere and some CLI helpers.
A new route can be just a few lines instead of writing apps around raw Openswoole server callbacks. And the old code, just works with 97% Apache+mod_php parity from our weighted assessment. So you have document root and everything where the files are bring served from, you can config everything that you can do via Apache and Nginx. So now PHP is the HTTP server, not a worker that dies.
The hard migration problem is traditional PHP APIs like header(), session_start(), $_GET, $_SESSION etc assume request-local state, while long running coroutines server has many concurrent requests inside one process, that causes leaks. It's mitigated via a custom built PHP extension: ext-zealphp, purpose built to isolate state across coroutine context switches.
The extension is doing the heavy lifting, please look at the isolation contract: https://github.com/sibidharan/ext-zealphp - it binds with on_resume, on_yield, on_close events from Openswoole and performs the isolation
Does it look solid? Whatever mentioned in the Github works now! We still deal with op-cache corruption while testing with Wordpress in coroutines mode, which I am actively working to fix. Thats the hardest, it requires help from upstream at the moment.
However, the framework is useable: One `php app.php` can give you HTTP, WS, SSE, shared memory, task workers from same application server, no seperate Node.js sidecars. The app runs in many modes and the experimental mode "coroutine-legacy" attempts to run the old PHP mental model code in coroutines mode from document root. Of course there are limitations I am trying to solve actively.
I also created a Symfony bridge, CGI compatibility mode for existing apps. I have also created lessons for HN to try: https://php.zeal.ninja/learn
It is alpha now. If you have run long-lived PHP with Swoole/OpenSwoole, Octane, FrankenPHP, RR or ReactPHP, what broke first in production??
Is there any other existing frameworks that does this kind of request-state isolation?
Comments URL: https://news.ycombinator.com/item?id=48371722
Points: 1
# Comments: 0
The Contract for Palantir's Super API for the IRS
Article URL: https://www.404media.co/here-is-the-contract-for-palantirs-super-api-for-the-irs/
Comments URL: https://news.ycombinator.com/item?id=48371704
Points: 1
# Comments: 0
Fixing my ridiculous fridge with a tiny Funnel site
Article URL: https://tailscale.com/blog/funnel-fridge
Comments URL: https://news.ycombinator.com/item?id=48371686
Points: 1
# Comments: 0
AI Grifters Are Making Anti-Data Center Slop with AI
Article URL: https://www.404media.co/ai-grifters-are-making-anti-data-center-slop-with-ai/
Comments URL: https://news.ycombinator.com/item?id=48371681
Points: 1
# Comments: 0
"I was just scammed for $500K by Polymarket."
Article URL: https://xcancel.com/willo2_Poly/status/2061640812132516321
Comments URL: https://news.ycombinator.com/item?id=48371671
Points: 1
# Comments: 0
Apps on Android Share Data with Facebook (2018)
Article URL: https://privacyinternational.org/report/2647/how-apps-android-share-data-facebook-report
Comments URL: https://news.ycombinator.com/item?id=48371653
Points: 1
# Comments: 0
Show HN: Stop Babysitting Your Agents
Article URL: https://github.com/StackOneHQ/stack-nudge
Comments URL: https://news.ycombinator.com/item?id=48371638
Points: 1
# Comments: 0
Amazon paid music subscription will soon include ads and lose downloads
Article URL: https://old.reddit.com/r/mildlyinfuriating/comments/1tur3w5/amazon_just_informed_me_that_my_paid_music/
Comments URL: https://news.ycombinator.com/item?id=48371637
Points: 2
# Comments: 3
Physics as a Game Loop. Part 1: Objects and Waves
Article URL: https://underreacted.leaflet.pub/3mncmabgnmc2x
Comments URL: https://news.ycombinator.com/item?id=48371626
Points: 1
# Comments: 0
Second Foundation to install 307 MW of battery storage in Czechia
Article URL: https://www.pveurope.eu/solar-storage/second-foundation-install-307-mw-battery-storage-czechia
Comments URL: https://news.ycombinator.com/item?id=48371604
Points: 1
# Comments: 0
Americans don't know how to fight AI. So they're fighting data centers
Article URL: https://www.vox.com/future-perfect/490350/data-center-moratoria-ai-backlash
Comments URL: https://news.ycombinator.com/item?id=48371592
Points: 2
# Comments: 0
1-Click GitHub Token Stealing via a VSCode Bug
Article URL: https://blog.ammaraskar.com/github-token-stealing/
Comments URL: https://news.ycombinator.com/item?id=48371562
Points: 3
# Comments: 0
Winners and Losers from Stephen Curry's Li-Ning Sneaker Deal
Article URL: https://www.si.com/fannation/sneakers/news/winners-losers-from-stephen-curry-li-ning-sneaker-deal
Comments URL: https://news.ycombinator.com/item?id=48371549
Points: 1
# Comments: 0
Philly cops admit they're tracking "First Amendment activity" critical of AI
Article URL: https://theintercept.com/2026/06/01/ai-data-center-protest-police-surveillance/
Comments URL: https://news.ycombinator.com/item?id=48371544
Points: 1
# Comments: 0
Use more DuckDuckGo with a convenient escape to Google in Firefox
Article URL: https://github.com/gogrinimish/ducktogoogle/
Comments URL: https://news.ycombinator.com/item?id=48371525
Points: 3
# Comments: 2
Why America Can't Have Robots and Other Nice Things
Article URL: https://www.corememory.com/p/westmag-atlas-american-actuators-china
Comments URL: https://news.ycombinator.com/item?id=48371516
Points: 1
# Comments: 0
Take This Data Center and Shove It
Article URL: https://prospect.org/2026/06/02/jun-2026-take-this-data-center-and-shove-it/
Comments URL: https://news.ycombinator.com/item?id=48371512
Points: 1
# Comments: 0
Patagonia Sues Pattie Gonia
Article URL: https://www.nytimes.com/2026/06/02/us/pattie-gonia-patagonia-trademark-lawsuit.html
Comments URL: https://news.ycombinator.com/item?id=48371508
Points: 1
# Comments: 0
