frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

American capitalism is run by millionaires, not billionaires

https://www.economist.com/business/2026/06/10/american-capitalism-is-run-by-millionaires-not-bill...
2•Anon84•1m ago•0 comments

A live ledger of things people wish existed captured from the BlueSky firehose

https://www.unbuilt.so
1•plural•7m ago•0 comments

Why Software, Not Drones, Will Decide the Next War

https://csis-website-prod.s3.amazonaws.com/s3fs-public/2026-06/260610_Bondar_Defining_Autonomy.pd...
1•tow21•7m ago•1 comments

Ask HN: If 160M Americans are employed, what's the unemployment rate?

1•paganartifact•11m ago•1 comments

Everyone Was Wrong About Maximum Siphon Height [video]

https://www.youtube.com/watch?v=5glksNTKkZI
1•thunderbong•15m ago•0 comments

Why my book can be downloaded for free (2014)

https://blog.plover.com/book/free-hop.html
1•downbad_•16m ago•0 comments

Show HN: Afterburner – Capability-Sandboxed JavaScript/TS Runtime in Rust

https://github.com/afterburner-sh/afterburner
1•vertexclique•18m ago•0 comments

Claude Fable 5 vs. GPT-5.5: better planning, similar execution

https://blog.kilo.ai/p/claude-fable-5-vs-gpt-5-5
2•justiceforsaas•19m ago•0 comments

AI is revolutionising the stock market

https://www.ft.com/content/b31f1e09-5aae-4cad-af15-97adb15dba70
1•thm•20m ago•0 comments

Meta‑Attention Is All You Need

https://medium.com/@vla3728419/meta-attention-is-all-you-need-650a90832d27
1•theorchid•20m ago•0 comments

Qwen 3.6 93B with MTP on 2×RTX 3090 NVLink=187 tokens/SEC,LLM lost bleat-a-thon

https://github.com/Augmented-Reality-Virtual-Reality-AR-VR/P...
3•devilfileprong•21m ago•0 comments

How did Atari apply side art to Arcade Cabinets?

https://arcadeblogger.com/2026/06/14/how-did-atari-apply-side-art-to-arcade-cabinets/
2•msephton•21m ago•0 comments

A text-first social network – No Images, No Videos

https://trendter.com/
1•badz•23m ago•1 comments

Moving Averages (2022)

https://gregorygundersen.com/blog/2022/06/04/moving-averages/
1•tosh•25m ago•0 comments

Shoehorning Flying Toasters into a ESP32-S3

https://taoofmac.com/space/blog/2026/06/14/1400
2•rcarmo•26m ago•0 comments

Brief Notes on Computer Word and Byte Sizes

https://www.cs.columbia.edu/~smb/blog/2023-03/2023-03-07.html
2•jruohonen•26m ago•0 comments

Why Rust does not need OOP

https://belderbos.dev/blog/why-rust-does-not-need-oop/
1•lumpa•27m ago•0 comments

The origins of the AI age /s

https://indiekartik.substack.com/p/the-origins-of-the-ai-age
1•kartik0001•32m ago•0 comments

I built a zero-tab reading workflow for Hacker News

https://gopeek-lovat.vercel.app/blog-hacker-news-workflow.html
5•ofcyes•39m ago•1 comments

The Birth and Death of JavaScript (2014)

https://www.destroyallsoftware.com/talks/the-birth-and-death-of-javascript
23•subset•40m ago•10 comments

China's universities cut 12,000 'obsolete' degrees

https://www.scmp.com/economy/china-economy/article/3356913/chinas-universities-cut-12000-obsolete...
3•the-mitr•40m ago•0 comments

Elon Musk's role was 'instrumental' in the Belfast riots, researchers say

https://www.lemonde.fr/en/international/article/2026/06/13/musk-s-role-was-instrumental-in-the-be...
5•tastyface•42m ago•1 comments

Formal Methods and the Future of Programming

https://blog.janestreet.com/formal-methods-at-jane-street-index/?from_theconsensus=1
2•eatonphil•43m ago•0 comments

The Universe Is Made of Music [video]

https://www.youtube.com/watch?v=j06DGlbwM34
1•rogmash•44m ago•0 comments

Show HN: KBlocker - Linux Productivity Hack

https://github.com/Dan-J-D/kblocker
1•dan-j-d•46m ago•0 comments

Double your Codex / Claude Code productivity and output

https://github.com/tanweai/pua
1•sturza•48m ago•0 comments

Kagi adds Hacker News conversation under links

https://imgur.com/a/S4S0vPX
2•scosman•49m ago•0 comments

Stop Monitoring AI Systems Like Web Services

https://www.newsletter.swirlai.com/p/stop-monitoring-ai-systems-like-web
3•AurimasGr•51m ago•0 comments

Bullet Trains Without Tracks

https://goodcomputer.substack.com/p/bullet-trains-without-tracks
2•d9w•53m ago•0 comments

InferenceFS: Never worry about data again (Again)

https://github.com/philipl/inferencefs/
1•GTP•53m 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.