frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Help for Biological or Chemical Weapons

https://www.science.org/content/blog-post/ai-help-biological-or-chemical-weapons
1•EA-3167•6s ago•0 comments

Show HN: Canary (YC) – Independent verification for AI code

https://www.runcanary.ai/
2•Visweshyc•1m ago•0 comments

Dampen camera motion and track the leftover, in WASM

https://residual.dog
1•jobsstevesux•2m ago•0 comments

International observers to investigate Swedish election fraud

https://www.tv4.se/artikel/37VDHaUBmbgXCIRAP1bR8f/internationell-valobservatoer-ska-foelja-upp-mi...
1•try-working•3m ago•0 comments

ArseneLupin v1.1 a JEV-like model (and 2 more)

https://huggingface.co/IBOU-SEARCH/ArseneLupin-v1.1
1•sypsyp•4m ago•0 comments

SkillOpt: Training Loop for Agent Skills

https://microsoft.github.io/SkillOpt/
1•DaveFr•4m ago•1 comments

Show HN: Kosh – Browser's native bookmark manager ui, done right

https://chromewebstore.google.com/detail/kosh-bookmark-manager/meldjdfnfgefeoegccphimkmgmeamcce
1•havu12•5m ago•0 comments

The Board Game of the Alpha Nerds (2014)

https://grantland.com/features/diplomacy-the-board-game-of-the-alpha-nerds/
3•neonate•5m ago•0 comments

How I changed teaching after AI managed to do all my homework assignments

https://thelastsoftwareengineer.substack.com/p/how-i-changed-teaching-after-ai-managed
2•azhenley•7m ago•0 comments

Show HN: A $25 DIY alternative to $159 AI voice recorders – BYOK or local

https://zephclick.com
3•shmlkv•7m ago•0 comments

Reddit mod ordered to pay Nintendo $4.5M in Switch piracy lawsuit

https://www.theverge.com/games/1000088/nintendo-switch-piracy-reddit-mod-lawsuit
1•MC995•9m ago•0 comments

Ask HN: Got any interesting tech incident to share?

2•skwasimin•13m ago•0 comments

Show HN: p2p.kiwi – Cross-Platform (macOS <-> Windows <-> Linux) P2P Screenshare

https://p2p.kiwi/
1•GorillaMoe•13m ago•0 comments

Security headers on 4,688 small-business websites: 49.7% met none of 7 criteria

https://rackcrunch.com/security-headers-2026
2•terrybyte•17m ago•0 comments

Devenv 2.4: Machines

https://devenv.sh/blog/2026/09/24/devenv-24-machines/
1•domenkozar•19m ago•0 comments

California Is Chasing Wealth That Has Feet

https://blog.landeconomics.org/p/california-is-chasing-wealth-that
2•idbnstra•24m ago•1 comments

ESP32: The Arduino Rivals That Changed the Game

https://www.petkovsky.sk/esp8266-esp32-the-arduino-rivals-that-changed-the-game/
1•ex-aws-dude•25m ago•0 comments

Zeal – Offline Documentation Browser

https://zealdocs.org/
3•smartmic•27m ago•0 comments

Oracle triggers 'force majeure' on data center project over power delays

https://www.reuters.com/business/oracle-cites-force-majeure-shield-itself-controversial-data-cent...
1•vrganj•27m ago•0 comments

Issue Graph

https://github.com/vercel-labs/issue-graph
1•handfuloflight•29m ago•0 comments

DDoS Attack Breaks Beloved Video Game Wiki After AI Bro Was Banned

https://kotaku.com/ddos-attack-breaks-beloved-video-game-wiki-after-ai-bro-was-banned-2000729335
3•MBCook•29m ago•0 comments

Opus 5.5 is good at explainer videos

https://launchvideo.io
3•iacguy•30m ago•1 comments

Bosphore 1819: Reviving a 200-Year-Old Map of Istanbul with Opus 5.5

https://twitter.com/cahidarda/status/2103218970115678497
1•cahid_arda•31m ago•1 comments

Anthropic Strikes $12B AI Computing Deal with Akamai

https://www.bloomberg.com/news/articles/2026-09-24/anthropic-strikes-12-billion-deal-with-akamai-...
4•mfiguiere•31m ago•0 comments

Show HN: RentBench – Levels.fyi for UK Rents

https://rentbench.fyi
2•lluiscamino•32m ago•0 comments

The Tao of Acme

https://chai.guru/pub/plan9/mirrors/tao-of-acme.html
1•naltun•33m ago•1 comments

Mamdani is the most popular elected official in NYC: poll

https://www.nydailynews.com/2026/09/23/mamdani-is-the-most-popular-elected-official-in-nyc-poll/
11•downbad_•33m ago•0 comments

Democratic megadonor who gave to Gavin Newsom and Kamala Harris linked to murky

https://nypost.com/2026/09/22/us-news/california-donor-faces-scrutiny-over-alleged-chinese-spy-ties/
1•harry_nutsachs•34m ago•0 comments

Probing picosecond depairing currents in type-II superconductors

https://www.nature.com/articles/s41567-026-03469-z
2•PaulHoule•37m ago•0 comments

Ask HN: How would you know if you have learned something?

2•rearview•38m 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.