Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    441comments
  2. Claude Opus 5.5(anthropic.com)
    673comments
  3. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    74comments
  4. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    341comments
  5. SAML: A Fractal of Bad Design(trailofbits.com)
    32comments
  6. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    51comments
  7. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    59comments
  8. What California is learning from solar panels built over irrigation canals(kqed.org)
    23comments
  9. Native apps written in TypeScript and CSS(github.com/geastack)
    7comments
  10. No Sloptober(no-sloptober.com)
    discuss
  11. Unreal Agent(unreallabs.ai)
    43comments
  12. Markdown in /src(htmx.org)
    15comments
  13. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    168comments
  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)
    19comments
  17. Rabbit Hole: Minimum L-seams(fractalkitty.com)
    5comments
  18. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    32comments
  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. The UV index is not the warm sensation of sunlight on bare skin(asciitweezers.com)
    discuss
  24. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    22comments
  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. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    392comments
  28. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    92comments
  29. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    124comments
  30. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    48comments

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.