frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I made a WWI dogfight game that runs in the browser

https://www.gamedev.pl/ay/biplane-skirmish
1•fullstackwife•44s ago•0 comments

Meteor M2-4: Receiving Weather Satellite Images from My Garden in San Francisco

https://gdamdam.github.io/meteor-satellite-reception/meteor-m2-4-2026-09-23.html
1•gidam•2m ago•0 comments

The Download: The Pentagon's AI-powered lie detector and young organ limits

https://www.technologyreview.com/2026/09/25/1145157/the-download-pentagon-ai-lie-detector-young-o...
1•joozio•4m ago•0 comments

Jupyter AI: A Map of 100 Jupyter Extensions for AI

https://openteams.com/awesome-jupyter-ai-extensions/
1•redsquirrel12•7m ago•0 comments

Kakao Entertainment to Shut Down N. American Webtoon Platform Tapas

https://www.animenewsnetwork.com/news/2026-09-22/kakao-entertainment-to-shut-down-n-american-webt...
1•speckx•8m ago•0 comments

First Triangulation Results in UAP Search by the Galileo Project Observatories

https://www.youtube.com/watch?v=HrvEbbqsN-s
1•musha68k•8m ago•1 comments

If the Work Is So Meh That It Might Be AI, Who Cares How It Was Made?

https://novelarcade.substack.com/p/whats-worse-than-ai-slop-trad-slop
1•richardatlarge•9m ago•0 comments

Replicating Classic Adobe Photoshop with PSD/PSB Compatibility

https://github.com/eolix/photosuite
1•Venn1•10m ago•0 comments

The Robust U.S. Economy Powers Through Rate Hikes and Rising Bond Yields

https://www.wsj.com/finance/investing/us-economy-bond-market-0bfda8b3
1•kaycebasques•10m ago•0 comments

PHP Structured Concurrency and Beyond: history and vision

https://www.hook-dev-alter.com/en/articles/php-structured-concurrency-and-beyond-1-history-and-vi...
1•Geek-Merlin•10m ago•0 comments

Tesla’s optimus hits snags in hands, suppliers as scale-up begins

https://electrek.co/2026/09/25/tesla-optimus-production-ramp-hands-ai-generalization-problems/
3•vidulous•12m ago•0 comments

I Went to Kyrgyzstan to Find China's Silent Nomads

https://www.chinatalk.media/p/i-went-to-kyrgyzstan-to-find-chinas
1•speckx•12m ago•0 comments

SCP 06F6

https://en.wikipedia.org/wiki/SCP_06F6
1•d_silin•13m ago•0 comments

Show HN: Doom or Bloom, map your AI worldview with Jev

https://www.doom-or-bloom.com
1•transitivebs•14m ago•0 comments

The Great CI Bottleneck of 2026

https://dagger.io/blog/the-great-ci-bottleneck-of-2026/
1•levlaz•15m ago•0 comments

Agents can now set up your website's security with Turnstile Spin

https://blog.cloudflare.com/turnstile-spin/
1•jlemee•16m ago•0 comments

Show HN: Open-Source Origami CLI

https://github.com/BrainGridAI/origami-cli
1•acossta•16m ago•0 comments

Show HN: PromptPad- A lightweight editor for long coding prompts

https://github.com/aaravchour/PromptPad
1•aaravchour•16m ago•0 comments

Promises Made, Promises Broken: RFK Jr. Keeps Covid Vaccines from Children

https://www.techdirt.com/2026/09/24/promises-made-promises-broken-rfk-jr-keeps-covid-vaccines-fro...
2•hn_acker•17m ago•0 comments

Diggers Song (The World Turned Upside Down)

https://www.fsc.org.uk/glee/the-world-turned-upside-down/
1•Bluestein•17m ago•0 comments

PostgreSQL to SQL Field Notes: Date and Time

https://devblogs.microsoft.com/azure-sql/pg-to-sql-date-time/
1•ibobev•17m ago•0 comments

Foundry hosted agent isolation with Microsoft Agent Framework

https://devblogs.microsoft.com/agent-framework/foundry-hosted-agent-isolation-with-microsoft-agen...
2•ibobev•17m ago•0 comments

Show HN: An open-source launch kit to help you vibe code your knowledge base

https://knowledgebase.dev/
1•ivanpenchev•18m ago•0 comments

Randomly Place an Element Along Edge of Another Element

https://blog.master.dev/randomly-place-an-element-along-edge-of-another-element/
1•ibobev•18m ago•0 comments

The Tension Between Self-Hosting, Ownership, and Corporate Branding

https://community.vikunja.io/t/the-tension-between-self-hosting-ownership-and-corporate-branding/...
1•kitlop•20m ago•1 comments

A Skill.md for Commenting on Hacker News

https://blog.coredump.cx/p/a-skillmd-for-commenting-on-hacker
1•surprisetalk•21m ago•0 comments

OpenCode: $60 of usage for DeepSeek v4.1 Flash is now permanent

https://twitter.com/opencode/status/2103505541871907109
2•worldofmatthew•21m ago•0 comments

Nearly one-third of electric co-ops have declined BEAD awards – NRECA

https://www.lightreading.com/broadband/nearly-one-third-of-electric-co-ops-have-declined-bead-awa...
3•hn_acker•21m ago•0 comments

Waymo's driverless cars continue to crash less often than people

https://www.theverge.com/transportation/999891/waymo-safety-data-injury-crash-human-driver
1•xnx•26m ago•1 comments

What Is (Google) Tink?

https://developers.google.com/tink/what-is
1•mooreds•27m 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.