frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

With Orban Out, the Pianist András Schiff Plans a Return to Hungary

https://www.nytimes.com/2026/04/20/arts/music/andras-schiff-piano-viktor-orban-hungary.html
1•mykowebhn•58s ago•0 comments

In major policy shift, Japan scraps limits on lethal arms exports

https://www.japantimes.co.jp/news/2026/04/21/japan/politics/japan-lethal-weapons-export-rules-eased/
1•geox•1m ago•0 comments

The Hero's Journey Is Burning the Planet

https://abiawomosu.substack.com/p/the-heros-journey-is-burning-the
1•rcy•2m ago•0 comments

At Long Last, InfoWars Is Ours

https://theonion.info/
1•throwaway81523•5m ago•0 comments

Bcachefs 1.38.0 Released

https://evilpiepirate.org/git/bcachefs-tools.git/tree/Changelog.mdwn
1•d12bb•6m ago•0 comments

What skills are future proof in an AI driven job market?

2•sunny678•6m ago•2 comments

ClearTask

https://0d07b74677d946ca9e.v2.appdeploy.ai/
1•Girtino•7m ago•1 comments

The Propulsion Papers

https://uniliterate.com/2026/03/part-iii-forensic-fake-ai-citations/
1•jruohonen•9m ago•1 comments

Flipbook – one-click file sharing for visual media scrubbing

https://browser-session-it94u.pages.dev/
1•keepamovin•18m ago•1 comments

Using a Bitcoin Microstructure Model to Predict Epileptic Seizures

https://zenodo.org/records/19669062
1•juhopaajanen•20m ago•0 comments

The Vercel Breach Needed Malware. The Next One Needs a Bad Readme

https://grith.ai/blog/next-vercel-breach-ai-coding-agent
1•edf13•23m ago•3 comments

Claude Cowork now has Live Artifacts

https://support.claude.com/en/articles/9487310-what-are-artifacts-and-how-do-i-use-them
1•manishfp•26m ago•1 comments

Following America's Artemis-2 Moon Mission Through China

https://www.china-in-space.com/p/following-americas-artemis-2-moon
1•JPLeRouzic•26m ago•0 comments

GitHub Copilot Pro+ not allowing Claude Opus 4.6

https://github.com/microsoft/vscode/issues/311590
2•vikrantrathore•27m ago•1 comments

The Toaster Project(2011) [pdf]

https://www.thomasthwaites.com/folio5/wp-content/uploads/2019/07/Toaster_Project-Thomas_Thwaites-...
1•o4c•28m ago•0 comments

Amazon to invest up to $25B in Anthropic as part of $100B cloud deal

https://www.reuters.com/technology/anthropic-spend-over-100-billion-amazons-cloud-technology-2026...
2•teleforce•28m ago•0 comments

Cocaine pollution gives salmon wanderlust

https://www.science.org/content/article/cocaine-pollution-gives-salmon-wanderlust
1•1659447091•28m ago•0 comments

Most "launch platforms" are built backwards (and it hurts solo founders)

https://buildfeed.co
1•moodiverse•29m ago•1 comments

Show HN: PrivacyScrubber - Local PII redactor for AI (works in Airplane Mode)

https://www.privacyscrubber.com/
1•privacyscrubber•31m ago•0 comments

Lipovive Helps Boost Metabolism and Burn Fat

https://www.morningstar.com/news/accesswire/1138075msn/lipovive-reviews-shocking-2026-report-what...
1•FinnMarden•31m ago•0 comments

Tim Cook Steps Down as CEO of Apple Inc

https://www.apple.com/community-letter-from-tim/
3•Koshima•33m ago•0 comments

Show HN: AI agents deploy apps autonomously (no accounts, no API keys)

https://nodeops.network/createos/docs/MPP/Overview
1•alex_creates•34m ago•0 comments

I analysed 17 years of fast food and coffee spending using OpenAI Codex

https://chrisflemming.com/blog/20260421-fast-food-coffee-spending-codex/
1•cpf_au•35m ago•0 comments

Trump signs order to accelerate access to psychedelic drug treatments

https://www.reuters.com/world/trump-announces-reforms-accelerate-access-psychedelic-drug-treatmen...
2•XzetaU8•38m ago•0 comments

Mason – A multi agent system in a container using Claude Code

https://github.com/Mason-Teams/mason-teams
1•dpark2026•39m ago•1 comments

Israeli soldiers using sexual assault to force Palestinians out of West Bank

https://www.theguardian.com/world/2026/apr/21/israeli-soldiers-using-sexual-assault-to-force-pale...
69•hebelehubele•40m ago•12 comments

TS Eliot's 20th-century nightmare

https://observer.co.uk/culture/books/article/ts-eliots-20th-century-nightmare
1•bryanrasmussen•47m ago•0 comments

18 Years Later, IPv6 Reaches Majority

https://pulse.internetsociety.org/en/blog/2026/04/18-years-later-ipv6-reaches-majority/
3•jruohonen•54m ago•1 comments

AI job scams are booming – and I was fooled by one. Here is how to avoid them

https://www.theguardian.com/money/2026/apr/21/how-to-avoid-ai-online-job-recruitment-scams
1•sorokod•55m ago•0 comments

Simple ways to make meetings work better for employees on the autism spectrum

https://apnews.com/article/autism-awareness-work-neurodivergent-meetings-89dfea1bd912184ab0628377...
1•petethomas•58m 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•12mo ago

Comments

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

https://reportmill.com/SnapCode

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