frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

One of Apple's First Employees Looks Back at 50 Years

https://www.nytimes.com/2026/04/01/technology/apple-employee-50-years.html
1•tambourine_man•2m ago•0 comments

CougarLLM: A Global Inference Server

https://www.tigrisdata.com/blog/cougarllm/
1•excerionsforte•5m ago•0 comments

The Camps Promising to Turn You–Or Your Son–Into an Alpha Male

https://www.newyorker.com/magazine/2026/04/06/the-camps-promising-to-turn-you-or-your-son-into-an...
1•petethomas•8m ago•0 comments

My GitHub Suspension, a Thread

https://bsky.app/profile/rogerioromao.dev/post/3migx73xd2227
3•OuterVale•9m ago•1 comments

Do Graduate Degrees Pay Off?

https://www.peer-center.org/research/do-graduate-degrees-pay-off
2•gnabgib•10m ago•0 comments

Death of a refugee left at a doughnut shop by Border Patrol ruled homicide

https://apnews.com/article/buffalo-new-york-refugee-death-482894a96ba31b8945f4186f823c38d2
2•petethomas•15m ago•0 comments

From Steelworkers to Care Workers

https://chicagoreader.com/news/politics/advocate-hospital-quantum-computing-iqmp/
1•toomuchtodo•16m ago•0 comments

Show HN: Squire – CLI-first remote runtimes for Claude Code / Codex workflows

https://squire.run/
1•reidgoodbar•19m ago•0 comments

Auto industry group calls for scrapping US gas tax, adopting vehicle fee

https://www.reuters.com/business/autos-transportation/auto-industry-group-calls-scrapping-us-gas-...
1•geox•19m ago•2 comments

Show HN: Structured Python control over AI computer use agents

https://github.com/aadya940/orbit
1•aadyachinubhai•21m ago•0 comments

MetaLLM – Metasploit-inspired AI/ML security testing framework

https://github.com/scthornton/MetaLLM
1•perfecXion•24m ago•0 comments

We ran 8 Bedrock models on the same RAG pipeline. The cheapest Claude model won

https://www.outcomeops.ai/blogs/youre-probably-using-the-wrong-bedrock-model
1•linsys•25m ago•0 comments

Some of the most popular graduate degrees don't pay off financially, study finds

https://www.washingtonpost.com/education/2026/03/31/graduate-degree-earnings-study/
2•bookofjoe•29m ago•3 comments

Show HN: Cynical Sally – a personality that remembers you, now on OpenClaw

https://clawhub.ai/w1ckedxt/openclaw-cynicalsally
1•thomasgeelens•32m ago•0 comments

ZomboCom stolen by a hacker, sold, now replaced with AI-generated makeover

https://old.reddit.com/r/oldinternet/comments/1raiz8v/zombocom_was_stolen_by_hacker_put_up_for_sa...
10•bananaboy•33m ago•0 comments

Montana referendum to outlaw corporate campaign contributions [video]

https://www.youtube.com/watch?v=p1fPbGHe3xE
2•le-mark•36m ago•0 comments

Show HN: Grab web elements for CLI users

https://github.com/Jingquank/Claude-Code-Probe/tree/main
1•cozyss•36m ago•0 comments

Anthropic Races to Contain Leak of Code Behind Claude AI Agent

https://www.wsj.com/tech/ai/anthropic-races-to-contain-leak-of-code-behind-claude-ai-agent-4bc5acc7
2•petethomas•39m ago•1 comments

Show HN: 65k AI voters predict UK local elections with 75% accuracy

https://kronaxis.co.uk/blog/predicting-may-7-elections
1•JasonDuke•41m ago•0 comments

Explore every Claude Code buddy

https://perplexes.github.io/every-buddy/
2•perplexes•43m ago•1 comments

What Next for Junior Developers?

https://www.infoworld.com/article/4152683/what-next-for-junior-developers.html
2•vinhnx•43m ago•0 comments

43 hours battery life: Dell XPS 14 2026 lasts almost 3x longer vs MacBook Air 15

https://www.notebookcheck.net/43-hours-battery-life-Dell-XPS-14-2026-lasts-almost-3x-longer-vs-Ma...
6•akyuu•43m ago•0 comments

A new C++ back end for ocamlc

https://github.com/ocaml/ocaml/pull/14701
33•glittershark•43m ago•1 comments

Shared mutable state in Rust (2022)

https://draft.ryhl.io/blog/shared-mutable-state/
1•vinhnx•45m ago•0 comments

Information Contagion; Polymarket Trade

https://rajivsethi.substack.com/p/information-contagion
1•neehao•45m ago•0 comments

CoolIT Systems to be acquired by U.S. company Ecolab

https://www.cbc.ca/news/canada/calgary/coolit-sale-tech-deal-calgary-9.6941841
1•BiraIgnacio•45m ago•0 comments

Gaim 3 Exists

https://gaim.imfreedom.org
1•birdculture•46m ago•0 comments

Wi-Fi Graffiti

https://spencer.place/creation/wi-fi-graffiti/
1•wonger_•47m ago•0 comments

Anyone came up with any great format for technical interviews?

1•dennis3124•48m ago•0 comments

Managed Nationalism

https://en.wikipedia.org/wiki/Managed_nationalism
5•tokai•49m 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•11mo ago

Comments

palata•11mo 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•11mo 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•11mo 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•11mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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.