frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: Does Vibe Coding and Prompt Engineering Make Me an Software Engineer?

1•wasimsk•1m ago•0 comments

Hip-hop pioneer, Afrika Bambaataa, dies aged 68

https://www.bbc.co.uk/news/articles/c2evppm30p7o
1•mellosouls•2m ago•0 comments

A Source Code Exhibition

https://www.sourcecode-exhibition.softwareheritage.org/
1•pabs3•4m ago•0 comments

A Type System for Management

https://rescrv.net/w/2026/04/09/a-type-system-for-management
1•rescrv•7m ago•0 comments

Negative views of Israel continue to rise among Americans

https://www.pewresearch.org/short-reads/2026/04/07/negative-views-of-israel-netanyahu-continue-to...
1•goldfishgold•8m ago•1 comments

Let's Talk about LLMs

https://www.b-list.org/weblog/2026/apr/09/llms/
1•vinhnx•9m ago•0 comments

ETH Zurich demonstrates 17,000 qubit array with 99.91% fidelity

https://ethz.ch/en/news-and-events/eth-news/news/2026/04/a-new-trick-brings-stability-to-quantum-...
1•joko42•14m ago•1 comments

Sadiq Khan demands stronger action on social media 'outrage economy'

https://www.theguardian.com/media/2026/apr/09/sadiq-khan-london-mayor-social-media-outrage-economy
3•mellosouls•15m ago•2 comments

Kevin Kelly – Some Contemporary Heresies

https://kevinkelly.substack.com/p/some-contemporary-heresies
2•Balgair•19m ago•0 comments

Free Remote Access to FPGAs

https://ps1.fpgas.online/fpgas/
2•random__duck•20m ago•1 comments

JSON with Commas and Comments

https://nigeltao.github.io/blog/2021/json-with-commas-comments.html
1•chirsz•22m ago•1 comments

FinCEN Proposes Rule to Reform Programs Designed to Fight Illicit Finance

https://www.fincen.gov/news/news-releases/fincen-proposes-rule-fundamentally-reform-financial-ins...
4•bkudria•22m ago•0 comments

JSONC Specification

https://jsonc.org/
2•chirsz•23m ago•0 comments

Some LLM routers are injecting malicious tool calls

https://twitter.com/fried_rice/status/2042423713019412941
4•kotobuki•28m ago•1 comments

Claude Mythos Is Everyone's Problem

https://www.theatlantic.com/technology/2026/04/claude-mythos-hacking/686746/
3•JumpCrisscross•32m ago•0 comments

Mysterious Seafood Virus May Be Behind Emerging Eye Disease, Scientists Warn

https://gizmodo.com/mysterious-seafood-virus-may-be-behind-emerging-eye-disease-scientists-warn-2...
1•razorbeamz•33m ago•0 comments

.

https://cryptobriefing.com/covenant-ai-exit-bittensor-tao-falls/
1•omegaproto•34m ago•0 comments

How Accurate Are Google's A.I. Overviews?

https://www.nytimes.com/2026/04/07/technology/google-ai-overviews-accuracy.html
2•JumpCrisscross•35m ago•0 comments

Federal Court Denies Anthropic's Motion to Lift 'Supply Chain Risk' Label

https://www.nytimes.com/2026/04/08/technology/anthropic-pentagon-risk-circuit-court.html
2•JumpCrisscross•36m ago•0 comments

Claude – Scaling Managed Agents: Decoupling the Brain from the Hands

https://www.anthropic.com/engineering/managed-agents
3•melvinodsa•38m ago•0 comments

The Catalog That Does Not Spy

https://fhe.stickybit.com.br/FHE_ECOMMERCE_EBOOK_EN.html
2•TiMagazine•41m ago•0 comments

States are struggling to meet their clean energy goals Data centers are to blame

https://apnews.com/article/ai-data-centers-nevada-clean-energy-47d1b6633ed720962848f4b5b91e7d6b
3•1vuio0pswjnm7•42m ago•0 comments

Austria becomes latest to propose social media ban for children

https://www.bbc.com/news/articles/cwyv70de9exo
3•1vuio0pswjnm7•46m ago•0 comments

A few thoughs about AI videos

1•stjuan627•47m ago•0 comments

Chang'e Mission Samples Reveal How Exogenous Organic Matter Evolves on the Moon

https://english.cas.cn/newsroom/research-news/202604/t20260408_1155384.shtml
2•salkahfi•47m ago•0 comments

Installing OpenBSD on the Pomera DM250{,XY?}

https://jcs.org/2026/04/09/openbsd-dm250
2•jandeboevrie•50m ago•0 comments

Treasury Secretary and Fed Chair Convene Bank CEOs about Mythos Model Risks

https://www.reuters.com/business/finance/bessent-powell-warn-bank-ceos-about-anthropic-model-risk...
3•m-hodges•53m ago•0 comments

I write and publish blog posts from Glamorous Toolkit I (2023)

https://blog.veitheller.de/How_I_write_and_publish_blog_posts_from_Glamorous_Toolkit_I.html
1•Tomte•57m ago•0 comments

India proposes new rules to regulate news and political posts on social media

https://www.bbc.com/news/articles/ce9mx2j3xlxo
1•vinni2•58m ago•0 comments

You can install FreeBSD on these laptops without issues, claims OS maintainer

https://www.neowin.net/news/you-can-totally-install-freebsd-on-these-laptops-without-issues-claim...
1•bundie•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•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.