frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Illusion of Control: When Complexity Outpaces Mastery

https://victoriaaremo.substack.com/p/the-illusion-of-control-when-complexity
1•victoria_aremo•3m ago•0 comments

What Happens to a Balloon That Keeps Rising into the Upper Atmosphere?

https://aviation.stackexchange.com/questions/115306/what-happens-to-a-balloon-that-keeps-rising-i...
1•peter_d_sherman•3m ago•0 comments

Show HN: Plug and AI – Slack bot for the whole team, not per-seat

https://plugand.ai/
1•coderai•3m ago•0 comments

Claude Fable 5 silently degrades its own performance on frontier AI work

https://mkotlikov.substack.com/p/fable-5-considered-harmful
1•mkotlikov•3m ago•1 comments

Notepad++ Zero-Click RCE via Path Traversal (CVE-2026-52884)

https://github.com/notepad-plus-plus/notepad-plus-plus/security/advisories/GHSA-p58x-r3c9-x9p6
1•ringzeropirate•4m ago•0 comments

Show HN: Tapflow – self-hosted iOS/Android simulator streaming for mobile QA

https://github.com/jo-duchan/tapflow
1•duchanjo•9m ago•0 comments

Implementing Live Cryptocurrency Trading with DolphinDB

https://medium.com/@DolphinDB_Inc/from-backtest-to-production-implementing-live-cryptocurrency-tr...
2•Polly_Liu•9m ago•0 comments

This was probably a dumb gamble

https://twitter.com/Steve_Yegge/status/2064517667923374578
1•tosh•9m ago•0 comments

Uppinote20 Claude-Dashboard

https://github.com/uppinote20/claude-dashboard
1•geoffbp•11m ago•0 comments

BareMetal

https://en.wikipedia.org/wiki/BareMetal
1•tosh•11m ago•0 comments

Implementing a Funding Rate Arbitrage Strategy with Backtesting

https://medium.com/@DolphinDB_Inc/profiting-from-perpetuals-implementing-a-funding-rate-arbitrage...
3•dbaa4real•12m ago•0 comments

Port React Compiler to Rust

https://github.com/react/react/pull/36173
2•boudra•13m ago•0 comments

Broadcom: The private cloud is where enterprise AI workloads are being deployed

https://investors.broadcom.com/news-releases/news-release-details/broadcoms-private-cloud-outlook...
1•giuliomagnifico•15m ago•0 comments

Show HN: Are.na Commander – a file-like Are.na browser

https://arena-commander.netlify.app
1•meelford•15m ago•0 comments

Faking keyword arguments to functions in C++

https://nibblestew.blogspot.com/2026/06/faking-keyword-arguments-to-functions.html
1•ingve•15m ago•0 comments

Not having an opinion on SpaceX is going to cost you

https://www.ft.com/content/d4069188-30ca-4838-a3d3-f3c8ffe4a13b
1•mmarian•19m ago•1 comments

Only Bounds

https://smallcultfollowing.com/babysteps/blog/2026/06/09/only-bounds/
1•ingve•23m ago•0 comments

Third Interconnect Attack to Break AMD SEV-SNP

https://xca-attacks.github.io/staleus/
1•pipogipo•23m ago•0 comments

FPGA-Accelerated Lock Management and Transaction Processing

https://arxiv.org/abs/2605.13398
1•teleforce•24m ago•0 comments

From physical therapy, dance to workout with real-time coaching

https://apps.apple.com/us/app/workout-dance-for-all/id6765586514
3•donchurchill•26m ago•1 comments

The Field Guide to CSS Grid Lanes

https://gridlanes.webkit.org/
2•ingve•31m ago•0 comments

Junior Devs Who Use AI Are Not Cheating – They're Training Smarter

https://theaileverageweekly.com/posts/junior-devs-who-use-ai-are-not-cheating-they-re-training-sm...
1•talvardi7•31m ago•0 comments

Stolen Lego, Mormons and corrupt Cops – a recap of all the major facts

https://illumdig.substack.com/p/stolen-lego-mormons-and-corrupt-cops
2•dan_ryan•34m ago•1 comments

Study links joint pain supplement to accelerating dementia

https://ufhealth.org/news/2026/study-links-joint-pain-supplement-to-accelerating-dementia-2
2•supermatou•34m ago•0 comments

Show HN: HolaClaw, an OpenClaw Distro for macOS

https://holaclaw.ai/
1•ridruejo•35m ago•1 comments

What if gravity broke for 60 seconds?

https://www.youtube.com/watch?v=dNWwIfjJXZY
1•Asheed•36m ago•0 comments

India exploring $1 tax per 100GB

https://telecom.economictimes.indiatimes.com/news/industry/mobile-data-tax-could-burden-low-incom...
1•amtamt•40m ago•1 comments

Why Artificial Intelligence Is Not a Subject

https://slavoj.substack.com/p/why-artificial-intelligence-is-not
1•miniBill•42m ago•0 comments

Surface Duo

https://news.microsoft.com/surfaceduo/
3•tosh•44m ago•0 comments

The future of Siri, or: why private inference isn't private enough

https://blog.cryptographyengineering.com/2026/06/09/apples-siri-ai-or-more-shouting-into-the-void...
2•supermatou•44m 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.