Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. A 1996 dial-up chat room simulator (lolchat.rip)(lolchat.rip)
    discuss
  2. The ruble markup on AI tokens(infertrail.com)
    discuss
  3. Temporal Straightening for Latent Planning(arxiv.org)
    discuss
  4. Sovereign Substrate Appliance: Layer-1 Edge Node on ARM64(richardkugel.substack.com)
    discuss
  5. Anyone using a Wispr Flow alternative that is non-cloud?
    discuss
  6. MacPad: Touch Mac in iPad(github.com/dcmmc)
    1comments
  7. Ant Group releases finance-focused Ling-3.0-flash-Fin(artificialanalysis.ai)
    discuss
  8. New method to minimize immunosuppression after organ transplantation(nature.com)
    1comments
  9. The 'AI Safety' Movement Is Making AI Less Safe(reason.com)
    1comments
  10. Show HN: Livenerf – a benchmark for whether Opus 5.5 gets nerfed(github.com/ninjahawk)
    discuss
  11. Adding side drawer with workspace concepts to rio (rust terminal) like cmux has(github.com/raphamorim)
    discuss
  12. The Jagged Frontier of Jev 1.13(typesafe.ai)
    discuss
  13. Mercury Is Shrinking, and Faster Than We Thought(nytimes.com)
    2comments
  14. Swarm Scaling(tobyord.com)
    discuss
  15. A WIP Lego Sorter: Maybe a million pounds is possible [video](youtube.com)
    discuss
  16. Artificial Intelligence in Research(tmodrzyk.github.io)
    discuss
  17. CNN Mood 'Like a Funeral' as Paramount Acquires Warner Bros(variety.com)
    7comments
  18. Show HN: Palette, a Figma plugin that turns one color into a whole UI system(figma.com)
    discuss
  19. AUGUSTOSFACES(augusto.at)
    discuss
  20. What is the World's Loveliest Language(economist.com)
    discuss
  21. Xounds Redux and FruitMenu Redux(totallynotmalicious.com)
    1comments
  22. Design your programming languages right (2024)(veritates.love)
    discuss
  23. U.S. Government seizes 54-pound Martian meteorite sold at auction last year(nytimes.com)
    3comments
  24. A Taxonomy for Navigating the Global Landscape of AI Regulation (2025)(acm.org)
    discuss
  25. The 38 most influential Bluesky posters(bsky38.com)
    discuss
  26. UN General Assembly: Trump renames AI to Super Intelligence(washingtonpost.com)
    4comments
  27. The Mac Mini M6 is the fastest way to.. emulate a Windows 98 Pentium II machine(nyaa.sh)
    discuss
  28. Show HN: A fast, offline Markdown viewer for macOS built in Swift(github.com/temir-dev)
    discuss
  29. About Impersonation Risk Detection(support.apple.com)
    discuss
  30. Trump orders AI rebrand as "super intelligence"(axios.com)
    3comments

Native apps written in TypeScript and CSS

65 pointsby 3h agogithub.com
18 comments
3h 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.

2h agoHN ↗

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

1h 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 :)

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

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

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

34m agoHN ↗

It compiles TypeScript statically to C++, there's no JS engine or VM running.

53m agoHN ↗

I see what you’re getting at, but let’s not pretend like “load-bearing” is something that AIs made up. It was a turn of phrase long before AIs became mainstream and people are still allowed to use it.

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

47m agoHN ↗

Nice.

I will keep an eye on this for future use.