frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: An LLM that designs M5Stack hardware builds

https://unitkit.pages.dev/
1•toyoshi•1m ago•0 comments

Explore the Leading Global Data Center Database

https://www.datacentermap.com/
1•zeristor•2m ago•0 comments

AirPlay for Google (Android) TV Chromecast

https://github.com/lekandigital/android-tv-airplay-receiver
1•lekan_digital•2m ago•0 comments

Emergent Geometry from the IKKT Matrix Model: Convergence to S^4

https://zenodo.org/records/19558001
1•RIshabh235•4m ago•0 comments

What Is an AI Intelligence Layer for Business Data?

https://www.corpusiq.io/blog/what-is-ai-intelligence-layer-business-data
1•corpusiq_io•5m ago•0 comments

Voxel Collision in SuperSplat

https://twitter.com/willeastcott/status/2070110425648128245
1•wildpeaks•16m ago•0 comments

Apple asks Trump admin to approve Chinese RAM after product price increases

https://9to5mac.com/2026/06/26/apple-asks-trump-admin-to-approve-chinese-ram-after-product-price-...
2•alwillis•17m ago•1 comments

Blue print to let machines think like humans

1•cysparrow•17m ago•0 comments

Sony's State of Play Showed That Every Publisher Is Terrified of GTA 6

https://kotaku.com/sonys-state-of-play-showed-that-every-publisher-is-terrified-of-gta-6-2000701746
1•classified•19m ago•0 comments

Ping pong: A game that requires a C compiler to play

https://www.ioccc.org/2025/uellenberg/index.html
1•thunderbong•19m ago•0 comments

IBM MCGA Gate Array Reverse Engineering

https://github.com/schlae/IBM_MCGA
2•userbinator•20m ago•0 comments

Testing 67 Models: Combining LLMs Rarely Beats the Best Single Model

https://huggingface.co/spaces/josefchen/orchestration-is-allocation
1•josefchen•21m ago•0 comments

Dan Petersen: Is this an worse time for a math career?

https://mathoverflow.net/questions/511484/is-this-an-even-worse-moment-for-a-math-career
1•reasonableklout•24m ago•0 comments

Apple Loses Another Top Executive to OpenAI

https://www.macrumors.com/2026/06/26/apple-loses-another-executive-to-openai/
3•mgh2•24m ago•0 comments

Is Germany looking again at coal-powered electricity?

https://www.bbc.com/news/articles/cy04ykxrj5eo
1•leonidasrup•26m ago•0 comments

'Fingerprints' of black hole's event horizon detected for first time

https://phys.org/news/2026-06-fingerprints-black-hole-event-horizon.html
1•signa11•31m ago•0 comments

5120x2160 100Hz Android Desktop Mode on Razor Fold

https://old.reddit.com/r/motorola/comments/1ufzwyt/i_just_got_5k2k_5120x2160_100hz_smoothly_on_a/
1•politelemon•39m ago•0 comments

AI glasses help students cheat in exams – test-obsessed Asia is ground zero

https://www.rnz.co.nz/news/world/628396/ai-glasses-are-helping-students-cheat-in-exams-test-obses...
3•billybuckwheat•44m ago•0 comments

Certainty Volatility Theory: Stable Uncertainty vs. Fluctuating Certainty

https://theguptalog.blogspot.com/2026/06/adaptive-certainty-theory-maybe-we-dont.html
1•GeorgeWoff25•47m ago•0 comments

Everything* – An interactive voyage through all orders of magnitude

https://www.everything.one/#overview
1•bj-rn•49m ago•0 comments

Lore: Next-generation open source version control

https://github.com/EpicGames/lore
2•taubek•57m ago•0 comments

Gambling disorder cases skyrockets in states where sports betting is legal

https://twitter.com/cremieuxrecueil/status/2070651565107446116
1•MrBuddyCasino•57m ago•0 comments

The New York Times Amends Lawsuit Against OpenAI and Microsoft

https://www.nytimes.com/2026/06/25/technology/times-lawsuit-openai-microsoft.html
1•1vuio0pswjnm7•59m ago•0 comments

Promptetheus – Trace, detect, and auto-repair AI agent failures

https://github.com/obro79/promptetheus
1•tar-ive•1h ago•1 comments

People Inc. CEO accuses Google of abusing its market power

https://www.axios.com/2026/06/23/people-inc-google-ai-search-crawler
4•1vuio0pswjnm7•1h ago•1 comments

Ask HN: How much memory is useable by GPU in MacBook?

2•mzubairtahir•1h ago•1 comments

Rich and famous families teach their kids Mandarin as China's influence grows

https://www.abc.net.au/news/2026-06-27/musk-trump-bezos-zuckerberg-children-learning-mandarin/106...
4•defrost•1h ago•2 comments

My gf's birthday is my yearly reminder that I'm bad at gift-giving

https://giftmaxxing.vercel.app/
1•tar-ive•1h ago•0 comments

I HATED having to stop playin instrument togo thru pages onPDFso I used blinking

https://verceleye.vercel.app/
2•peenut•1h ago•1 comments

OpenTTD 16.0-Beta1

https://www.openttd.org/news/2026/06/25/openttd-16-0-beta1
2•untilted•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.