frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Playable CSS-Only Super Mario Bros Game

https://codepen.io/t_afif/full/JoKYwXO
1•CharlesW•39s ago•0 comments

Both sides of the largest gas field struck – now offline

https://brief.gizmet.dev/issue-009/
1•GIZINT•59s ago•0 comments

UK to examine labelling AI content among wider copyright reforms

https://www.reuters.com/business/media-telecom/uk-examine-labelling-ai-content-among-wider-copyri...
1•chrisjj•1m ago•0 comments

How China is getting everyone on OpenClaw, from gearheads to grandmas

https://www.cnbc.com/2026/03/18/china-openclaw-baidu-tencent-ai.html
1•arbuge•5m ago•0 comments

Ten years late to the dbt party (DuckDB edition)

https://rmoff.net/2026/02/19/ten-years-late-to-the-dbt-party-duckdb-edition/
1•PaulHoule•8m ago•0 comments

The Mirage of Career Inertia in the AI Era: Questions to Ask and Answer Today

https://foggyfuture.substack.com/p/the-mirage-of-career-inertia-in-the
1•el_bhs•9m ago•0 comments

'Ketman' and doublethink: what it costs to comply with tyranny (2017)

https://aeon.co/ideas/ketman-and-doublethink-what-it-costs-to-comply-with-tyranny
1•danielam•9m ago•0 comments

Acquihires, often used by Big Tech, are a 'red flag,' DOJ antitrust head says

https://www.reuters.com/world/acquihires-often-used-by-big-tech-are-red-flag-doj-antitrust-head-s...
2•Anon84•10m ago•0 comments

Pervaziv AI Code Review GitHub Action

https://github.com/marketplace/actions/pervaziv-ai-code-review
1•asmprogrammer5•10m ago•1 comments

'I'm not political': Tim Cook resp to backlash ag. relationship w. Trump admin

https://www.businessinsider.com/tim-cook-response-trump-relationship-criticism-2026-3
5•jacquesm•11m ago•3 comments

FastAPI-compatible Python framework with Zig HTTP core; 7x faster

https://github.com/justrach/turboAPI
1•vaibhav3002•15m ago•1 comments

Coal plant forced to stay open due to emergency order isn't even running

https://arstechnica.com/science/2026/03/coal-plant-forced-to-stay-open-due-to-emergency-order-isn...
1•cratermoon•19m ago•0 comments

Show HN: Prepare for coding interviews via deliberate practice

https://interviewtraner.com/home/
1•trane_project•20m ago•0 comments

What's on HTTP?

https://whatsonhttp.com/
3•elixx•23m ago•0 comments

I built an AI baseball manager that runs all 30 MLB teams

https://deepdugout.com/
1•yesdeleon•27m ago•0 comments

Gea – The fastest compiled UI framework

https://github.com/dashersw/gea
1•arbayi•28m ago•0 comments

A BEAM-native personal autonomous AI agent built on Elixir/OTP

https://github.com/thatsme/AlexClaw
1•ahamez•28m ago•0 comments

iCloud Photo Sharing Sucks – Can AI Help Me Replace It?

https://medium.com/@DougDonohoe/icloud-photo-sharing-sucks-can-ai-help-me-replace-it-3b48fdd1350c
3•dougdonohoe•29m ago•0 comments

An alternative derivation of Shannon entropy

https://iczelia.net/posts/shannon-deriv/
1•purplesyringa•30m ago•0 comments

Rolls-Royce scraps goal to go all-electric by 2030

https://www.theguardian.com/business/2026/mar/18/rolls-royce-scraps-all-electric-car-company
2•bookofjoe•30m ago•0 comments

Stop Building AI "Teams." Start Building Software Factories. – Owen Zanzal

https://medium.com/devops-ai/stop-building-ai-teams-start-building-software-factories-627cef5d09eb
3•JnBrymn•30m ago•1 comments

Make your Linux keyboard act like a 'Tosh

https://github.com/RedBearAK/Toshy
2•conqrr•30m ago•0 comments

Radicle 1.7.0 – Daffodil

https://radicle.xyz/2026/03/18/radicle-1.7.0
2•Tmpod•30m ago•1 comments

IBM completes acquisition of Confluent

https://newsroom.ibm.com/2026-03-17-ibm-completes-acquisition-of-confluent,-making-real-time-data...
1•teleforce•31m ago•0 comments

Google Backs Down: Will Grant Hotseat in EU Browser Choice Screen

https://open-web-advocacy.org/blog/google-backs-down--will-grant-hotseat-in-eu-browser-choice-scr...
1•donohoe•33m ago•0 comments

Next.js 16.2

https://nextjs.org/blog/next-16-2
2•goldkey•36m ago•0 comments

ScreenSaverGallery: Turn your inactive device into a digital art gallery

https://screensaver.gallery/about
1•cernocky•38m ago•0 comments

Seeing types where others don't: static type inference for jq

https://theconsensus.dev/p/2026/03/06/seeing-types-where-others-dont.html
2•fanf2•39m ago•1 comments

What to Watch in March: Häxan (1922)

https://crimereads.com/what-to-watch-watch-in-march-haxan-1922/
2•jruohonen•39m ago•0 comments

We Made AI Gamble. What Poker Revealed About Frontier LLMs

https://twitter.com/boson2photon/status/2033953028160819273
1•chelseazouu•42m 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•10mo ago

Comments

palata•10mo 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•10mo 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•10mo 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•10mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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.