frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Build A2A Compatible AI Agents with Rust

https://github.com/agents-sh/radkit
1•irshadnilam•3m ago•0 comments

Show HN: AppReviewAI Analyze App Store Reviews Locally with Apple's On-Device AI

https://apps.apple.com/lu/app/appreview-ai-review-analyzer/id6755069850?mt=12
1•8mobile•4m ago•0 comments

I automate my Substack newsletter with content from my blog [video]

https://www.youtube.com/watch?v=BoPZltKDM-s
1•articsputnik•5m ago•0 comments

Devs gripe about having AI shoved down their throats

https://www.theregister.com/2025/11/19/ai_force_feeding/
1•beardyw•7m ago•0 comments

Exploring LLMs with MLX and the Neural Accelerators in the M5 GPU

https://machinelearning.apple.com/research/exploring-llms-mlx-m5
1•2bit•8m ago•0 comments

Marble Springs (1993)

https://www.eastgate.com/MS/Title_184.html
1•prismatic•8m ago•0 comments

Legal Restrictions on Vulnerability Disclosure

https://www.schneier.com/blog/archives/2025/11/legal-restrictions-on-vulnerability-disclosure.html
2•transpute•10m ago•0 comments

Analysis of the Digital Sovereignty Summit: Open-Source Gets Scolded

https://www.heise.de/en/opinion/Analysis-of-the-Digital-Sovereignty-Summit-Open-Source-Gets-Scold...
1•i-con•11m ago•0 comments

Ainekko Buys Esperanto RISC-V Edge Inference Hardware IP, Open-Sources It

https://www.eetimes.com/ainekko-buys-esperanto-hardware-ip-open-sources-it/
2•transpute•11m ago•0 comments

CES Munich Lectures Economics: AI and the Work of the Future [video]

https://www.youtube.com/watch?v=R4P7BTBhnrY
1•ggeorgovassilis•12m ago•1 comments

An API for Chating with Nvidia 10-Q Report

https://github.com/VectifyAI/PageIndex/blob/main/cookbook/pageIndex_chat_quickstart.ipynb
1•LoMoGan•15m ago•0 comments

GravOpt – optimizer hits 99.9999% MAX-CUT in 100 steps

https://github.com/Kretski/GravOptAdaptiveE
1•DREDREG•16m ago•1 comments

TalkAny: Free English Speaking Practice – Unlimited AI Voice Chats 24/7

https://talkany.app
2•AI_kid1412•19m ago•1 comments

Qualcomm's Snapdragon X2 Elite

https://chipsandcheese.com/p/qualcomms-snapdragon-x2-elite
2•ingve•23m ago•1 comments

Half of novelists believe AI is likely to replace their work

https://techxplore.com/news/2025-11-novelists-ai.html
1•Brajeshwar•25m ago•0 comments

The Pentagon Can't Trust GPS Anymore

https://www.wsj.com/tech/the-pentagon-cant-trust-gps-anymore-is-quantum-physics-the-answer-d7b2d4e6
1•Brajeshwar•25m ago•0 comments

When Updates Backfire: RCE in Windows Update Health Tools

https://research.eye.security/rce-windows-update-health-tools/
1•the1bernard•27m ago•0 comments

Best PPC Management Agencies

https://jeevantech.in/services/pay-per-click-ppc-marketing-services/
2•Jeevandigital•31m ago•1 comments

Strapping Mephedrone to My Balls

https://psychotechnology.substack.com/p/strapping-mephedrone-to-my-balls
1•eatitraw•32m ago•0 comments

Best practices for running Codex on Windows

https://developers.openai.com/codex/windows/
1•ingve•33m ago•0 comments

Milestone on the Road to the 'Quantum Internet'

https://www.uni-stuttgart.de/en/university/news/all/Milestone-on-the-road-to-the-quantum-internet/
2•prng2021•36m ago•1 comments

New sanctions by the US, UK, and Australia on BPHs used in ransomware attacks

https://techcrunch.com/2025/11/19/us-uk-and-australia-sanction-russian-bulletproof-web-host-used-...
1•navidmafi•36m ago•0 comments

The worlds on fire. So lets just make AI porn

https://blog.itstoday.site/the-worlds-on-fire
1•busymom0•38m ago•0 comments

Show HN: LeanOS–10 AI agents that build and run startup operations autonomously

https://github.com/BellaBe/lean-os
1•bellcolor_belka•38m ago•0 comments

Servo should use `unwrap()` less

https://github.com/servo/servo/issues/40744
1•robin_reala•43m ago•0 comments

Don't Make Me Wait

https://rumination.computer/dont-make-me-wait
1•hazn•46m ago•2 comments

Implementation of a Java Processor on a FPGA

https://mavmatrix.uta.edu/electricaleng_theses/337/
9•mghackerlady•1h ago•3 comments

Ask HN: Builders vs. Mercenaries – does this distinction make sense?

1•grandimam•1h ago•1 comments

All you can do is play the game

https://benn.substack.com/p/all-you-can-do-is-play-the-game
1•kiyanwang•1h ago•0 comments

A battery included hacker's file manager with Vim inspired keybind in a single

https://github.com/houqp/kiorg
1•todsacerdoti•1h 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•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•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.