frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Help Wanted: Porting GNUtrition to Python 3 and WxPython

https://lists.gnu.org/archive/html/gnutrition-devel/2026-03/msg00000.html
1•amcclure•1m ago•0 comments

Incus vs. Kubernetes: Why Simplicity Wins

https://pieterbakker.com/incus-vs-kubernetes-simplicity/
1•neitsab•1m ago•0 comments

AutoRocq: Agentic Theorem Prover for Verification

https://github.com/NUS-Program-Verification/AutoRocq
1•matt_d•3m ago•0 comments

Detecting camera on/off events for Linux and controlling lights with eBPF

https://shuhaowu.com/blog/2026/02-camera-coordinator.html
1•pwnna•5m ago•0 comments

Microsoft Set for Worst Quarter Since 2008 as AI Fears Converge

https://finance.yahoo.com/news/microsoft-set-worst-quarter-since-103556906.html
1•cebert•8m ago•0 comments

Codex-review – Claude Code plugin for Codex reviews of plans and implementations

https://github.com/boyand/codex-review
1•nathariel_•9m ago•0 comments

Show HN: Hollow – serverless web perception for AI agents

https://artiqal.vercel.app/hollow
1•LahanF•11m ago•0 comments

Double FPS on MacBook Neo with water cooling

https://www.youtube.com/watch?v=lswbpVtAhrc
1•WaterSponge•11m ago•0 comments

CRNG: Random numbers with real market fat tails, not Gaussian

https://github.com/brotto/crng/releases/tag/v0.2.0
1•brotto•12m ago•0 comments

Case Study: How an Arkweaver Customer Answers the Hard Questions

https://arkweaver.com/blog/arkweaver-customer-story-product-manager
1•lackita•14m ago•0 comments

Why are executives enamored with AI, but ICs aren't?

https://johnjwang.com/post/2026/03/27/why-are-executives-enabled-with-ai-but-ics-arent/
11•johnjwang•14m ago•6 comments

The sun and thousands of its twins migrated across the Milky Way just in time

https://www.scientificamerican.com/article/the-sun-and-thousands-of-its-twins-migrated-across-the...
1•teleforce•15m ago•0 comments

The Cost of Concurrency Coordination with Jon Gjengset [video]

https://www.youtube.com/watch?v=tND-wBBZ8RY
1•tcfhgj•15m ago•0 comments

I've created a programming course where you build what you buy

https://codetheism.com/en/
1•bauca•16m ago•1 comments

Five Nights at Epstein's – Game

https://harshulmoon.github.io/fnae.html
2•whatsupdog•20m ago•0 comments

Anti-Islanding and Smart Grid Protection (2015)

https://www.digikey.com/en/articles/anti-islanding-and-smart-grid-protection
2•password4321•21m ago•0 comments

The first A-Corp law is here

https://blog.metalabel.com/the-first-a-corp-law-is-here/
1•exolymph•21m ago•0 comments

Vibe Security Radar: Real CVEs where AI-generated code introduced Bugs

https://vibe-radar-ten.vercel.app/
4•tsgates•21m ago•0 comments

Hegseth's War on Anthropic Encounters the First Amendment

https://www.techdirt.com/2026/03/27/hegseths-war-on-anthropic-encounters-the-first-amendment/
1•cdrnsf•22m ago•0 comments

About the Atmosphere

https://toni.org/2026/03/27/about-the-atmosphere/
1•Kye•23m ago•0 comments

Red Teaming Would Fix Liberalism's Crisis

https://www.bloomberg.com/opinion/articles/2026-03-27/red-teaming-could-save-liberalism-from-its-...
2•petethomas•26m ago•0 comments

US Tech Companies Must Be Liable for Facilitating Persecution and Torture Abroad

https://www.eff.org/press/releases/us-tech-companies-must-be-accountable-us-courts-facilitating-p...
3•hn_acker•26m ago•1 comments

Mount any SEC EDGAR filer's complete filing history as a virtual filesystem

https://github.com/sampagon/edgar-mount
1•sampagon•27m ago•0 comments

CrackArmor: Critical AppArmor Flaws Enable Local Privilege Escalation to Root

https://blog.qualys.com/vulnerabilities-threat-research/2026/03/12/crackarmor-critical-apparmor-f...
1•type0•29m ago•0 comments

Moats, or castles in the air?

https://www.wsj.com/finance/investing/moats-or-castles-in-the-air-c6de3e56
1•hhs•31m ago•0 comments

Malicious IoliteLabs VSCode Extensions Target Solidity Developers with Backdoor

https://www.stepsecurity.io/blog/malicious-iolitelabs-vscode-extensions-target-solidity-developer...
2•kurmiashish•31m ago•0 comments

Alan Cache – the best caching library? (Part 1)

https://medium.com/alan/alan-cache-the-best-caching-library-part-1-e9e68ecf39dd
1•damsieboy•32m ago•0 comments

Show HN: Echoes of Deception

https://deception.madoke.org/
1•madoek•33m ago•0 comments

Building a Firewall via Endpoint Security?

https://objective-see.org/blog/blog_0x86.html
1•sashk•34m ago•0 comments

Researchers use quantum biosensors to peer into the inner workings of cells

https://artsci.washu.edu/ampersand/washu-researchers-use-quantum-biosensors-peer-inner-workings-l...
1•hhs•34m 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•11mo ago

Comments

palata•11mo 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•11mo 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•11mo 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•11mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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.