frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Taylor Farms 2009 to 2026: Outbreaks and the Recalls That Did and Did Not Follow

https://www.marlerblog.com/case-news/update-taylor-farms-2009-to-2026-the-outbreaks-and-the-recal...
1•speckx•1m ago•0 comments

vLLM Running Natively on Windows with ROCm for AMD RDNA2 (RX 6000)

https://github.com/sebastianmechno-sys/vllm-rocm-windows-rdna2
1•esseba-dev•1m ago•0 comments

Show HN: Halmos.Science - Hacker News for math, the server checks the proofs

https://halmos.science/
1•nadermx•2m ago•0 comments

Why does the U.S. military seem stymied in the war with Iran?

https://www.npr.org/2026/08/19/nx-s1-5937516/why-does-the-u-s-military-seem-stymied-in-the-war-wi...
1•colinprince•3m ago•0 comments

UK cinemas are now restricting Meta smart glasses over film piracy concerns

https://www.neowin.net/news/uk-cinemas-are-now-restricting-meta-smart-glasses-over-film-piracy-co...
1•bundie•3m ago•0 comments

Show HN: Process your solar eclipse data

https://github.com/dmead/solar-eclipse-timelapse
1•dmead•7m ago•0 comments

Project Cybersyn

https://bactra.org/notebooks/cybersyn.html
2•cassepipe•7m ago•0 comments

Hyperscalers' Off-Grid Power Push Comes with Risks

https://www.wsj.com/business/energy-oil/hyperscalers-off-grid-power-push-comes-with-risks-b1dca338
1•bcaulfield•7m ago•0 comments

Foreign Students Applying to US Colleges Fell 10% This Year

https://www.bloomberg.com/news/articles/2026-08-20/foreign-students-seeking-spots-at-us-colleges-...
3•garbawarb•10m ago•0 comments

What datacenters look like in neighborhoods

https://www.usatoday.com/picture-gallery/tech/2026/08/19/data-center-communities-controversy-phot...
3•ripe•10m ago•1 comments

Kiro Crew

https://kiro.dev/blog/introducing-kiro-crew/
2•gmays•11m ago•0 comments

Promising Results for mRNA Cancer Vaccine from Moderna and Merck

https://time.com/article/2026/08/19/mrna-cancer-vaccine-moderna-merck/
2•paulpauper•13m ago•0 comments

I reverse-engineering the closed GoodNotes format using LLMs

https://github.com/Kaih1825/parser-for-goodnotes
2•Kaih1825•14m ago•1 comments

Mjolnir: Automated Cross-Vendor Adversarial Review

https://blog.brokk.ai/mjolnir-automated-cross-vendor-adversarial-review/
2•jbellis•14m ago•0 comments

Show HN: We chased a weather balloon across Montana and never found it

https://radi8.dev/blog/uplink/
5•radeeyate•14m ago•0 comments

Dark Factory Engineering and Programming as Theory Building

https://chris-parmer.com/dark-factory-and-programming-as-theory-building/
2•chriddyp•15m ago•0 comments

Show HN: See what's behind any website: DNS, hosting, security, tech stack

https://heckzar.app/
2•nimsarajay•15m ago•0 comments

Why Odin?

https://nathany.com/why-odin/
2•ksec•21m ago•0 comments

Show HN: SystemG – An agent-friendly general process composer

https://sysg.dev
2•ra0x3•21m ago•0 comments

'Darth Vader' Wants Flock in San Diego

https://www.404media.co/darth-vader-spoke-in-support-of-flock-at-san-diego-city-council-meeting/
2•cdrnsf•22m ago•0 comments

Show HN: JavaScript library that makes any list a smooth picker of any shape

2•tahazsh•23m ago•0 comments

China lands its Zhuque-3 rocket, rivaling Blue Origin and SpaceX

https://www.scientificamerican.com/article/china-successfully-lands-its-zhuque-3-rocket-rivaling-...
3•beardyw•24m ago•0 comments

URL shortener links stored in your ATProto PDS

https://atpr.to/
5•jcbhmr•24m ago•0 comments

Judge orders Kalshi cease Washington operations (starting August 20)

https://www.atg.wa.gov/news/news-releases/judge-orders-kalshi-cease-numerous-washington-operations
3•travisd•25m ago•1 comments

Windows silently stops delivering WH_KEYBOARD_LL hooks when Chromium has focus

https://github.com/wudaming00/wh-keyboard-ll-chromium
3•wudmaing00•25m ago•0 comments

By all means, keep moving

https://www.sciencedirect.com/science/article/abs/pii/S1053810017302143
2•mabios•26m ago•1 comments

The Milky Way's fastest star could expose our black hole's spin

https://www.scientificamerican.com/article/the-milky-ways-fastest-star-could-expose-our-black-hol...
3•beardyw•27m ago•1 comments

Epic Unhappy with New EU App Store Fee Structure

https://twitter.com/EpicNewsroom/status/2089787577062559951
3•smugma•28m ago•1 comments

Email Infrastructure for ATProto

https://comail.at/
2•jcbhmr•28m ago•0 comments

We're trying to make Kimi K3 cheaper

https://packs.relace.ai/
3•pfunctional•29m ago•1 comments
Open in hackernews

CheerpJ 4.0: WebAssembly JVM for the browser, now with Java 11 and JNI support

https://labs.leaningtech.com/blog/cheerpj-4.0
9•apignotti•1y ago

Comments

palata•1y ago
That's technically pretty cool, but it makes me wonder:

In order to run a Java Desktop app, I need to install a JVM first (or the Desktop app can embed it, I guess that's what IntelliJ does, right?).

Now if I run CheerpJ, it means that I essentially download a JVM when I load the page (every time), and run code in that JVM. But at this point, why not downloading a Desktop app?

It feels like we are going around, shipping simple web pages together with full browsers and calling that "desktop apps" (e.g. ElectronJS), then shipping complete JVMs as web pages and calling that a "web page"... why don't we just ship simple webpages through browsers and complex desktop apps through package managers?

apignotti•1y ago
With CheerpJ you are downloading the subset of the JVM that you need, and actually only once thanks to the standard browser cache.

There are many reasons why shipping via the browser is a better choice compared to shipping desktop apps. The main 3 in my opinion are:

1. Distribution: Give your user a link and the app will start 2. Isolation: The user can have confidence the app won't read his personal files. 3. Cross-platform: Every OS and every device, for real this time

yuri91•1y ago
For reference, when loading https://browsercraft.cheerpj.com for the first time (up to loading a world), my browser downloaded ~32MB.

The second time almost nothing.

jeffreportmill1•1y ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•1y ago
> With CheerpJ you are downloading the subset of the JVM that you need

That's interesting! May I ask how it works? Does that also happen with e.g. IntelliJ?

> Every OS and every device, for real this time

Doesn't the JVM run everywhere in 2025?

apignotti•1y ago
> That's interesting! May I ask how it works? Does that also happen with e.g. IntelliJ?

Byte ranges request do most of the heavy lifting, data is loading exclusively on-demand.

> Doesn't the JVM run everywhere in 2025?

What about iOS? Android has Java, but can't run desktop Java apps. Chromebooks also have limits.

palata•1y ago
> Byte ranges request do most of the heavy lifting, data is loading exclusively on-demand.

I don't understand what that means. The JVM is supposed to interpret and sometimes compile bytecode, right? How can it be done with only a fraction of the JVM?

Or are you saying that it is constantly communicating with a server that does the work?

apignotti•1y ago
The VM itself is very small, it's the OpenJDK runtime that is quite sizeable. Byte ranges are used to only download the parts of the runtime (in terms of bytecode) that are required.

There is no server-side computation. CheerpJ runs code exclusively client-side.

palata•1y ago
But you said before that you only download a subset of the JVM, right? Or did you mean a subset of the JDK, including the JVM and... I guess other stuff?
apignotti•1y ago
I meant the JVM in an extended sense: the combination of the bytecode parsing, JIT compiler and OpenJDK runtime. You are right, I should have been more precise and refer to only the runtime part, which is by far the most significant.
palata•1y ago
I was not trying to prove you wrong, I'm just genuinely interested :-). I don't see a lot of articles about the JVM these days.