Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fun: First-Class Functions, Currying, and a Surprise(tinyinterpreters.dev)
    discuss
  2. Meta admits Muse's likeness to OpenClaw isn't a coincidence(techcrunch.com)
    discuss
  3. Cities across US oppose Trump FCC plan to preempt local broadband rules(arstechnica.com)
    discuss
  4. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    1comments
  5. Show HN: Birthed, a daily board of what mattered that locks at midnight(github.com/jasonepage)
    1comments
  6. Reflections on object oriented design patterns (2026)
    discuss
  7. The new CC, an AI agent built for families(blog.google)
    discuss
  8. What anaesthetics are revealing about consciousness(bbc.com)
    1comments
  9. NIST Crypto Reading Club(nist.gov)
    discuss
  10. A 1996 dial-up chat room simulator (lolchat.rip)(lolchat.rip)
    discuss
  11. The ruble markup on AI tokens(infertrail.com)
    discuss
  12. Temporal Straightening for Latent Planning(arxiv.org)
    discuss
  13. Sovereign Substrate Appliance: Layer-1 Edge Node on ARM64(richardkugel.substack.com)
    discuss
  14. Anyone using a Wispr Flow alternative that is non-cloud?
    2comments
  15. MacPad: Touch Mac in iPad(github.com/dcmmc)
    1comments
  16. Ant Group releases finance-focused Ling-3.0-flash-Fin(artificialanalysis.ai)
    discuss
  17. New method to minimize immunosuppression after organ transplantation(nature.com)
    1comments
  18. The 'AI Safety' Movement Is Making AI Less Safe(reason.com)
    discuss
  19. Show HN: Livenerf – a benchmark for whether Opus 5.5 gets nerfed(github.com/ninjahawk)
    discuss
  20. Adding side drawer with workspace concepts to rio (rust terminal) like cmux has(github.com/raphamorim)
    discuss
  21. The Jagged Frontier of Jev 1.13(typesafe.ai)
    discuss
  22. Mercury Is Shrinking, and Faster Than We Thought(nytimes.com)
    2comments
  23. Swarm Scaling(tobyord.com)
    discuss
  24. A WIP Lego Sorter: Maybe a million pounds is possible [video](youtube.com)
    discuss
  25. Artificial Intelligence in Research(tmodrzyk.github.io)
    discuss
  26. CNN Mood 'Like a Funeral' as Paramount Acquires Warner Bros(variety.com)
    8comments
  27. Show HN: Palette, a Figma plugin that turns one color into a whole UI system(figma.com)
    discuss
  28. AUGUSTOSFACES(augusto.at)
    discuss
  29. What is the World's Loveliest Language(economist.com)
    discuss
  30. Xounds Redux and FruitMenu Redux(totallynotmalicious.com)
    1comments

Native apps written in TypeScript and CSS

71 pointsby 4h agogithub.com
19 comments
3h agoHN ↗

Ah this is for embedded apps. Pretty neat!

3h agoHN ↗

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

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

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

1h agoHN ↗

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

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

1h agoHN ↗

Nice.

I will keep an eye on this for future use.