Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    587comments
  2. Claude Opus 5.5(anthropic.com)
    790comments
  3. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    254comments
  4. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    356comments
  5. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    19comments
  6. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    117comments
  7. What California is learning from solar panels built over irrigation canals(kqed.org)
    122comments
  8. The new CC, an AI agent built for families(blog.google)
    3comments
  9. SAML: A fractal of bad design(trailofbits.com)
    84comments
  10. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    67comments
  11. Unreal Agent(unreallabs.ai)
    72comments
  12. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    79comments
  13. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    206comments
  14. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    70comments
  15. The current balance of power in open models(interconnects.ai)
    8comments
  16. MUNI Heritage Weekend in San Francisco(lawrence.lu)
    40comments
  17. Native apps written in TypeScript and CSS(github.com/geastack)
    21comments
  18. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    190comments
  19. Show HN: JevBench, a reproducible benchmark for typed decision models(benchmarkheaven.com)
    11comments
  20. Markdown in /src(htmx.org)
    42comments
  21. Obscura: VPN that can't log your activity(obscura.com)
    72comments
  22. The UV index is not the warm sensation of sunlight on bare skin(asciitweezers.com)
    50comments
  23. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    39comments
  24. People hooked on vapes try a new way to quit: cigarettes(bloomberg.com)
    89comments
  25. Make Math Automatic with Mathy(gmays.com)
    1comments
  26. Show HN: Training a model to identify AI web content from structure alone(arxiv.org)
    9comments
  27. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    13comments
  28. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    452comments
  29. The JavaScript Midlife Crisis(maroun-baydoun.com)
    16comments
  30. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    24comments

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.