frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I have recordings proving Coinbase knew about breach 4 months before disclosure

https://jonathanclark.com/posts/coinbase-breach-timeline.html
1•jclarkcom•38s ago•1 comments

Crypto's Cryptic Texas Takeover

https://www.texasobserver.org/crypto-energy-grid-texas-bitcoin-water/
1•turtleyacht•1m ago•0 comments

Penrose: From Mathematical Notation to Beautiful Diagrams [video]

https://www.youtube.com/watch?v=OyD4LIv2PDc
1•todsacerdoti•2m ago•0 comments

Rosalind Elsie Franklin

https://en.wikipedia.org/wiki/Rosalind_Franklin
1•ugur2nd•4m ago•0 comments

A World of Verifiable Domains

https://www.seancai.com/philosophy/verifiable_domains
1•jxmorris12•4m ago•0 comments

Is there a dark side to gratitude?

https://www.theguardian.com/books/2025/nov/16/is-there-a-dark-side-to-gratitude
1•binning•5m ago•0 comments

Rich and Poor Nations to See Drop Off in Crop Yields

https://www.technologynetworks.com/applied-sciences/news/rich-and-poor-nations-to-see-drop-off-in...
1•measurablefunc•5m ago•0 comments

How the Wicked movies are helping disability representation on screen

https://www.theguardian.com/film/2025/nov/16/wicked-movies-disability-marissa-bode-nessarose-repr...
1•binning•7m ago•0 comments

Winter Is Coming: Build a Solar Powered Foot Stove

https://solar.lowtechmagazine.com/2025/11/winter-is-coming-build-a-solar-powered-foot-stove/
2•billybuckwheat•8m ago•0 comments

How this 31-year-old made $250M in 30 months

https://www.ft.com/content/ec749b06-651b-431d-bf0b-5b61c7b5fba0
1•amai•9m ago•0 comments

Spræ: Hydrate HTML/JSX tree with signal-powered reactive attributes

https://dy.github.io/sprae/
1•xigoi•11m ago•0 comments

ArkA – an open video protocol with full CI/CD

https://github.com/baconpantsuppercut/arkA
1•moshebenpeshe•12m ago•0 comments

The Definitive Guide to Functional Programming in Cpp – ACCU 2025 [video]

https://www.youtube.com/watch?v=lvlXgSK03D4
1•olvy0•13m ago•0 comments

Agnus Barbieri's Fast

https://en.wikipedia.org/wiki/Angus_Barbieri%27s_fast
1•rzk•13m ago•0 comments

Scientists find hidden antibiotic 100x stronger against deadly superbugs

https://www.sciencedaily.com/releases/2025/10/251029002855.htm
2•doener•14m ago•0 comments

Cell Nucleus

https://en.wikipedia.org/wiki/Cell_nucleus
1•ugur2nd•15m ago•0 comments

Meta is about to start grading workers on their AI skills

https://www.businessinsider.com/meta-ai-employee-performance-review-overhaul-2025-11
3•pella•18m ago•0 comments

You should still be writing code from your editor

https://github.com/sourcegraph/amp.nvim/pull/28
1•MorehouseJ09•19m ago•2 comments

Wikipedia and the Destruction of Trust [video]

https://www.youtube.com/watch?v=9zi0ogvPfCA
1•mpartel•22m ago•0 comments

Show HN: The Put Monolith – A Minimal AI-Ingestible Ruleset

https://github.com/publicusagetax/PUT-Monolith-v2
1•publicusagetax•25m ago•0 comments

Upgrading to Raspberry Pi OS Trixie

https://smist08.wordpress.com/2025/11/16/upgrading-to-raspberry-pi-os-trixie/
1•ingve•30m ago•0 comments

Britain to make refugee status temporary

https://www.reuters.com/world/uk/britain-announces-largest-asylum-policy-overhaul-modern-times-20...
3•PessimalDecimal•31m ago•0 comments

Adding an imaginary unit to a finite field

https://www.johndcook.com/blog/2025/11/16/finite-field-i/
2•ibobev•32m ago•0 comments

Linux mode setting, from the comfort of OCaml

https://roscidus.com/blog/blog/2025/11/16/libdrm-ocaml/
3•ibobev•33m ago•0 comments

Super human Stratego with RL and test time search

https://arxiv.org/abs/2511.07312
1•algo_trader•33m ago•1 comments

62 chapter open-source Zig book

https://www.zigbook.net
17•rudedogg•34m ago•1 comments

Bitcoin Is Falling and Crypto Stocks Are Crashing

https://www.theinformation.com/articles/bitcoin-falling-crypto-stocks-crashing
1•JumpCrisscross•34m ago•0 comments

Double Bind

https://en.wikipedia.org/wiki/Double_bind
1•walterbell•34m ago•0 comments

Show HN: Tsofa – The Simple, Offline Flashcard App

https://inventwithpython.com/tsofa/
1•AlSweigart•36m ago•0 comments

How A Narcissist Conducts Psychological Warfare (2019)

https://www.psychologytoday.com/us/blog/peaceful-parenting/201901/how-a-narcissist-conducts-psych...
5•walterbell•37m ago•1 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•6mo ago

Comments

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

https://reportmill.com/SnapCode

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