frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Regression to the Mean: on LLMs and the quiet death of the new

https://rruxandra.github.io/regression-to-the-mean.html
2•rruxandra_l•1m ago•0 comments

Real time map of France's rail network

https://carto.tchoo.net/
1•appreciatorBus•1m ago•0 comments

Nintendo announces new product revisions in Europe with replaceable batteries

https://www.nintendo.com/en-gb/Support/Nintendo-Switch-2/Information-about-upcoming-battery-relat...
2•akyuu•3m ago•1 comments

China's Biren seeks US$900M to fund GPU push and challenge Nvidia amid AI boom

https://www.scmp.com/tech/tech-trends/article/3359528/chinas-biren-seeks-us900m-fund-gpu-push-and...
1•dstala•4m ago•0 comments

Show HN: Scan your AI agents for dangerous capabilities

https://github.com/makerchecker/MakerChecker
1•smashini•4m ago•1 comments

Global robotaxi market set to hit US$1T by 2040 as China tech costs plummet

https://www.scmp.com/tech/tech-trends/article/3359602/global-robotaxi-market-set-hit-us1t-2040-ch...
1•dstala•4m ago•0 comments

The Fear of Dying Before You Become Yourself

https://www.dailicle.com/read/the-fear-of-dying-before-you-become-yourself
1•dotcoma•5m ago•0 comments

Show HN: PDF reflow in the browser with local AI model

https://www.appblit.com/pdfreflow/demo
1•ldenoue•6m ago•0 comments

Huawei's next smartphone chip taps new scaling law for performance boost: paper

https://www.scmp.com/tech/article/3359592/huaweis-next-smartphone-chip-taps-new-scaling-law-perfo...
1•dstala•6m ago•0 comments

Show HN: A strategy game about the AI race where you can't verify alignment

https://criticalwindow.org/
1•micstradev•7m ago•0 comments

How Kalshi Infects the News

https://www.publicnotice.co/p/kalshi-cnn-cnbc
2•everybodyknows•9m ago•0 comments

Consistent Recurrent Neural Networks Embedded in Finite Element Simulations

https://zenodo.org/records/21207967
1•adamzwasserman•9m ago•0 comments

I packed 16 GB of GGUF quants into 1.8 GB, losslessly

https://github.com/theadamdanielsson/ggufpacker
2•adamdanielsson1•9m ago•0 comments

LLMs: A cause of, and solution to, UI drift

https://carom.io/notes/llms-ui-drift/
1•dpc10•10m ago•0 comments

EE Journal on the upcoming $99 dollar explorer board

https://www.eejournal.com/article/need-a-low-cost-fpga-dev-board-check-out-adiuvo-engineerings-99...
1•signalhound•11m ago•0 comments

Show HN: Python running on the Super Nintendo (in-browser demo)

https://fabian-kuebler.com/posts/fable-python-snes/
3•FabianCarbonara•12m ago•0 comments

Trump's red card call stirs political storm around World Cup

https://www.cnn.com/2026/07/06/politics/trump-world-cup-balogun-red-card-infantino-analysis
2•Tomte•15m ago•0 comments

Bryan Johnson: I have an autoimmune disease. My stomach is eating itself

https://twitter.com/bryan_johnson/status/2072069730517860385
3•danso•15m ago•1 comments

Playwright-style automation for Windows desktop apps

https://github.com/mihailDamchevski/win-auto
1•TheGurman•15m ago•0 comments

Whitepaper: The judgment problem in AI-generated API test suites

https://resources.kusho.ai/building-adaptive-coverage-systems-api-testing
3•riyajoshi•17m ago•0 comments

Home made GPU escalated quickly [video]

https://www.youtube.com/watch?v=qMR3IXF2sWw
1•Imustaskforhelp•18m ago•0 comments

Why low-latency Java still requires discipline?

https://chronicle.software/insights/blogs/why-low-latency-java-still-requires-discipline
1•theanonymousone•18m ago•0 comments

DKIM2 and DMARCbis Have Landed

https://stalw.art/blog/dkim2-dmarcbis/
1•StalwartLabs•19m ago•0 comments

Workers Cache

https://blog.cloudflare.com/workers-cache/
5•ilreb•19m ago•0 comments

Show HN: Pet Reminder – A macOS reminder app with a desktop pet

https://reminder.w3cub.com/
3•terryXyz•20m ago•0 comments

Using WebObjects at web-scale with Kubernetes and Firebase

https://www.sicpers.info/2026/07/using-webobjects-at-web-scale-with-kubernetes-and-firebase/
1•ingve•20m ago•0 comments

Building a tiny Robot to teach my Son Engineering [video]

https://www.youtube.com/watch?v=teeNgLN_ZRI
1•stanko•21m ago•0 comments

Canada's Tallest Building Is a Bit Weird [video]

https://www.youtube.com/watch?v=-eJcCpoXx50
1•surprisetalk•21m ago•0 comments

Show HN: SmolSignal – a signal-aware copilot for Flipper Zero files

https://github.com/SmolNero/SmolSignal
1•edgar_ortega•22m ago•0 comments

Show HN: WeightsLab – turn training signals into a map of your bad data

https://github.com/GrayboxTech/weightslab
1•luigidovidio•23m 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.