frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Raspberry Pi Interactive Timeline · 2006–2026

https://raspberry.tips/en/raspberrypi-infos/raspberry-pi-history-timeline
1•mariuz•1m ago•0 comments

The Birds Outside, Drawn for You Automatically

https://hackaday.com/2026/09/04/the-birds-outside-drawn-for-you-automatically/
1•arnemunthekaas•7m ago•0 comments

ApplyOnce – Local-first job application autofill that reads scanned resumes

https://github.com/Nyadzayo/ApplyOnce
1•knyadzayo•7m ago•0 comments

73% of What We Blocked in a Month Was One Syscall Your Sandbox Cannot See

https://grith.ai/blog/io-uring-the-syscall-your-sandbox-cant-see
1•edf13•11m ago•0 comments

A connectomics milestone: Mapping the complete male fruit fly brain

https://research.google/blog/a-connectomics-milestone-mapping-the-complete-male-fruit-fly-brain/
1•fittingopposite•13m ago•0 comments

Carbon-aware electricity pricing, measured daily on 38 grids

https://carbonawarepricing.com/
2•High-Five•16m ago•0 comments

Today markets scores 67, almost confident

https://gmdmarkets.com/markets-today
2•shlomysh•17m ago•0 comments

Show HN: NGPDFs – 50 PDF tools that never upload your files

https://ngpdfs.com
3•amulyakashyap09•21m ago•0 comments

Show HN: Aurict – An open-source Terminal AI

https://github.com/aurict/aurict
1•hamzakhrmn2•28m ago•0 comments

Nvidia will buy Hugging Face for $13B

https://www.economist.com/the-world-in-brief/2026/09/04/8cc011b9-bfb9-48a5-a786-222e9a90c088
1•nrsapt•30m ago•0 comments

Beyond Wukong: an AI generated animated drama series [video]

https://www.youtube.com/watch?v=T2Xzd7KHSis
1•livinglist•32m ago•1 comments

Where Measurement Replaces Meaning

https://medium.com/@gurvinder372/article-4-where-measurement-replaces-meaning-8d595ce54eb0
1•gps372•33m ago•0 comments

How to Secure SSH and Postgres with Warpgate

https://packagemain.tech/p/secure-ssh-and-postgres-with-warpgate
1•der_gopher•34m ago•0 comments

Weathernext 3

https://blog.google/innovation-and-ai/models-and-research/google-deepmind/introducing-weathernext-3/
3•tcumulus•39m ago•1 comments

HubSpots recording links are not authenticated and therefore publicly accessible

https://knowledge.hubspot.com/calling/what-are-the-call-recording-laws
1•5h•39m ago•1 comments

Show HN: Fulcrumaxe – an agent team that merged 1,135 PRs into its own repo

https://fulcrumaxe.dev
1•johnproblems•47m ago•0 comments

Show HN: Snooze Tabs in Plain English

https://chromewebstore.google.com/detail/anysnooze-snooze-tabs-tab/mebjcmajkcccdjbonefhlbkledilfnjj
1•dvrkt•47m ago•0 comments

Asking agents to make money to survive

https://www.lesswrong.com/posts/BtoToxAk3bTvZTtDk/asking-agents-to-make-money-to-survive
1•paraschopra•48m ago•0 comments

X Corp blocks social media startup from using 'Twitter' name

https://www.reuters.com/legal/litigation/x-corp-blocks-social-media-startup-using-twitter-name-20...
3•atwrk•50m ago•0 comments

Why Software Needs a Reliability Control Plane

https://techscoop.substack.com/p/why-software-needs-a-reliability
2•BerislavLopac•51m ago•0 comments

The Dome: A Simple Violation of Determinism in Newtonian Mechanics

https://sites.pitt.edu/~jdnorton/Goodies/Dome/
1•pykello•51m ago•0 comments

Mixbox: Pigment-Based Color Mixing

https://github.com/scrtwpns/mixbox
1•anewhnaccount2•55m ago•0 comments

Wiki Is Not Enough

https://replicated.live/blog/wiki
1•andsoitis•57m ago•0 comments

Fidular is a modular fiddle system designed for cross-cultural fluidity

https://cargocollective.com/lh-hantrakul#fidular
1•bryanrasmussen•57m ago•0 comments

Bank of Canada bank notes: Resources for the blind and partially sighted

https://www.bankofcanada.ca/banknotes/audience-specific-resources/blind-and-partially-sighted/
4•robin_reala•58m ago•0 comments

I love Omarchy but I needed Niri so I made this

https://github.com/al3rez/omarchy-niri
1•al3rez•58m ago•1 comments

Mom Is Working for Moloch

https://blog.exitgroup.us/p/mom-is-working-for-moloch
2•MrBuddyCasino•59m ago•0 comments

How to Attempt CBSE Sample Papers Like Real Board Exam Papers?

1•selfstudys•1h ago•0 comments

Signage Company in Dubai

https://www.ambert.ae/signage-board
1•doshopzone•1h ago•0 comments

Oakland Noticing Club

https://mailchi.mp/5513dde03f85/oakland-noticing-club
2•rdmuser•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.