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

Native apps written in TypeScript and CSS

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

Comments

bertili•29m ago
Not apparent at first, but this is a TypeScript to c++ compiler at the core (https://github.com/geastack/compiler), with bindings for various platforms.
sublinear•20m ago
Ah this is for embedded apps. Pretty neat!
dashersw•4m ago
It also supports iOS, macOS, Android, Windows, Linux, XBox for Three.js games, as well as (some) Node.js apps.
zerr•19m ago
What do they use for graphics and audio?
dashersw•17m ago
Each platform has its native bindings. For graphics, you write CSS and HTML canvas API as well as JSX, it renders to native components and their alignments, the canvas API is converted to native surfaces, whatever the platform uses.
tarcon•17m ago
"The earlier implementation could not be driven to zero of them, because boxing was load-bearing in its emitter"

In the docs of the repo of their TS to C++ compiler. https://github.com/geastack/compiler