frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Language Learning Roguelike Game

https://language.aitida.com
1•howthisends•1m ago•0 comments

Fable5-world-demo: 3D world built by Claude Fable 5 using Three.js

https://github.com/Braffolk/fable5-world-demo
1•Garbage•3m ago•0 comments

Nearly a Million Investors Lost a Total of $3.8B on Trump Crypto Coin

https://www.nytimes.com/2026/07/04/us/politics/nearly-a-million-investors-lost-a-total-of-3-8-bil...
1•_tk_•4m ago•0 comments

The Purgatory Job Market of 2026

https://www.nytimes.com/2026/07/04/opinion/purgatory-job-market.html
1•littlexsparkee•4m ago•0 comments

Show HN: Mycelium – AI agent plugin guiding you from purpose to market

https://github.com/haabe/mycelium
1•haabe•6m ago•0 comments

Intelligence Agencies, a Fight over Building a Master List of Spies

https://www.nytimes.com/2026/06/29/us/trump-intelligence-agencies-spies-master-list.html
1•JumpCrisscross•12m ago•0 comments

Division Polynomials of Elliptic Curves in Python

https://leetarxiv.substack.com/p/division-polynomials-of-elliptic
1•thunderbong•12m ago•0 comments

AI-powered mass emails are warping local politics

https://www.msn.com/en-us/news/technology/ai-powered-mass-emails-are-warping-local-energy-climate...
2•rwmj•14m ago•0 comments

AI search could kill the web without new quality signals and revenue models

https://theguptalog.blogspot.com/2026/07/ai-search-could-kill-web-without-new.html
1•bhartipoddar•18m ago•0 comments

The Graduate-School Dropout Toppling a Country's Academic Stars

https://www.wsj.com/science/the-graduate-school-dropout-toppling-chinas-academic-stars-3c1e5d86
1•ilamont•19m ago•1 comments

Hyperia 0.15.20 released: Terminals for Agents and Humans

https://github.com/DeepBlueDynamics/hyperia/releases
1•kordlessagain•19m ago•1 comments

More than 425,000 children in ICE immigration courts are representing themselves

https://www.independent.co.uk/news/world/americas/us-politics/ice-immigration-court-children-lawy...
2•dataflow•20m ago•0 comments

Flexible Metaprogramming with Rhombus

https://lwn.net/Articles/1079001/
8•leephillips•21m ago•0 comments

AI code reviewer with senior-level judgment and strict rubric

https://github.com/aisona-lab/lazycoder
1•aisonalab•22m ago•0 comments

How to Read Postgres Explain: A Guide to Scan Types

https://www.crunchydata.com/blog/postgres-scan-types-in-explain-plans
1•winslett•23m ago•0 comments

The cancer Alzheimer's disease paradox

https://www.nature.com/articles/s41514-026-00442-1
2•bookofjoe•26m ago•0 comments

The Dark Forest Applied to AI

https://github.com/thansz137/asiyah-protocol/blob/main/essays/dark_forest_of_minds.md
1•thansz•28m ago•0 comments

Chamath is an AI consultant now

https://www.aienablementinsider.com/p/chamath-8090-labs-consultant
2•dylancollins•29m ago•0 comments

Return of RSS Feeds

2•rbc•32m ago•0 comments

The Agent Harness: Runtime, Not Prompt Engineering, Defines Production Agents

https://guibai.dev/a/7657737434764148755/en/
1•Soarez•33m ago•0 comments

Show HN: IchiPitchy – browser-based vocal editor and multitrack mixer

https://www.ichipitchy.com/
1•a_self_explorer•35m ago•0 comments

Show HN: Convert Android Motion Photos to Apple Live Photos

https://apps.apple.com/sg/app/pinwheel/id6781777754?mt=12
1•vincentneo•35m ago•0 comments

EF Core 11 makes your split queries faster

https://steven-giesel.com/blogPost/d4401fd0-805a-4703-9d9e-5fe3b57c25ea
1•rellem•43m ago•0 comments

The Fediverse Is Not the Way Forward

https://trialandfailure.net/the-fediverse-is-not-the-way-forward/
28•ExMachina73•48m ago•1 comments

Show HN: Owthorize: catch destructive AI-agent tool calls before they run

https://www.npmjs.com/package/owthorize
1•ayushpawar•49m ago•0 comments

Show HN: Open-source no-code back end platform, now with AI flow generation

https://codezero.build/en/blog/0.0.0-canary-2651542634
1•nicosammito•50m ago•0 comments

The Message from Deep Space

https://store.steampowered.com/app/4080030/The_Message_from_Deep_Space/
1•vntok•51m ago•0 comments

Codifying the Rules: Building the Platform Behind the Agentic SDLC

https://blog.owulveryck.info/2026/07/02/sdlc-team-topologies.html
1•owulveryck•54m ago•0 comments

Show HN: A 'what you see is what you get' HTML editor for Mac

https://htmledit.io/
1•rtills•55m ago•0 comments

Show HN: Foundation, a different approach to software and AI

https://github.com/nmxmxh/foundation
3•MomohNobert•55m 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.