Hacker News

Top stories

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

Native apps written in TypeScript and CSS

38 pointsby 1h agogithub.com
8 comments
36m agoHN ↗

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

3m agoHN ↗

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

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