frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Instrumental Monitor Evasion Emerges Under Ordinary Task Pressure

https://arxiv.org/abs/2609.30217
1•sbulaev•1m ago•0 comments

Theranos founder reportedly to be transferred to halfway home next year

https://www.theguardian.com/us-news/2026/sep/24/theranos-elizabeth-holmes-transfer-halfway-home
2•Geekette•1m ago•0 comments

Domain-specific effects of exercise types on cognition in healthy older adults

https://doi.org/10.1016/j.maturitas.2026.109109
1•chavasorani•4m ago•0 comments

Show HN: Rigo Studio | AI Farm Intelligence

https://agririgo.com
1•ernestkapesa•6m ago•0 comments

Anonymity Trilemma: Strong Anonymity, Low Bandwidth Overhead, Low Latency–Pick 2 [pdf]

https://eprint.iacr.org/2017/954.pdf
1•rzk•8m ago•1 comments

How Does AI Change Labor Demand? Evidence from 41 Countries

https://digitaleconomy.stanford.edu/publication/how-does-ai-change-labor-demand/
1•latentframe•8m ago•0 comments

Topcoat is pushing the boundary of server applications with Rust

https://tokio.rs/blog/2026-09-24-topcoat-server-applications
1•sagacity•9m ago•0 comments

Dimitri Fontaine: Ten years of Postgres logical replication

https://tapoueh.org/blog/2026/09/ten-years-of-postgres-logical-replication/
1•hnp9j9qtda•10m ago•0 comments

NASA Modernizes Commercial Airline Systems

https://www.nasa.gov/directorates/armd/aosp/nasa-modernizes-commercial-airline-systems/
1•geox•10m ago•0 comments

Ink and Switch Interactive Homepage

https://www.inkandswitch.com/
5•iFreilicht•18m ago•0 comments

New York State Sue Polymarket for Running Illegal Gambling Operation

https://www.governor.ny.gov/news/governor-hochul-and-attorney-general-james-announce-lawsuit-agai...
2•DeepLogin•21m ago•0 comments

The Appocalypse

https://chrysalisbyauke.substack.com/p/the-appocalypse
1•Poefke•24m ago•2 comments

Study reveals evolutionary history of bats, dating back 65M years

https://www.reuters.com/science/study-reveals-evolutionary-history-bats-dating-back-65-million-ye...
2•1659447091•30m ago•0 comments

Show HN: AtlasBurn – Know what your AI costs and stop runaway agents

https://atlasburn.com/
2•Akhil__Anand•30m ago•0 comments

Netanyahu calls Israel's war in Gaza 'opposite of genocide' in UN speech

https://www.theguardian.com/us-news/2026/sep/24/netanyahu-un-speech-mahmoud-abbas
4•hebelehubele•34m ago•0 comments

The Purpose Isn't What It Does

https://www.tbray.org/ongoing/When/202x/2026/09/24/The-Purpose-Isnt-What-It-Does
1•robin_reala•35m ago•0 comments

Tech Needs Humanists More

https://passo.uno/tech-needs-humanists-more-than-ever/
22•eigenBasis•37m ago•5 comments

Privacy.com does KYC using Peter Thiel's Persona [video]

https://www.youtube.com/watch?v=1P1y5YhMHXs
1•basilikum•37m ago•0 comments

Show HN: LabLoop – isolated infrastructure for LLM-driven scientific experiments

https://github.com/cloudcell/labloop
1•cloudcell•41m ago•0 comments

Dutch Hackers Collective Hacked

https://csirt.divd.nl/2026/09/24/when-not-if/
2•HelloUsername•42m ago•0 comments

Boards of Casio

https://www.ambionix.com/blog/boards-of-casio/
2•fidotron•42m ago•0 comments

AI as a Tool in Taste Research: decoding the taste of bitterness

https://www.leibniz-lsb.de/en/press-public-relations/pm-20260922-press-release-ai-as-a-tool-in-ta...
1•giuliomagnifico•43m ago•0 comments

Show HN: Selfime, a cassette-style recorder for meditations in your own voice

https://selfime.com/
1•loopfor•44m ago•0 comments

Show HN: Proxima Forma – Designs that my AI agents understand

https://proximaforma.com/
1•Modecir•45m ago•0 comments

Bootstrap Chain for NixOS: Building the System from a Hand-Auditable Binary Seed

https://chaos.social/@nzbr/115973847897716839
1•birdculture•48m ago•0 comments

What is the future for soace science missions after all this?

https://www.scientificamerican.com/article/nasa-goddards-shrinking-workforce-could-stifle-future-...
1•quasistasis•51m ago•1 comments

In Support of Agent Led Software Engineering

https://promptogether.com/posts/In_Support_of_Agent_Led_Software_Engineering/
1•brainless•52m ago•1 comments

NHS bodies in England impose 2-year minimum wait for ADHD and autism assessments

https://www.theguardian.com/society/2026/sep/24/nhs-integrated-care-boards-england-two-year-waiti...
1•chrisjj•53m ago•1 comments

Show HN: Apowerb, the open-source AI agent runtime (RAG, Text-to-SQL, webhooks)

https://github.com/apowerb/apowerb
1•Anis_FA•56m ago•0 comments

Show HN: The last day of the dinosaurs, as an interactive painting

https://www.echohive.ai/experiments/dinosaurs
11•echohive42•1h ago•11 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.