frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The wall every Flutter builder hits, and the ways around it

https://nowa.dev/blog/why-we-built-our-own-flutter-runtime/
1•raeddev•32s ago•0 comments

China's AI models have Trump's AI world at war with itself

https://www.technologyreview.com/2026/07/20/1140675/chinas-ai-models-have-trumps-ai-world-at-war-...
1•simonebrunozzi•1m ago•0 comments

Ask HN: Is Your Work Stressful?

1•julienreszka•2m ago•0 comments

One Too Many – Collectable Card Game (Beta Preview)

https://onetoomany.pages.dev/
1•gkasev•3m ago•1 comments

OpenAI Hacks Hugging Face, What Happened, Alignment and Paper Clips

https://stratechery.com/2026/openai-hacks-hugging-face-what-happened-alignment-and-paper-clips/
2•swolpers•4m ago•0 comments

Will your job be replaced by AI? Here are the roles most affected

https://www.bbc.co.uk/news/articles/cn7nllr4vd6o
1•password54321•6m ago•0 comments

$5B CEO says unemployed Gen Z should be out 3 days a week building their network

https://fortune.com/2026/07/21/netskope-ceo-sanjay-beri-5-billion-gen-z-networking-jobs-never-pub...
1•robtherobber•7m ago•0 comments

Show HN: Llamatop

https://github.com/fragmede/llamatop
1•fragmede•7m ago•0 comments

Measuring Reward-Seeking via Contrastive Belief Updates

https://arxiv.org/abs/2607.18966
1•sbulaev•12m ago•0 comments

French parliament backs social media ban for children under 15

https://www.reuters.com/legal/litigation/french-lawmakers-vote-social-media-ban-children-2026-07-21/
1•1vuio0pswjnm7•13m ago•0 comments

Show HN: Dex – Explore any Data Warehouse without worrying about costs

https://github.com/exmergo/dex
3•marcociavarella•13m ago•0 comments

Anthropic's landmark $1.5B copyright settlement is approved

https://techcrunch.com/2026/07/20/anthropics-landmark-1-5b-copyright-settlement-is-approved/
1•doener•14m ago•0 comments

Show HN: The BUSY build system now generates CMake so you can easily use LeanQt

https://github.com/rochus-keller/BUSY/blob/main/docs/The_BUSY_Build_System_Users_Guide.adoc
1•Rochus•17m ago•0 comments

Shape-shifting mirrors on NASA's new space telescope could unveil Jupiters like

https://www.technologyreview.com/2026/07/22/1140701/shape-shifting-mirrors-roman-space-telescope/
1•joozio•17m ago•0 comments

Show HN: Sunflowers

https://sunflowersgame.com/
2•pompomsheep•20m ago•2 comments

NVLink, NVSwitch, and All That

https://blog.doubleword.ai/nvlink-scale-up
4•somnial•20m ago•1 comments

Kalshi debuts US midterms hub for election forecasts and polling data

https://www.reuters.com/world/us/kalshi-debuts-us-midterms-hub-election-forecasts-polling-data-20...
2•1vuio0pswjnm7•21m ago•0 comments

AI investment boom puts Big Tech's free cash flow under pressure

https://www.reuters.com/business/ai-investment-boom-puts-big-techs-free-cash-flow-under-pressure-...
3•1vuio0pswjnm7•22m ago•0 comments

Kenze – An interactive shell for wrangling files bigger than your RAM

https://github.com/Kenzy-Zero/kenze
1•kenzy_zero•23m ago•0 comments

An observer-consistency framework for physics with 639 Lean-checked results

https://github.com/FloatingPragma/observer-patch-holography/blob/main/docs/HACKER_NEWS_START_HERE.md
1•berndtzl•25m ago•0 comments

The U.S. wants to contain China’s AI. Silicon Valley keeps using it

https://restofworld.org/2026/china-siliconvalley-ai-moonshot-kimi/
6•donohoe•25m ago•0 comments

Bielik.ai: Community-built, open-source LLMs for Polish and European languages

https://bielik.ai/en/home/
3•kacperlukawski•29m ago•0 comments

OverpAId – Fire your CEO. Hire the future

https://overpaid.lol
2•ignaloidas•30m ago•0 comments

Planned Updates to the PyPI User Interface

https://blog.pypi.org/posts/2026-07-22-ui-updates/
1•di•30m ago•0 comments

Flock Said Its Cameras Don't Track People. Then a Reporter Proved Them Wrong

https://www.gadgetreview.com/flock-said-its-cameras-dont-track-people-then-a-reporter-proved-them...
4•baranul•34m ago•0 comments

The case against crypto (2021)

https://www.stephendiehl.com/posts/against_crypto/
1•simonebrunozzi•36m ago•0 comments

KDE for Enterprise Needs a Strong PIM Infrastructure

https://ervin.ipsquad.net/blog/2026/07/21/kde-for-entreprise-needs-a-strong-pim-infrastructure/
1•birdculture•37m ago•1 comments

Chinese companies are taking over the EV market. What's behind their rise?

https://theconversation.com/chinese-companies-are-taking-over-the-ev-market-whats-behind-their-me...
3•baranul•38m ago•0 comments

OpenAI expands to Israel: first commercial hires and tech outreach

https://www.i24news.tv/en/news/israel/economy/artc-openai-expands-to-israel-first-commercial-hire...
2•EchooAI•40m ago•0 comments

Empathy and delight mean nothing when the software is disrespectful

https://productpicnic.beehiiv.com/p/empathy-and-delight-mean-nothing-when-the-software-is-disresp...
1•SouravInsights•40m 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.