frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The State has entered the Model Loop

https://peteridah.substack.com/p/the-state-has-entered-the-model-loop
1•peteridah•13s ago•0 comments

Back to the good old times – Win 7 for Debian (2024)

https://mehdy.eu/back-to-the-good-old-times-win-7-for-debian/
1•TuringTux•2m ago•0 comments

Distributed LLM Inference with LLM-d

https://cefboud.com/posts/llm-d/
1•cefboud•3m ago•0 comments

Double threat to privacy: Chat Control 1.0 and 2.0 are back

https://old.reddit.com/r/europe/comments/1ugc4td/double_threat_to_privacy_chat_control_10_and_20/
1•nickslaughter02•3m ago•0 comments

Height of Harmonic Numbers

https://www.johndcook.com/blog/2026/06/27/height-of-harmonic-numbers/
1•ibobev•3m ago•0 comments

Art by Maths

https://www.mathchronicles.org/copy-of-the-math-behind-the-rsa-encry
1•jruohonen•4m ago•0 comments

The Demoralization of the White-Collar Worker

https://nooneshappy.com/article/the-demoralization-of-the-white-collar-worker/
1•zdw•4m ago•0 comments

Show HN: Use any SVG as QR code On Dots

https://bar.codes/
1•Ciaranio•5m ago•0 comments

Four New Chameleon Species Found in Tropical "Sky Islands"

https://nautil.us/four-new-chameleon-species-found-in-tropical-sky-islands-1282292
1•Brajeshwar•8m ago•0 comments

Thousands more artists join Ireland's basic income plan

https://rgmii.org/blog/thousands-more-artists-join-irelands-basic-income-plan/
2•colinprince•8m ago•0 comments

Show HN:I got tired of spending 3hrs daily on job applications,so I automated it

https://jobspire.co.in/
1•cbyteai•9m ago•0 comments

Students Are Doing Worse Than You Think

https://www.economist.com/international/2026/06/25/students-are-doing-worse-than-you-think
1•karakoram•12m ago•1 comments

A peek into Reddit's anti-spam internals

https://lyra.horse/blog/2026/06/reddit-spam-internals/
3•OuterVale•12m ago•0 comments

Americans Are in a Sour Mood as the Country Turns 250

https://www.pewresearch.org/2026/06/12/on-the-countrys-250th-anniversary-the-american-people-are-...
1•karakoram•13m ago•0 comments

Ask HN: Which Zig version to use for my thesis?

2•xuinnz•22m ago•0 comments

Show HN: AI-whisper – Claude works better when Codex watches its back

https://ai-creed.dev/projects/ai-whisper/
1•vuphanse•22m ago•0 comments

Show HN: Apex-1-flash, 4B LLM finetuned on RTX 5070

https://huggingface.co/OrbitAIEU/Apex-1-flash
1•Qmay_Dev•22m ago•0 comments

Show HN: Discover content in any YouTube channel with RAG

https://askchannel.ai
1•nexus2045•23m ago•0 comments

Goodbye, Scientific American

https://www.lawyersgunsmoneyblog.com/2026/06/goodbye-scientific-american
3•u1hcw9nx•24m ago•1 comments

Free the Icons

https://weblog.rogueamoeba.com/2026/06/26/free-the-icons/
1•zdw•25m ago•0 comments

SumUp down across Europe (again)

https://status.sumup.com/europe/incidents/01KW4PXNYDDPRXZQ3GS5ZQA6CY#updates
1•mittermayr•28m ago•0 comments

Tuta: They are bringing back ChatControl

https://mastodon.social/@Tutanota/116815262001889776
7•nickslaughter02•28m ago•1 comments

AI: The Falsity of Comparison

https://syntheticauth.ai/posts/ai-the-falsity-of-comparison
1•zerolayers•28m ago•0 comments

PixelSmash – Critical FFmpeg Vulnerability Turns Media Files into Weapons

https://jfrog.com/blog/pixelsmash-critical-ffmpeg-vulnerability-turns-media-files-into-weapons/
1•doener•31m ago•0 comments

Writing Down Harmonic Numbers

https://www.johndcook.com/blog/2026/06/26/writing-down-harmonic-numbers/
1•ibobev•36m ago•0 comments

Hart's Theorem

https://www.johndcook.com/blog/2026/06/25/harts-theorem/
1•ibobev•36m ago•0 comments

Incircles and Excircles of Pythagorean Triangles

https://www.johndcook.com/blog/2026/06/25/incircle-excircle/
1•ibobev•36m ago•0 comments

China's CXMT Is Set to Challenge DRAM Incumbents

https://newsletter.semianalysis.com/p/chinas-cxmt-is-set-to-challenge-dram
1•ma2kx•37m ago•0 comments

Primed for Malware: Stop Selling Compromised Android Devices

https://www.eff.org/deeplinks/2026/06/primed-malware-stop-selling-compromised-android-devices
2•leephillips•39m ago•0 comments

FBI: Russian hackers now target Signal backup recovery keys

https://www.bleepingcomputer.com/news/security/fbi-russian-hackers-now-target-signal-backup-recov...
1•Brajeshwar•41m 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.