frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

iPhone parts factory contaminated farmland water, India pollution body alleges

https://www.reuters.com/business/environment/tatas-iphone-parts-factory-contaminated-farmland-wat...
1•1vuio0pswjnm7•6m ago•0 comments

Ironies of Automation (1983) [pdf]

https://gwern.net/doc/sociology/technology/1983-bainbridge.pdf
1•networked•7m ago•0 comments

Show HN: Strimoza – Personal video cloud with local and Bunny CDN streaming

https://www.strimoza.com/
1•strimoza•7m ago•0 comments

Zuckerberg says Meta made 'mistakes' in AI workforce shift

https://www.reuters.com/business/metas-zuckerberg-admits-mistakes-made-ai-transformation-2026-06-12/
2•1vuio0pswjnm7•10m ago•0 comments

In Re Meta Android Privacy Litigation [pdf]

https://dn711508.ca.archive.org/0/items/gov.uscourts.cand.450524/gov.uscourts.cand.450524.120.0.pdf
1•1vuio0pswjnm7•11m ago•0 comments

RTX 5080 and RTX 3090 Setup: 80 Tok/s on Qwen 3.6 27B Q8

https://imil.net/blog/posts/2026/rtx-5080-+-rtx-3090-setup-80+-tok-s-on-qwen-3.6-27b-q8/
2•iMil•12m ago•0 comments

Switzerland to vote on plan to cap population at 10M

https://www.bbc.com/news/articles/cx23kz7e76po
1•geox•15m ago•0 comments

Cattle and wildlife thrive side-by-side in Zimbabwe

https://www.dailymaverick.co.za/article/2026-06-09-the-science-of-sharing-land-how-cattle-and-wil...
1•rbanffy•20m ago•0 comments

Show HN: Paca – Lightweight Jira alternative for human-AI collaboration

https://github.com/Paca-AI/paca
3•pikann22•23m ago•0 comments

The five pillars of the post-AI interview

https://carette.xyz/posts/the_five_pillars_of_post_ai_interview/
1•weird_trousers•23m ago•0 comments

The PM Trap: AI Won't Turn Engineers into Managers

https://carette.xyz/posts/the_mud_and_the_mind/
1•LucidLynx•24m ago•0 comments

What Would It Look Like If the AI Bubble Popped?

https://www.thebignewsletter.com/p/what-would-it-look-like-if-the-ai
3•pimeys•27m ago•1 comments

The Fable 5 Jailbreak Shows Why AI Guardrails Alone Are Not Enough

https://www.agilehunt.com/blog/fable-5-jailbreak-ai-guardrails
2•vikzsharma•28m ago•0 comments

Espruino Performance Notes

https://www.espruino.com/Performance
1•tosh•29m ago•0 comments

A low-carbon computing platform from your retired phones

https://research.google/blog/a-low-carbon-computing-platform-from-your-retired-phones/
2•vikas-sharma•29m ago•0 comments

Anthropic Policy on the AI Exponential

https://www.anthropic.com/policy-on-the-ai-exponential
1•samber•30m ago•0 comments

Why Zig When There is C++, D, and Rust?

https://ziglang.org/learn/why_zig_rust_d_cpp/
2•tosh•31m ago•0 comments

MeshCore for Zephyr RTOS

https://github.com/liquidraver/ZephCore
1•BSDobelix•35m ago•0 comments

I Spent the Night Interviewing the AI the Government Just Recalled

https://blog.vigilharbor.com/door-with-no-lock
1•Calvin-Gibson•43m ago•0 comments

Mini Shai-Hulud, Miasma, and Hades Worms Target Bioinformati

https://socket.dev/blog/mini-shai-hulud-miasma-and-hades-worms-target-bioinformatics-and-mcp-deve...
1•rbanffy•45m ago•0 comments

Everything you ever wanted to know about anarchy (but were afraid to ask)

https://www.youtube.com/watch?v=L9V33prYC1U
1•RebootStr•58m ago•0 comments

AI calls for the most ambitious political agenda in the history of Europe

https://europe2031.ai/summary/
1•doener•58m ago•0 comments

Former OpenAI board member says Elon Musk offered her sperm donations

https://www.bbc.co.uk/news/articles/c33243j44p8o
1•xvxvx•1h ago•1 comments

Anthropic shuts down Fable, Mythos models following Trump admin directive

https://arstechnica.com/ai/2026/06/anthropic-shuts-down-fable-mythos-models-following-trump-admin...
2•jay_kyburz•1h ago•0 comments

Git 2.55-Rc0 Prepares for Rust to Be Enabled by Default

https://lore.kernel.org/git/xmqqik7pqeiq.fsf@gitster.g/
1•tjek•1h ago•0 comments

Pokémon Go players unwittingly contributed to tech with military drone uses

https://arstechnica.com/ai/2026/06/pokemon-go-players-unwittingly-contributed-to-tech-with-milita...
1•justaj•1h ago•0 comments

Meta's New AI Unit Is a Total Mess

https://www.wired.com/story/mark-zuckerberg-meta-employee-meeting-interrupt-ai/
2•reasonableklout•1h ago•0 comments

Solar-thermal desalination process operates at near 100% efficiency

https://physicsworld.com/a/solar-thermal-desalination-process-operates-at-near-100-efficiency/
2•zeristor•1h ago•0 comments

The Hacker Webring

https://ring.acab.dev/
1•thes1lv3r•1h ago•0 comments

Beeper – All your chats in one app

https://www.beeper.com/
2•thunderbong•1h ago•1 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.