frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The battle between science and postmodernism: from Boyle's air pump to Dawkins

https://susanpickard.substack.com/p/the-battle-between-science-and-postmodernism
1•binning•3m ago•0 comments

Like the New Yorker but Better

https://thelambsconduitreview.neocities.org
1•rishirulzeworld•5m ago•0 comments

South Africa declares gender-based violence and femicide a national disaster

https://www.theguardian.com/society/2025/nov/22/south-africa-g20-protests-gender-based-violence-n...
1•binning•5m ago•0 comments

Show HN: I made it fast and easy to launch your own RAG-powered AI chatbots

https://www.chatrag.ai
1•carlos_marcial•6m ago•1 comments

Ask HN: Why GenAI is immoral but vibe coding is ok?

1•jb_briant•11m ago•0 comments

Russia's drone revolution heaps pressure on Ukrainian defenses

https://www.cnn.com/2025/11/22/europe/russia-rubicon-unit-drone-revolution-ukraine-intl-cmd
1•rguiscard•12m ago•0 comments

Should you dry someone else's abandoned laundry?

https://www.nytimes.com/interactive/2025/11/21/magazine/wet-laundry-hodgman-quiz.html
1•bookofjoe•15m ago•1 comments

Lando Norris, Oscar Piastri Disqualified from Las Vegas Grand Prix

https://www.formula1.com/en/latest/article/norris-and-piastri-disqualified-from-las-vegas-gp-as-m...
1•tosh•17m ago•0 comments

Show HN: A little browser game I made after seeing a viral dance video

https://immersivewarmup.com/
1•davidyu37•17m ago•0 comments

Alcove: An RSS Reader for the Open Web

https://bearblog.stevedylan.dev/alcove-an-rss-reader-for-the-open-web/
2•stevedsimkins•19m ago•0 comments

Let's focus on things we can control

https://ramezanpour.net/post/2025/11/22/worry-about-things-you-can-change
1•ramezanpour•22m ago•0 comments

Customer Service Pelita Air

1•Fransiskoelani•24m ago•11 comments

Ask HN: Do LLMs make you feel like you've lost your edge?

1•galfarragem•25m ago•1 comments

Gnome 49 Introduces Donation Request Notification

https://forum.zorin.com/t/gnome-49-introduces-donation-request-notification/54035
1•shaunpud•28m ago•0 comments

Silicon Valley startups: being evil, again and again

https://notesfrombelow.org/article/silicon-valley-startups-doing-evil-again-and-again
2•iSpiderman•28m ago•0 comments

Gum disease and tooth decay hit men harder – and now we know why

https://newatlas.com/health-wellbeing/gum-disease-inflammasome-males/
1•breve•28m ago•1 comments

Gnome Plans New Donation Reminder Pop-Up in Upcoming Release

https://linuxiac.com/gnome-plans-new-donation-reminder-pop-up-in-upcoming-release/
2•shaunpud•30m ago•0 comments

BeatsToRapOn – A music-only marketplace and AI tools for artists

https://beatstorapon.com
1•Chet-Fitzgerald•31m ago•1 comments

Olmo 3 is a fully open LLM

https://simonwillison.net/2025/Nov/22/olmo-3/
3•lumpa•33m ago•1 comments

Show HN: Video Notes for YouTube

https://chromewebstore.google.com/detail/video-notes/phgnkidiglnijkpmmdjcgdkekfoelcom
1•prameshbajra•35m ago•0 comments

Toad Attacks via Entra Guest Invites

https://taggart-tech.com/entra-toad/
1•computersuck•40m ago•3 comments

A New Bridge Links the Math of Infinity to Computer Science

https://www.quantamagazine.org/a-new-bridge-links-the-strange-math-of-infinity-to-computer-scienc...
1•pseudolus•42m ago•0 comments

Hedging (1942) [video]

https://www.youtube.com/watch?v=WoprVhpOKIk
1•pbalau•43m ago•0 comments

A Startup's Bid to Dim the Sun

https://www.newyorker.com/news/the-lede/a-startups-bid-to-dim-the-sun
1•pseudolus•44m ago•2 comments

Ask HN: Looking for a donated PC or laptop for freelance work

3•PikoBeam•45m ago•0 comments

Now is The ChatGPT Moment for music

https://jperla.com/blog/music-beats-ai-generation
1•ljlolel•46m ago•0 comments

Show HN: FreshRank – AI Content Auditor for WordPress (Free, Open Source)

https://github.com/Codeinwp/freshrank-lite
1•ionut123•51m ago•0 comments

Microglia switch helps protect the brain from Alzheimer's

https://www.sciencedaily.com/releases/2025/11/251122044335.htm
1•GeorgeWoff25•52m ago•0 comments

Rust/Nix NLP That Processes over 9000 patterns/second

https://github.com/QuackHack-McBlindy/dotfiles/blob/main/bin/voice/do.nix
1•quackhack•56m ago•0 comments

Show HN: PromptCache – a self-hosted semantic cache for LLMs (Go and BadgerDB)

https://github.com/messkan/prompt-cache
1•messkan•57m 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.