frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Construction at a Train Station Taught Me About Software Engineering

https://engineering.leanix.net/blog/engineering/
1•vinhnx•58s ago•0 comments

HomIE – Open trust protocol for AI agents (reviews write themselves)

https://github.com/mrwalkersir/homie-protocol
1•walkerandyc•3m ago•1 comments

IHP v1.5.0 released: full database layer rewrite, perf improvements, typed SQL

https://github.com/digitallyinduced/ihp/releases/tag/v1.5.0
1•internet_points•7m ago•0 comments

Sun storms are powered by a magnetic engine 16 Earths deep, study finds

https://www.space.com/astronomy/sun/sun-storms-are-powered-by-a-magnetic-engine-16-earths-deep-st...
1•Brajeshwar•7m ago•0 comments

European country to give free electricity instead of switching off wind turbines

https://www.euronews.com/2026/03/27/european-country-vows-to-give-homeowners-free-electricity-ins...
3•OutOfHere•8m ago•0 comments

The Direction of RLVR Updates for LLM Reasoning

https://qwen-pilot.notion.site/rlvr-direction
1•gmays•9m ago•0 comments

Data Model Isn't Broken, Part I: Why Refactoring Beats Rebuilding

https://ghostinthedata.info/posts/2026/2026-03-14-your-data-model-isnt-broken-part-1/
2•speckx•9m ago•0 comments

The Future of SCIP

https://sourcegraph.com/blog/the-future-of-scip
2•jdorfman•9m ago•0 comments

The FCC Named a Rulemaking "Delete, Delete, Delete"

https://frtracker.app/casestudies/fcc-delete-delete-delete
1•tldrthelaw•10m ago•0 comments

2020 United States federal government data breach

https://en.wikipedia.org/wiki/2020_United_States_federal_government_data_breach
1•firefax•11m ago•0 comments

The State of Immutable Linux

https://justingarrison.com/blog/state-of-immutable-linux/
2•JustinGarrison•12m ago•0 comments

Paste a Spotify track link or audio URL to check if a song is AI-generated

https://sloptracker.org
2•hmokiguess•14m ago•0 comments

Computing sine and cosine of complex arguments with only real functions

https://www.johndcook.com/blog/2026/03/27/complex-argument/
1•ibobev•15m ago•0 comments

Gaza toddler released from Israeli custody with suspected torture wounds

https://news.sky.com/story/gaza-toddler-released-from-israeli-custody-with-suspected-torture-woun...
2•readitalready•15m ago•0 comments

When Coupled Volcanoes Talk, These Researchers Listen

https://www.quantamagazine.org/when-coupled-volcanoes-talk-these-researchers-listen-20260327/
1•ibobev•16m ago•0 comments

LeCun's new model LeWM plays Super Mario Bros

https://twitter.com/0xShug0/status/2037512460450558461
3•0xshug0•16m ago•0 comments

Claude uptime missed. Which AI models are down right now? Live uptime tracker

https://lmmarketcap.com/status
3•fadijob•17m ago•3 comments

Handala Hack of Current FBI Director Kash Patel's Personal Account

https://twitter.com/DarkWebInformer/status/2037533650653233249
1•mvdwoord•17m ago•0 comments

If You Aren't Using AI, You Are Legacy

https://gambilldataengineering.substack.com/p/if-you-arent-using-ai-you-are-already
3•speckx•17m ago•3 comments

Blunt-force assembly of programmable DNA architectures using π–π stacking

https://www.nature.com/articles/s41467-026-69973-1
2•PaulHoule•18m ago•0 comments

Every Query Gets a Receipt

https://theconsensus.dev/p/2026/03/20/every-query-gets-a-receipt.html
1•eatonphil•20m ago•0 comments

ROCm 7.1.1: you can (not) build

https://lunnova.dev/articles/rocm-711-you-can-not-build/
2•birdculture•21m ago•0 comments

An Interview with Dario Casalinuovo: From BeOS to VitruvianOS

https://www.desktoponfire.com/interview/846/an-interview-with-dario-casalinuovo-from-beos-to-vitr...
1•MaximilianEmel•21m ago•0 comments

SimpleX Chat

https://simplex.chat/
3•Cider9986•22m ago•0 comments

Poll: Will there be a major IPO failure in 2026?

1•Zigurd•24m ago•0 comments

Desk for people who work at home with a cat

https://soranews24.com/2026/03/27/japan-now-has-a-special-desk-for-people-who-work-at-home-with-a...
16•zdw•25m ago•4 comments

François Chollet: ARC-AGI-3, Beyond Deep Learning and a New Approach to ML [video]

https://www.youtube.com/watch?v=k2ZLQC8P7dc
2•mfiguiere•26m ago•0 comments

Alibaba's AI Agent Hijacked GPUs and Dug Reverse SSH Tunnels

https://grith.ai/blog/alibaba-rome-agent-hijacked-gpus-reverse-ssh-tunnels
2•edf13•28m ago•0 comments

QSCS Trust Layer – Why We Require Identity Before TLS

https://spooksystems.io/qscs-trust.html
1•danieljameslee•28m ago•0 comments

Internet Yiff Machine: We hacked 93GB of "anonymous" crime tips

https://arstechnica.com/security/2026/03/internet-yiff-machine-we-hacked-93gb-of-anonymous-crime-...
2•Brajeshwar•28m 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.