Feed aggregator
I got scammed by Polymarket for $500k
Article URL: https://old.reddit.com/r/PredictionsMarkets/comments/1tun1cd/i_got_scammed_by_polymarket_for_500k/
Comments URL: https://news.ycombinator.com/item?id=48372583
Points: 1
# Comments: 0
Promoting Advanced Artificial Intelligence Innovation and Security
Show HN: Touch Grass, Virtually
Article URL: https://sarah-robin.com/touch-some-grass
Comments URL: https://news.ycombinator.com/item?id=48372569
Points: 1
# Comments: 1
How to evaluate models for production coding agents
Article URL: https://blaxel.ai/blog/llm-coding-benchmarks
Comments URL: https://news.ycombinator.com/item?id=48372560
Points: 1
# Comments: 0
Two New Reports Offer Competing Explanations for Cybersecurity’s Growing Crisis
As AI shortens the path from vulnerability disclosure to exploitation, researchers disagree on whether the problem is inadequate security tools or inadequate operational control.
The post Two New Reports Offer Competing Explanations for Cybersecurity’s Growing Crisis appeared first on SecurityWeek.
Rethinking Search as Code Generation
Article URL: https://research.perplexity.ai/articles/rethinking-search-as-code-generation
Comments URL: https://news.ycombinator.com/item?id=48372547
Points: 2
# Comments: 0
Reading tracker apps compared (2026)
Article URL: https://www.pickupreader.com/blog/reading-tracker-comparison
Comments URL: https://news.ycombinator.com/item?id=48372508
Points: 1
# Comments: 0
BARC Spotlight: A Data Marketplace Is What Your Agents Need
Article URL: https://www.entropy-data.com/learn/barc-spotlight-data-marketplace-for-ai-agents
Comments URL: https://news.ycombinator.com/item?id=48372503
Points: 1
# Comments: 0
Warehouse-Scale Interprocedural Code Layout Optimization with AlphaEvolve [pdf]
Article URL: https://arxiv.org/abs/2606.00131
Comments URL: https://news.ycombinator.com/item?id=48372499
Points: 1
# Comments: 0
SEC, Elon Musk defend 'compromise' settlement over Twitter purchases
US Department of Energy will give weapons-grade plutonium to energy companies
Article URL: https://www.cnn.com/2026/05/26/climate/trump-administration-plutonium-deal-energy-companies
Comments URL: https://news.ycombinator.com/item?id=48372488
Points: 1
# Comments: 0
My Allergy Survival Kit: 5 Products Keeping My Itchy Eyes at Bay This Spring
AirPods Are Cool, but You Could Be Missing Out on Solid Quality Headphones for a Fraction of the Cost
With so many competing compliance requirements related to AI, how could any CISO comply with all of them? Learn how to reconcile your AI strategy with the regulatory landscape.
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
