frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

New York utilities now want to build solar and wind farms

https://gothamist.com/news/banned-from-owning-power-plants-ny-utilities-now-want-to-build-solar-a...
1•geox•4m ago•0 comments

Thesis – Agentic PE: mature software as the cash cow

https://research.oguzbilgic.com/theses/agentic-pe
1•obilgic•6m ago•0 comments

Visibility, Transparency and Trust (Peter Diamandis 2026)

https://metatrends.substack.com/p/visibility-transparency-and-trust
1•King-Aaron•7m ago•0 comments

I don't enjoy the Internet any more

https://btao.org/posts/2026-08-17-i-dont-enjoy-the-internet/
3•g0xA52A2A•9m ago•1 comments

Honey loses over 7M users and 7k stores following YouTuber's viral expose

https://www.dexerto.com/youtube/honey-loses-over-7-million-users-and-7000-stores-following-youtub...
1•thunderbong•9m ago•0 comments

Show HN: TextCompare – Local-first diff tools for text, files, and code

https://compare-text.org/
1•JoheyDev888•19m ago•0 comments

Protecting chilli pepper crops: Managing chilli pepper pests and diseases

https://bioprotectionportal.com/resources/protecting-chilli-pepper-crops-managing-chilli-pepper-p...
2•teleforce•28m ago•0 comments

Goody-2, the most responsible AI model (2024)

https://www.goody2.ai/
2•science4sail•29m ago•1 comments

At least 62 YC startups with over $1.9B in funding are hosting on Replit

https://runtimewire.com/article/at-least-62-yc-startups-with-over-1-9-billion-in-funding-are-host...
2•ryanmerket•32m ago•0 comments

Exercise intensity modulates interorgan communication and is associated with

https://www.cell.com/cell-reports-medicine/fulltext/S2666-3791%2826%2900405-2?_returnURL=https%3A...
1•newsomix9xl•35m ago•1 comments

Learning-Rust.Github.io: Labs: Project 1 – RESTful API Workspace

https://learning-rust.github.io/labs/building-a-containerized-restful-api/
1•dumindunuwan•36m ago•0 comments

Text Watermarking: How It Works

https://watermarking.mochi.is
3•k1m•38m ago•0 comments

I've been doing endurance testing on microSD cards for the last 3 years

https://www.reddit.com/r/raspberry_pi/s/ciRiOgBwyU
2•trymas•39m ago•1 comments

LLM Speedrun: Architecture

https://layog.io/blog/llm-speedrun-arch/
1•layog•40m ago•0 comments

Vetted AI code is hard to justify

https://amoffat.github.io/blog/vetting-burnout.html
1•Curiositry•42m ago•0 comments

Saudi wealth fund scales back 'fantastical' plans for Neom

https://www.thetimes.com/business/companies-markets/article/saudi-wealth-fund-scales-back-fantast...
1•petethomas•47m ago•0 comments

One Base Currency. Every Rate You Care About

https://medium.com/@chris.ahrweiler/one-base-currency-every-rate-you-care-about-f4fa436dede9
1•docjojo•47m ago•0 comments

Seatd – We flipped the economics of restaurant reservations

https://seatd.net
1•ursaeast•47m ago•1 comments

Is Your Mailbox Full? Duplicate Emails May Be the Reason

https://medium.com/@chris.ahrweiler/is-your-mailbox-full-duplicate-emails-may-be-the-reason-eec27...
1•docjojo•47m ago•0 comments

Compression and Encryptionto Email

https://medium.com/@chris.ahrweiler/compression-and-encryption-built-into-email-a3e71e306385
1•docjojo•48m ago•0 comments

A Japan without 'katsudon'? New forecast reveals 2050 heat crisis

https://www.asahi.com/ajw/articles/16812647
2•rawgabbit•48m ago•0 comments

AI Stock Research Assistant · Streamlit

https://ai-stock-research-kiaan.streamlit.app
1•KiaanKothari•51m ago•0 comments

Running Qwen3.8-27B on DGX Spark

https://blog.kubesimplify.com/qwen3-8-27b-on-dgx-spark
1•saiyampathak•52m ago•0 comments

China Hunts for Scientific Talent. The U.S. Is Making It Easier

https://www.nytimes.com/2026/08/17/business/china-scientific-talent-competition.html
2•occamschainsaw•53m ago•0 comments

DeepSeek-V4-Pro outperforms Fable 5 after fixing runtime inference control

https://github.com/Tiger3807861189/DeepSeek-V4-J-Space-Capability-Realization-Report
7•DarenWatson•56m ago•1 comments

Monty Hall Problem

https://en.wikipedia.org/wiki/Monty_Hall_problem
1•efilife•56m ago•0 comments

GGUF Quantization Compared: Q4_K_M vs. IQ4_XS vs. IQ4_NL

https://kaitchup.substack.com/p/choosing-a-gguf-model-k-quants-i
3•peter_d_sherman•1h ago•0 comments

Elon Musk's GitHub alternative couldn't have arrived at a worse time for GitHub

https://www.neowin.net/news/elon-musks-github-alternative-couldnt-have-arrived-at-a-worse-time-fo...
6•bundie•1h ago•0 comments

Forget Work. Passive Income Is the New American Dream

https://www.wsj.com/lifestyle/careers/passive-income-dreams-2e67ee5c
5•hheikinh•1h ago•0 comments

Digital Sundial

https://www.fransmaes.nl/genk/en/gk-zw08-e.htm
2•vova_hn2•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.