frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Feds Continue with Plan to Save Spotted Owls by Killing Nearly 500k Other Owls

https://cowboystatedaily.com/2026/08/05/invasive-owl-targeted-in-pacific-northwest-is-expanding-t...
2•Bender•2m ago•0 comments

Samsung and Mousterian move ahead with floating datacenter for Texas

https://www.theregister.com/on-prem/2026/08/05/samsung-and-mousterian-move-ahead-with-floating-da...
1•Bender•3m ago•0 comments

ROI of $100 Claude Code Subscription

https://medium.com/@nenadmitt/roi-of-my-100-claude-code-subscription-028937c9f77e
1•benjiro29•10m ago•1 comments

Passive investing fueled a bull market – and could bring it down

https://thehustle.co/originals/passive-investing-fueled-a-bull-market-and-could-bring-it-down
1•rzk•17m ago•0 comments

God Does Not Play Dice. We Built Software That Does

https://quodeq.ai/blog/god-does-not-play-dice/
3•quodeq•18m ago•0 comments

Seen Dating App Waitlist

https://tryseen.ca
1•Beaudelaire•19m ago•0 comments

AutoTheme-utility that automatically shifts your CSS styles based on time

https://www.npmjs.com/package/@omid2007hope/autotheme
1•omid2007hope•22m ago•0 comments

Iran threatens to hit Gulf states if US launches new strikes

https://www.reuters.com/world/middle-east/iran-threatens-hit-gulf-states-if-us-launches-new-strik...
8•mapping365•24m ago•2 comments

Disney and TikTok strike deal to let creators make videos with its characters

https://www.cnn.com/2026/08/05/media/disney-tiktok-partnership
1•1659447091•29m ago•0 comments

Wireless retinal implant approved for sale across 30 countries

https://newatlas.com/medical-tech/vision-restoring-retinal-implant-approval-europe/
1•geox•29m ago•0 comments

Notes on Engineering leadership

https://ianmccrystal.com/posts/notes-on-engineering-leadership/
2•matv•29m ago•0 comments

Trump pushes ahead on false claims that Reflecting Pool was vandalized

https://apnews.com/article/trump-pirro-reflecting-pool-3703eaedddf580f32ff9aca33bc11851
14•petethomas•34m ago•0 comments

Will You Become an Idol? Build your Football player from this game

https://www.idolojuego.com/
1•jeyzolo•35m ago•1 comments

Private LLM in a TEE, verified against Intel's root with no cloud in the chain

https://505labs.com/blog/private-llm-inside-a-tee
1•galgantar•35m ago•0 comments

The silent failure taxonomy: an autonomous pipeline's 32 ways of faking success

https://claude.ai/code/artifact/f66e6308-e81b-40fb-9474-b2b840cb4399
1•IgorVoytyuk•37m ago•0 comments

For an app claiming end-to-end encryption, what evidence would earn your trust?

2•Brandon-Coll•41m ago•1 comments

NASA Engineers Help Prolong Voyager 2's Science Mission

https://science.nasa.gov/blogs/voyager/2026/08/04/nasa-engineers-help-prolong-voyager-2s-science-...
2•sohkamyung•42m ago•0 comments

Birds and Frogs in Physics

https://3quarksdaily.com/3quarksdaily/2020/11/birds-and-frogs-in-physics.html
1•geneticdrifts•45m ago•1 comments

OpenAI, Anthropic AI agents implicated in new security breaches

https://www.reuters.com/legal/litigation/openai-anthropic-ai-agents-implicated-new-security-breac...
3•tagyro•47m ago•1 comments

Worth Accepting: Evaluating Mellum at JetBrains

https://evalovernite.substack.com/p/worth-accepting-mellum
1•scoresmoke•49m ago•0 comments

Unified Neuro Symbolic Engine AGPL 3.0

https://zenodo.org/records/21809861
1•hiddenarchitect•50m ago•0 comments

How to Improve the AI Frontier

https://www.chaidhat.com/blog
1•chaidhat•50m ago•0 comments

AI companies destroy physical books – let's scan rare books before it's too late

https://annas-archive.gl/blog/physical-destruction.html
4•EffrafaxOfWug•50m ago•2 comments

SpaceX Rocket Crashes into Moon

https://apnews.com/article/spacex-rocket-moon-crash-elon-musk-d64a98138fd19241700461c87b49e201
3•jumploops•50m ago•0 comments

Repurpose Your VR Content for Any Screen by Converting to Standard Video

https://news.qencode.com/posts/repurpose-your-vr-content-for-any-screen-by-converting-to-standard...
1•QencodeCorp•51m ago•0 comments

Modelregistry: Decentralizing distribution of open-source AI models

https://github.com/marella/modelregistry
1•simonpure•52m ago•0 comments

BasicSync and Synctrain: solid apps for bringing Syncthing to phones

https://manualdousuario.net/en/basicsync-android-synctrain-ios-syncthing-apps/
1•rpgbr•52m ago•0 comments

Impact Drones: Air Defense as a Service for Civilian Infrastructure

https://www.ycombinator.com/launches/SKo-impact-drones-air-defense-as-a-service-for-civilian-infr...
1•atlasunshrugged•53m ago•1 comments

Decimen Optical Transfer: fountain-coded QR file transfer

https://github.com/bashalarmistalt/decimen-optical-transfer/
1•rzk•55m ago•0 comments

No One Can Afford to Make Myst Games Anymore

https://www.wired.com/story/no-one-can-afford-to-make-myst-games-anymore/
2•littlexsparkee•57m 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.