frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPT-6 Sol and Luna

https://openai.com/index/introducing-gpt-6-sol-and-luna/
766•OfficialTurkey•2h ago•425 comments

Claude Opus 5.5

https://www.anthropic.com/claude-opus-5-5
855•km144•4h ago•645 comments

OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005

https://www.cryptocellar.org/bgac/the-mvueh-break.html
480•sohkamyung•6h ago•338 comments

'We hacked the FBI:' Hackers say they have data on all FBI employees

https://www.404media.co/we-hacked-the-fbi-hackers-say-they-have-data-on-all-fbi-employees/
78•spenvo•2h ago•38 comments

SAML: A Fractal of Bad Design

https://blog.trailofbits.com/2026/09/21/saml-a-fractal-of-bad-design/
73•aray07•1h ago•21 comments

Obscura: The first VPN that can't log your activity

https://obscura.com/#faq-technical
34•Flimm•1h ago•33 comments

Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)

https://artificialanalysis.ai/models/claude-opus-5-5
159•theanonymousone•3h ago•49 comments

WordPress: Unauthenticated path traversal leading to conditional RCE

https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp
104•vntok•4h ago•54 comments

Unreal Agent

https://unreallabs.ai/blog/unreal-agent/
50•trollied•2h ago•38 comments

What California is learning from solar panels built over irrigation canals

https://www.kqed.org/science/2002033/heres-what-california-is-learning-from-solar-panels-built-ov...
21•Jtsummers•17h ago•4 comments

Native apps written in TypeScript and CSS

https://github.com/geastack/examples
27•arbayi•1h ago•6 comments

Explaining to business people why building software is still hard

https://www.manager.dev/newsletter/cursing-the-day-lovable-was-born
41•fagnerbrack•1h ago•31 comments

Did OpenAI solve the wrong Navier-Stokes problem?

https://www.scientificamerican.com/article/did-openai-solve-the-wrong-navier-stokes-problem/
33•tomjakubowski•20h ago•5 comments

An update on how we confirm your age group on Discord

https://discord.com/blog/safer-for-teens-same-discord-for-adults
47•meetpateltech•2h ago•5 comments

OpenAI is well positioned to fast-follow Jev

https://arcturus-labs.com/blog/2026/09/21/will-openai-eat-jevs-lunch/
212•JohnBerryman•6h ago•166 comments

Show HN: Training a model to identify AI web content from structure alone

https://arxiv.org/abs/2609.15369
16•jochenmadler•7h ago•4 comments

MUNI Heritage Weekend in San Francisco

https://daniel.lawrence.lu/blog/2026-09-20-muni-heritage-weekend/
128•plun9•1d ago•30 comments

Show HN: JevBench, a reproducible benchmark for typed decision models

https://benchmarkheaven.com/jev-models
25•florianstandhar•7h ago•1 comments

Markdown in /src

https://htmx.org/essays/markdown-in-src/
39•perrygeo•21h ago•12 comments

How did AMD Ryzen get 50% faster in two years?

https://lemire.me/blog/2026/09/18/how-did-amd-ryzen-get-50-faster-in-two-years/
111•ibobev•4d ago•19 comments

Overreliance on AI contributed to missile strike on Iran school – Pentagon

https://www.bloomberg.com/graphics/2026-iran-school-attack/
217•devonnull•1h ago•114 comments

16-bit Intel 8088 chip (c. 1985)

https://allpoetry.com/16-bit-Intel-8088-chip
88•rbanffy•4h ago•12 comments

The JavaScript Midlife Crisis

https://maroun-baydoun.com/blog/javascript-midlife-crisis/
9•maroun-baydoun•47m ago•3 comments

A Faster Shortest Path Algorithm

https://www.vals.ai/blogs/faster-shortest-path-algorithm
18•leumon•1h ago•4 comments

Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent

https://www.coveragecat.com/
28•botacode•3h ago•19 comments

George Lucas Returns to Earth, Bearing Gifts

https://commonedge.org/george-lucas-returns-to-earth-bearing-gifts/
39•surprisetalk•1d ago•14 comments

There's a high chance of devices being sold with GrapheneOS preinstalled in 2027

https://grapheneos.social/@GrapheneOS/117299954135808210
192•Cider9986•3h ago•84 comments

Apple has added persistent 'ads' to iOS, and it's driving users crazy

https://www.techradar.com/phones/iphone/i-wish-apple-would-just-stop-that-crap-apple-has-added-pe...
503•MC995•6h ago•385 comments

People hooked on vapes try a new way to quit: cigarettes

https://www.bloomberg.com/news/articles/2026-09-18/to-quit-vaping-some-are-starting-to-smoke
48•alephnerd•19h ago•38 comments

Writing Rust code that's fast by asking agents to make the code faster

https://minimaxir.com/2026/09/agentic-iteration/
84•mooreds•5h ago•46 comments
Open in hackernews

A Faster Shortest Path Algorithm

https://www.vals.ai/blogs/faster-shortest-path-algorithm
18•leumon•1h ago

Comments

swiftcoder•31m ago
If I'm reading correctly, this is one of those theoretical improvements that doesn't put a whole lot of practical speedup on the table. But I do wonder how many other algorithms in computer science are going to see their bounds fall in the next few months
sashank_1509•23m ago
I don’t want to rain on the parade here, but this is a typical issue with AI slop maths or CS. It just builds complexity upon complexity to generate diminishing improvements (this case doesn’t lead to any practical speedup). This has been my experience in code, and also been my experience in limited Maths I know.

I think a reasonable conclusion now that AI is getting better than us humans at this, is that humans should stop doing this. I think there are strong reasons that humans should never have been doing this in the past but now it’s far more clear, AI will out complicate whatever complexity you can build and then beat at you at its handling of intricate complexity.

Humans should focus on finding simple solutions that lead to a 10X improvement. AI rarely does this, though I have noticed it some times doing this in maths, but this was the case when the solution was already present in some distant literature and no human had the expertise in 2 distant areas to make the connection. When AI does this, it is a welcome advancement, and hopefully the bridge it shows leads to exciting new developments.

But LLMs rarely do this, and I think humans should exclusively focus on this, because it seems like we are far better than LLMs at keeping things simple and finding new insights that leads to 10X, 100X improvements

EdSchouten•22m ago
The time complexities given in this article would be easier to read if they used |V| and |E| instead of m and n.
sltkr•11m ago
It's extremely common in graph theory to use n and m to mean vertex and edge count respectively. And if you're unfamiliar with graph theory, the notation |V| or |E| is hardly more intuitive, especially if you're not an English speaker.