frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Elon Musk boycott is fizzling out–and Tesla is winning again

https://www.msn.com/en-us/autos/news/the-elon-musk-boycott-is-fizzling-out-and-tesla-is-winning-a...
1•petethomas•47s ago•0 comments

For Sale: AI platform for creating viral short-form videos

https://flippa.com/13365327-ai-powered-video-generation-platform-for-creating-viral-short-form-co...
1•kilincarslan•1m ago•0 comments

Russia is using drones from the war in Ukraine in Africa

https://www.france24.com/en/africa/20260702-unprecedented-images-russia-using-drones-war-ukraine-...
1•loandbehold•1m ago•0 comments

Show HN: Flashtype – Markdown editor for Claude and Codex with in-line diffs

https://flashtype.com/
1•samuelstros•2m ago•0 comments

Cloudflare fronts 42% of indie launches. It's also at 42% of the Fortune 500

https://stackscope.dev/blog/state-of-indie-launches-june-2026
1•datafreak_•2m ago•0 comments

Agents collaboratively writing a wiki on RL for LLMs

https://huggingface.co/spaces/rl-llm-wiki/rl-dashboard
1•victormustar•2m ago•0 comments

Cisco confirms attackers exploiting Unified CM flaw

https://www.bleepingcomputer.com/news/security/cisco-finally-confirms-attackers-exploiting-unifie...
2•Brajeshwar•3m ago•0 comments

Gen Z Was Told We Could Save the World. Is It Silly to Think We Still Can?

https://www.teenvogue.com/story/gen-z-was-told-we-could-save-the-world-is-it-silly-to-think-we-st...
1•Tomte•6m ago•0 comments

Thinking Machines' Interaction Models

https://blog.bytebytego.com/p/inside-thinking-machines-interaction
1•gmays•6m ago•0 comments

Excommunication decreed for Lefebvrite episcopal ordinations

https://www.vaticannews.va/en/vatican-city/news/2026-07/holy-see-decrees-excommunication-lefebria...
2•haunter•6m ago•0 comments

Ask HN: What are you go to LLM models for the following

1•mrburton•7m ago•0 comments

Who should the U.S. Talk to in China on AI?

https://mattsheehan.substack.com/p/who-should-the-us-talk-to-in-china
1•taiwandongsuan•10m ago•0 comments

Show HN: Who wants to be hired?" meets "Who is hiring?" (July 2026)

https://hn-job-match-production.up.railway.app/
1•lellow•10m ago•0 comments

Back end-for-Front end: The most secure architecture for browser-based apps

https://fusionauth.io/blog/backend-for-frontend-security-architecture
1•mooreds•10m ago•0 comments

A Unique Strategy for Creating and Crowdfunding Games: 6 Questions

https://stonemaiergames.com/34671-2/
1•Tomte•12m ago•0 comments

Europe's top court upholds Google's record $4.7B antitrust fine

https://www.neowin.net/news/europes-top-court-upholds-googles-record-47-billion-antitrust-fine/
2•bundie•12m ago•1 comments

Linux kernel archives temporarily unavailable, fix has been implemented

https://social.kernel.org/notice/B7viUNMy1UsGX9pwHY
1•infinet•12m ago•0 comments

Unraveling the Complexity of Boundary Maintenance

https://www.psychologytoday.com/us/blog/lessons-from-a-burnt-out-psychologist/202403/unraveling-t...
1•toomuchtodo•12m ago•0 comments

Teen Girls' Suicide Rates Are Rising in Many Countries Around the World

https://www.afterbabel.com/p/teen-girls-suicide-rates-are-rising-2026-twenge
1•Tomte•13m ago•1 comments

Worship me at the office altar: Why narcissistic leaders resist remote work

https://www.sciencedirect.com/science/article/pii/S0749597826000300
2•momentmaker•14m ago•1 comments

Internet viral experiment recreated 20 years later

https://www.1mpixelwall.com/
1•peasantforklift•14m ago•1 comments

Fable Came Back Nerfed

https://twitter.com/bridgemindai/status/2072662214704533888
3•vm•15m ago•0 comments

Show HN: Demolab – an opinionated agent-driven computational lab notebook

https://github.com/eoinmurray/demolab
1•anomancer•15m ago•0 comments

16yo built an AI wearable that fixes what destroyed Humane Pin and Rabbit

https://www.loom.com/share/b1d4dea1276f4e6c921f0e4e8bff8544
1•ZatorcZ•16m ago•0 comments

Gemma 4 in the browser with WebGPU

https://huggingface.co/spaces/webml-community/gemma-4-webgpu-kernels
4•astlouis44•16m ago•0 comments

The Art of the Restart: how a desktop app helps fight procrastination

https://pravles.substack.com/p/the-art-of-the-restart
1•pravles•20m ago•0 comments

A proper open-source modern zip viewer for macOS with quick look support

https://github.com/harshal2030/Grizzly
2•jonasmalaco•20m ago•0 comments

Text AI watermarks will always be trivial to remove

https://www.seangoedecke.com/text-ai-watermarks/
4•Brajeshwar•21m ago•0 comments

FleetView – a browser cockpit for running many Claude Code agents at once

https://github.com/schoppllc/Terminalcontrol
2•stevenschopp•22m ago•0 comments

The Rise of the Command Line: building a new IDE (2017–2026)

https://rune.build/blog/the-rise-of-the-command-line
3•ernestrc•23m 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.