frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

GPT-6 Sol and Luna

https://openai.com/index/introducing-gpt-6-sol-and-luna/
835•OfficialTurkey•3h ago•441 comments

Claude Opus 5.5

https://www.anthropic.com/claude-opus-5-5
908•km144•4h ago•674 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/
126•spenvo•3h ago•74 comments

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

https://www.cryptocellar.org/bgac/the-mvueh-break.html
491•sohkamyung•7h ago•341 comments

SAML: A Fractal of Bad Design

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

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

https://artificialanalysis.ai/models/claude-opus-5-5
174•theanonymousone•4h ago•51 comments

WordPress: Unauthenticated path traversal leading to conditional RCE

https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp
115•vntok•4h ago•59 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...
35•Jtsummers•18h ago•23 comments

Native apps written in TypeScript and CSS

https://github.com/geastack/examples
38•arbayi•1h ago•7 comments

No Sloptober

https://no-sloptober.com/
11•jeremiahlee•8m ago•0 comments

Unreal Agent

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

Markdown in /src

https://htmx.org/essays/markdown-in-src/
48•perrygeo•22h ago•16 comments

OpenAI is well positioned to fast-follow Jev

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

An update on how we confirm your age group on Discord

https://discord.com/blog/safer-for-teens-same-discord-for-adults
54•meetpateltech•3h ago•9 comments

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

https://arxiv.org/abs/2609.15369
21•jochenmadler•8h ago•5 comments

Did OpenAI solve the wrong Navier-Stokes problem?

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

MUNI Heritage Weekend in San Francisco

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

Rabbit Hole: Minimum L-seams

https://www.fractalkitty.com/rabbit-hole-minimum-l-seams/
19•evakhoury•5d ago•5 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/
128•ibobev•4d ago•27 comments

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

https://benchmarkheaven.com/jev-models
28•florianstandhar•8h ago•1 comments

A Faster Shortest Path Algorithm

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

16-bit Intel 8088 chip (c. 1985)

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

The UV index is not the warm sensation of sunlight on bare skin

https://blog.asciitweezers.com/the-uv-index-is-not-the-warm-sensation-of-sunlight-on-bare-skin/
3•evakhoury•7m ago•0 comments

George Lucas Returns to Earth, Bearing Gifts

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

The JavaScript Midlife Crisis

https://maroun-baydoun.com/blog/javascript-midlife-crisis/
14•maroun-baydoun•1h ago•5 comments

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

https://www.coveragecat.com/
28•botacode•3h ago•19 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...
517•MC995•6h ago•392 comments

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

https://grapheneos.social/@GrapheneOS/117299954135808210
201•Cider9986•4h ago•92 comments

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

https://www.bloomberg.com/graphics/2026-iran-school-attack/
235•devonnull•2h ago•124 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
52•alephnerd•19h ago•48 comments
Open in hackernews

The JavaScript Midlife Crisis

https://maroun-baydoun.com/blog/javascript-midlife-crisis/
14•maroun-baydoun•1h ago

Comments

Klonoar•52m ago
> Rewrite a bundler in Rust and you haven't only made it faster. You've also shrunk the pool of JavaScript developers who can maintain it. The new tool still looks like a duck and quacks like a duck, but it's a different beast altogether. Its internals retreat behind a black box that fewer people hold the keys to. The source may still be open, but the door to contributions is closing.

Alternatively, there's a pool of JS developers who shouldn't be maintaining critical infrastructure to begin with.

It's not a black box, those codebases are usually open and the only thing holding you or anyone back is learning anything outside of a small pond of JavaScript.

Write non-browser-things in fast languages. It is not a complicated concept - even less so in an era where stuff is getting written for you.

devilsdata•27m ago
Absolutely agree. If a JS developer doesn't know Rust, Go, Zig, or something, then they probably aren't going to do a good job at maintaining critical infrastructure, even if it were written in JS.

Why are people writing "critical" infrastructure in JS anyway, it is the wrong tool for the job.

sublinear•52m ago
> Rust, Go and Zig are taking over increasingly large parts of the JavaScript toolchain...

Found it.

nzoschke•36m ago
> Rust, Go and Zig are taking over increasingly large parts of the JavaScript toolchain...

Large parts of the JavaScript application space too.

Language consistency, ergonomics, standard library and performance matters, and JS has major warts here. I bet when these languages are 30+ years old like JS is, the software landscape isn't dominated nearly as much by JS.

These days I intentionally start all projects with as little JS as possible, opting for Go and HTMX instead. Removing the layers of JS inconsistency and build tools makes my and my agents lives better.

More thoughts on my JS-less stack here: https://housecat.com/blog/the-hugs-stack-hypermedia-unix-go-...

hackersnooze1•20m ago
tldr: interpreted languages are still slower than compiled languages, surprising no one