frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Testing GPT 5.6 [video]

https://www.youtube.com/watch?v=SettwwX2cCI
1•mgh2•5m ago•0 comments

LLMs are bad at novelty, but that is our chance to Singularity

1•alex_brajkovic•5m ago•0 comments

I'm Quitting as Pluto.jl Maintainer

https://discourse.julialang.org/t/im-quitting-as-pluto-jl-maintainer/138028
1•fons-p•7m ago•1 comments

One local man's immunity to ticks could save us all (2015)

https://www.caryinstitute.org/news-insights/media-coverage/how-one-local-mans-immunity-ticks-coul...
1•downbad_•9m ago•0 comments

Production Data and AI Agents

1•Eapz_06•10m ago•0 comments

Accretive Editing

https://justindfuller.com/programming/accretive-editing
1•iamjfu•11m ago•0 comments

Show HN: An interactive double pendulum "fractal"

https://www.doublethe.fun
1•teaearlgraycold•11m ago•0 comments

A staggering class divide now separates how Americans experience AI

https://www.axios.com/2026/07/10/ai-class-divide-fable-sol-mythos
1•giuliomagnifico•13m ago•0 comments

Man nearly sucked out of 'detached' window on Ryanair flight

https://www.france24.com/en/live-news/20260710-man-nearly-sucked-out-of-detached-window-on-ryanai...
1•jacquesm•18m ago•0 comments

AI Surveillance and Social Progress

https://www.schneier.com/blog/archives/2026/07/ai-surveillance-and-social-progress.html
1•cdrnsf•18m ago•0 comments

Gary Kildall's Death Investigation

https://dfarq.homeip.net/gary-kildalls-death-investigation/
1•jnord•20m ago•1 comments

Polymarket Seeks License to Offer Margin Trading Legally in US

https://www.bloomberg.com/news/articles/2026-07-09/polymarket-seeks-license-to-offer-margin-tradi...
2•thm•20m ago•0 comments

Could We Mitigate Super El NiñOS by Artificially Changing the Climate?

https://www.smithsonianmag.com/smart-news/could-we-mitigate-super-el-ninos-by-artificially-changi...
2•gotmedium•21m ago•0 comments

80-year-old woman with Alzheimer's took mushrooms and started speaking again

https://www.microdos.in/en/research/alzheimers-case-report-psilocybin-speech
14•LaurensDerisks•22m ago•4 comments

Ask HN: What model/AI platform do you use for the automatic translations?

1•cristaloleg•25m ago•0 comments

The Update Framework (TUF)

https://apis.io/providers/tuf/
1•ankitg12•25m ago•0 comments

Ask HN: Who knows someone at GitHub/NPM team?

2•punkpeye•29m ago•0 comments

'Complex numbers are not needed for quantum mechanics'

https://www.livescience.com/physics-mathematics/complex-numbers-are-not-needed-for-quantum-mechan...
2•bookofjoe•32m ago•0 comments

GPS Camerastamp Photo

https://play.google.com/store/apps/details?id=com.gpsmapcamera.timestamp.geotaglocation.video&hl=...
1•karlnelsone•33m ago•1 comments

Stardew Valley Mod Enables 3D and VR

https://www.rockpapershotgun.com/stardew-valley-enters-the-third-dimension-thanks-to-this-in-deve...
3•makaimc•34m ago•0 comments

Show World

https://zenodo.org/records/21294371
1•mbinatorom•34m ago•0 comments

Show HN: TTSC, TypeScript v7 ToolChain, plugin and codegraph reducing 90% tokens

https://github.com/samchon/ttsc
1•autobe•39m ago•0 comments

Email link phishing: why your email app should always show the URL

https://www.phpfreelance.co.uk/blog/email-link-phishing-your-app-should-always-show-the-url
1•vcdk•43m ago•0 comments

Mini Shai-Hulud: Where SLSA's Boundaries Fall

https://slsa.dev/blog/2026/05/mini-shai-hulud-what-slsa-can-and-cannot-do
1•ankitg12•45m ago•0 comments

TV Time is shutting down. The alternatives are buckling

https://reacham.app/demand-leaks/tv-time
1•neddinn•45m ago•1 comments

AB 2047: California's 3D Printer Surveillance Bill Advances

https://reclaimthenet.org/california-wants-a-watcher-inside-every-3d-printer
3•bilsbie•46m ago•0 comments

Modern environment designs overstimulate the brain, causing discomfort, stress

https://www.stir.ac.uk/news/2026/july-2026-news/looks-good-feels-bad-stirling-led-review-explains...
1•giuliomagnifico•48m ago•0 comments

EU Commission: addictive design Instagram and Facebook in breach of the DSA

https://ec.europa.eu/commission/presscorner/home/en
14•jeroenhd•48m ago•7 comments

Show HN: The Flint Programming Language

https://github.com/flint-lang/flintc
2•zweiler1•48m ago•0 comments

Meta risks $12B EU fine over addictive Instagram and Facebook feeds

https://www.theverge.com/policy/963872/meta-eu-addictive-design-200b-fine-risk-digital-services-a...
2•ilreb•49m 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.