Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    551comments
  2. Claude Opus 5.5(anthropic.com)
    765comments
  3. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    202comments
  4. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    90comments
  5. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    354comments
  6. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    7comments
  7. SAML: A fractal of bad design(trailofbits.com)
    70comments
  8. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    62comments
  9. Unreal Agent(unreallabs.ai)
    65comments
  10. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    74comments
  11. Native apps written in TypeScript and CSS(github.com/geastack)
    18comments
  12. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    58comments
  13. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    37comments
  14. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    7comments
  15. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    183comments
  16. Markdown in /src(htmx.org)
    35comments
  17. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    8comments
  18. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    13comments
  19. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    31comments
  20. The current balance of power in open models(interconnects.ai)
    2comments
  21. The trouble with 'ntile()'(djnavarro.net)
    discuss
  22. The JavaScript Midlife Crisis(maroun-baydoun.com)
    9comments
  23. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    74comments
  24. Apple's Dimensional Drawings(512pixels.net)
    1comments
  25. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    21comments
  26. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    176comments
  27. An update on how we confirm your age group on Discord(discord.com)
    51comments
  28. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    434comments
  29. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    103comments
  30. Did OpenAI solve the wrong Navier-Stokes problem?(scientificamerican.com)
    38comments

Native apps written in TypeScript and CSS

65 pointsby 3h agogithub.com
18 comments
3h agoHN ↗

Ah this is for embedded apps. Pretty neat!

2h agoHN ↗

It also supports iOS, macOS, Android, Windows, Linux, XBox for Three.js games, as well as (some) Node.js apps.

2h agoHN ↗

could you throw a react project (WEB) at it and get a native macos project out of it?

1h agoHN ↗

It supports Gea frontends (https://geajs.com). Technically it could compile React with a plugin, but that is left to the community as an exercise :)

3h agoHN ↗

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.

1h agoHN ↗

It defers to platform defaults, Android compositor, UIKit/AppKit native views or CoreGraphics for the canvas on Apple platforms, GDI/GDI+ on Windows, whatever SDL2 chooses on Linux. If you have a Three.js app, it uses Metal on iOS and macOS, Direct3D 11 (open) and 12 (commercial license) on Windows and XBox.

1h agoHN ↗

It's not clear at first glance, but given (1) the apps are written in JavaScript (2) the project has repos for different OS native bindings, my bet is some kind of embedded JavaScript engine that just calls through to OS native widets

35m agoHN ↗

It compiles TypeScript statically to C++, there's no JS engine or VM running.

54m agoHN ↗

I see what you’re getting at, but let’s not pretend like “load-bearing” is something that AIs made up. It was a turn of phrase long before AIs became mainstream and people are still allowed to use it.

1h agoHN ↗

the amount of ai used in this makes me think its pure vaporware. has anyone actually confirmed any of this is real or works?

48m agoHN ↗

Nice.

I will keep an eye on this for future use.