frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Reverse Engineering American Healthcare to Create a Custom Hybrid Stack

https://ideasthatgive.substack.com/p/one-product-many-pieces
1•opsdisk•1m ago•1 comments

Invisible College

https://en.wikipedia.org/wiki/Invisible_College
1•the-mitr•1m ago•0 comments

Show HN: Apodex-1.0 – a deep-research agent team that verifies its own evidence

https://dr.miromind.ai
1•wuqiaocauc•1m ago•0 comments

Show HN: LaunchPact – Get support for your ProductHunt launch

https://www.launchpact.io
1•launchpact_io•2m ago•1 comments

Show HN: GitHub Actions Manager – Actions UI for JetBrains IDEs (GHES too)

https://plugins.jetbrains.com/plugin/19347-github-actions-manager
1•cunla•3m ago•0 comments

The HOBBIT: Bilbo walks to the Lonely Mountain (and back again) [video]

https://www.youtube.com/watch?v=m_CfVCdLZTg
1•SockThief•4m ago•1 comments

Blogging as therapy and repairing my attention span

https://blahg.online/blogging-as-therapy-repairing-my-attention-span/
1•speckx•7m ago•0 comments

Arch Linux's AUR Sees More Than 400 Packages Compromised with Malware

https://www.phoronix.com/news/Arch-Linux-AUR-400-Compromised
1•spiros•8m ago•0 comments

Show HN: I had Fable clone a game, it turned it into an arena combat AI trainer

https://soldat.bobbby.online/
1•rhgraysonii•8m ago•0 comments

Ask HN: Are other OS maintainers being spammed with Security Vulnerabilities?

2•majora2007•10m ago•0 comments

Stages of AI engineering maturity: a framework for teams

https://upsun.com/blog/8-stages-ai-engineering-maturity/
4•fabpot•11m ago•1 comments

Introduction to UEFI HTTP(s) Boot with QEMU/OVMF

https://blog.yadutaf.fr/2026/06/12/introduction-to-uefi-https-boot-qemu-ovmf/
3•jtlebigot•14m ago•0 comments

Pharma giant Novo Nordisk discloses breach of clinical trials data

https://www.bleepingcomputer.com/news/security/pharmaceutical-giant-novo-nordisk-discloses-securi...
6•Brajeshwar•15m ago•0 comments

Slightly reducing the sloppiness of AI generated front end

https://envs.net/~volpe/blog/posts/reduce-slop.html
3•FergusArgyll•15m ago•1 comments

Most New Data Centers in the U.S. Are Coming to Rural Areas

https://www.pewresearch.org/short-reads/2026/04/13/most-new-data-centers-in-the-us-are-coming-to-...
4•karakoram•17m ago•2 comments

Apple confirms not using Google models, apps or search in Apple Intelligence

https://asymco.com/2026/06/12/apple-confirms-not-using-google-models-apps-or-search-in-apple-inte...
4•speckx•18m ago•0 comments

Cloudflare Dashboard and Cloudflare API service issues

https://www.cloudflarestatus.com/incidents/443x5fm5hzch
3•Doublon•19m ago•0 comments

One day after discovery, Meta pulls facial recognition from its smart glasses

https://www.wired.com/story/meta-removes-face-recognition-code-meta-ai-app-smart-glasses/
3•greenburger•19m ago•0 comments

Tell HN: Facebook login is down for many

8•nikanj•20m ago•0 comments

Keep a Changelog

https://keepachangelog.com/en/1.1.0/
2•throw0101c•20m ago•0 comments

Show HN: TetherDust – Self-hosted AI Analytics Engineer (open source)

https://github.com/mpospirit-apps/TetherDust
2•masterpos•20m ago•0 comments

Siri won't be your AI girlfriend

https://sixcolors.com/link/2026/06/siri-wont-be-your-ai-girlfriend/
2•CharlesW•22m ago•0 comments

My Struggles Talking to an Old Piece of Junk (Fanuc 0M)

https://3nt3.de/blog/fanuc-0m-rs232-struggles
3•rmoriz•22m ago•0 comments

Late Stage Groceries

https://www.snaxshot.com/p/late-stage-groceries-195
2•speckx•25m ago•0 comments

Task / project manager and autopilot for Claudecode

https://taskprio.com/
2•JulianQuinn•25m ago•1 comments

From Local to Global: A Graph RAG Approach to Query-Focused Summarization

https://arxiv.org/abs/2404.16130
2•Anon84•26m ago•0 comments

BlackRock private credit fund honours less than 40% of redemption requests

https://www.ft.com/content/65adec62-3505-4d01-8aa6-a609aa7cfdcc
3•petethomas•26m ago•0 comments

WhatsApp Business API pricing 2026: what's free and where markup hides

https://wexio.io/blog/free-whatsapp-business-api
3•Puvvl•26m ago•2 comments

Spy law on track to lapse after Congress rejects extension (2026)

https://www.politico.com/news/2026/06/11/spy-law-on-track-to-lapse-after-house-rejects-extension-...
2•firefax•26m ago•0 comments

SiteSafe Smart Visitor Management

https://sitesafe.thesift.space
2•cloudnclipboard•27m 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.