frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Paper Lantern – on-demand techniques from 2M+ papers for coding agents

https://www.paperlantern.ai/code
1•paperlantern•1m ago•0 comments

How to Build Advanced Generative AI Agents (Kinda)

https://www.generative.inc/how-to-build-advanced-generative-ai-agents
1•altonwells•1m ago•0 comments

Amazon won't release Fire Sticks that support sideloading anymore

https://arstechnica.com/gadgets/2026/04/amazon-wont-release-fire-sticks-that-support-sideloading-...
1•MattTheRealOne•2m ago•0 comments

Ask HN: How happy are you working as a programmer?

1•chistev•4m ago•0 comments

Chinese car company patents voice-activated 'in-vehicle toilet'

https://www.upi.com/Odd_News/2026/04/17/Seres-patent-in-car-toilet/8281776442128/
2•speckx•6m ago•0 comments

See and hear galaxies evolve from the dawn of the universe

https://ras.ac.uk/news-and-press/research-highlights/see-and-hear-galaxies-evolve-dawn-universe
1•gmays•13m ago•0 comments

Tario-2: A Whole-Transcriptome Foundation Model from H&E Alone

https://www.noetik.blog/p/tario-2-a-whole-transcriptome-foundation
2•abhishaike•13m ago•0 comments

Online PDF Password Protection Tool in 2025: Securing Your Digital Documents

https://amorpdf.com/online-pdf-password-protection-tool-in-2025/
1•microespana•14m ago•0 comments

"Show Me the Incentive, and I'll Show You the Outcome."

https://www.fixtheincentives.org/
4•paulpauper•15m ago•1 comments

In Defense of Utopia

https://ary31415.substack.com/p/in-defense-of-utopia
1•paulpauper•15m ago•0 comments

The Cashier Standard – Age Verification Without Surveillance

https://claude.ai/public/artifacts/7fe74381-a683-4f49-9c2b-171cba4b3e59
1•anonym29•15m ago•0 comments

If You Want a Better World, Act Like You Live in It

https://www.theatlantic.com/books/2026/04/henry-david-thoreau-great-american-dissident/686823/
1•paulpauper•15m ago•0 comments

I Went Back to the Dumb Phone

https://substack.magazinenongrata.com/p/back-to-the-dumb-phone
1•fictionreader•16m ago•1 comments

Shakespeare's 'missing' London house mapped with new discovery

https://www.kcl.ac.uk/news/shakespeares-missing-london-house-mapped-with-new-discovery-1
1•geox•17m ago•0 comments

Show HN: Wrong Side of Zero – Google Flow Music [video]

https://www.youtube.com/watch?v=Syhgdct_VC4
1•modinfo•17m ago•0 comments

How to Read a QR Code from a Screenshot on Your Laptop Without Using Your Phone

https://www.codeava.com/blog/read-qr-code-screenshot-laptop-desktop
1•codeava•19m ago•0 comments

What Is a Hydrogen Gas Turbine?

https://www.greengasturbines.com/blog/what-is-a-hydrogen-gas-turbine-definition-types-how-they-work
1•codeava•19m ago•0 comments

Verijit – Up to 100x faster Verilog simulation [video]

https://www.youtube.com/watch?v=PXgUsEjvAOY
2•can_lehmann•20m ago•0 comments

'Everything is coming down': ChatGPT ads are getting cheaper

https://digiday.com/marketing/everything-is-coming-down-chatgpt-ads-are-getting-cheaper/
2•speckx•21m ago•0 comments

Court unanimously sides with oil and gas companies in suit over damage to coast

https://www.scotusblog.com/2026/04/court-unanimously-sides-with-oil-and-gas-companies-in-suit-ove...
1•Jimmc414•27m ago•0 comments

Xtrace-skill: xtrace – Command-line CPU Profiling for macOS as a skill

https://github.com/Kr1sso/xtrace-skill
1•mpweiher•29m ago•0 comments

Paper, Love and Software

https://github.com/mistachkin/docs/blob/trunk/paper_love_and_software.md
1•BaconDaddyX•30m ago•1 comments

You paid for it, you should be comfortable in it

https://idiallo.com/blog/you-paid-for-it-you-should-be-comfortable-in-it
1•speckx•32m ago•0 comments

Philz Coffee retreats from controversial plan

https://www.sfchronicle.com/food/restaurants/article/philz-reverses-pride-flag-ban-22212158.php
2•_doctor_love•33m ago•2 comments

A Close Look at a Spinlock

https://blog.regehr.org/archives/2173
2•jruohonen•36m ago•0 comments

Ask HN: In the AI world what does "great" look like?

2•armcat•37m ago•0 comments

How Netflix Built the Operations Layer Behind Live at Scale

https://netflixtechblog.com/the-human-infrastructure-how-netflix-built-the-operations-layer-behin...
4•tcp_handshaker•37m ago•0 comments

China surfaces details of spacecraft for Moon landing by 2030

https://jatan.space/moon-monday-issue-267/
3•tcp_handshaker•38m ago•0 comments

Doubling the voltage: What 800 V architecture changes in EVs

https://arstechnica.com/cars/2026/03/doubling-the-voltage-what-800-v-architecture-really-changes-...
1•PaulHoule•38m ago•0 comments

Exts to Odrzywołek's EML Uni Operator: Hybrid Best Routing, Phantom Attractors

https://www.monogate.dev/
1•zonked45•38m 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•11mo ago

Comments

palata•11mo 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•11mo 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•11mo 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•11mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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.