frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The first AI agent worm is months away, if that

https://dustycloud.org/blog/the-first-ai-agent-worm-is-months-away-if-that/
1•mooreds•41s ago•0 comments

Transparent Compression with Folder Actions in macOS

https://blog.gingerbeardman.com/2026/07/01/transparent-compression-with-folder-actions-in-macos/
1•tobr•1m ago•0 comments

Garbage in the Loop

https://www.moderndescartes.com/essays/garbage_loop/
1•evakhoury•1m ago•0 comments

ESO: SpaceX plans to launch 1M satellites for space-based data centres

https://mastodon.social/@esoastronomy/116844620404236120
1•ColinWright•2m ago•0 comments

Doma.in Na.me Ha.ck Cl.ub

https://namehack.club/
1•infinitewalk•2m ago•0 comments

Phantom Type

https://wiki.haskell.org/index.php?title=Phantom_type
1•ahsillyme•3m ago•0 comments

Show HN: Beep explicit language in podcasts so you can listen with kids

https://beepcasts.com/
1•zachthewf•3m ago•0 comments

PowerFuzz: Power-Based Black-Box Firmware Fuzzing

https://arxiv.org/abs/2606.24692
1•Jimmc414•4m ago•0 comments

GPUBreach: Privilege Escalation Attacks on GPUs Using Rowhammer

https://arxiv.org/abs/2605.03812
1•Jimmc414•5m ago•0 comments

Transportation Secretary Announces Supersonic Flight Is Coming to the U.S.

https://www.faa.gov/newsroom/trumps-transportation-secretary-sean-p-duffy-announces-supersonic-fl...
2•pseudolus•8m ago•0 comments

Show HN: A reproducible React data grid benchmark with raw browser samples

https://vitashev.github.io/react-data-grid-benchmark/
1•vitashev•8m ago•0 comments

I read 80 articles in June, these were my favorites

https://readpondercom.substack.com/p/i-read-80-articles-in-june-these
1•wingdiction•8m ago•0 comments

Amalia – an open-source language model targeting European Portuguese

https://huggingface.co/amalia-llm
1•mt_•10m ago•2 comments

The Founding Father Who Sought a Last-Minute Deal to Avert the Revolution

https://www.nytimes.com/2026/06/30/us/250-american-revolution-john-dickinson.html
1•bookofjoe•10m ago•1 comments

Ask HN: Will AI LLMs for coding get smarter and cheaper in the future?

2•roschdal•11m ago•1 comments

What's the Point of Sex, Anyway?

https://www.newyorker.com/magazine/2026/06/29/on-the-origin-of-sex-book-review-lixing-sun
1•mitchbob•11m ago•1 comments

Valve Explains Why It Doesn't Subsidize Its Hardware Platforms

https://daringfireball.net/linked/2026/07/01/valve-on-subsidizing-hardware
2•Tomte•11m ago•0 comments

A new clock measures the chance of satellite collisions

https://theconversation.com/a-new-crash-clock-measures-the-chance-of-satellite-collisions-and-its...
1•mathgenius•12m ago•0 comments

Show HN: In-place OCR + Translate for Internet Archive books

https://chromewebstore.google.com/detail/bookxlate-archiveorg-book/mfefkdeojibnbabedjonpgmbgbfplbhe
1•viking2917•12m ago•0 comments

OpenFoundry 2.0

https://m.open-foundry.com/w/UOdYBuUAEN4pxsHpN4b5ng/RZpKCWI21Q0Nf2HXPYFqhw/dVopakEBt0HsOjcigQ8b2w
2•starkparker•13m ago•0 comments

Show HN: a Rust OS kernel built for LLM inference

https://github.com/Kanchisaw03/axiom
2•Kanchisaw•13m ago•0 comments

Appearently MV2/uBO extentions still works on Chrome 150

https://old.reddit.com/r/uBlockOrigin/comments/1ukq0hf/ubo_can_work_on_chrome_150_if_you_already_...
1•elfatnorthpole•15m ago•0 comments

Droid Shield 2.0: learned secret detection

https://factory.ai/news/droid-shield-2-0
2•kstrauser•15m ago•1 comments

Norman Rockwell Paintings of the West Wing in the White House on Public View

https://www.smithsonianmag.com/smart-news/norman-rockwell-captured-the-hustle-of-the-west-wing-in...
1•thunderbong•17m ago•0 comments

Indian Address Parser – Qwen3-0.6B LoRA

https://huggingface.co/gagan1985/qwen3-0.6b-indian-address-parser
1•gagan2020•17m ago•1 comments

The Hidden Harms of CPR (2023)

https://www.newyorker.com/news/the-weekend-essay/the-hidden-harms-of-cpr
1•mitchbob•18m ago•1 comments

Show HN: Rewindr – Local shell inside failed GitHub Actions snapshots

https://github.com/dr-alberto/rewindr
3•__alberto•18m ago•0 comments

Consortium including Visa, Mastercard jointly launch new global stablecoin

https://www.reuters.com/business/consortium-including-visa-mastercard-jointly-launch-new-global-s...
2•FergusArgyll•19m ago•0 comments

Sanpo Yoshi: the Japanese business principle of success through responsibility

https://medium.com/social-innovation-japan/sanpo-yoshi-japans-responsible-business-philosophy-15d...
1•akyuu•20m ago•0 comments

Artful Cats: Feline-Inspired Art and Artifacts

https://www.si.edu/spotlight/art-cats
1•jruohonen•20m 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.