frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

TanStack NPM Packages Compromised

https://github.com/TanStack/router/issues/7383
2•varunsharma07•1m ago•0 comments

I Built an AliExpress Homelab, Is It Surprisingly Good or Total E-Waste?

https://the-diy-life.com/i-built-an-aliexpress-homelab-is-it-surprisingly-good-or-total-e-waste/
1•bdcravens•1m ago•0 comments

From E-Waste to AI Powerhouse: Upcycling Smartphones for On-Device AI

https://www.gesellschaft-zur-entwicklung-von-dingen.de/challenge
1•luckow•1m ago•1 comments

Ads Are Coming to Apple Maps This Summer: Here's What to Expect

https://www.macrumors.com/2026/04/24/apple-maps-ads-what-to-expect/
1•celsoazevedo•1m ago•0 comments

Apple's iOS 26.5 Update Patches More Than 50 Security Flaws

https://www.macrumors.com/2026/05/11/ios-26-5-security-fixes/
1•celsoazevedo•3m ago•1 comments

Manuals Plus: The Wrap-Up

https://ascii.textfiles.com/archives/5833
1•kencausey•4m ago•0 comments

I let AI build a tool to help me figure out what was waking me up at night

https://martin.sh/i-let-ai-build-a-tool-to-help-me-figure-out-what-was-waking-me-up-at-night/
1•showmypost•5m ago•0 comments

People turning to gambling or fraud in response to rigged/unfair system

https://greyenlightenment.com/2026/05/04/people-turning-to-gambling-or-fraud-in-response-to-rigge...
1•paulpauper•5m ago•0 comments

Teen Boys and Young Men Are Injecting Peptides in Search of Perfection

https://www.wsj.com/health/wellness/boys-peptides-stacks-looksmaxxing-trevor-larcom-835e58cd
1•JumpCrisscross•6m ago•0 comments

Stay indoors warning issued across three US states as toxic smog fills the air

https://www.dailymail.com/sciencetech/article-15809079/stay-indoors-warning-arizona-texas-califor...
1•Bender•7m ago•0 comments

Linux 7.1-Rc3 Released with Many Networking Changes

https://www.phoronix.com/news/Linux-7.1-rc3-Released
1•Bender•8m ago•0 comments

Linux 7.0.6 Released to Finish Mitigating the Dirty Frag Vulnerability

https://www.phoronix.com/news/Linux-7.0.6-Released
1•Bender•9m ago•0 comments

Cash register makers seek 1% food tax rate, citing extra time needed for 0% rate

https://www.japantimes.co.jp/news/2026/04/29/japan/politics/japan-food-tax-cut-challenges/
2•PaulHoule•10m ago•1 comments

Native Instruments Is Bought Out

https://www.the-berliner.com/berlin/native-instruments-sold-to-inmusic/
1•mrzool•11m ago•0 comments

Token Budgeting: How to Think About AI Cost Control

https://www.vantage.sh/blog/ai-token-budgeting
1•StratusBen•11m ago•0 comments

The 45% Hidden ROI of Automation No One Puts in the Business Case

https://sneakbug8.com/vertical-spillover-effect/
1•SneakBug8•12m ago•0 comments

Beneath the Linux surface: the Unix legacy, a lively ecology

https://club.unix.rocks/commentary/under-linux/
1•fcambus•12m ago•0 comments

Seeking technical co-founder (USA) – B2B global trade platform

https://www.ventraa.com/
1•rithwik29345•12m ago•0 comments

Kicking the Tires: A Voluntary Path to Pre-Deployment AI Vetting

https://www.lawfaremedia.org/article/kicking-the-tires--a-voluntary-path-to-pre-deployment-ai-vet...
1•yurivish•13m ago•0 comments

What breaks when you ask an LLM for JSON (288 model outputs tested)

https://thecrosswalk.news/what-breaks-when-you-ask-an-llm-for-json/
2•ndcorder•13m ago•0 comments

US Counterterrorism Strategy 2026: "We Will Find You and We Will Kill You" [pdf]

https://www.whitehouse.gov/wp-content/uploads/2026/05/2026-USCT-Strategy-1.pdf
1•latexr•13m ago•0 comments

We got our first paid user. And we're still stuck in Google's audit process

https://www.indiehackers.com/post/we-got-our-first-paid-user-and-were-still-stuck-in-google-s-aud...
2•festivilia•14m ago•0 comments

The Pace of Feedback

https://thoughtbot.com/blog/the-pace-of-feedback
1•paulhebert•14m ago•0 comments

AI, VPS Usage and $22B in Bead Funding Affects on IPv4 Prices

https://brandergroup.net/2026/04/hostinger-and-hetzner-signal-real-ipv4-demand/
1•JakeBrander•14m ago•0 comments

Virtual flying experience changes neural responses to seeing wings

https://www.cell.com/cell-reports/fulltext/S2211-1247(26)00398-0
3•_Microft•15m ago•1 comments

Prompt caching but for RL – 7.5x speedup on long-prompt/short-response workloads

https://castform.com/blog/train-prompt-cache/
4•kumama•15m ago•0 comments

Interaction Models

https://thinkingmachines.ai/blog/interaction-models/
6•smhx•16m ago•0 comments

Vision of destruction: Israel's assault on southern Lebanon

https://www.theguardian.com/world/2026/may/11/vision-destruction-israel-assault-southern-lebanon-...
3•ciconia•16m ago•0 comments

AI inference just plays by different rules

https://www.theregister.com/software/2026/05/04/ai-inference-just-plays-by-different-rules/5223647
1•gmays•17m ago•0 comments

Ask HN: Experience with Odd-Shaped Monitors?

1•nrjames•17m 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•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.