frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

It's finally here: Porsche puts wireless EV charging into production

https://electrek.co/2026/09/18/its-finally-here-porsche-puts-wireless-ev-charging-into-production...
1•cisc•9m ago•0 comments

Electrif-AI Everything

https://energyandstuff.substack.com/p/electrif-ai-everything-nycw-edition
1•simonebrunozzi•10m ago•0 comments

OpenAI and Microsoft knew they were starting a 'doom loop' for the web

https://www.theverge.com/ai-artificial-intelligence/997633/openai-microsoft-chatgpt-ai-new-york-t...
1•sbulaev•12m ago•0 comments

Show HN: ManifestGo – AI tuned for MV3 extension boilerplate and edge case

https://manifestgo.app/
1•arbabyousaf•14m ago•0 comments

Teleoperated Humans

https://www.jefftk.com/p/teleoperated-humans
1•luu•16m ago•0 comments

Japan Opens the Door to Acquiring Nuclear-Powered Submarines

https://www.twz.com/sea/japan-opens-the-door-to-acquiring-nuclear-powered-submarines
1•cisc•16m ago•0 comments

Analysis: Global fossil-fuel emissions set to fall in 2026 amid Hormuz crisis

https://www.carbonbrief.org/analysis-global-fossil-fuel-emissions-set-to-fall-in-2026-amid-hormuz...
2•ulrischa•22m ago•0 comments

Show HN: Hush – GitHub issue triage that abstains when it isn't confident

https://github.com/emreozyoruk/hush
2•emreozyoruk•22m ago•0 comments

Show HN: How to Vibe Code Hardware

https://drone.charlesazam.com/login
2•couAUIA•23m ago•0 comments

Van Der Waals Force

https://en.wikipedia.org/wiki/Van_der_Waals_force
2•sans_souse•23m ago•0 comments

AI on Top of a Dysfunctional System: The Product Backlog

https://age-of-product.com/ai-dysfunctional-system-product-backlog/
2•swolpers•27m ago•0 comments

Every Nvidia GPU has 10 to 30 RISC-V cores inside it

https://www.xda-developers.com/your-nvidia-gpu-dozens-risc-v-cores-one-took-over-graphics-driver/
3•giuliomagnifico•28m ago•0 comments

Are global stock markets heading for a crash?

https://www.theguardian.com/business/ng-interactive/2026/sep/20/stock-market-crash-government-bon...
6•abawany•36m ago•2 comments

KDE turns 30 and someone's brought an AI-native desktop proposal

https://www.theregister.com/software/2026/09/18/kde-turns-30-and-someones-brought-an-ai-native-de...
7•pndy•40m ago•2 comments

Parth Anand – Projectsadak.in Hacked

2•gobountyhunter•43m ago•0 comments

HTMLPipe and how to archive archive.is pages on archive.org manually

https://smileplease.mataroa.blog/blog/htmlpipe-and-how-we-can-use-it-for-archive/
2•Imustaskforhelp•44m ago•0 comments

Show HN: WideMelon - Nintendo DS games in widescreen and a phone touchscreen

https://github.com/pruefsumme/widemelon
2•pruefsumme•47m ago•0 comments

Google/ax: Google's open agentic orchestrator

https://github.com/google/ax
3•polyrand•48m ago•0 comments

What Is Arc?

https://opensea.io/learn/blockchain/what-is-arc
2•Bluestein•52m ago•0 comments

When docs become performance art, everybody loses (2025)

https://passo.uno/documentation-theater-everybody-loses/
2•theletterf•54m ago•0 comments

Global Challenges in AI Safety for Biosecurity

https://www.lesswrong.com/posts/KH2JjfSrw6tJdmKzw/global-challenges-in-ai-safety-for-biosecurity
3•joozio•1h ago•0 comments

OnePlus Settled

https://finshots.in/archive/how-oneplus-settled/
2•vismit2000•1h ago•0 comments

I tried the new Fairphone, a phone designed to be repaired

https://www.fastcompany.com/91608879/i-tried-the-new-fairphone-a-phone-designed-to-be-repaired
9•vismit2000•1h ago•2 comments

Laser Your Way into Debug Mode on the RP2350

https://hackaday.com/2026/09/19/laser-your-way-into-debug-mode-on-the-rp2350/
4•mdp2021•1h ago•0 comments

Show HN: ChatGPT to Word – export a thread to a readable .docx

https://chatgpt2word.com
2•leiships•1h ago•0 comments

Show HN: Website Auditor –> Test your brand's AI visibility, get growth plan

https://website-auditor.io/
2•SpikeyCoder•1h ago•0 comments

Show HN: Web Tools List – browser tools grouped by the job, not the format

https://webtoolslist.com
2•leiships•1h ago•0 comments

Dropbox's Jan 1st 2027 terms of service

https://www.dropbox.com/terms2026
30•simonebrunozzi•1h ago•51 comments

My Dad Died by Suicide. He Left Me with 694 Video Diaries to Explain Why – NYT

https://www.youtube.com/watch?v=Kimur4jkJT8
3•johntfella•1h ago•0 comments

Show HN: Morse Code Translator – real-time text-to-Morse with audio

https://morsetranslator.me/
2•shaliji•1h 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.