frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Dewlock – A minimal, beautiful screen locker for Wayland

https://github.com/shikaan/dewlock
1•shikaan•53s ago•0 comments

Headed for the Exit: The Great Engineering Leader Career Break

https://newsletter.pragmaticengineer.com/p/the-great-engineering-leader-career-break
1•gpi•1m ago•0 comments

Show HN: Who or What is it? – A Picture Quiz

https://whoorwhatisit.com/
1•splendidHaiku•1m ago•0 comments

After Work, We'll Have Each Other

https://asteriskmag.com/issues/15/after-work-we-ll-have-each-other
1•stevekrouse•3m ago•0 comments

What IT Managers Should Know About Software Requirements (2007)

https://www.cio.com/article/266998/developer-five-things-it-managers-should-know-about-software-r...
2•ohjeez•3m ago•0 comments

The Nerd Reich wants to 'destroy' democracy, and it's mask has slipped

https://www.abc.net.au/news/2026-09-02/the-nerd-reich-silicon-valley-fascism-war-on-democracy-abc...
2•Fricken•4m ago•0 comments

Climbers rescued from Mount Shasta after relying on ChatGPT for trip planning

https://www.sfchronicle.com/outdoors/article/shasta-climbers-rescued-chatgpt-22414629.php
1•aanet•6m ago•1 comments

Silverman vs. OpenAI: Statement of Interest of the United States [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.nysd.641355/gov.uscourts.nysd.641355.316.0.pdf
1•r3trohack3r•8m ago•0 comments

Inspect, test, and debug your website with an AI agent connected to Safari

https://developer.apple.com/documentation/safari-developer-tools/connecting-an-ai-agent-to-safari
1•Austin_Conlon•8m ago•0 comments

Open Gateway – Multi Agent Collab

https://opengateways.xyz/
1•mattdula•9m ago•0 comments

Will AI save or ruin democracy?

https://theconversation.com/will-ai-save-or-ruin-democracy-it-depends-on-whether-we-allow-compute...
1•mckelveyf•10m ago•1 comments

Israel 'seeking Trump's support for plan to expel Palestinians from Gaza'

https://www.theguardian.com/world/2026/sep/02/israel-seeking-trumps-support-for-plan-to-expel-pal...
3•hebelehubele•11m ago•0 comments

Ask HN: What Are You Working On?

1•rrmdp•14m ago•0 comments

Brain – A minimal, fast, extensible agent runtime

https://github.com/aexhq/brain
1•weilueluo•14m ago•1 comments

Tapestry: Operating system framework for physically reconfigurable matter

https://github.com/tapestry-os/tapestry
1•hasheddan•16m ago•0 comments

How Accurate Was Hubert Dreyfus on AI Predictions in "What Computers Can't Do"? (2024)

https://www.brightworkresearch.com/how-accurate-was-dr-hubert-dreyfus-on-ai-predictions-in-his-bo...
1•1vuio0pswjnm7•17m ago•0 comments

Hitosuji – a graphic novella about the journey of Arata Igarashi

https://roundos-hitosuji.ceo315110.chatgpt.site/
1•dmitriyabr•22m ago•0 comments

NixOS on a Cadillac Lyriq

https://surrealdev.com/rooting-the-cadillac-part-1-lay-of-the-land/
1•morp•23m ago•0 comments

Show HN: I put four persistent AI minds in a room and let them change each other

https://room.pluralmatter.com/e/how-will-the-world-change-when-ai-smarter-than-humans
1•adjohu•23m ago•0 comments

Ask HN: If you could set a maximum net worth for a person, what would it be?

3•kadhirvelm•25m ago•4 comments

Fable 5.1 way ahead on revised FrontierSWE long horizon benchmarks

https://www.frontierswe.com/blog/v2
1•akharris•26m ago•0 comments

Show HN: The Drudge Report, but for AI

https://theainewsreport.com/
1•titusblair•28m ago•0 comments

Show HN: 3-in-1 > Collect feedback, build changelog and monitor your endpoints

https://feedfa.st
1•eduardpantazi•30m ago•0 comments

Top US doctors offer flu, Covid vaccine recommendations to ease confusion

https://apnews.com/article/vaccine-fall-flu-covid19-rsv-sick-season-7b08ff2a2438e5e99db6ecca742bff55
3•mikhael•30m ago•0 comments

Programming Languages and Type Safety in the Era of LLMs

https://www.thecodedmessage.com/posts/pls-in-llm-land/
1•blueshoess•31m ago•0 comments

What does Omarchy own on your machine?

https://greenlitbooks.com/tools/what-omarchy-owns
1•ravistakumar•32m ago•0 comments

Humanoid robots clean a house in San Francisco for $30 an hour [video]

https://www.youtube.com/watch?v=-ioV0-rMycE
2•mistersquid•34m ago•0 comments

Meta's Muse Spark 1.3 beats Google's frontier model on artificialanalysis

https://artificialanalysis.ai/models/muse-spark-1-3
1•pranshuchittora•35m ago•0 comments

AI is changing religion and religions are trying to change AI

https://www.economist.com/international/2026/08/27/ai-is-changing-religion-and-religions-are-tryi...
4•fittingopposite•35m ago•1 comments

Is There I/O After Death? What Happens to Io_uring When a Process Dies

https://blog.ydb.tech/is-there-i-o-after-death-what-happens-to-io-uring-when-a-process-dies-92c65...
1•porridgeraisin•35m 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.