frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Selling to China's Muslims

https://www.middleeastbriefing.com/news/selling-to-chinas-muslims/
1•teleforce•2m ago•0 comments

Google planning to release 32M mosquitoes across Florida and California

https://twitter.com/BullTheoryio/status/2060810332831129782
1•king_zee•3m ago•0 comments

HeartMuLa – Open-Source Music Generation Model

https://github.com/HeartMuLa/heartlib
1•modinfo•3m ago•0 comments

Curated list of AI apps for visual creation

https://gist.github.com/seinecle/689a53bceca96147a04e93bdc5f83940
1•seinecle•4m ago•0 comments

James Webb spots the most chemically primitive galaxy in the ancient universe

https://www.universetoday.com/articles/astronomers-observe-the-most-chemically-primitive-galaxy-i...
1•flaburgan•4m ago•0 comments

Scenarios That Will Not Happen

https://radekmie.dev/blog/on-scenarios-that-will-not-happen/
1•birdculture•5m ago•0 comments

Japan's 2025 census reflects steepest fall in population on record, data shows

https://www.japantimes.co.jp/news/2026/05/29/japan/japan-population-largest-decline/
2•Teever•7m ago•0 comments

(An ((Even Better) Lisp) Interpreter (In Python))

http://norvig.com/lispy2.html
1•vismit2000•15m ago•0 comments

Australia to buy three second-hand United States submarines under AUKUS shake-up

https://www.abc.net.au/news/2026-05-31/australia-to-buy-second-hand-united-states-submarines-auku...
2•Teever•17m ago•0 comments

AI Agent that at inference time updates it's harness and model weights

https://github.com/hexo-ai/sia
2•martianvoid•18m ago•0 comments

The complexity of songs – Knuth (1984)

https://dl.acm.org/doi/pdf/10.1145/358027.358042
1•__patchbit__•18m ago•0 comments

Jonathan Daly's fav books about individuals who changed the way we see the world

https://bookdna.com/best-books/individuals-who-followed-their-muse-and-changed-th
1•bwb•22m ago•1 comments

Show HN: Free cloud-based tool for managing AI agents across multiple hosts

https://nodecartel.com/
3•itrinity•23m ago•0 comments

Telnet Song – Guy L Steele, Jr

http://wonderingminstrels.blogspot.com/2004/01/telnet-song-guy-l-steele-jr.html
2•__patchbit__•24m ago•0 comments

Mark Warren's favorite novels about a child's immersion into wilderness

https://bookdna.com/best-books/childs-immersion-into-wilderness
1•bwb•25m ago•1 comments

Sellers circumvent Lenovo's retro handheld ban with cheap wholesale storefronts

https://www.tomshardware.com/video-games/handheld-gaming/the-usd60-retro-gaming-handheld-that-esc...
2•giuliomagnifico•26m ago•0 comments

Unlimited free AI tools and more, live demo. watch now [video]

https://www.youtube.com/shorts/8HB-VgN3uTE
1•rrrpro123•28m ago•0 comments

A Queer Taste for Macaroni (2017)

https://publicdomainreview.org/essay/a-queer-taste-for-macaroni/
1•Michelangelo11•29m ago•0 comments

Why AI isn't showing up on your bottom line

https://www.exponentialview.co/p/why-ai-isnt-showing-up-on-your-bottom-line
1•brettlangdon•29m ago•0 comments

Unity AI Suite

https://unity.com/features/ai
1•teleforce•29m ago•0 comments

Best Prepaid Phone Plans (2026): Tello, Boost, Google Fi, More

https://www.wired.com/gallery/best-prepaid-phone-plans/
1•joozio•30m ago•0 comments

Seat Allocation and Seat Bias Under the Jefferson–D'Hondt Method (2018)

https://arxiv.org/abs/1805.08291
1•wolfi1•36m ago•0 comments

Unmasking Romance Scams with Osint – Mishaal Khan [video]

https://www.youtube.com/watch?v=5dXXrUqpwec
2•Fudgel•37m ago•0 comments

Claude Agent SDK: Build Your Own AI Terminal in 10 Minutes

https://www.mager.co/blog/2026-03-14-claude-agent-sdk-tui/
2•ankitg12•39m ago•0 comments

Accountability Throughput

2•shudv•40m ago•0 comments

Show HN: A Reverse Captcha for Clankers

https://clanker-captcha.jeromem.workers.dev/
2•rydgel•43m ago•0 comments

How to Destroy a Literary Reputation in One Move

https://www.honest-broker.com/p/how-to-destroy-a-literary-reputation
2•Michelangelo11•43m ago•0 comments

Diffusion over Networks

https://camerongordon0.substack.com/p/diffusion-over-networks
3•iciac•44m ago•0 comments

My wife tried to log 1k phone-free hours but quit. So I vibe-coded an app

https://play.google.com/store/apps/details?id=com.greendot.phonebreaks&hl=en_US
5•GreenDotstudios•50m ago•1 comments

Show HN: Cordium: FOSS sandbox platform that eliminates credential injection

https://github.com/octelium/cordium
2•geoctl•50m 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.