Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    412comments
  2. Claude Opus 5.5(anthropic.com)
    637comments
  3. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    336comments
  4. SAML: A Fractal of Bad Design(trailofbits.com)
    15comments
  5. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    48comments
  6. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    25comments
  7. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    52comments
  8. Unreal Agent(unreallabs.ai)
    32comments
  9. Native apps written in TypeScript and CSS(github.com/geastack)
    5comments
  10. Obscura: The first VPN that can't log your activity(obscura.com)
    24comments
  11. Explaining to business people why building software is still hard(manager.dev)
    24comments
  12. An update on how we confirm your age group on Discord(discord.com)
    2comments
  13. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    164comments
  14. Did OpenAI solve the wrong Navier-Stokes problem?(scientificamerican.com)
    5comments
  15. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    30comments
  16. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    discuss
  17. What California is learning from solar panels built over irrigation canals(kqed.org)
    1comments
  18. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    14comments
  19. Markdown in /src(htmx.org)
    9comments
  20. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    109comments
  21. A Faster Shortest Path Algorithm(vals.ai)
    3comments
  22. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    12comments
  23. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    20comments
  24. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    79comments
  25. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    14comments
  26. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    383comments
  27. The JavaScript Midlife Crisis(maroun-baydoun.com)
    2comments
  28. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    34comments
  29. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    44comments
  30. Solitaire Alone Together(solitairealonetogether.com)
    27comments

Native apps written in TypeScript and CSS

26 pointsby 52m agogithub.com
5 comments
9m agoHN ↗

Ah this is for embedded apps. Pretty neat!

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