frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

US Departments of Labor, Education announce new education partnerships

https://www.dol.gov/newsroom/releases/osec/osec20251118
1•pavel_lishin•47s ago•0 comments

Ask HN: How do you prioritize dependency updates?

1•nrig•2m ago•0 comments

How were large Unix installations managed in the 80s/90s?

https://retrocomputing.stackexchange.com/questions/32279/how-were-large-unix-installs-managed-in-...
1•SeenNotHeard•2m ago•0 comments

Robots with Day Jobs: Why Teleoperated Humanoids May Be What Labor Markets Need

https://www.cnet.com/home/smart-home/robots-with-day-jobs-why-teleoperated-humanoids-might-be-exa...
1•connorjewiss•3m ago•0 comments

Nearly half of US kids want in-game currency this Christmas

https://www.gamesindustry.biz/nearly-half-of-us-kids-want-in-game-currency-this-christmas
1•haunter•3m ago•0 comments

Microsoft makes Zork I, II, and III open source under MIT License

https://arstechnica.com/gaming/2025/11/microsoft-makes-zork-i-ii-and-iii-open-source-under-mit-li...
1•ndsipa_pomu•6m ago•2 comments

SEO Community Reacts to Adobe's Semrush Acquisition

https://www.searchenginejournal.com/seo-community-reacts-to-adobes-semrush-acquisition/561506/
2•rmason•7m ago•0 comments

Toy solid.js implementation (signal/effect) in less than 100 LOCs

https://github.com/danielfalbo/solid.js/blob/main/solid.js
1•danielfalbo•11m ago•0 comments

The Most Dangerous Halo LAN Party – High Speed Highway Halo (2002) [video]

https://www.youtube.com/watch?v=QNCaE5mxKM4
1•zdw•11m ago•0 comments

Quickinim – simple procurement automation for manufacturers (1-minute setup)

https://quickinim.com/manufacturing
1•Gormanu•12m ago•0 comments

nanochat.karpathy.ai

https://nanochat.karpathy.ai/
1•danielfalbo•13m ago•0 comments

Why don't we see agents around us? Share your thoughts

1•spacemnstr42069•15m ago•0 comments

Lincoln Electric is bringing DC fast charging to sites WITHOUT 3-phase power

https://electrek.co/2025/11/19/lincoln-electric-is-bringing-dc-fast-charging-to-sites-without-3-p...
1•thelastgallon•16m ago•0 comments

Show HN: Roundible – A Space for Anonymous Discussions

https://roundible.com
1•Oxidome•18m ago•0 comments

The Pithiest Critique of Modern Conservatism Keeps Getting Credited to Wrong Man

https://slate.com/business/2022/06/wilhoits-law-conservatives-frank-wilhoit.html
2•riffic•19m ago•0 comments

The Moon Was an Inside Job

https://www.nytimes.com/2025/11/20/science/moon-collision-earth-theia.html
2•donohoe•19m ago•0 comments

Spring Boot 4.0.0 is here

https://spring.io/blog/2025/11/20/spring-boot-4-0-0-available-now/
3•siddharthgoel88•21m ago•0 comments

Two-thirds of AI-generated citations are fabricated or contain errors

https://www.psypost.org/study-finds-nearly-two-thirds-of-ai-generated-citations-are-fabricated-or...
2•geox•22m ago•0 comments

Parallel Loop Transformer for Efficient Test-Time Computation Scaling

https://arxiv.org/abs/2510.24824
1•PaulHoule•22m ago•0 comments

TikTok owner ByteDance valued at $480B after bidding war

https://www.thetimes.com/business/companies-markets/article/tiktok-owner-bytedance-valued-480bn-b...
1•JumpCrisscross•22m ago•0 comments

The Boring Part of Bell Labs

https://elizabethvannostrand.substack.com/p/the-boring-part-of-bell-labs
2•Hooke•24m ago•0 comments

Fractional Leadership Consultant – Remote Partnership

https://www.cognitoforms.com/RelationshipLeadership1/StrategicPartnerQuestionnaire
1•eddiemac24•24m ago•1 comments

Show HN: An open source WisprFlow alternative for Linux, Windows and Mac

https://github.com/qforge-dev/qspeak
2•aspaler•24m ago•0 comments

Introducing Kagi Assistants

https://blog.kagi.com/kagi-assistants
2•ingve•25m ago•0 comments

Show HN: Free GPUs in your terminal for learning CUDA

https://github.com/RohanAdwankar/cgpu
1•RohanAdwankar•27m ago•0 comments

Did rust take down the internet? [video]

https://www.youtube.com/watch?v=nVu4qrNzyqk
1•yomismoaqui•27m ago•1 comments

8th Wall Is Closing Down

https://www.8thwall.com/blog/post/200208966730/next-chapter
1•aosaigh•27m ago•0 comments

The Elite Iranian Cyber Unit Targeting Israel

https://www.haaretz.com/israel-news/security-aviation/2025-11-20/ty-article-magazine/.premium/cha...
1•jonyt•28m ago•1 comments

EBind: Multi-modal embedding model that supports image, video, audio, text

https://github.com/encord-team/ebind
1•rahimnathwani•29m ago•1 comments

The 9-9-6 Trap

https://frontierai.substack.com/p/the-9-9-6-trap
2•cgwu•30m 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•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.