frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Crowdsourcing an AI-transcribed archive of the handwritten past

https://www.tryleo.ai/blog/leo-collections-our-plan-to-build-a-universal-archive
1•coopzada•57s ago•0 comments

Windows and Ubuntu Interoperability

https://learn.microsoft.com/en-us/archive/blogs/wsl/windows-and-ubuntu-interoperability
2•ankitg12•1m ago•0 comments

Show HN:I built an open alternative to Simplify for autoapplying to LinkedIn job

https://jobeasyapply.com/compare/simplify
1•workplace_1•2m ago•0 comments

Google loses court fight against $854,250 Italian fine over gambling advertising

https://www.reuters.com/world/eu-court-upholds-googles-854250-italian-fine-over-gambling-advertis...
2•1vuio0pswjnm7•2m ago•0 comments

Americans are angry about data centers. Politicians are feeling the pressure

https://www.reuters.com/world/us/americans-are-angry-about-data-centers-politicians-are-feeling-p...
2•1vuio0pswjnm7•3m ago•0 comments

Ask HN: What are you using for authn/authz and payments?

1•jftuga•3m ago•0 comments

Phone maker OnePlus says it won't release new phones in the U.S. and Europe

https://techcrunch.com/2026/07/16/phone-maker-oneplus-reportedly-plans-to-wind-down-us-and-europe...
1•nsdfg•3m ago•0 comments

Ente's business metrics are open now

https://ente.com/blog/open/
2•methuselah_in•3m ago•1 comments

Creating Dual Use Windows GUI and Console Applications

https://weblog.west-wind.com/posts/2026/Jun/23/Creating-Dual-Use-Windows-GUI-and-Console-Applicat...
1•ankitg12•5m ago•0 comments

Elixir language gets a new website

https://elixir-lang.org/
1•laszlokorte•6m ago•0 comments

Mid-tier EDC factory knives worth the spend?

https://www.paragon-knives.com/
1•bgzlsxaz•7m ago•0 comments

An Interview with ModRetro CEO: Future of Gaming and Consumer Electronics

https://taekim.substack.com/p/an-interview-with-modretro-ceo-torin
1•VimEscapeArtist•7m ago•0 comments

Text-to-SQL Fails Because of Your Warehouse, Not the Model

https://mamonas.dev/posts/text-to-sql-warehouse-not-model/
1•konmam•8m ago•0 comments

Number to GPU Float Converter: FP32, FP16, BF16, FP8, and FP4 Explained

https://www.bestgpusforai.com/calculators/number-to-GPU-float-converter
1•javaeeeee•8m ago•0 comments

Open-weight models trail the closed-weight frontier by around four months

https://www.apollo.com/insights-news/insights/daily-spark/chinese-models-vs-frontier-models
1•helsinkiandrew•10m ago•0 comments

Posterior mean of conjugate Bayesian models

https://www.johndcook.com/blog/2026/07/12/posterior-mean/
1•ibobev•10m ago•0 comments

Posterior Variance in Conjugate Models

https://www.johndcook.com/blog/2026/07/12/posterior-variance/
1•ibobev•11m ago•0 comments

The multiplication method Russian peasants used for a thousand years

https://valeman.medium.com/the-multiplication-method-russian-peasants-used-for-a-thousand-years-a...
1•ibobev•11m ago•0 comments

Tech support scam caused data breach at Australian airline Qantas

https://www.theregister.com/cyber-crime/2026/07/16/tech-support-scam-caused-massive-data-breach-a...
2•sbulaev•15m ago•0 comments

Show HN: Cybara – An open-source AI agent platform built with Bun

https://github.com/metaspartan/cybara
1•carsenk•17m ago•0 comments

I resurrected an 8-year-old dead CSS library and gave it an engine

https://usevivace.dev
2•axelrevana•18m ago•0 comments

Show HN: Effort Lab – Same running pace, different heart rate zones

https://www.motraapp.com/effort-lab
1•timmonty•19m ago•1 comments

Copyright law is now the biggest battleground in Australia's AI boom

https://www.abc.net.au/news/2026-07-14/copyright-law-battleground-in-australia-ai-boom/106891890
1•technewssss•20m ago•0 comments

Why heat pumps are still so hot in the US

https://www.technologyreview.com/2026/07/16/1140505/heat-pump-sales-us/
1•joozio•21m ago•0 comments

OpenBSD/loongson hardware platform retired

https://www.undeadly.org/cgi?action=article;sid=20260716110034
2•peter_hansteen•21m ago•0 comments

Looking Up as a Serious Discipline

https://idle.news/blog/the-committee-on-clouds/
1•umilio•24m ago•0 comments

eBay payout isn't your profit

https://k-id.app/blog/your-payout-is-not-your-profit/
1•tinosar•24m ago•0 comments

Visualize Your Chrome Bookmarks as Smart Sticky Notes

https://chromewebstore.google.com/detail/sticky-note-web-clipper-s/gniilbpapgommpalikcclpcnbcamgila
1•taskloco_nyc•24m ago•0 comments

Scenecast – a logo and clips in, a finished branded video out

https://github.com/roomcareOS/scenecast
1•roomcare•25m ago•0 comments

Wildcards in CSS

https://remysharp.com/2026/07/11/wildcards-in-css
2•meetpateltech•26m 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.