frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Broadscale Deep Learning for Maya Settlement Detection in G-LiHT Lidar

https://link.springer.com/article/10.1007/s10816-025-09741-5
1•Jimmc414•4m ago•0 comments

Wayback Machine

https://web.archive.org
1•trekhleb•6m ago•0 comments

Computational Identifiability

https://arxiv.org/abs/2606.19361
1•simonpure•6m ago•0 comments

'Vibecoded' Apps Are Flooding the App Store. Is That Good for Apple?

https://www.nytimes.com/2026/07/20/technology/apple-app-store-vibecoding.html
1•bookofjoe•7m ago•1 comments

Teorema Combina: El Combinador Lógico Del Observador

https://zenodo.org/records/21461759
1•Javiercombina•7m ago•0 comments

Brockovich Data Center Reporting – U.S. AI Data Center Awareness and Issue Map

https://brockovichdatacenter.com/index.html
1•thunderbong•8m ago•0 comments

Australia's ban on social media for under-16s has jolted EU into belated action

https://www.irishtimes.com/politics/2026/07/18/australias-ban-on-social-media-for-under-16s-has-j...
1•1vuio0pswjnm7•9m ago•0 comments

EU fines Alphabet $1B US for Google Play, search infractions

https://www.cbc.ca/news/business/eu-fines-alphabet-google-9.7280498
3•1vuio0pswjnm7•11m ago•0 comments

Quirky health care tech company calling employees back to the office full-time

https://fortune.com/2022/12/06/harry-potter-dining-hall-dry-cleaning-treehouse-epic-systems-retur...
1•Anon84•14m ago•1 comments

Chrysalis Zero Trust Agent Registry

https://baursoftware.com/zero-trust/chrysalis
1•toadkicker•16m ago•0 comments

From Frontier Models to Enterprise Execution: Why Kimi Partnership Matters Now

https://www.cloud-net.ai/news/from-frontier-models-to-enterprise-execution-why-cloudnet.ai’s-kimi...
1•y2so•17m ago•0 comments

Grocery Shopping in the Age of Explosive Diarrhea

https://www.newyorker.com/culture/progress-report/grocery-shopping-in-the-age-of-explosive-diarrhea
1•fortran77•18m ago•0 comments

Elon Musk Says This Will Be Tesla's 'Biggest Product'

https://www.inc.com/georgia-fearn/elon-musk-says-this-will-be-teslas-biggest-product-ever-if-it-c...
1•1vuio0pswjnm7•18m ago•0 comments

Advancing Mathematics Research with AI-Driven Formal Proof Search

https://arxiv.org/abs/2605.22763
1•Jimmc414•19m ago•0 comments

Open Problems: Why Reading Every Herculaneum Scroll Is Still a Challenge

https://scrollprize.org/2026_open_problems
1•Jimmc414•19m ago•0 comments

Lockless MPSC FIFO queues for io_uring

https://lwn.net/Articles/1081871/
1•signa11•23m ago•0 comments

Show HN: Openleetcode – LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode
1•therepanic•23m ago•0 comments

Your analytics are lying to you

https://ankursethi.com/blog/your-analytics-are-lying-to-you/
1•gnyeki•25m ago•0 comments

Show HN: Coypa is a fun way to manage your clipboard

https://github.com/willmeyers/coypa
1•willmeyers•27m ago•0 comments

Technology is a slippery slope to the bottom

https://danielc.dev/blog/slipperyslope/
1•inatreecrown2•27m ago•0 comments

Doom on Google Sheets

https://github.com/moses297/doom-on-google-sheets/
2•kamphey•29m ago•0 comments

Show HN: A factory simulator game built on Spreadsheets

https://www.logisheets.com/?craft=factory-simulator
2•JeremyHe•30m ago•0 comments

Show HN: Understanding Floating Point

https://proto.csprimer.com/fp/
1•ozanonay•30m ago•0 comments

Letterpaths: Or how LLMs can be good even when they're bad

https://www.robinlinacre.com/letterpaths_llms_good_even_when_bad/
1•rzk•31m ago•0 comments

The $100M Market of Popcorn Buckets

https://www.nytimes.com/2026/07/23/business/media/movie-theaters-popcorn-buckets.html
3•chrisaycock•32m ago•1 comments

Getting Started with Azure SQL Developer on MacBook

https://marlonribunal.com/getting-started-with-azure-sql-developer-on-macbook/
3•MarlonPro•35m ago•0 comments

Splink – Fast, accurate and scalable probabilistic data linkage

https://moj-analytical-services.github.io/splink/index.html
3•rzk•36m ago•0 comments

Naked Objects

https://en.wikipedia.org/wiki/Naked_objects
1•kristianp•46m ago•0 comments

Million Dollar Homepage

https://milliondollarhomepage.com/
3•CorpOverreach•49m ago•1 comments

The Quietest Mathematician Has Always Been Worth Listening To

https://www.quantamagazine.org/john-pardon-wins-the-2026-fields-medal-for-work-in-symplectic-geom...
1•tzury•50m 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.