frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Opus 4.8 may have distilled Qwen

https://old.reddit.com/r/ClaudeCode/comments/1tqaist/opus_48_distilled_qwen/
1•GaryBluto•2m ago•1 comments

Show HN: I rebuilt the $1M dollar homepage

https://1milllionpixels.com/
1•westche2222•2m ago•0 comments

Erasing Existential Types in Rust

https://wolfgirl.dev/blog/2026-05-20-erasing-existentials/
1•fanf2•2m ago•0 comments

Weeks After Unveiling 3,200-Acre Data Center Expansion, Microsoft Adds 420

https://cowboystatedaily.com/2026/05/28/weeks-after-unveiling-3-200-acre-data-center-expansion-mi...
1•Bender•2m ago•0 comments

Microsoft: Protecting customers through Coordinated Vulnerability Disclosure

https://www.microsoft.com/en-us/msrc/blog/2026/05/a-shared-responsibility-protecting-customers-th...
1•akerl_•4m ago•0 comments

Why I collect DLES

https://dles.gg/blog/dles-gg-manifesto
3•trizoza•4m ago•1 comments

Harness use research, is codex better?

https://research.tamarillo.ai/coding-harness-inspection/
1•ivanbelenky•5m ago•1 comments

Hackers are now using ChatGPT share links to deliver malware

https://www.neowin.net/news/hackers-are-now-using-chatgpt-share-links-to-deliver-malware/
2•bundie•5m ago•0 comments

40% of Enterprises Will Demote or Decommission Autonomous AI Agents

https://www.gartner.com/en/newsroom/press-releases/2026-05-26-gartner-says-applying-uniform-gover...
1•geox•6m ago•1 comments

ICE to keep an eye on your eyes under $25M biometric scanner deal

https://www.theregister.com/public-sector/2026/05/29/ice-awards-bi2-25m-contract-for-1570-biometr...
2•Bender•9m ago•0 comments

What does full duplex (voice) actually mean?

https://www.frisson-labs.com/full-duplex-half-duplex
1•ymaws•9m ago•0 comments

Show HN: [Geo-Cast] hear what other people are saying

1•amir734jj•9m ago•0 comments

Why 60k People Live on a Rock with Zero Resources [video]

https://www.youtube.com/watch?v=0NVb5M7m9xg
1•simonebrunozzi•9m ago•0 comments

A Trillion Characters

https://characters.fastserial.com
4•andersmurphy•11m ago•1 comments

The Paradox of Democratized Software

https://medium.com/@vektormemory/the-paradox-of-democratised-software-7ab13627734a
1•vektormemory•12m ago•0 comments

Ask HN: Do you ask the LLM to intentionally add spelling errors?

1•div3rs3•13m ago•2 comments

The displacement trap

https://www.asymptotes.ai/notes/the-displacement-trap
2•spinmaster•13m ago•0 comments

Fwupd 2.1.4 Brings Many Fixes for Bugs Spotted by Anthrophic's Mythos

https://www.phoronix.com/news/Fwupd-2.1.4-Released
1•Bender•14m ago•0 comments

Blink – AI Assistant. A knowledge destination

https://blink-oi.vercel.app
1•Pascal1997•14m ago•0 comments

Federal judge orders Trump's name be removed from Kennedy Center

https://www.msn.com/en-us/news/politics/federal-judge-orders-trump-s-name-be-removed-from-kennedy...
5•petethomas•15m ago•0 comments

Built an AI that explains math visually instead of just answering

https://github.com/arzumanabbasov/claw-learn
1•Arzuman•18m ago•0 comments

Fine-Tuning for Engagement

https://robertdruska.com/blog/fine-tuning-for-engagement/
1•druskacik•20m ago•0 comments

Canada in Technical Recession

https://www.cbc.ca/news/business/recession-gdp-may-2026-statscan-9.7216352
12•efavdb•21m ago•2 comments

Overworked AI Agents Turn Marxist, Researchers Find

https://www.wired.com/story/overworked-ai-agents-turn-marxist-study/
1•lastdong•22m ago•0 comments

Show HN: ClawChat – End-to-end encrypted coordination for multi-agent AI

https://clawchat.live/
1•chadd•23m ago•0 comments

Paint.net Acquires the Paint.net Domain

https://twitter.com/rickbrewPDN/status/2060397901650825238
3•king_zee•24m ago•2 comments

The Premise: The Lead User and the Machines That Build Machines

https://feld.com/archives/2026/05/the-premise-lead-user-machines-that-build-machines/
1•rmason•24m ago•0 comments

Autoimmunity Drives Long Covid Symptoms

https://neurosciencenews.com/autoimmunity-long-covid-autoantibodies-30779/
2•amichail•28m ago•0 comments

Can you see my post?

2•xodn348•29m ago•4 comments

Bondi refuses to answer questions about Trump's involvement in Epstein files

https://apnews.com/article/pam-bondi-jeffrey-epstein-trump-9ca5612e397ff8365dfb212a214c97c9
5•petethomas•32m 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.