Hacker News

Top stories

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

Native apps written in TypeScript and CSS

55 pointsby 3h agogithub.com
14 comments
2h 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.

1h agoHN ↗

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

28m 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 :)

2h 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.

20m 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.

49m 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

10m 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?