Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Open-weight models take 56% of token volume(vercel.com)
    discuss
  2. Tokens Too Cheap to Meter(jyn.dev)
    discuss
  3. Trump says US will henceforth call AI 'super intelligence'(reuters.com)
    discuss
  4. Show HN: I generated 21k astrology pages with Swiss Ephemeris, open sourced(github.com/feifeizhao25-ship-it)
    discuss
  5. Weak models write tool calls as prose. We started executing them(fiit.ai)
    discuss
  6. Formal methods can start small(yovico.ai)
    discuss
  7. Z.ai uploading local code repos to overseas cloud without consent(reuters.com)
    1comments
  8. Strands harness: frontier performance with 28% lower token cost(strandsagents.com)
    discuss
  9. Can the US Build a DJI? A Teardown of Two DJI Drones(arenaphysica.com)
    discuss
  10. NASA-Funded Research Finds Complex Life Defying Record Heat(nasa.gov)
    1comments
  11. I'm sick of Claudisms, & what will happen next in AI-boosted software dev(polso.info)
    1comments
  12. AQAB: Anti-fascist blocklist QAnon, conspiracy, fake news, far-right, hate sites(codeberg.org/notainutilis)
    discuss
  13. Trump administration attacks Australia optout algorithm law in rare intervention(abc.net.au)
    discuss
  14. Fun: First-Class Functions, Currying, and a Surprise(tinyinterpreters.dev)
    discuss
  15. Meta admits Muse's likeness to OpenClaw isn't a coincidence(techcrunch.com)
    1comments
  16. Cities across US oppose Trump FCC plan to preempt local broadband rules(arstechnica.com)
    discuss
  17. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    1comments
  18. Ask HN: What do people do with Android phones once security updates end?
    2comments
  19. Show HN: Birthed, a daily board of what mattered that locks at midnight(github.com/jasonepage)
    1comments
  20. Reflections on object oriented design patterns (2026)
    1comments
  21. The new CC, an AI agent built for families(blog.google)
    3comments
  22. What anaesthetics are revealing about consciousness(bbc.com)
    1comments
  23. NIST Crypto Reading Club(nist.gov)
    discuss
  24. A 1996 dial-up chat room simulator (lolchat.rip)(lolchat.rip)
    1comments
  25. The ruble markup on AI tokens(infertrail.com)
    discuss
  26. Temporal Straightening for Latent Planning(arxiv.org)
    discuss
  27. Sovereign Substrate Appliance: Layer-1 Edge Node on ARM64(richardkugel.substack.com)
    discuss
  28. Anyone using a Wispr Flow alternative that is non-cloud?
    2comments
  29. MacPad: Touch Mac in iPad(github.com/dcmmc)
    1comments
  30. Ant Group releases finance-focused Ling-3.0-flash-Fin(artificialanalysis.ai)
    discuss

Native apps written in TypeScript and CSS

75 pointsby 5h agogithub.com
21 comments
4h agoHN ↗

Ah this is for embedded apps. Pretty neat!

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

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

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

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

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

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

39m agoHN ↗

The concern with a lot of projects that look largely AI made isn't that the current state works, but that this current state might be all that ever happens so people who try to use it end up relying on a dead project unless they maintain it themselves.

[refusing to reword the "it is not X, it is Y" - I'm not an LLM but I don't care that much if you think I am!]

27m agoHN ↗

with a lot of ai projects it's often that the only thing that does work is the demo. and im not saying this to be rude, its an ambitious project and im afk so i cant test it myself.

how does it compile js to c++? js is so dynamic it makes me think it either compiles to some kind of bytecode or its a heavily restricted subset of the language.

2h agoHN ↗

Nice.

I will keep an eye on this for future use.