frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

When AI Crosses the Line: The Matplotlib Incident

https://members.sigmazero.cc/posts/when-ai-crosses-159174096?postId=when-ai-crosses-159174096
1•sigmazero•25s ago•0 comments

MiniMax M3 Benchmarks One Pager

https://filecdn.minimax.chat/public/img_v3_02128_b7726cd8-879a-4b7a-a9da-db4395ea597g-17802725086...
1•kirtivr•1m ago•1 comments

MacBook Pro Rival with the Nvidia Powered Surface Laptop Ultra

https://www.windowslatest.com/2026/06/01/microsoft-builds-its-ultimate-macbook-pro-rival-with-the...
2•jbk•4m ago•0 comments

Why doesn't the Ubuntu 26.04 Installer allow you to create Btrfs subvolumes?

https://www.niladicpodcast.com/2026/05/23/how-to-setup-ubuntu-26.04-btrfs/
1•Siecje•5m ago•0 comments

Picomemo 1.2.0 – Portable OMEMO implementation in C

https://github.com/mierenhoop/picomemo/releases/tag/1.2.0
1•neustradamus•6m ago•0 comments

You Must Fix Your Asserts (Zig)

https://kristoff.it/blog/fix-your-asserts/
1•signa11•8m ago•0 comments

Autonomous Product Development: shipping fixes with no human in the loop

https://www.willtay.com/autonomous
2•wrftaylor•8m ago•0 comments

FTSE 100's likely new entrant puts a British spin on the AI boom

https://www.ft.com/content/19330d92-fee6-4ddf-95f5-98f005061c0b
1•mmarian•8m ago•0 comments

Send the wallet, not just coins –- like an envelope

https://hackenproof.com/blog/for-hackers/send-the-wallet-not-just-the-coins-like-an-envelope
2•mybucks_online•10m ago•0 comments

Zen: A distraction-free code editor based on Zed

https://codeberg.org/arendjr/zen
1•arendjr•10m ago•1 comments

Learn SQL Once, Use It for 30 Years

https://fagnerbrack.com/learn-sql-once-use-it-for-30-years-9aceb0bdee03
2•signa11•10m ago•0 comments

More Time to Think

https://ma.ttias.be/more-time-to-think/
1•Mojah•10m ago•0 comments

Proofs as Programs

https://systemsthinkingcollection.substack.com/p/proofs-as-programs
1•InputName•13m ago•0 comments

Whoa Now: Cautionary Tales from Materials Science

https://www.science.org/content/blog-post/whoa-now-cautionary-tales-materials-science
1•rantingdemon•14m ago•0 comments

GitHub removed the old copilot multipliers on a pricing page

https://docs.github.com/en/copilot/reference/copilot-billing/request-based-billing-legacy/model-m...
1•adrianvi•15m ago•1 comments

I built a free Mac app to clear browser cache, cookies, and history in one click

https://cacheout.app/
1•jimmitchell•15m ago•0 comments

The Grate Cheese Robbery

https://longreads.com/2026/05/28/the-cheese-theft-food-crime/
1•mooreds•15m ago•0 comments

France backed by Britain intercepts sanctioned oil tanker sailing from Russia

https://www.france24.com/en/france/20260601-france-and-allies-intercept-sanctioned-russian-oil-ta...
1•mooreds•15m ago•0 comments

Nvidia unveils general-purpose chip for laptops and desktop PCs

https://www.tomshardware.com/laptops/nvidia-unveils-rtx-spark-superchip-at-computex-2026-new-plat...
1•cs702•17m ago•0 comments

America's job market looks strong. So why is it so difficult to find work?

https://www.cnn.com/2026/06/01/economy/finding-new-job-challenges
3•mooreds•17m ago•0 comments

Now Is the Best Time to Be a Duct Tape Engineer

https://derwiki.medium.com/now-is-the-best-time-to-be-a-duct-tape-engineer-eefc1d141c23
1•derwiki•19m ago•0 comments

'More harmful than helpful': young people sour on AI

https://www.ft.com/content/73fc962e-ce68-4521-9c5d-841a666eed10
4•1vuio0pswjnm7•20m ago•0 comments

Resourceful runner 'can race my own ghost' using homemade Meta Ray-Ban

https://www.tomshardware.com/peripherals/wearable-tech/resourceful-runner-can-race-my-own-ghost-u...
1•voxycon•21m ago•0 comments

The Art of Language

2•wronganswer•23m ago•1 comments

The job board hierarchy nobody talks about

https://get-sygnal.com/blog/job-board-hierarchy
1•caearac•23m ago•0 comments

Perfect randomness realised for the first time

https://ethz.ch/en/news-and-events/eth-news/news/2026/05/perfect-randomness-realised-for-the-firs...
2•wjSgoWPm5bWAhXB•24m ago•0 comments

His Chatbot Nearly Ruined Him. To Recover, He Had to Destroy It

https://www.wsj.com/tech/personal-tech/chatgpt-addiction-chatbots-recovery-7977308e
1•davidclark22•25m ago•0 comments

JIT Provisioning on Cloudflare Containers

https://waystones.cloud/journal/jit-provisioning-cloudflare-containers
2•Henrik716•27m ago•0 comments

Natural tissue immortality: Indefinite survival of sea cucumber explants

https://www.science.org/doi/10.1126/sciadv.aeb1394
2•hamburgererror•27m ago•0 comments

The Exclusive Retreat Where Wealthy Kids Learn How Not to Blow an Inheritance

https://www.wsj.com/lifestyle/careers/r360-novus-rich-kid-seminar-5cbb657a
2•thm•27m 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.