frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

I'm screwing 1M screws into a wall, one per dollar the internet sends

https://1millionscrews.com
1•nickyder•6s ago•0 comments

Apple Music Hall

https://www.applemusichall.com/
1•thm•2m ago•0 comments

Generals: Zero Hour in Browser

https://generals.zone/?full
2•playerx•3m ago•1 comments

Textbook Review: Is Parallel Programming Hard, and, If So, What Can You Do About

https://ahelwer.ca/post/2026-09-21-concurrency-textbook/
1•fanf2•6m ago•0 comments

AMD's random number generator can't generate a 0?

https://board.flatassembler.net/topic.php?t=24261
1•BruceEel•9m ago•0 comments

How I Made Palmer Luckey and Paul Graham Perform Hotel Lobby

https://www.skeptrune.com/posts/seedance-video-character-swap/#4-map-the-people-then-describe-wha...
1•skeptrune•9m ago•0 comments

The .au namespace is about to be gutted, and almost nobody knows it's happening

https://www.reddit.com/r/Domains/comments/1wmv2vs/the_au_namespace_is_about_to_be_gutted_and_almost/
1•taubek•11m ago•0 comments

Brazilian researcher who helped country's grain boom wins World Food Prize

https://www.reuters.com/world/americas/brazilian-researcher-who-helped-countrys-grain-boom-wins-w...
1•thunderbong•14m ago•0 comments

OpenPrinter: Open Source Printer

https://www.crowdsupply.com/open-tools/openprinter
1•_josh_meyer_•14m ago•0 comments

Sony Patent Would Let a PlayStation Controller Relay Payments from Your Phone

https://pbxscience.com/sony-patent-would-let-a-playstation-controller-relay-payments-from-your-ph...
1•pndy•17m ago•0 comments

Dear Elon Musk, here are five things you might want to consider about AGI

https://garymarcus.substack.com/p/dear-elon-musk-here-are-five-things
2•inglor_cz•18m ago•1 comments

Jev vs. Codex on Flight Booking: A Hands-On Comparison for Free

https://agentsky.dev/jev/vs/codex
1•yshuolu•19m ago•0 comments

Hill investigates after F-35 parts diverted to Hong Kong

https://www.politico.com/news/2026/09/18/congress-f-35-china-investigation-01083647
1•Betelbuddy•21m ago•0 comments

Resend · Email for Developers

https://resend.com
2•thunderbong•25m ago•1 comments

White House launches Trump TV following press bans

https://thehill.com/homenews/administration/6103061-white-house-launches-trump-tv/
1•consumer451•30m ago•0 comments

Anthropic Principle

https://en.wikipedia.org/wiki/Anthropic_principle
1•binyu•34m ago•0 comments

Et Tu, Brute? Economic Misalignment in Personal AI Agents

https://arxiv.org/abs/2609.24927
1•sbulaev•41m ago•0 comments

I said no and Apple said yes

https://dbushell.com/2026/09/22/apple-intelligence/
2•thatslast•44m ago•0 comments

Robot bunnies deployed in Florida to fight invasive pythons

https://www.popsci.com/environment/robot-bunnies-florida-invasive-pythons/
1•EvanAnderson•45m ago•1 comments

Police hugging AI so tight, soon we'll all be pre-crime suspects

https://responsiblestatecraft.org/pentagon-artificial-intelligence/
2•DeepLogin•51m ago•0 comments

The Sun Doesn't Shine on Me (2006)

https://fullhoffman.com/2006/03/20/the-sun-doesnt-shine-on-me/
1•tosh•53m ago•0 comments

KeiroLabs – Web research infrastructure for AI agents

https://keirolabs.cloud/
2•Akuma_9031•53m ago•1 comments

EncryptedLLM: Privacy-Preserving Large Language Model Inference

https://ICML.cc/virtual/2025/poster/45395
1•rrr_oh_man•55m ago•0 comments

The agents never stop. A council can

https://blog.flurdy.com/2026/09/the-agent-council-stopping-together
1•flurdy•56m ago•1 comments

How to cut back on social media addiction

https://www.shuaibkhan.com/p/how-to-cut-back-on-social-media-addiction
2•shuaib•57m ago•0 comments

Show HN: Z8Log – Structured logging your AI coding agent can query

https://z8log.com/welcome
1•relatedcode•58m ago•0 comments

Trusted directories for listing your Mac app

https://www.reddit.com/r/SideProject/s/OUdUEmRdMO
1•a_chmerev•58m ago•0 comments

RippleNav – A web instrument provides real-time visual feedback on thought focus

https://access.ripplenav.org/
1•RRwood•1h ago•0 comments

Saudi's Ceer unveils first EVs

https://www.reuters.com/world/middle-east/saudis-ceer-unveils-first-evs-bid-build-regional-auto-p...
1•Propelloni•1h ago•0 comments

Welcome Silona Bonewald, New MetaBrainz Foundation Executive Director

https://blog.metabrainz.org/2026/09/22/welcome-silona-bonewald-new-metabrainz-foundation-executiv...
2•aerozol•1h ago•1 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.