frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Windows LegacyHive zero-day flaw gets free, unofficial patches

https://www.bleepingcomputer.com/news/security/windows-legacyhive-zero-day-flaw-gets-free-unoffic...
1•speckx•1m ago•0 comments

Cup Noodle releases cold-water instant ramen in Japan

https://soranews24.com/2026/07/20/cup-noodle-releases-cold-water-instant-ramen-in-japan-but-can-i...
1•newsomix9xl•3m ago•1 comments

AI physics on vacation turned into real research in quantum mechanics

https://nutfieldsecurity.com/posts/ai-vacation-physics/
1•pizzadad•4m ago•0 comments

Contra George Hotz on "AI 2040 and the Cult of Intelligence"

https://antiextinction.substack.com/p/contra-ai-2040-and-the-cult-of-intelligence
1•matthewtromp•4m ago•0 comments

Mullvad and Daniel Berntsson's Failed Cleanup

https://markwrites.io/mullvad-and-daniel-berntssons-failed-cleanup/
3•speckx•5m ago•0 comments

OSS ChatGPT WebUI v4 – Projects, Agent Profiles, Server Tools, 1-Click Sharing

https://llmspy.org
1•mythz•5m ago•0 comments

Garzed – my garden waters itself off soil-moisture sensors

https://garzed.com
1•bferrada•6m ago•1 comments

Error Handling vs. Hiding Errors

https://spin.atomicobject.com/error-handling-vs-hiding/
1•ingve•6m ago•0 comments

An engineer's love letter to football

https://www.adriankrebs.ch/blog/football/
1•hubraumhugo•6m ago•0 comments

Ask HN: To lead with, or bury, AI in product marketing

1•probst•6m ago•0 comments

Brazil and US clash as popular Pix system stirs global interest

https://www.reuters.com/business/finance/brazil-us-clash-over-future-payments-popular-pix-system-...
1•digoxine•7m ago•0 comments

AGI Singer: Full Saturday

https://medium.com/@miho999lv/i-only-left-to-buy-some-ice-five-minutes-thats-what-i-said-locked-t...
1•miho999lv•7m ago•0 comments

Show HN: Neat, Static code and OTel fused into one graph for agents (OSS)

https://github.com/neat-technologies/neat
3•dcdeniz•8m ago•1 comments

A Fireside Chat with Cat and Thariq from the Claude Code Team

https://simonwillison.net/2026/Jul/21/cat-and-thariq/
1•arto•8m ago•0 comments

Ask HN: Which model do you use with Pi coding agent?

1•theaniketmaurya•8m ago•0 comments

GDID Windows – Cut the tracker that follows you even under VPN

https://korben.info/en/gdid-windows-cut-tracker-vpn.html
1•rfarley04•9m ago•0 comments

The first UL 3700-compliant plug-in solar microinverter is now available in US

https://www.engadget.com/2219291/the-first-ul-3700-compliant-plug-in-solar-microinverter-is-now-a...
1•dylan604•9m ago•0 comments

How the 2026 World Cup affected Internet traffic

https://blog.cloudflare.com/2026-world-cup-internet-traffic/
1•Erenay09•9m ago•0 comments

Formal verification might solve AI's review bottleneck

https://georgwiese.github.io/posts/formal-verification-ai/
1•georgwiese•9m ago•0 comments

Show HN: Neverbell, an AI agent that analyzes markets and executes trades

https://neverbell.com
1•alexcordina•10m ago•0 comments

Mermaider is a dotnet lib for generating Mermaid diagrams

https://github.com/nullean/mermaider
1•cek•11m ago•1 comments

Keeping Cool: The Air Conditioner That Changed America

https://humanprogress.org/keeping-cool-the-air-conditioner-that-changed-america/
1•surprisetalk•11m ago•0 comments

Show HN: Bolted – Visualizing real-time lightning strikes with MetalKit

https://www.boltedapp.com
1•ryeguy_24•11m ago•0 comments

PartialString – A finite-difference time-domain physical modelling synthesiser

https://differentinstruments.com/
1•shmeano•12m ago•0 comments

Show HN: Printme.money – small toys that visualize what your salary is doing

https://printme.money/
1•hafiz_•12m ago•0 comments

Snowflake: An update and some important information (2010)

https://groups.google.com/g/twitter-development-talk/c/ahbvo3VTIYI
1•subset•13m ago•0 comments

The most expensive instruction might be cmov

https://questdb.com/blog/cmov-vs-branch-perf/
1•nhourcard•13m ago•0 comments

Sigrok – portable, cross-platform, Open-Source signal analysis software suite

https://sigrok.org/wiki/Main_Page
1•gregsadetsky•14m ago•0 comments

Show HN: My continuity checker found Watson's wound in the wrong place

https://www.novilot.com
1•vizay08•15m ago•0 comments

Device Hidden in Cars Across US Leaves Them Vulnerable to Hacking and Paralysis

https://www.wired.com/story/a-device-hidden-in-cars-across-the-us-leaves-them-vulnerable-to-hacki...
1•dylan604•15m 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.