frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

iTorrents.org Compromised to Spread Windows Malware, Kaspersky Says

https://www.pcmag.com/news/itorrentsorg-compromised-to-spread-windows-malware-kaspersky-says
1•MC995•33s ago•0 comments

Thomson Reuters Built Its Own Legal AI Model

https://www.thomsonreuters.com/en-us/posts/innovation/thomson-reuters-built-its-own-ai-model-that...
1•droidjj•34s ago•0 comments

Magic Statics vs. Std:Call_once

https://devblogs.microsoft.com/oldnewthing/20260916-00/?p=112703
1•ibobev•55s ago•0 comments

Europe's Difficult Choices on AI

https://www.ft.com/content/f054f927-b512-452a-b494-ea53f5ac1079
1•mytailorisrich•56s ago•0 comments

Pixel phones getting Harry Potter ad disguised as theme pack

https://www.androidauthority.com/pixel-phone-harry-potter-theme-pack-pixel-drop-3711273/
1•c0l0•1m ago•0 comments

Phone Numberless Registration for Android

https://support.signal.org/hc/en-us/articles/11197884108826-Phone-Numberless-Registration-for-And...
1•madars•2m ago•0 comments

Build Your Own AI Agent Harness in C#

https://devblogs.microsoft.com/dotnet/build-your-own-ai-agent-harness-in-csharp-the-maf-claw-live...
1•ibobev•2m ago•0 comments

Global chokepoint pressure drives Asia's increased use of Arctic Trade Routes

https://text.npr.org/g-s1-143712
1•mooreds•2m ago•0 comments

Show HN: I wrote a custom assembler for CHIP-8 in C++

https://github.com/Tackx/c8-ass
2•tack1234•2m ago•0 comments

Auto SR Comes to Intel Core Ultra Series-3 Processors

https://devblogs.microsoft.com/directx/autosr-on-intel/
1•ibobev•2m ago•0 comments

Stealth Multimodal AI Model Matches Frontier Performance at a Fraction of Cost

https://asiaai.fyi/stealth-multimodal-ai-model-frontier-performance/
1•ghernando•3m ago•0 comments

Can AI Build a Toilet Yet?

https://feelep.xyz/dass/
1•feelepxyz•4m ago•1 comments

Private memory from meetings you cannot give to the cloud

https://www.youtube.com/watch?v=eE6sqQXA8r0
1•aufklarer•4m ago•0 comments

Google rolls out pay-per-value AI licensing program to publishers

https://digiday.com/media/google-rolls-out-pay-value-ai-licensing-program-to-publishers/
1•xnx•4m ago•0 comments

Save the Constitution. Ditch the ABA

https://uatx.substack.com/p/save-the-constitution-ditch-the-aba
1•rahimnathwani•4m ago•0 comments

The Life Sciences Verification Program

https://www.anthropic.com/news/life-sciences-verification-program
1•surprisetalk•5m ago•0 comments

I got tired of taking screenshots and explaining everything to AI agents

https://deiko.app/
1•maddy30445r•5m ago•1 comments

Insurance Agent Benchmark: 166 real-world cases for evaluating insurance AI

https://www.askcooper.ai/labs/insurance-agent-benchmark
4•jsc39•6m ago•0 comments

Show HN: Windows-style Excel ribbon shortcuts and formatting macros for Mac

https://lightningxl.com/
2•tjds•6m ago•0 comments

OpenWispr, a free, open-source push-to-talk AI dictation app for Android

https://github.com/EdiBianco/OpenWhispr
2•edib•8m ago•0 comments

Python Packaging Council Election Results

https://pyfound.blogspot.com/2026/09/announcing-2026-python-packaging.html
1•lumpa•11m ago•0 comments

Recovering a key and text of a 1542 cipher

https://simonklee.dk/farnese-letter
1•grigolin•11m ago•0 comments

PSF Board Election Results

https://pyfound.blogspot.com/2026/09/announcing-2026-psf-board-election.html
2•lumpa•11m ago•0 comments

Benchmark Jev vs. Gemini Flash and Claude Fable on Code Review

https://github.com/gemanor/jev-code-review-benchmark/tree/main
2•gemanor•12m ago•0 comments

Show HN: Jev.directory – A community directory for Jev primitives

https://jev.directory
1•blaso•14m ago•0 comments

Workout by Muscle – Claude Solution

https://claude.ai/artifact/P3buaPRmXboPMMbfw1b6WY
1•critique•14m ago•0 comments

Empirical Fractal

https://www.johndcook.com/blog/2026/09/17/empirical-fractal/
2•ibobev•15m ago•0 comments

A service marketplace for agents like agent-to-agent Fiverr

https://earnanhonestdollar.com/
4•slimjimmy•15m ago•0 comments

Nvidia and Palantir fine-tune a 30B Nemotron model which beats bigger models

https://thenewstack.io/ai-factories-are-among-the-most-complex-systems-ever-built-nvidia-and-pala...
1•dzonga•16m ago•0 comments

Recursive-in-Recursive Self-Improvement for Interactive Scientific Agents

https://arxiv.org/abs/2609.17523
2•Betelbuddy•16m 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.