frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

East Frisian Tea: The German Tea Culture You've Never Heard of (2025) [video]

https://www.youtube.com/watch?v=eiCLHO-vbNE
1•Tomte•2m ago•0 comments

After Decades of Drought, Water Is Rising in the African Sahel

https://e360.yale.edu/features/sahel-groundwater-climate-monsoon
1•BigTTYGothGF•2m ago•0 comments

Seiche

https://en.wikipedia.org/wiki/Seiche
1•thunderbong•2m ago•0 comments

Herdr is joining Y Combinator. The runtime stays open

https://herdr.dev/blog/herdr-is-joining-y-combinator/
1•collinmanderson•3m ago•0 comments

Show HN: I built a Calendr clone for KDE Plasma

https://github.com/hparadiz/yoman
1•hparadiz•3m ago•0 comments

FAA orders inspection of 737 MAX jets for cracks

https://www.cnn.com/2026/08/06/us/faa-737-max-cracks
2•mariuz•5m ago•0 comments

Once More in Triple Time

https://theamericanscholar.org/once-more-in-triple-time/
1•Petiver•8m ago•0 comments

Can you reverse engineer an ASIC?

https://blog.janestreet.com/can-you-reverse-engineer-an-asic/
1•bschne•9m ago•0 comments

Humans in the loop miss a third of dangerous AI coding agent requests

https://www.theregister.com/ai-and-ml/2026/08/06/humans-in-the-loop-miss-a-third-of-dangerous-ai-...
2•sbulaev•10m ago•0 comments

Ask HN: What is your covered call options trading strategy?

1•brcmthrowaway•11m ago•0 comments

Show HN: Clinch – exit-intent discounts for Shopify with a built-in holdout

https://getclinch.co
1•hectorguedea•12m ago•0 comments

Building Neon Object Storage

https://neon.com/blog/building-neon-object-storage
1•emschwartz•12m ago•0 comments

OpenAI researcher Naomi Bashkansky resigns to build AI that can read thoughts

https://www.indiatoday.in/technology/news/story/openai-researcher-naomi-bashkansky-resigns-to-bui...
1•msalsas•13m ago•1 comments

The Knowledge Graph Gives You the What. The Why Was Never in the Folder

https://medium.com/@iamalizaidi110/the-knowledge-graph-gives-you-the-what-the-why-was-never-in-th...
1•iamalizaidi•13m ago•0 comments

Wildfire-Driven Deforestation Rates in California Among Highest in World

https://www.ucdavis.edu/climate/news/wildfire-driven-deforestation-rates-california-among-highest...
2•littlexsparkee•16m ago•0 comments

Running Linux on Baochip-1x

https://github.com/pkoscik/baochip-linux
1•hasheddan•16m ago•0 comments

Use local Chrome as a search API for coding agents

https://www.lsearch.dev
1•kl01•17m ago•0 comments

Canaries in the column? AI exposure and the UK's hiring slowdown

https://bankunderground.co.uk/2026/08/06/canaries-in-the-column-ai-exposure-and-the-uks-hiring-sl...
1•zoenolan•18m ago•0 comments

Securing Agents Across Perplexity's Client Endpoints with Numbat

https://research.perplexity.ai/articles/securing-agents-across-perplexity%E2%80%99s-client-endpoi...
1•gmays•18m ago•0 comments

Jeff Dean's Discovery Loop Should Automate Chip Design First

https://futuresearch.ai/discovery-loop-forecast/
1•ddp26•20m ago•0 comments

Why It's Normal for Children to Be Demanding

https://thenumbersdad.substack.com/p/the-evolutionary-logic-of-a-demanding
1•paulpauper•20m ago•0 comments

Put Your Money Down, They Say

https://www.science.org/content/blog-post/put-your-money-down-they-say
2•EA-3167•20m ago•0 comments

Why 'super movers' have healthier brains – and how to be one

https://www.washingtonpost.com/wellness/2026/08/05/why-super-movers-have-healthier-brains-how-be-...
1•gurjeet•21m ago•1 comments

The Ambition Project

https://www.betonit.ai/p/the-ambition-project
1•paulpauper•21m ago•0 comments

The Binmen of Birmingham

https://marginalrevolution.com/marginalrevolution/2026/08/the-binmen-of-birmingham.html
1•paulpauper•23m ago•0 comments

Tesla, SpaceX confirm 'Terafab' chip fab site – $16.8B first phase

https://electrek.co/2026/08/06/tesla-spacex-terafab-grimes-county-16-8-billion/
3•fahrradflucht•23m ago•0 comments

I'm proud to open-source Capty today

https://github.com/capty-app/capty
1•543310•24m ago•0 comments

Weak-to-strong generalization (GPT-4 Turbo was Pareto-SOTA)

https://www.forourposterity.com/weak-to-strong-generalization/
2•ronfriedhaber•27m ago•0 comments

A Peer-Reviewed Crypto 2026 Paper Gave ML-KEM's Foundation a New Quantum Target

https://postquantum.com/security-pqc/mlwe-edcp-crypto-2026-ml-kem/
1•u1hcw9nx•28m ago•0 comments

I Am Going to Hit AI with a Hammer and See What Happens

https://www.theseedsofscience.pub/p/i-am-going-to-hit-ai-with-a-hammer
1•Ariarule•28m 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.