frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Are large language models worth it?

https://nicholas.carlini.com/writing/2025/are-llms-worth-it.html
1•mad•4m ago•0 comments

Netherlands Hands Back Control of Chipmaker Nexperia

https://www.nytimes.com/2025/11/19/business/nexperia-netherlands-china-chips.html
1•luckyturkey•5m ago•0 comments

Kill It With Fire: dealing with legacy systems. (book review)

https://www.usenix.org/publications/loginonline/kill-it-fire
2•fanf2•6m ago•0 comments

Expert Warns of Risks in Substance Use Reduction Apps

https://www.rutgers.edu/news/unregulated-and-unsafe-expert-warns-risks-substance-use-reduction-apps
1•giuliomagnifico•6m ago•0 comments

The semantic chaos of AI coding (and a proposed classification)

https://www.strategyradar.ai/blog/vibe-coding-trap/
1•mechero•7m ago•1 comments

Flyway Meets the Unsupported: Building the Missing Pieces to Make Migrations Fly

https://medium.com/att-israel/flyway-meets-the-unsupported-building-the-missing-pieces-to-make-mi...
1•cdalfen•8m ago•1 comments

Geothermal's Time Has Come

https://www.economist.com/interactive/science-and-technology/2025/11/18/geothermal-time-has-final...
1•pingou•9m ago•0 comments

Free Project Management Tools in 2025 – Why Workbass Leads the List

1•tobinews•10m ago•0 comments

Show HN: Open-source library to get detailed power and system info for Macs

https://github.com/BinSquare/powermetrics-go
1•binsquare•10m ago•0 comments

How do the pros get someone to leave a cult?

https://www.theguardian.com/science/2025/nov/19/how-to-leave-a-cult-experts-intervention
2•n1b0m•16m ago•0 comments

Becoming an AI detective is a job I never wanted and wish I could quit

https://www.theguardian.com/commentisfree/2025/nov/19/ai-detective-artificial-intelligence-a-job-...
1•latexr•18m ago•2 comments

Qualcomm's problematic changes to Arduino policies

https://twitter.com/ptorrone/status/1990833856182653171
1•p_l•19m ago•1 comments

Skald: Open-source RAG platform

https://github.com/skaldlabs/skald
1•yakkomajuri•19m ago•0 comments

Klarna says AI drive has helped halve staff numbers and boost pay

https://www.theguardian.com/business/2025/nov/18/buy-now-pay-later-klarna-ai-helped-halve-staff-b...
2•pseudolus•23m ago•0 comments

Adobe Nears $1.9B Deal for Software Provider Semrush

https://www.wsj.com/business/deals/adobe-nears-1-9-billion-deal-for-software-provider-semrush-b23...
3•nycdatasci•24m ago•1 comments

Hachi: An Image Search Engine

https://eagledot.xyz/hachi.md.html
1•todsacerdoti•25m ago•0 comments

Ask HN: How does modern day fraud detection looks like?

2•gokulnair2001•27m ago•0 comments

Canon Faces Lawsuit over Wi-Fi in Cameras and Printers

https://petapixel.com/2025/11/18/canon-faces-lawsuit-over-wi-fi-in-cameras-and-printers/
5•jshprentz•29m ago•0 comments

What do you think about the Huxley Godel machine

https://arxiv.org/abs/2510.21614
1•pranav_dhoolia•32m ago•1 comments

Sydney resident died after triple-zero call didn't work on Samsung phone

https://www.theguardian.com/australia-news/2025/nov/18/customer-died-after-triple-zero-call-didnt...
4•acqbu•33m ago•1 comments

Europe's defence spending spree must fund domestic AI, official says

https://www.ft.com/content/fb744eaa-b243-4a68-9e9d-eea76b670405
2•jamesblonde•34m ago•1 comments

How to add multiple languages in Mac OS and Mac Keyboard [video]

https://www.youtube.com/watch?v=vVPhx6YxbJY
1•techwrath11•36m ago•0 comments

Why Is Browser Observability Hard

https://hazelweakly.me/blog/why-is-browser-observability-hard/
1•mnming•41m ago•0 comments

Repo Bench – Repo Prompt

https://repoprompt.com/bench
1•mefengl•41m ago•0 comments

Peer Review Request Agnosti-AI-Zero Day?

https://github.com/tattoosonmyskin/time-warp-exploit-white-paper
1•The_Reformer•42m ago•1 comments

Show HN: A list of CLI coding tools similar to Claude Code

https://github.com/omarabid/cli-llm-coding
1•csomar•43m ago•0 comments

Tools Take Power Away

https://faingezicht.com/articles/2025/06/05/tools-power/
1•speckx•44m ago•0 comments

Pimped Amiga 500

https://www.pimyretro.org/pimped-amiga-500/
3•onename•45m ago•0 comments

The Cities Skylines Paradox: how the sequel stumbled

https://selix.net/notes/the-cities-skyline-paradox
2•jhy•46m ago•0 comments

After 14 years, I'm stepping down as CEO of Gumroad

https://twitter.com/shl/status/1991113997702054110
4•sahillavingia•46m 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•6mo ago

Comments

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

https://reportmill.com/SnapCode

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