frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1•isaacbowen•31s ago

CS QLola

https://news.ycombinator.com
1•bappaforjio•2m ago•0 comments

Lifetime Safety in Clang – 2025 US LLVM Developers' Meeting [video]

https://www.youtube.com/watch?v=3zWK7Lx96vI
1•matt_d•5m ago•0 comments

Joe Armstrong – The mess we are in

https://youtu.be/lKXe3HUG2l4?si=YEbsd9xOCH_yP_C2
1•lifeisstillgood•9m ago•0 comments

Ask HN: Hard and deep tech – why are Jira and Confluence the go-to PM tools?

1•dnlh_lvg•9m ago•1 comments

Dr. Chainlove Or: How I Learned to Stop Worrying and Love On-Chain Gaming

https://organizedplayer.substack.com/p/dr-chainlove-or-how-i-learned-to
1•0north•10m ago•0 comments

Prosecutor Used Flawed A.I. To Keep a Man in Jail, His Lawyers Say

https://www.nytimes.com/2025/11/25/us/prosecutor-artificial-intelligence-errors-lawyers-californi...
3•perihelions•12m ago•0 comments

BebboSSH: SSH2 implementation for Amiga systems (68000, GPLv3)

https://franke.ms/git/bebbo/bebbossh
1•snvzz•13m ago•0 comments

Genesis Mission – A National Mission to Accelerate Science Through AI

https://genesis.energy.gov/
1•Anon84•16m ago•0 comments

Design Follows Data Structures

https://www.tedinski.com/2019/01/29/data-structures-are-fundamental.html
2•plutonium3345•17m ago•0 comments

Maybe some people should just give up [video]

https://www.youtube.com/watch?v=rsoEipuwXiI
1•koakuma-chan•21m ago•0 comments

I tracked 609 food additives across 817K products to find awareness gaps

https://compareadditives.com
4•markvitals•21m ago•2 comments

GrapheneOS ceases operations in France amid pressure and legal threats

https://alternativeto.net/news/2025/11/grapheneos-ceases-operations-in-france-amid-pressure-and-l...
2•airhangerf15•23m ago•0 comments

Are LLMs the Best That They Will Ever Be?

https://asimovaddendum.substack.com/p/are-llms-the-best-that-they-will
3•rufusrock•24m ago•2 comments

Scientists can now watch metal crystals grow inside liquid metal

https://theconversation.com/scientists-can-now-watch-metal-crystals-grow-inside-liquid-metal-270451
3•billybuckwheat•31m ago•0 comments

Automating Linux Backups with Rsync: A Set-and-Forget Strategy

https://orioninsist.org/blog/linux-automated-backup-rsync-guide/
1•orioninsist•35m ago•0 comments

Show HN: Free macro dashboards with downloadable charts (e.g., EUR/USD)

https://fxmacrodata.com/dashboard/EUR_USD
1•roberttidball•37m ago•1 comments

Show HN: Real-time system that tracks how news spreads across 200k websites

https://yandori.io/news-flow/
1•antiochIst•37m ago•1 comments

Credits Are Not It

https://hengar.pika.page/posts/credits-are-not-it
2•hengar•40m ago•0 comments

Space: 1999 – Special Effects Techniques

https://catacombs.space1999.net/main/pguide/upsfx.html
6•exvi•45m ago•0 comments

Show HN: Runtime Verification for SQL Agents

https://github.com/yudduy/sql_exenv
1•yudduy•47m ago•1 comments

In Praise of Bibliomania

https://lithub.com/nothing-better-than-a-whole-lot-of-books-in-praise-of-bibliomania/
3•bookofjoe•48m ago•0 comments

Other Winfield Creations (2002)

https://c-we.com/piranha/page9.htm
1•exvi•48m ago•0 comments

GM Reward Loophole Explained: Cars Paid Off in Seconds

https://resellcalendar.com/news/news/gm-reward-loophole-explained-cars-paid-off-in-seconds/
3•typeofhuman•49m ago•1 comments

Deconstructing the Spinner: A One on One chat with Gene Winfield (2000)

https://media.bladezone.com/contents/film/interviews/gene-winfield/
1•exvi•50m ago•0 comments

A man who's been waiting in jail for his day in court for 6 years

https://substack.com/inbox/post/178811090
3•msdrigg•51m ago•1 comments

Singapore orders Apple, Google to prevent gov spoofing on messaging platforms

https://www.reuters.com/world/asia-pacific/singapore-orders-apple-google-prevent-government-spoof...
3•phantomathkg•54m ago•0 comments

Proton Meet: Secure, end-to-end encrypted video conferencing

https://proton.me/meet
15•absqueued•1h ago•2 comments

Mystery of the Quintic

https://youtu.be/9HIy5dJE-zQ
1•surprisetalk•1h ago•0 comments

Show HN: Agentic Arena – 52 tasks implemented by Opus 4.5, Gemini 3, and GPT-5.1

https://arena.logic.inc/
1•sgk284•1h ago•2 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•7mo ago

Comments

palata•7mo 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•7mo 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•7mo 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•7mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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.