frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Planet crisis response imagery related to the earthquakes in Venezuela

https://source.coop/planet/venezuela-earthquake-2026-06-24
1•marklit•1m ago•0 comments

Swedish court says Google is to pay $1.5B to Klarna in antitrust damages

https://www.reuters.com/business/swedish-court-says-google-is-pay-15-billion-klarna-antitrust-dam...
1•giuliomagnifico•5m ago•0 comments

Emergence World: A Laboratory for Evaluating Long-Horizon Agent Autonomy

https://www.emergence.ai/blog/emergence-world-a-laboratory-for-evaluating-long-horizon-agent-auto...
1•taubek•8m ago•0 comments

Liquid Glass Component Library

https://github.com/ObaidQatan/liquid-glass-component-library
1•agilek•10m ago•0 comments

Is it practical to host a real production app on a Mac mini?

1•yesiamsumit•10m ago•0 comments

The Dogs of San Francisco

https://thedogsofsf.com/
1•bookofjoe•13m ago•0 comments

The Shifting Line Between CSS States and JavaScript Events

https://css-tricks.com/css-states-and-javascript-events/
1•redbell•15m ago•0 comments

Some Medicare beneficiaries can now get popular obesity drugs for $50 a month

https://www.npr.org/2026/05/06/nx-s1-5812662/medicare-bridge-glp1-drugs-copay
2•geox•15m ago•0 comments

The Monster and the Lamb (1978)

https://www.theatlantic.com/magazine/archive/1978/12/the-monster-and-the-lamb/662832/
1•rwmj•16m ago•1 comments

Ask HN: What will you work on when Fable 5 comes back online today?

1•kordlessagain•17m ago•0 comments

Former Microsoft engineer shrinks Notepad down to size

https://www.theregister.com/os-platforms/2026/06/30/former-microsoft-engineer-shrinks-notepad-dow...
1•theanonymousone•17m ago•0 comments

From "Surely you're joking, Mr. Feynman" (1985)

https://www.asc.ohio-state.edu/kilcup.1/262/feynman.html?repostindays=413
3•chistev•18m ago•0 comments

PearPass – Secure P2P sync and sharing of credentials, no cloud involved

https://pass.pears.com/
1•tommica•18m ago•0 comments

Show HN: Open-source library to copy-paste HTML into Figma as editable layers

https://www.figit.design/
1•mattiapomelli•21m ago•0 comments

Show HN: SlopenClaw, an AI agent that procrastinates for you

https://slopenclaw.com/
1•romainsimon•21m ago•0 comments

Show HN: Cmux-SSH-here – throwaway SSH server and deep link in one npx command

https://github.com/viktor-silakov/cmux-ssh-here
1•1105714•22m ago•0 comments

An ancient Greek computer: The Antikythera Mechanism

https://medium.com/@grbldeveloped/an-ancient-greek-computer-the-antikythera-mechanism-a838451863aa
2•GRBLDeveloped•27m ago•0 comments

How to Monitor Your Meta Tags

https://testomato.com/blog/meta-tags-monitoring/
1•dewey-decibel•29m ago•0 comments

Spain's Solar Is So Cheap Investors Are Looking for an Exit

https://www.bloomberg.com/news/newsletters/2026-06-30/spain-s-solar-is-so-cheap-investors-are-loo...
2•donohoe•30m ago•0 comments

Claude Science is Anthropic's newest flagship product

https://www.technologyreview.com/2026/06/30/1139987/claude-science-is-anthropics-newest-flagship-...
1•joozio•33m ago•1 comments

Continuous low-intensity ultrasound downregulates inflammation in macrophages

https://www.nature.com/articles/s41598-026-53228-6
1•bookofjoe•38m ago•0 comments

Why your AI bill is bigger than it should be

https://leaddev.com/ai/why-your-ai-bill-is-bigger-than-it-should-be
1•chhum•40m ago•0 comments

Opinion: I Was Not Allowed to Type Prompts into ChatGPT During My Chalk Talk

https://inpreparation.substack.com/p/opinion-i-was-not-allowed-to-type
3•mold_aid•42m ago•3 comments

Show HN: Waisly – a budgeting app that never asks for your bank login

https://getwaisly.app/en
1•Vadim7j7•43m ago•0 comments

JSP for Practical Program Design (1996)

https://archive.org/details/jspforpracticalp0000dudm
1•turtleyacht•45m ago•1 comments

Phone Number Carrier and Line Type with Python and the Telnyx Number Lookup

https://telnyx.com/resources/phone-number-carrier-lookup-python
1•harpreetseehra•46m ago•0 comments

Show HN: Irongate – Serverless Auth on AWS

https://github.com/RobinSrimal/irongate
2•maltaro•46m ago•0 comments

Show HN: HackerNows – Native iOS HN Client

https://hackernows.app/
7•maguszin•48m ago•2 comments

Private equity firm acquires MariaDB (2024)

https://k1.com/k1-acquires-mariadb/
1•elisaado•49m ago•0 comments

BIS Annual Report AI Scenarios

https://www.bis.org/publ/arpdf/ar2026e1.htm
1•2716057•51m 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.