frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

India's frugal AI models are a blueprint for resource-strapped nations

https://restofworld.org/2026/india-frugal-ai-sarvam-krutrim-sovereign/
1•i7l•1m ago•0 comments

Oilfield Units: a Measurement System so Cursed it made me Change Career [video]

https://www.youtube.com/watch?v=sdWEGzWFcCc
1•CharlesW•2m ago•0 comments

At Coachella, Justin Bieber spends half an hour surfing YouTube

https://www.sfgate.com/sf-culture/article/bieber-coachella-22202157.php
1•turtlegrids•3m ago•0 comments

Vlookup Still Beats XLOOKUP in Poll of 1,975 Excel Users (53% vs. 36% vs. 12%)

https://accountsdraft.com/resources/xlookup-vs-vlookup-vs-index-match-excel-poll-results
1•Rob_Benson-May•8m ago•0 comments

Show HN: Transcribe, analyse, and chat with your voice conversations

https://github.com/nezhar/voicevault
1•nezhar•11m ago•0 comments

The Death of Character in Game Console Interfaces

https://vale.rocks/posts/game-console-interfaces
1•PaulHoule•11m ago•0 comments

Pi Coding Agent [video]

https://www.youtube.com/watch?v=O-96yYDPMOc
1•davidkunz•12m ago•0 comments

Ask HN: On autistic spectrum, best way to live?

2•beaunative•13m ago•0 comments

How the CIA Forgot the Art of Spying

https://www.politico.com/magazine/story/2017/03/cia-art-spying-espionage-spies-military-terrorism...
1•cwwc•14m ago•0 comments

Vibin' Is Easy: It's All About Data and Design Now

https://kubekattle.github.io/ktl/blog/vibin-is-easy-its-all-about-data-and-design-now.html
1•KyleVlaros•14m ago•0 comments

Applied Reverse Engineering: Crude T&E for Control-Flow Tracing

https://revers.engineering/applied-re-crude-te-for-control-flow-tracing/
1•not_a9•15m ago•0 comments

Vitamin C inhibits ACSL4 to alleviate ferro-aging in primates: Cell Metabolism

https://www.cell.com/cell-metabolism/fulltext/S1550-4131(26)00053-7
1•bilsbie•16m ago•0 comments

New Study Shows People with Higher Cholesterol Live Longer

https://www.nad.com/news/new-study-shows-people-with-higher-cholesterol-live-longer-than-people-w...
1•bilsbie•17m ago•0 comments

Show HN: Rekal – Long-term memory for LLMs in a single SQLite file

https://github.com/janbjorge/rekal
2•jeeybee•23m ago•0 comments

Over 4,732 Messages, He Fell in Love with an AI Chatbot. Now He's Dead

https://www.wsj.com/tech/ai/google-gemini-jonathan-gavalas-death-07351ab2
1•nradov•24m ago•1 comments

Maine set to become first state with data center ban

https://www.cnbc.com/2026/04/09/maine-data-center-ban.html
1•eatonphil•29m ago•0 comments

Inventors Who Didn't Invent What They Are Famous for Inventing

https://www.wsj.com/tech/us-famous-inventions-inventors-wrong-3d5b0a0f
4•fortran77•32m ago•2 comments

Space Junk – A Magazine for Earthlings Who Dream of Outer Space

https://www.nytimes.com/2026/04/09/style/a-magazine-for-earthlings-who-dream-of-outer-space.html
1•bookofjoe•33m ago•1 comments

Distilling 100B+ Models 40x Faster with TRL

https://huggingface.co/spaces/HuggingFaceTB/trl-distillation-trainer
3•kashifr•33m ago•0 comments

OpenPGx – Ask Claude about medications from your 23andMe/Genera raw file (MCP)

https://github.com/open-pgx/openpgx
1•dougplac•34m ago•1 comments

Anthropic 10-step playbook for creating a Glomar Trap and pulling forward sales

https://10io.com/blog/glomar-trap-mythos
1•anactofgod•35m ago•2 comments

Audit Claude Platform Activity with the Compliance API

https://claude.com/blog/claude-platform-compliance-api
1•mooreds•36m ago•0 comments

AI Is Not a Labor Crisis. It Is a Meaning Crisis

https://twitter.com/lessin/status/2043370537280532771
2•jger15•37m ago•0 comments

A Perfectable Programming Language

https://alok.github.io/lean-pages/perfectable-lean/
1•yuppiemephisto•38m ago•0 comments

TokenMonopoly – Claude Max Is Overpriced; Compare AI Subscriptions

https://tokenmonopoly.com
1•robinw_•38m ago•0 comments

Microsoft engineer says original Task Manager was only 80KB to run on 90s comps

https://www.tomshardware.com/software/windows/veteran-microsoft-engineer-says-original-task-manag...
2•thunderbong•41m ago•0 comments

Someone Has to Be Happy. Why Not Lauren Sánchez Bezos?

https://www.nytimes.com/2026/04/11/business/lauren-sanchez-bezos-jeff-bezos.html
2•mooreds•41m ago•0 comments

Hungary's Viktor Orbán Concedes Defeat in Election

https://www.wsj.com/world/europe/hungary-election-results-orban-b2dbd42a
11•JumpCrisscross•42m ago•0 comments

Swiftpoint Z3: Do you need this much mouse?

https://www.swiftpoint.com/products/swiftpoint-z3-ea
1•Exorust•43m ago•0 comments

Been building a multi-agent framework in public for 5 weeks, its been a Journey

https://github.com/AIOSAI/AIPass
2•Input-X•45m 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.