Hacker News

Top stories

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

Native apps written in TypeScript and CSS

47 pointsby 2h agogithub.com
10 comments
1h agoHN ↗

Ah this is for embedded apps. Pretty neat!

1h agoHN ↗

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

48m agoHN ↗

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

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

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