frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

BMW Is Showing Commercials on Their Car's Dash Screens

https://www.theautopian.com/bmw-is-showing-commercials-on-their-cars-dash-screens-and-they-want-y...
1•Tomte•6m ago•0 comments

Last 30 Days (Skill) – AI Agent for Reddit, X, YT, HN, Web and Polymarket

https://github.com/mvanhorn/last30days-skill
1•ms7892•6m ago•0 comments

In Silicon Valley, Some Say an A.I. Bubble Would Be Just Fine

https://www.nytimes.com/2026/07/30/technology/ai-bubble-venture-capital.html
1•mitchbob•13m ago•1 comments

About 100 firefighters are convicted of arson, every year

https://www.firerescue1.com/arson-investigation/articles/expert-firefighter-arson-a-long-standing...
2•gurjeet•16m ago•2 comments

Fireside Friday, July 31, 2026 (On The Odyssey)

https://acoup.blog/2026/07/31/fireside-friday-july-31-2026-on-the-odyssey/
1•Tomte•20m ago•0 comments

Loora: Design files your agent can edit

https://loora.design/
1•handfuloflight•21m ago•0 comments

A.I. Books Sneak Their Way into Stores

https://www.nytimes.com/2026/07/28/books/ai-bookselling-amazon.html
2•lxm•21m ago•0 comments

Climate Change Is Moving Mountains

https://www.theatlantic.com/science/2026/07/climate-change-land/688129/
1•littlexsparkee•28m ago•0 comments

Ask HN: Anyone got DeepSeek-v4-flash-0731 running using antirez/ds4?

1•freakynit•29m ago•0 comments

BMW Spider-Man in-car advertising

https://consumerrights.wiki/w/BMW_Spider-Man_in-car_advertising
58•goplayoutside•42m ago•16 comments

MiniMax H3: Open weights Omni-modal model

2•ignoramous•43m ago•0 comments

The Cost of China's Free A.I

https://www.nytimes.com/2026/07/29/opinion/ai-china-us-free-models.html
3•lxm•44m ago•0 comments

The development pipeline is a production system

https://sundry.jerryorr.com/2026/07/31/development-pipeline-is-a-production-system
23•firefoxd•51m ago•6 comments

What Is MiniMax H3? Everything You Need to Know About the Hailuo 3.0 Video Model

https://minimaxh3.art/blog/what-is-minimax-h3
3•wangneo276•52m ago•0 comments

Saudi PIF's $55B EA deal gets EU approval under subsidy rules

https://www.reuters.com/legal/transactional/saudi-pifs-55-billion-ea-deal-gets-eu-approval-under-...
2•doughnutstracks•54m ago•0 comments

US lawmakers investigate DoorDash's use of Moonshot AI's Kimi K2.6 model

https://www.scmp.com/news/china/diplomacy/article/3362616/us-lawmakers-investigate-doordashs-use-...
4•fragmede•56m ago•3 comments

Situational Awareness Holdings Report

https://last10k.com/sec-filings/2045724
2•ijidak•59m ago•0 comments

History of Submarine Telegraphy

https://atlantic-cable.com/
2•walrus01•59m ago•0 comments

Doom on Emacs

https://github.com/minad/doom-on-emacs/tree/3830991bd3d69a9426498ee4a3dc8b55c8eb2eb5
2•signa11•1h ago•0 comments

AI broke writing as proof-of-thought

https://hereisyourbrain.substack.com/p/ai-generated-content-mind-virus
5•prdgl_daughter•1h ago•0 comments

Claude 5 family's hallucinations look a lot like internal Anthropic emails

https://github.com/alectrocute/dario-and-amanda-prompt/blob/main/outputs.md
3•arm32•1h ago•2 comments

Snapcompact: SoTA compaction – instant, local, free. Pick 3

https://stencil.so/blog/snapcompact
2•mji•1h ago•0 comments

The One That Says IT All

https://liljrxsoverign.substack.com/
2•liljr20•1h ago•0 comments

Bearded Vulture

https://en.wikipedia.org/wiki/Bearded_vulture
3•petethomas•1h ago•1 comments

Show HN: Open source React Native debugging studio

https://www.nativescope.dev
3•guigg•1h ago•1 comments

Why bowling alleys are replacing pins with strings [video]

https://www.youtube.com/watch?v=vhjp--rA9ho
2•hydrox24•1h ago•0 comments

Flint: A Visualization Language for the AI Era

https://microsoft.github.io/flint-chart/
19•vinhnx•1h ago•4 comments

Firefox Local Mode for Web Developers

https://firefox-source-docs.mozilla.org/devtools-user/local_mode/index.html
10•csmantle•1h ago•0 comments

Leopold Aschenbrenner built a $45B AI hedge fund – and lost most of it in days

https://www.cnbc.com/2026/07/31/leopold-aschenbrenner-situational-awareness-fund-fire-sale.html
4•gilfoyle_7•1h ago•1 comments

Abora OS – A NixOS based distro

https://www.aboraos.org/
2•gallon-poem•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.