frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Meta ordered by EU to allow rival AI chatbots back on WhatsApp for free

https://www.reuters.com/world/eu-regulators-order-meta-allow-rival-ai-chatbots-free-access-whatsa...
1•onemoresoop•1m ago•0 comments

Identification of hot spring Obelisk-like RNA replicons

https://www.nature.com/articles/s41467-026-71096-6
1•PaulHoule•1m ago•0 comments

AWS: Randomness instead of hierarchy in the data center

https://www.heise.de/en/news/AWS-Randomness-instead-of-hierarchy-in-the-data-center-11326091.html
1•wodniok•2m ago•1 comments

YouTuber Punishes Himself by Writing a First Person Shooter in COBOL

https://gizmodo.com/masochistic-youtuber-punishes-himself-by-writing-a-first-person-shooter-entir...
2•speckx•2m ago•0 comments

Trump says Iran downed Apache helicopter, US must react

https://www.reuters.com/world/middle-east/trump-says-us-helicopter-pilots-who-went-down-strait-ho...
2•onemoresoop•5m ago•0 comments

Indian Numbering System

https://en.wikipedia.org/wiki/Indian_numbering_system
1•tosh•5m ago•0 comments

Ask HN: Is Apple Cringe?

1•mijustin•6m ago•0 comments

Automating Myself Out of Development

https://www.thoughtfultechnologist.com/p/automating-myself-out-of-development
1•nisabek•7m ago•0 comments

Brexit Ten Years On: The Economy

https://ukandeu.ac.uk/brexit-ten-years-on-the-economy/
11•mooreds•8m ago•1 comments

The Design of the Q'Nial (2017) [pdf]

https://www.nial-array-language.org/ndocs/Design%20of%20QNial%20V7.pdf
1•tosh•8m ago•0 comments

Cache Stampede Prevention: Distributed Locking, Pub/Sub, and Request Coalescing

https://engineeringatscale.substack.com/p/cache-stampede-distributed-locking
1•birdculture•9m ago•0 comments

Ask HN: What's your AI agent's funny/mocking name?

1•Stitch4223•10m ago•0 comments

US Mint launches $1 coin featuring Cray-1

https://www.datacenterdynamics.com/en/news/us-mint-launches-1-coin-featuring-cray-1/
1•dgacmu•10m ago•0 comments

What Is Gravity?

https://qunabu.github.io/Gravity/#what-is-gravity
1•smooke•11m ago•0 comments

Fable 5 System Prompt Comparison to Opus 4.8

https://TwelveTables.blog/comparing-claude-fable-5s-system-prompt-to-opus-4-8/
1•jackson12t•12m ago•0 comments

Paleontologists Just Found the Peacock of the Dinosaur Era

https://gizmodo.com/paleontologists-just-found-the-most-extra-bird-of-the-dinosaur-era-2000763953
1•gmays•12m ago•0 comments

Claude Fable 5 and Mythos 5 pricing: Anthropic's new $10/$50 top tier

https://www.aipricing.guru/news/claude-fable-5-mythos-5-pricing-june-2026/
1•alexmercerdev•12m ago•0 comments

How to build a cancer vaccine, and whether they will work this time

https://www.owlposting.com/p/how-to-build-a-cancer-vaccine-and
1•abhishaike•15m ago•0 comments

Invisible limitations on Claude Fable 5's effectiveness for frontier LLM dev

https://twitter.com/Hangsiin/status/2064397550434816088
1•pr337h4m•15m ago•0 comments

Apple's AI Can Now Change Your Passwords. What Could Possibly Go Wrong?

https://www.kylereddoch.me/blog/apples-ai-can-now-change-your-passwords-what-could-possibly-go-wr...
4•speckx•16m ago•1 comments

Tailscale ships a non-reproducible crypto downgrade

https://github.com/tailscale/tailscale/issues/20067
1•nimih•16m ago•0 comments

Limits of LLM Based "Intelligences"

https://yalereview.org/article/melanie-mitchell-jagged-intelligence
1•levischoen•16m ago•0 comments

Sovereign

https://lemire.me/blog/2026/06/09/22693/
1•usdogu•17m ago•0 comments

Ask HN: Are you still using your Vision Pro?

26•y1n0•18m ago•8 comments

Two Brains

https://www.cringely.com/2026/06/09/two-brains/
1•dxs•18m ago•0 comments

Car Cutaway Illustrator J Yamada Turned Technical Briefs into Fine Art

https://flashbak.com/car-cutaway-illustrator-jiro-yamada-turned-technical-briefs-into-fine-art-48...
1•dxs•19m ago•0 comments

CEOs Who Think AI Replaces Their Employees Are Just Bad CEOs

https://www.techdirt.com/2026/06/09/ceos-who-think-ai-replaces-their-employees-are-just-bad-ceos/
3•speckx•20m ago•1 comments

Louisiana senator helped secure Meta data center. Then sold the land beside it

https://floodlightnews.org/jay-morris-meta-louisiana-project-land-sales/
2•cdrnsf•21m ago•0 comments

Silicon Metabolism in Diatoms: Implications for GROWTH(2003)

https://onlinelibrary.wiley.com/doi/abs/10.1046/j.1529-8817.2000.00019.x
1•rolph•23m ago•0 comments

The Future of wasi-gfx and wasi:webgpu

https://wasi-gfx.dev/blog/posts/future-of-wasi-gfx/
1•mendyberger•23m 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.