frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Glasses Will Impact the Future of Education

https://xg.glass/posts/network-exam-test/
1•__natty__•5m ago•0 comments

Welcome to Sloptopia: The Future of the Internet

https://www.vice.com/en/article/welcome-to-sloptopia-the-future-of-the-internet/
1•Michelangelo11•6m ago•0 comments

Obfuscation: Building the Final Boss of Cryptography

https://vitalik.eth.limo/general/2026/06/29/obfuscation1.html
1•ilreb•9m ago•0 comments

People still want small, personal corners of the web

https://pego.dev/people-still-want-small-personal-corners-of-the-web/
2•felixdoerp•9m ago•0 comments

US Grid Constraints: Towards 40GW+ of Behind-the-Meter Datacenter by 2028?

https://newsletter.semianalysis.com/p/us-grid-constraints-towards-40gw
4•felixdoerp•10m ago•0 comments

A Governance Layer for Agent‑Native Windows RTX PCs (Spark Governance SDK)

https://github.com/Dario-Chang/Spark-Governance-SDK
1•Clickhistrory•11m ago•0 comments

Erin Brockovich on her battle against AI datacentres

https://www.theguardian.com/environment/2026/jun/29/were-up-against-forces-that-have-all-the-mone...
1•trusche•12m ago•0 comments

Putin says Russia will press on front line regardless of Ukraine proposals

https://www.reuters.com/world/europe/putin-says-russia-will-press-with-front-line-campaign-regard...
1•JumpCrisscross•29m ago•0 comments

Show HN: I made a World Cup bracket prediction page, which you can share

https://worldcup.getbestest.com/b/R4acBGSw/
2•pakosteve•29m ago•0 comments

Show HN: Htmx Skills

https://github.com/piyiotisk/htmx-skills
2•piyiotisk•31m ago•1 comments

Notes for June 21-28

https://taoofmac.com/space/notes/2026/06/28/1200
1•rcarmo•32m ago•0 comments

Overton Window

https://en.wikipedia.org/wiki/Overton_window
2•chistev•33m ago•0 comments

Windows 10 support extended until Oct 2027, as users reject Windows 11

https://www.windowslatest.com/2026/06/25/windows-10-support-quietly-extended-until-oct-2027-as-us...
4•tekkertje•35m ago•1 comments

Walnut: A GitHub and Railway Alternative

https://walnut.sh
1•bgwmj•37m ago•1 comments

Anthropomorphic Misalignment research needs stronger evidence

https://www.lesswrong.com/posts/bJcR3yP2avGFuMxyq/anthropomorphic-misalignment-research-needs-str...
1•joozio•43m ago•0 comments

The Trillion-Dollar Borrowing Binge Lifting the Stock Market to Risky Heights

https://www.wsj.com/finance/investing/financial-fraud-paul-regan-9b020a8f
3•JumpCrisscross•47m ago•0 comments

Soumitra Dutta – Expert in Global Innovation and Technology Strategy

https://itif.org/person/soumitra-dutta/
1•davidwilliam26•51m ago•0 comments

Stop cherry-picking, start merging

https://devblogs.microsoft.com/oldnewthing/20180312-00/?p=98215
2•ankitg12•55m ago•0 comments

Everiot - A Modern, Minimal Imageboard, Inspired by 4chan and Reddit

https://everiot.org/
2•gaurana•55m ago•1 comments

Masked Nocturnal Hypertension and Hidden Organ Risk: A Systematic Review

https://www.cureus.com/articles/506093-masked-nocturnal-hypertension-and-hidden-organ-risk-a-syst...
1•bryanrasmussen•56m ago•0 comments

My main Android phone is now 99% Google free

https://simondalvai.org/blog/google-free-android/
2•nosky•56m ago•1 comments

Rural India is different at every level

https://ruralindiaonline.org/
1•grajmanu•1h ago•0 comments

AI Value Capture

https://newsletter.semianalysis.com/p/ai-value-capture-the-shift-to-model
1•nl•1h ago•0 comments

Vibe-Trading: Your Personal Trading Agent

https://github.com/HKUDS/Vibe-Trading
2•grajmanu•1h ago•0 comments

SVG Recolor Tool – Change Color of SVG Online – Free Color Tool

2•freecolortool•1h ago•0 comments

Unifi Network 10.5

https://blog.ui.com/article/introducing-network-10-5
2•janandonly•1h ago•0 comments

After 80 Years, Mathematicians Give Famed 'Erdős Method' an Upgrade

https://www.quantamagazine.org/after-80-years-mathematicians-give-famed-erdos-method-an-upgrade-2...
3•anujbans•1h ago•0 comments

Show HN: Dotdotduck – open-source Web Agent SDK

https://github.com/PerhapxinLab/dotdotduck
2•Lin_Kuei-Kuei•1h ago•0 comments

Replacing Systemd with OpenRC in Debian

https://danielcordova.me/blog/debian-openrc/
3•nogajun•1h ago•0 comments

Greece's Parthenon gets a facelift, revealing a look not seen for 220 years

https://apnews.com/article/greece-acropolis-restoration-parthenon-tourism-da06640fcd747498613d31b...
2•divbzero•1h 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.