frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Download Snow Linux

https://file.pizza/download/bsyftq6n
1•telui•1m ago•0 comments

Officials Clashed in Investigation of Deadly Air India Crash

https://www.wsj.com/business/airlines/air-india-investigation-conflict-crash-36aed1ee
1•JumpCrisscross•4m ago•0 comments

Great Math Software: List of fun visual math programs

http://xahlee.info/math_software/mathPrograms.html
1•the-mitr•5m ago•0 comments

Better Mood – Journaling with sentiment analysis to track trends

https://better-mood.com/
1•Nukloop•10m ago•0 comments

Cyber-Sleuth Cliff Stoll: How a Mad Genius Exposed Moscow's Hacker Spies

https://spyscape.com/article/how-an-astronomer-unraveled-the-worlds-first-cyber-attack
1•thunderbong•12m ago•0 comments

CME Data-Center Issue Hits Options, Futures Trading

https://www.wsj.com/finance/cme-options-futures-trading-halted-amid-data-center-issue-16e96ed1
1•mhh__•15m ago•0 comments

How Cashfree Payments Built AI-Led Video KYC

https://tech.cashfree.com/how-cashfree-payments-engineered-indias-most-reliable-ai-powered-video-...
1•shritama_saha•17m ago•1 comments

What's the most surprisingly useful thing you've discovered ChatGPT can do?

https://old.reddit.com/r/ChatGPT/comments/1p8linl/whats_the_most_surprisingly_useful_thing_youve/
1•mellosouls•20m ago•0 comments

Fund Teams Can Build a Compliance Tracker Inside Taghash

https://taghash.io/blog/how-fund-teams-can-build-a-compliance-tracker-inside-taghash/
1•koolhead17•21m ago•0 comments

Anduril's autonomous weapons stumble in tests and combat

https://techcrunch.com/2025/11/27/andurils-autonomous-weapons-stumble-in-tests-and-combat-wsj-rep...
2•pomarie•23m ago•0 comments

Multi-package Haskell project with file dispersion done in Cue

https://xlii.space/cue/multi-package-haskell-with-cue/
1•xlii•23m ago•0 comments

My SaaS jumped from $6,523 to $12,648 monthly, here is how

1•nevodavid10•24m ago•0 comments

Too hot to sleep? Take a warm shower

https://www.rnz.co.nz/life/wellbeing/too-hot-to-sleep-take-a-warm-shower
1•colinprince•29m ago•0 comments

The Symbiotic Path

https://github.com/CHHobday/Symbiotic-path
1•CHHobday•30m ago•0 comments

Don't Buy Your Kid a Crappy Bike for Christmas

https://velo.outsideonline.com/urban/urban-gear/5-reasons-buy-quality-kids-bike/
1•docdeek•30m ago•0 comments

Show HN: TinyCompressor – Free, Privacy-First Image/Video/PDF Compression Tool

https://tinycompressor.com
1•arvin2025•32m ago•0 comments

Example.com has been updated after 11 years

https://web.archive.org/web/20251001001217/https://example.com/
3•kevinsimper•34m ago•0 comments

Provide Sweep: Solving the DHT Bottleneck for Self-Hosting IPFS at Scale

https://ipshipyard.com/blog/2025-dht-provide-sweep/
1•2color•35m ago•0 comments

Princeton's Breakthrough Qubit Could Make Quantum Computing Practical

https://scitechdaily.com/princetons-breakthrough-qubit-could-finally-make-quantum-computing-pract...
1•gochuks•37m ago•0 comments

Airplane contrails may not be the climate villain once feared

https://www.science.org/content/article/airplane-contrails-may-not-be-climate-villain-once-feared
2•mpweiher•41m ago•0 comments

Are You Interviewing a Candidate–Or Their AI?

https://hbr.org/2025/11/are-you-interviewing-a-candidate-or-their-ai
1•gpi•42m ago•1 comments

Q.ANT Raises Series A, Debuts Second-Gen TFLN Photonic Chip

https://www.eetimes.com/q-ant-raises-series-a-debuts-second-gen-tfln-photonic-chip/
1•JoachimS•47m ago•0 comments

LLM Inference with Ray: Expert parallelism and prefill/decode disaggregation

https://www.anyscale.com/blog/ray-serve-llm-anyscale-apis-wide-ep-disaggregated-serving-vllm
1•mycelia•50m ago•0 comments

Why put a webserver in a database, when you can put a database in a webserver?

https://github.com/tobilg/caddy-duckdb-module
1•tobilg•50m ago•0 comments

NativePHP for Mobile v2: Now with true native components

https://nativephp.com/docs/mobile/2/the-basics/native-components
1•simonhamp•51m ago•0 comments

Adversarial Captcha for Breaking MLLM-Powered AI Agents

https://arxiv.org/abs/2511.20494
1•bron123•52m ago•2 comments

Show HN: Litterbox – Defend Against Supply Chain Attacks

https://litterbox.work/
1•Gerharddc•52m ago•0 comments

Show HN:A minimal invariant protocol for collective state transitions

https://github.com/jengbeng/s0-protocol
1•jengbeng•57m ago•0 comments

We keep wondering why design to code still feels this broken

https://www.indiehackers.com/post/we-keep-wondering-why-design-to-code-still-feels-this-broken-Mn...
1•lyn03•57m ago•0 comments

Show HN: I'm bringing back StumbleUpon with ByteShuffle

https://www.byteshuffle.net/
1•skylinesystems•57m 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•7mo ago

Comments

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

https://reportmill.com/SnapCode

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