frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Bootstrappable Builds: How and Why

https://lwn.net/Articles/1088279/
1•signa11•5m ago•0 comments

Ukraine's Most Potent Weapon: The Software Orchestrating Its Drone Army

https://www.nytimes.com/2026/08/26/world/europe/ukraine-delta-battlefield-management.html
2•lxm•7m ago•0 comments

Trade-offs during the development of sexual traits in a horned beetle [pdf]

https://pubmed.ncbi.nlm.nih.gov/14970921/
1•thunderbong•9m ago•0 comments

Show HN: I'm building tools for Noduspall before the game launches

https://nodusfallwiki.net/
1•waynebyh•11m ago•0 comments

Pointer Stability for ArrayLists (In Zig)

https://ziglang.org/devlog/2026/#2026-08-27
2•anitil•14m ago•1 comments

FDA approves updated Covid-19 vaccines for dominant XFG variant

https://www.theguardian.com/us-news/2026/aug/27/fda-approves-updated-covid-19-vaccines
1•andsoitis•18m ago•0 comments

Hugging Face is selling a cute $399 open source duck robot, Microduck

https://techcrunch.com/2026/08/27/hugging-face-is-selling-a-cute-399-open-source-duck-robot-micro...
2•evo_9•20m ago•1 comments

Show HN: IndexFlow – Open-source indexing infrastructure built with Rust

https://github.com/IndexFlowing/IndexFlow-core
3•mandarinclips•21m ago•0 comments

Dominion Society Continues to Search for Hamilton Convention Venue

https://hamiltonpolice.on.ca/news/domcon-continues-to-search-for-hamilton-venue/
1•like_any_other•21m ago•1 comments

NOCT (Networked Off-Grid Communications Terminal) Preview [video]

https://www.youtube.com/watch?v=sIlHTcS4ZUI
1•iamnothere•23m ago•0 comments

The Masonic Murder That Inspired the First Third Party in American Politics

https://www.smithsonianmag.com/history/the-masonic-murder-that-inspired-the-us-first-third-party-...
1•CGMthrowaway•28m ago•0 comments

Streaming database queries helps reduce application memory consumption

https://www.kubeblogs.com/how-streaming-database-queries-helps-reduce-application-memory-consumpt...
3•qikouki•29m ago•0 comments

Show HN: ChessRabbit – The AI Chess Analysis Platform

https://chessrabbit.co
1•ahmedhosssam•29m ago•0 comments

Shai-Hulud was the best thing to happen to supply chain security

https://www.aikido.dev/blog/shai-hulud-trusted-publishing
1•di•31m ago•0 comments

Pack snd Run: a delivery roguelite

https://play.google.com/store/apps/details?id=com.packitgame.app&hl=en_US
6•granga•31m ago•0 comments

Ask Me Twice – A longitudinal archive of AI chatbot responses

https://wayback-api.archive.org/services/amt/
1•brokensegue•41m ago•0 comments

Global central bankers gather in Jackson Hole

https://www.semafor.com/article/08/27/2026/global-central-bankers-gather-in-jackson-hole
2•andsoitis•43m ago•0 comments

Time is running out for cyber security, warn top tech firms

https://www.bbc.com/news/articles/cwyz11475l1o
1•dabinat•43m ago•2 comments

Paging security nerds to read the microduck GitHub

https://github.com/pollen-robotics/microduck/tree/main/docs/design
1•anastasiaess•44m ago•3 comments

Alphabet stock sheds $700B as AI bills climb

https://www.semafor.com/article/08/27/2026/alphabet-stock-sheds-700b-as-ai-bills-climb
5•andsoitis•44m ago•3 comments

The Doomers are Lying to You [video]

https://www.youtube.com/watch?v=8-ay_OARNe8
1•mudil•50m ago•0 comments

ClipX (Windows clipboard manager) updated after 18 years

https://clipx.org/
3•Lorin•53m ago•3 comments

Anthropic pushes into physical world with standard to help agents run machines

https://www.cnbc.com/2026/08/27/anthropic-pushes-into-physical-world-with-new-standard-to-help-ai...
1•cebert•54m ago•2 comments

AI Lessons from Driving 200M Autonomous Miles

https://waymo.com/blog/2026/08/10ailessons/
2•dsr12•56m ago•1 comments

Praxist – Autonomous research system through parallel experimentation

https://praxist.sapient.inc
1•intpanty•57m ago•0 comments

Show HN: Node.js back end library is 1.0 now

https://github.com/vseryakov/backendjs
1•vlad1719•57m ago•0 comments

Open Session

https://github.com/tellahq/opensession
1•handfuloflight•59m ago•0 comments

Evomal: Self-Poisoning in Self-Evolving Coding Agents

https://arxiv.org/abs/2608.25776
1•sbulaev•1h ago•0 comments

USDA recalls 30k pounds of Argentine beef sold in Texas and Florida

https://cbsaustin.com/news/local/usda-recalls-30000-pounds-of-argentine-beef-sold-in-texas-and-fl...
7•cocacola1•1h ago•1 comments

Judge Rules Trump Administration’s Blacklisting of Anthropic Was Illegal

https://www.nytimes.com/2026/08/27/technology/anthropic-government-blacklisting-ruling.html
66•jbegley•1h ago•15 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.