frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Building Food Metadata with LLM Juries

https://careersatdoordash.com/blog/building-food-metadata-with-llm-juries-context-optimization-mu...
1•tie-in•41s ago•0 comments

Boom? If AI Sales in the US Go South, Let's Not Bail Out Big Money Bettors

https://www.nationalmemo.com/ai-bubble-2677214150
1•baranul•1m ago•0 comments

Be a Star or a Janitor

https://99d.substack.com/p/be-a-star-or-a-janitor
1•iacguy•4m ago•0 comments

Token overhead in coding agents: the task used 0.67% but overhead used the rest

https://praveenvijayan.substack.com/p/your-agent-spends-99-of-its-tokens
1•praveenvijayan•5m ago•0 comments

Is x86 ready to ACE it?

https://chipsandcheese.com/p/is-x86-ready-to-ace-it
1•mfiguiere•6m ago•0 comments

The Economics of Recursive Self-Improvement [pdf]

https://elasticity.institute/rsi-paper.pdf
1•apsec112•7m ago•0 comments

A better rsync based on fountain codes

https://twitter.com/doodlestein/status/2075711880426062074
1•MrBuddyCasino•9m ago•0 comments

Automated Moderation Is Here to Stay–Accountability Must Keep Pace

https://www.eff.org/deeplinks/2026/07/part-2-automated-moderation-here-stay-accountability-must-k...
1•Jimmc414•9m ago•0 comments

Lobste.rs is now running on SQLite

https://lobste.rs/s/ko1ji1/lobste_rs_is_now_running_on_sqlite
2•y1n0•15m ago•0 comments

The first commercial human-like robot is here. Are replicants next?

https://www.fastcompany.com/91570086/ubtech-first-commercial-human-like-robot
2•baranul•21m ago•0 comments

Show HN: Free and open source browser extension for web automation

https://waffy.io
2•aravind-manoj•23m ago•0 comments

MorphoHDL: A minimalistic language for growing circuits

https://paradigms-of-intelligence.github.io/morpho/
8•jacktang•25m ago•0 comments

Fred: A text editor that uses C for everything – Handmade Network Expo 2026 [video]

https://www.youtube.com/watch?v=xz5aPCRxsv4
3•linkdd•25m ago•0 comments

SCOTUS slip opinion: Grabbing Google geofence Location History is a 4th A search

https://www.courtlistener.com/opinion/10881683/chatrie-v-united-states/
8•Jimmc414•28m ago•1 comments

A Trip to 90s Kansai: Exploring the XD FirstClass Network BBS

https://cdrom.ca/games/2026/05/30/xd.html
2•zetamax•33m ago•0 comments

Palantir CEO Karp: "If my family hadn't left Germany, I would be a lampshade."

https://twitter.com/infolibnews/status/2076738939080102155
3•logcode•37m ago•2 comments

Show HN: MemStitch – Zero-copy context bridging for vLLM (25x TTFT speedup)

https://github.com/DaqulaLin/MemStitch
2•daqulalin•38m ago•0 comments

FCC Approves Reflect Orbital's Space Mirror Satellite

https://au.pcmag.com/networking/118695/fcc-approves-reflect-orbitals-giant-mirror-satellite-that-...
4•bushwart•38m ago•0 comments

Distributed Development

https://reticulum.network/manual/distributed.html
2•sporkl•41m ago•0 comments

ESBMC-Arduino: Closing the Deployment Gap for Formal Verification

https://arxiv.org/abs/2607.08550
4•Jimmc414•43m ago•0 comments

The Git history command deserves more attention

https://lalitm.com/post/git-history/
20•turbocon•45m ago•3 comments

Why Smucker's $5B Bet on the Twinkie Flopped

https://www.wsj.com/business/retail/smucker-hostess-twinkies-365614e5
5•doctaj•51m ago•1 comments

I built Snapchat without a webserver and with better privacy

https://github.com/jay23606/mayfly
2•joeydavis0068•51m ago•0 comments

The Future Worth Building Is Human

https://thinkingmachines.ai/blog/the-future-worth-building-is-human/
2•doppp•54m ago•0 comments

China builds full-scale US warship replica in desert

https://www.cnn.com/2026/07/11/world/video/china-builds-full-scale-us-warship-replica-in-desert-w...
2•bushwart•55m ago•0 comments

Viability Torus Lab

https://viability-torus-lab.citizen-of-earth.chatgpt.site/
2•CitizenOfEarth•1h ago•0 comments

America's Latest Weapon Against Iran: Sea Drones

https://www.wsj.com/world/middle-east/americas-latest-weapon-against-iran-sea-drones-3d5150e7
4•JumpCrisscross•1h ago•1 comments

Teachers and Local Businesses Win as Meta Expands Louisiana Data Center

https://about.fb.com/news/2026/07/teachers-local-businesses-win-as-meta-expands-louisiana-data-ce...
2•gnabgib•1h ago•0 comments

How America's Accurate Election Polls Were Covered Up

https://www.racket.news/p/how-americas-accurate-election-polls
5•casey2•1h ago•0 comments

LAPD Regularly Pulled over Innocent People Plate Readers Flagged Cars as Stolen

https://www.404media.co/lapd-regularly-pulled-over-innocent-people-because-license-plate-readers-...
12•Jimmc414•1h ago•2 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.