frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Art of PostgreSQL

https://theartofpostgresql.com/
1•ahamez•29s ago•0 comments

Git Koans

https://stevelosh.com/blog/2013/04/git-koans/
2•janalsncm•5m ago•1 comments

Show HN: NearBye – macOS locks itself when your iPhone leaves the room

https://nearbye.gege.mn/
1•sadespresso•9m ago•0 comments

Tesla still has no real plan for Hardware 3 owners promised FSD

https://electrek.co/2026/07/22/tesla-hardware-3-fsd-no-plan-musk-earnings-call/
2•breve•10m ago•0 comments

Is your programming language unreasonable? (2015)

https://fsharpforfunandprofit.com/posts/is-your-language-unreasonable/
1•tosh•11m ago•1 comments

Show HN: A satellite control room from 100% open data, self-hosted in Europe

https://overwatch.confinia.io
2•clement_igonet•13m ago•0 comments

Cruller: Bun's Zig Runtime, Continued on Zig 0.16

https://ziggit.dev/t/cruller-buns-zig-runtime-continued-on-zig-0-16/16734
3•Erenay09•15m ago•0 comments

Google burning through cash with spiralling AI costs

https://www.bbc.com/news/articles/c235n47g8g8o
2•geox•18m ago•0 comments

Show HN: Northstar Browser

3•roschdal•21m ago•0 comments

UAE WPS Payroll Guide

https://adilrashidlone.substack.com/p/the-one-question-that-actually-tells
1•digitaldaddyme•26m ago•0 comments

French President Macron backs effort to ban kids under 15 from social media

https://fortune.com/2026/07/20/french-president-social-media-ban-lawmakers/
7•1vuio0pswjnm7•29m ago•0 comments

July 23 1985, Commodore introduced its Amiga 1000: 10 years ahead of its time

https://dfarq.homeip.net/amiga-1000-ten-years-ahead-of-its-time/
2•giuliomagnifico•31m ago•1 comments

The High Ponytail That Made Lydia Corbett Picasso's Muse

https://www.wsj.com/real-estate/lydia-corbett-picasso-muse-37f2e088
1•petethomas•42m ago•0 comments

The Computer, De-Invented

https://daylightcomputer.com
2•signa11•42m ago•0 comments

Calm Technologies That Excite Me

https://abhi.now/blog/calm-technologies/
2•signa11•44m ago•0 comments

Show HN: Mcpgen – Turn OpenAPI/Postman Specs into Python MCP Servers

https://github.com/JnanaSrota/mcpgen
1•princea747•46m ago•0 comments

Why care about programming languages

https://ebellani.github.io/blog/2026/why-care-about-programming-languages/
2•signa11•47m ago•1 comments

How good is your AI Gateway?

https://www.highflame.com/blog/the-three-moments-your-ai-gateway-can-ruin/
1•sharathr•48m ago•2 comments

Local AI that finds sensitive files on your Mac before attackers do

https://www.vaultsort.com/guardian
2•VaultSort•50m ago•0 comments

AI chatbots can be as effective as humans at emotional support, sometimes better

https://www.manchester.ac.uk/about/news/ai-chatbots-can-be-as-effective-as-humans-at-emotional-su...
1•giuliomagnifico•50m ago•0 comments

SteamForge – Modern PC Gaming Achievement Tracker (No Account Required)

https://steamforge.app/
1•Gengar•50m ago•0 comments

India's solar push idles factories unable to shake reliance on China

https://www.reuters.com/business/energy/indias-solar-push-idles-factories-unable-shake-reliance-c...
2•JumpCrisscross•56m ago•0 comments

Was the Hannibal Directive activated on October 7, 2023?

https://medium.com/freedomofthought/was-the-hannibal-directive-activated-on-october-7-2023-52b42f...
3•raynchad•57m ago•0 comments

Stop pretending billionaires built the future

https://www.elysian.press/p/billionaires-didnt-create-innovation
7•aard•57m ago•0 comments

Warsh Confuses Traders, Makes Them Guess Next Week's Rate Move

https://www.bloomberg.com/news/articles/2026-07-22/warsh-leaves-bond-traders-in-the-dark-on-next-...
1•petethomas•58m ago•0 comments

Show HN: I built my wife an ad-free news brief that fact-checks and flags bias

https://beamwire.ai/
1•malammar•1h ago•1 comments

ProkitQ – Free tools for entrepreneurs with no signup required

https://prokitq.com/tools
2•isurumahesh•1h ago•1 comments

A searchable index of nonfiction book prizes

https://book-prize-index.vercel.app
1•saikatsg•1h ago•0 comments

How to Write a Quine

https://czterycztery.pl/slowo/quine-EN.html
2•mci•1h ago•0 comments

Startup founders urge Trump not to shut off Chinese open weight AI

https://www.politico.com/news/2026/07/22/startup-founders-urge-trump-not-to-shut-off-chinese-open...
4•tosh•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.