frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Measuring LLMs' ability to develop exploits

https://red.anthropic.com/2026/exploit-evals/
1•gmays•4m ago•0 comments

BP's annual report shows you shouldn't believe what you read

https://www.thetimes.com/business/companies-markets/article/bps-annual-report-shows-you-shouldnt-...
1•petethomas•5m ago•0 comments

John Cornyn loses GOP primary

https://liveclip.substack.com/p/john-cornyn-loses-gop-primary-brief
1•firasd•6m ago•0 comments

Converting Legacy C++ Code to Modern Fortran

https://degenerateconic.com/cpp-to-fortran.html
1•jacobwilliams•7m ago•0 comments

Naphtha Shortages Having a Growing Impact in Japan

https://www.nippon.com/en/japan-data/h02783/
2•takakaze•9m ago•0 comments

Subscription Fatigue Is Setting In

https://www.nytimes.com/2026/05/12/business/subscriptions-products-services.html
2•lxm•11m ago•0 comments

Avai – your first AI antivirus

https://github.com/iklobato/avai
1•iklobato1•18m ago•0 comments

Axon Vision

https://www.axon.com/products/axon-vision
1•Cider9986•22m ago•0 comments

Cherrapunji

https://en.wikipedia.org/wiki/Cherrapunji
1•marysminefnuf•25m ago•0 comments

Show HN: A Claude Code skill that scopes problems like Peter Naur

https://github.com/spinchange/cartographer-skill/blob/main/skills/cartographer/SKILL.md
1•spinchange•25m ago•0 comments

Tuning CPU-only Qwen3-30B inference with an IBM Quantum sampling loop

https://github.com/Shack870/qwen-air-qpu-mcp-lab
1•Royce-CMR•34m ago•0 comments

"The Apple Boogie" 1987 Mac Promo Album Cassette Tape [video]

https://www.youtube.com/watch?v=chJHB-btMNI
3•1970-01-01•39m ago•0 comments

We open source our threejs based game engine

https://buildwithstem.com
1•productexperts•47m ago•0 comments

WH proposes rules giving political appointees final approval on research grants

https://www.scientificamerican.com/article/white-house-proposes-new-rules-giving-political-appoin...
14•jordanpg•50m ago•1 comments

Restoring macOS on an Intel T2 Mac via Target Disk Mode from Apple Silicon

https://it-solutions-usa.github.io/mac-admin/reports/macos_restore_tdm_report.html
2•convmsdsdsd•50m ago•0 comments

Aedis – An open-source macroeconomic framework for the AI transition Body

https://github.com/rand55/project-aedis-framework/tree/main
1•Randal1964•50m ago•0 comments

US Counterterrorism Strategy 2026 [pdf]

https://www.whitehouse.gov/wp-content/uploads/2026/05/2026-USCT-Strategy-1.pdf
4•ki4jgt•51m ago•1 comments

G116: Nanosecond-level hardware jitter detection on Linux

https://github.com/ON1-Hao/ON1/blob/main/README_G116.md
1•ON1-Hao•58m ago•0 comments

How the West Lost to China in EVs [video]

https://www.youtube.com/watch?v=UhhZu0ZHdw4
2•arciini•1h ago•1 comments

Mac External Display Support by Chip

https://retinadesk.com/tools/external-display-support/
2•firexcy•1h ago•0 comments

Stephen Hawking's father worried his son 'does not study much', diaries reveal

https://www.theguardian.com/science/2026/may/23/stephen-hawking-father-worried-son-does-not-study...
2•pseudolus•1h ago•0 comments

Show HN: Formally verified polygon intersection – Opus 4.8 oneshots, prev failed

https://github.com/schildep/verified-polygon-intersection
2•permute•1h ago•0 comments

Red went from the #1 to the #5 colour for Japanese schoolgirls' backpacks

https://jivx.com/randoseru
1•momentmaker•1h ago•0 comments

Movwin: My (Unpublished) TUI Framework

https://movq.de/blog/postings/2026-05-29/0/POSTING-en.html
1•zdw•1h ago•0 comments

In situ cryo-ET defines the ultrastructure of ER exit sites in human cells

https://www.nature.com/articles/s41556-026-01964-2
1•bookofjoe•1h ago•0 comments

What a 98-Year Old Children's Book Teaches Us About AI

https://angrystaffofficer.com/2026/05/28/what-a-98-year-old-childrens-book-teaches-us-about-ai/
2•caycep•1h ago•0 comments

Textile Markup Language Documentation

https://textile-lang.com/
3•GaryBluto•1h ago•2 comments

Triassic-era crocodile relative walked on 2 legs, had a beaked mouth

https://interestingengineering.com/science/new-triassic-fossil-two-legged-crocodile
1•gmays•1h ago•0 comments

Genomic test could spare millions of breast cancer patients chemotherapy

https://www.theguardian.com/society/2026/may/29/groundbreaking-genomic-test-spare-breast-cancer-p...
3•pseudolus•1h ago•0 comments

Summary of Key Changes in OMB's Proposed Federal Financial Assistance Rule

https://elizabethginexi.substack.com/p/summary-of-key-changes-in-ombs-proposed
1•frigidwalnut•1h ago•0 comments
Open in hackernews

Show HN: Formally verified polygon intersection – Opus 4.8 oneshots, prev failed

https://github.com/schildep/verified-polygon-intersection
2•permute•1h ago
To my knowledge, this is the first formally verified implementation of an intersection algorithm for polygons.

The experience of working with AI agents on this project changed a lot with recent model releases, as I describe in the readme. Opus 4.8 is able to provide algorithm implementation with formal proof in one shot, whereas previous models required me to provide proof strategies in multiple steps.

Trust in the correctness comes entirely from the Lean checker and human review of a small specification, not from the LLM.

Also check out the web demo built around the verified core linked in the readme.

It supports multipolygons including holes, self intersections, and overlapping edges.