frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Gemini free tier is all you need

https://juanpabloaj.com/2026/04/30/gemini-free-tier-is-all-you-need/
1•juanpabloaj•3m ago•0 comments

We scanned 100 Smithery MCP servers, 22 flagged, here's what we found

1•chaksaray•4m ago•1 comments

The tortoise and the hare live on

https://unsung.aresluna.org/the-tortoise-and-the-hare-live-on/
1•CharlesW•6m ago•0 comments

U.S. gender ratios by metro, ages 20-34

https://getdatingphotos.com/gender-ratios
1•nsokolsky•7m ago•1 comments

US cyber team hasn't been activated yet to protect midterm elections

https://www.cnn.com/2026/04/30/politics/cyber-team-midterm-elections-foreign-meddling
1•dabinat•9m ago•0 comments

Morphing UI with Motion (and why most implementations feel wrong)

https://raminmousavi.dev/blog/animation-morphing-with-motion
1•ramin2nt2•10m ago•0 comments

Bash Is Not Enough: Why Large-Scale CI Needs an Orchestrator

https://www.iankduncan.com/engineering/2026-02-06-bash-is-not-enough/
1•birdculture•10m ago•0 comments

Chinese Courts Rule Companies Cannot Fire Workers Simply to Replace Them with AI

https://www.caixinglobal.com/2026-04-30/chinese-courts-rule-companies-cannot-fire-workers-simply-...
2•yesbut•11m ago•0 comments

Show HN: Fauxcquired Podcast about Eli Lilly

https://open.spotify.com/episode/2jQhCJBOVMXrfpSoC1c9ou
1•nbaronia•12m ago•0 comments

Mvm

https://marc.vertes.org/announcing-mvm/
1•mvertes•13m ago•0 comments

JuliaHub Raises $65M Series B

https://juliahub.com/blog/juliahub-raises-65m-series-b-launches-dyad-3.0
1•postflopclarity•14m ago•0 comments

"Security problems are just bugs" (2017)

https://lkml.org/lkml/2017/11/17/767
1•guiambros•14m ago•1 comments

Good news for New Mexico. Meta withdrawal on the horizon

https://www.engadget.com/2161607/meta-says-it-may-withdraw-its-apps-from-new-mexico-if-judge-agre...
1•wilburx3•16m ago•1 comments

Flakes, the Best Practices of Vibe DevOps

https://blog.fernvenue.com/archives/flakes-as-art/
1•fernvenue•16m ago•0 comments

Public Libraries Scrap Late Fines to Alleviate Inequity (2019)

https://www.kuow.org/stories/we-wanted-our-patrons-back-public-libraries-scrap-late-fines-to-alle...
1•thunderbong•17m ago•0 comments

The Spectrum of Agentic Coding [video]

https://vimeo.com/1187957189
1•ykdojo•18m ago•0 comments

Show HN: Booksearch – fast TUI search for book collections

https://github.com/rahimnathwani/booksearch
1•rahimnathwani•21m ago•0 comments

Apple Q2 2026 earnings report

https://www.cnbc.com/2026/04/30/apple-aapl-q2-2026-earnings-report.html
1•kristianp•23m ago•0 comments

Why Lenny's podcast removed Austin Lau interview on YouTube?

1•jcpy•23m ago•0 comments

In Musk vs. Altman case, judge warns lawyers that AI itself is not on trial

https://www.nbcnews.com/tech/tech-news/elon-musk-testimony-day-three-sam-altman-openai-trial-rcna...
1•voxadam•27m ago•0 comments

NPM: Putting the Brown in Brownout

https://ryanbigg.com/2026/04/npm-putting-the-brown-in-brownout
1•ryanbigg•27m ago•0 comments

GCC 16 Released

https://gcc.gnu.org/gcc-16/
3•lixiaofeng•27m ago•1 comments

Alaska woman sues troopers, TV network exploiting role as confidential informant

https://alaskabeacon.com/briefs/alaska-woman-accused-troopers-tv-network-of-exploiting-her-role-a...
1•rolph•29m ago•1 comments

OpenAI has effectively abandoned first-party Stargate data centers

https://www.tomshardware.com/tech-industry/artificial-intelligence/openai-has-effectively-abandon...
5•signa11•31m ago•0 comments

Onyx Pro, a local desktop utility for resetting AI IDE trial state

https://getonyxpro.com
1•chloevalesquez•33m ago•0 comments

Universal patterns emerge across 22 languages, mapping how vocabularies evolve

https://phys.org/news/2026-04-universal-patterns-emerge-languages-vocabularies.html
1•wglb•34m ago•1 comments

Two blazing quasars caught waltzing into a merger

https://phys.org/news/2026-04-blazing-quasars-caught-waltzing-merger.html
1•wglb•35m ago•1 comments

Shutting Down the Goldmine

https://eed3si9n.com/shutting-down-the-goldmine/
1•switchbak•36m ago•0 comments

Name in Landsat

https://science.nasa.gov/specials/your-name-in-landsat/
1•vinnyglennon•38m ago•0 comments

Ask HN: Local or Cloud -based AI?

1•dickeeT•38m ago•0 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.