frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Programming is dead, we're all code engineers now

https://benbyford.com/articles/programming-is-dead-were-all-code-engineers-now/
1•speckx•30s ago•0 comments

DeepSeek Plans Gigawatt Scale AI Data Center in Inner Mongolia

https://www.bloomberg.com/news/articles/2026-07-30/deepseek-is-developing-massive-ai-data-center-...
1•htrp•1m ago•0 comments

Hugging Face is being used to easily undress women and children

https://www.theverge.com/ai-artificial-intelligence/971723/hugging-face-nudify-deepfake-undress-w...
1•handfuloflight•1m ago•0 comments

Agent Skill to Force Docs in ASD-STE100 Simplified Technical English

https://github.com/AminBlg/SimpleEnglish
2•navs•3m ago•0 comments

ChipTycoon: An animated journey through how computer chips are made

https://laurentiugabriel.github.io/ChipTycoon/
1•laurentiurad•4m ago•0 comments

'Talk Is Cheap': Wall Street Delivers Harsh Verdict on Warsh Fed

https://www.bloomberg.com/news/articles/2026-07-30/-talk-is-cheap-wall-street-delivers-harsh-verd...
2•petethomas•5m ago•0 comments

The Town That Wants a Data Center Next Door

https://www.theatlantic.com/podcasts/2026/07/town-wants-data-center-next-door/688108/
1•rmason•7m ago•1 comments

Exploring Design Space for Soft Floating Robots in Indoor Environments

https://dl.acm.org/doi/10.1145/3800645.3813051
1•simonebrunozzi•7m ago•0 comments

LinkedIn Adds "Seems Like AI Slop" Button on Every Post

https://futurism.com/artificial-intelligence/linkedin-adds-button-report-seems-like-ai-slop
3•ilamont•8m ago•1 comments

Ask HN: I am going to apply for LFX(Linux foundation mentorship),any advices?

1•neverenderr•9m ago•0 comments

Strong static typing, a hill I'm willing to die on

https://www.svix.com/blog/strong-typing-hill-to-die-on/
1•tasn•10m ago•0 comments

SSH-cast – record / watch agents SSH sessions

https://github.com/kmeinke/ssh-cast
1•Merkur•12m ago•1 comments

A past and future of trade secrets

https://www.cabinetmagazine.org/issues/70/kofen.php
1•Hooke•12m ago•0 comments

Memo for Members and Affiliates of the Intergalactic Computer Network (1963)

https://www.thekurzweillibrary.com/memorandum-for-members-and-affiliates-of-the-intergalactic-com...
1•lioeters•14m ago•0 comments

Harness, not weights: four benchmark highs in coding, health, and drug discovery

https://www.medley.sh/blog/the-harness-is-the-capability-multiplier
1•akshay_budhkar•15m ago•0 comments

AI Won't Create a Permanent Underclass. Socialism Will

https://bturtel.substack.com/p/ai-wont-create-a-permanent-underclass
2•bturtel•16m ago•0 comments

The Middle-Aged Hiker (2002)

https://maltedmedia.com/books/mah/atborder.htm
1•Eridanus2•16m ago•0 comments

Will Amazon be the dominant commercial drone company?

https://philip.greenspun.com/blog/2026/07/30/will-amazon-be-the-dominant-commercial-drone-company/
1•mhb•17m ago•0 comments

P[drive failure]: how reliable is your NAS?

https://khz.ac/low-voltage/drive-failure.html
1•nosolace•19m ago•0 comments

After failing hidden test cases, I built a systematic checklist for

https://leetcopilot.dev/blog/how-to-design-test-cases-for-leetcode-problems
1•alexwang24•19m ago•0 comments

Musk Plans to Spend at Least $100M to Help Republicans in the Midterms

https://www.nytimes.com/2026/07/30/us/politics/elon-musk-midterms-republicans.html
1•JumpCrisscross•22m ago•0 comments

Row, Table, Join: No Longer Primitives

https://datumwise.ai/positions/row-table-join-no-longer-primitives
2•huayin•22m ago•0 comments

'We Were Simply Animals'

https://www.equator.org/articles/we-were-simply-animals-turati
1•amadeuspagel•24m ago•0 comments

After rewriting SQLite in Rust, Turso turns its sights on Postgres

https://www.theregister.com/databases/2026/07/29/after-rewriting-sqlite-in-rust-turso-turns-its-s...
1•Bender•25m ago•0 comments

EU opens call for seven 'gigafactories' to train next-generation AI technologies

https://www.euronews.com/my-europe/2026/07/30/eu-opens-call-for-seven-gigafactories-to-train-next...
5•billybuckwheat•25m ago•0 comments

Mythos attack on 3rd-round PQC algorithm candidate puts it out of commission

https://arstechnica.com/security/2026/07/mythos-uncovers-crypto-weaknesses-that-went-unknown-for-...
1•Bender•26m ago•0 comments

Amazon identifies North Korean group behind open-source supply chain attacks

https://aws.amazon.com/blogs/security/amazon-identifies-north-korean-hacker-group-behind-open-sou...
1•heisenbit•26m ago•0 comments

Google reveals Gemini Robotics 2.0, promising improved dexterity and safety

https://arstechnica.com/ai/2026/07/google-reveals-gemini-robotics-2-0-promising-improved-dexterit...
1•Bender•27m ago•0 comments

A Treatise on Restaurant Design

https://substack.com/@haterade/p-196473733
1•abelanger•27m ago•0 comments

Show HN: WiPhone Lab – Doom on an Open ESP32 Wi-Fi Phone

https://github.com/mulfyx/wiphone-lab
2•sqshi•27m 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.