frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Snatch Guard – iOS theft detection with accelerometer and Screen Time

https://snatchguard.app
1•olegmmv•2m ago•0 comments

One IP, Six Crawler Identities, One Second (Detection via Nginx Logs)

https://speytech.com/insights/rotational-bot-identity-detection/
1•william1872•2m ago•0 comments

RCP8.5 Is Officially Dead

https://rogerpielkejr.substack.com/p/rcp85-is-officially-dead
1•RickJWagner•5m ago•0 comments

Show HN: Peeklens – Palantir for Marketing

https://peeklens.ai/
1•ramsono•5m ago•0 comments

Prolonging healthy aging: Longevity vitamins and proteins (Study, 2018)

https://pmc.ncbi.nlm.nih.gov/articles/PMC6205492/
1•pogue•9m ago•0 comments

Native all the way, until you need text

https://justsitandgrin.im/posts/native-all-the-way-until-you-need-text/
3•dive•12m ago•1 comments

Every AI Subscription Is a Ticking Time Bomb for Enterprise

https://www.thestateofbrand.com/news/ai-subscription-time-bomb
1•mooreds•12m ago•0 comments

How to Write Articles and Essays Quickly and Expertly (2006)

https://www.downes.ca/post/38526
1•downbad_•13m ago•0 comments

Nine Things I Learned in Ninety Years [pdf]

https://edwardpackard.com/wp-content/uploads/2026/04/Nine-Things-I-Learned-In-Ninety-Years.pdf
1•jimsojim•13m ago•0 comments

Kaiden: Workstation AI Sandbox Desktop Application

https://openkaiden.ai/
1•illusive4080•14m ago•1 comments

Ebola epidemic in DRC, Uganda public health emergency of international concern

https://www.who.int/news/item/17-05-2026-epidemic-of-ebola-disease-in-the-democratic-republic-of-...
2•JumpCrisscross•17m ago•0 comments

How Agile became a mis-Agile Disaster

https://medium.com/@andvgal/how-agile-became-a-mis-agile-disaster-1c1905cba329
1•andvgal•18m ago•0 comments

The age of thin clients and middle managers

https://kixpanganiban.bearblog.dev/the-age-of-thin-clients-and-middle-managers/
2•kixpanganiban•23m ago•0 comments

Claude Code Did the Heavy Lifting to Get Adobe Lightroom CC Running on Linux

https://www.phoronix.com/news/Adobe-Lightroom-CC-Linux
2•bno1•25m ago•0 comments

Your browser probably lies to the big sites (blame Chrome)

https://hackaday.com/2026/05/16/your-browser-probably-lies-to-the-big-sites-blame-chrome/
1•notpushkin•29m ago•0 comments

China bypasses US GPU bans with 1.54-exaflops 'LineShine' supercomputer

https://www.tomshardware.com/tech-industry/artificial-intelligence/china-bypasses-us-gpu-bans-wit...
2•giuliomagnifico•30m ago•0 comments

Mnemonicai – AI that learns from your company's work, not your docs

https://mnemonic.nishantvanawala6118.workers.dev
1•Nishvana•33m ago•0 comments

AI in Finance: What Is Working Today

https://members.sigmazero.cc/posts/ai-in-finance-is-157955538?postId=ai-in-finance-is-157955538
2•sigmazero•33m ago•0 comments

Pixal3D: Pixel-Aligned 3D Generation from Images

https://ldyang694.github.io/projects/pixal3d/
2•steveharing1•36m ago•0 comments

Photo GIMP – A Patch for GIMP 3 for Photoshop Users

https://github.com/Diolinux/PhotoGIMP
1•SockThief•43m ago•0 comments

Private Networking on Hetzner Cloud with Tailscale

https://onatm.dev/2026/01/28/private-networking-on-hetzner-cloud-with-tailscale/
1•onatm•44m ago•0 comments

Agent skill for UB detection in Rust

https://twitter.com/i/status/2055439039692452106
1•Dowwie•45m ago•1 comments

A relatively brief explanation of Boltzmann Brains

https://www.lesswrong.com/posts/v8MSczS3CuoqMmTFw/a-relatively-brief-explanation-of-boltzmann-brains
1•joozio•49m ago•0 comments

Show HN: MaragingLoop: Autonomous Bare-Metal OS Agent

https://github.com/GistNoesis/MaragingLoop/
1•GistNoesis•50m ago•1 comments

No comment on this PR may mention the following topics

https://chaosfem.tw/@Athena/116578993491995353
1•colinprince•53m ago•0 comments

Klaxon a livr earthquake map with no back end

https://klaxon.live/
4•Accher•55m ago•2 comments

American Jobs with AI Exposure Are Starting to Disappear, Data Show

https://gizmodo.com/american-jobs-with-ai-exposure-really-are-starting-to-disappear-data-show-200...
1•pseudolus•57m ago•0 comments

Some Asexuals Are Using AI Companions for Intimacy Without the Sex

https://www.wired.com/story/some-asexual-people-are-using-ai-companions-for-intimacy-without-the-...
1•joozio•59m ago•0 comments

Opening a jar for 10 hours straight [video]

https://www.youtube.com/watch?v=X969XcyIHWY
3•pingou•1h ago•1 comments

AidaIDE – A desktop IDE built around SSH sessions

https://aidaide.app/vs/putty
1•westhemess•1h 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.