frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CINC: Computing in Cardiology

https://cinc.org/
1•teleforce•2m ago•0 comments

Astronomers Discover the Existence of a Black Hole Star

https://www.wired.com/story/black-hole-stars-are-becoming-less-hypothetical/
1•beardyw•2m ago•0 comments

A look into the harmful effects of Ocean Ramsey and shark influencers

https://www.drjackacooper.com/writing/shark-whisperer-is-lying-to-you
1•mindracer•4m ago•0 comments

Words Are Disappearing in the New Trump administration (2025)

https://www.nytimes.com/interactive/2025/03/07/us/trump-federal-agencies-websites-words-dei.html
1•donohoe•5m ago•1 comments

Democracy in Music

https://democracyinmusic.com/
1•skoodge•7m ago•0 comments

Slater Gets full-text BM25 indexing and Graphiti Support

https://github.com/Hikari-Systems/graphiti-slater
1•rickkjp•7m ago•1 comments

Built a clicker game for my classroom – need honest opinions about it

https://www.buttonblam.com/
1•useful-warlock•9m ago•1 comments

RL for LLM Reasoning Is Sparse Policy Selection, Not Capability Learning

https://arxiv.org/abs/2605.06241
1•BlackGlory•11m ago•0 comments

What 50 open source projects taught us about security in the AI era

https://github.blog/open-source/maintainers/what-50-open-source-projects-taught-us-about-security...
2•yruzin•13m ago•1 comments

System design rules I always come back to

https://www.thetrueengineer.com/p/10-system-design-rules-i-always-come
2•adletbalzhanov•16m ago•0 comments

The Seven Weaknesses of AI Today

https://medium.com/tech-ai-chat/the-seven-weaknesses-of-ai-today-eee66aaa9c10
1•elye•21m ago•1 comments

Show HN: A public AI whose memory is shared across all users

https://wildstatic.com/
3•adjohu•22m ago•0 comments

Ranking the Prettiest Birds with Math

https://moultano.wordpress.com/2026/08/14/fairly-ranking-the-most-brilliant-birds/
2•moultano•23m ago•0 comments

Scientists Identify 3-Minute Exercise Better than 90M one

https://www.newsweek.com/scientists-say-this-3-minute-exercise-beats-90-minute-workouts-12322062
3•guytv•25m ago•1 comments

Clues by Sam

https://cluesbysam.com/
2•abelanger•28m ago•1 comments

Our Reality Is Shifting and It's Just the Start

https://guustaaf.substack.com/p/our-reality-is-shifting-and-its-just
3•Guustaaf•29m ago•0 comments

A recipe for drone racing with reinforcement learning

https://mrandri19.github.io/2026/07/19/drone-racing-with-reinforcement-learning.html
2•daww•31m ago•1 comments

How a Sony Veteran Is Overhauling the Company He Grew Up In

https://www.wsj.com/business/media/sony-ceo-hiroki-totoki-efc8923f
4•thm•32m ago•0 comments

The Mystery of Dark Oxygen

https://www.newyorker.com/science/elements/the-mystery-of-dark-oxygen
2•rbanffy•32m ago•0 comments

A U.S. Strategy to Prevent the Creation of Mirror Life

https://www.rand.org/pubs/research_reports/RRA4335-1.html
3•thunderbong•34m ago•0 comments

Woman claims stepfather used Grok to transform childhood photo into CSAM imagery

https://techcrunch.com/2026/08/15/woman-claims-her-stepfather-used-grok-to-transform-childhood-ph...
3•ilamont•38m ago•0 comments

Ranking Kickstarter Games I Backed but Never Finished or Ended Up Playing at All

https://blog.curiousquail.com/ranking-kickstarter-games-i-backed-but-never-finished-or-ended-up-p...
3•ajdude•39m ago•0 comments

A.I. Agents Are Taking Online Courses for Cheating Students

https://www.nytimes.com/2026/08/10/us/ai-cheating-online-degrees.html
3•bookofjoe•40m ago•1 comments

Show HN: 3D Graph of DeepSWE, via Three.js

https://icauro.com/toabundance
3•icauroboros•41m ago•2 comments

AGI will likely be silent

https://www.reddit.com/r/agi/s/sZECbecJVS
4•qikouki•41m ago•0 comments

WTF Are You Loading?

https://x-x.codes/posts/wtf-are-you-loading
2•alex_x•42m ago•0 comments

Comments in source code are inevitable

https://blog.moertel.com/posts/2026-08-14-comments-are-inevitable.html
2•chmaynard•45m ago•0 comments

Firefox for iOS now has a native adblocker

https://support.mozilla.org/en-US/kb/block-ads-firefox-ios
9•pentagrama•45m ago•6 comments

TinyGo in Zed

https://blog.oxplot.com/tinygo-in-zed/
3•oxplot•49m ago•3 comments

Testing Moonshot AI's Kimi K3 Inside Claude Code

https://philippdubach.com/posts/kimi-k3-inside-claude-code/
3•7777777phil•49m ago•1 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.