frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Half-Baked Product

https://weli.dev/blog/half-baked-product/
1•weli•1m ago•0 comments

How eveRy webSite is tRacking you 24/7. SiTe STaMpS

https://medium.com/@thesuperrepemail/how-every-website-is-tracking-you-24-7-site-stamps-333e8026eaba
1•mssblogs•1m ago•0 comments

Giotto.ai: "A Swiss lab with European heart"

https://www.giotto.ai/#about
1•theanonymousone•2m ago•0 comments

ECTC 2026 Roundup, Intel, TSMC, SK Hynix, Samsung, Micron, Marvell, Lightmatter

https://newsletter.semianalysis.com/p/ectc2026
1•felixdoerp•4m ago•0 comments

'guix substitute' and 'guix pull' Vulnerabilities

https://guix.gnu.org/en/blog/2026/guix-substitute-pull-vulnerabilities/
1•elephant-ocean•4m ago•0 comments

I replaced my GitHub runners with Lambda MicroVMs, and maybe you should too

https://lucvandonkersgoed.com/2026/07/01/i-replaced-my-github-runners-with-lambda-microvms-and-ma...
1•touristtam•6m ago•1 comments

NVCF: Deploy and Route GPU-Accelerated AI Workloads at Scale

https://github.com/NVIDIA/nvcf
1•mastabadtomm•7m ago•0 comments

Amazon's Mechanical Turk to stop accepting new customers

https://www.theregister.com/off-prem/2026/07/03/amazons-mechanical-turk-to-stop-accepting-new-cus...
4•50kIters•12m ago•0 comments

Action Preflight: consequence-aware admission for LLM agent actions

https://github.com/gfernandf/agent-skills/blob/main/docs/ACTION_PREFLIGHT_FORECAST_QUICKSTART.md
1•gfernandf1•13m ago•0 comments

Exploring Nix for Enterprise Teams

https://medium.com/ekino-france/exploring-nix-for-enterprise-teams-2e61d755e473
1•tduyng•14m ago•0 comments

Global gridded population datasets underrepresent rural population (2025)

https://www.nature.com/articles/s41467-025-56906-7
1•bryanrasmussen•19m ago•1 comments

The Law of Leaky Abstractions (2002)

https://www.joelonsoftware.com/2002/11/11/the-law-of-leaky-abstractions/
1•SmartHypercube•20m ago•0 comments

What Happened to the Fight for the Internet?

https://dustycloud.org/blog/what-happened-to-the-fight-for-the-internet/
1•birdculture•21m ago•0 comments

Show HN: TTS Model – Another attempt to cross the uncanny valley

https://theclevr.com
1•cyrus_ck•25m ago•0 comments

We sell digital assets built on AI-powered business models

https://digitvest.com/en
1•kilincarslan•26m ago•0 comments

Naval: Code is consumed by computers, writing by humans. So write it yourself

https://www.ssp.sh/brain/the-differences-between-writing-and-coding/
2•zazuke•29m ago•0 comments

Editorial: It's time to step up and have your say for science

https://arstechnica.com/science/2026/07/editorial-the-most-important-thing-you-can-do-to-protect-...
2•rbanffy•29m ago•1 comments

Argo Mission 1

https://www.argospace.com//news/argo-mission-1
1•da-x•30m ago•0 comments

'Vanishingly rare' copy of US Declaration of Independence found in UK archives

https://www.theguardian.com/uk-news/2026/jul/03/vanishingly-rare-copy-us-declaration-independence...
1•6LLvveMx2koXfwn•31m ago•0 comments

DConf '26 Schedule

https://dconf.org/2026/index.html#schedule
1•pjmlp•32m ago•0 comments

Capped Fable turns capability into budgeting problem

https://spark.temrel.com/p/fable-5-rationed
1•bentemrel•37m ago•0 comments

The Cost of Hobbies

https://eftm.com/2026/03/new-research-reveals-the-true-cost-of-tech%E2%80%91heavy-hobbies-273784
2•sudo_cowsay•38m ago•0 comments

Understanding Is the New Bottleneck

https://www.geoffreylitt.com/2026/07/02/understanding-is-the-new-bottleneck.html
2•ingve•39m ago•0 comments

Scripting fm, Apple's Foundation Models CLI

https://petegoldsmith.com/2026/07/02/2026-07-02-fm-pcc-not-available-in-this-context/
1•theraven•40m ago•0 comments

Soft-yet-firm robohand assesses the ripeness of produce that it picks

https://newatlas.com/robotics/robotic-hand-picks-produce-assesses-ripeness/
2•thunderbong•41m ago•0 comments

Cash Access Map

https://www.centralbank.ie/financial-system/access-to-cash/public-information/cash-access-map
1•austinallegro•41m ago•0 comments

Domain seller Godaddy fears India's fake site crackdown could damage internet

https://www.reuters.com/world/worlds-biggest-domain-seller-fears-indias-fake-site-crackdown-could...
2•Terretta•42m ago•0 comments

New Spatial Augmented Reality Makes Projections Crisper

https://spectrum.ieee.org/shadow-free-spatial-augmented-reality
1•JeanKage•46m ago•0 comments

Show HN: I revived a 128MB RAM NAS by building my own control panel

https://github.com/itprogresscorp/Mini-Bucket
1•minibucket•47m ago•0 comments

Manson murders 'were linked to CIA mind control experiments', Congress told [pdf]

https://oversight.house.gov/wp-content/uploads/2026/06/ONeill-Written-Testimony.pdf
5•abbassix•48m 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.