frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Tech Stackups: Honest hands-on evaluations of software

https://techstackups.com/
1•ritzaco•1m ago•0 comments

Show HN: Kilroy – Knowledge base for teams using Claude Code

https://github.com/kilroy-sh/kilroy/
1•t55•4m ago•0 comments

MediaRecorder Error Handling: Lessons from Browser Recordings

https://blog.addpipe.com/mediarecorder-error-handling/
1•octavn•5m ago•0 comments

The noise we make is hurting animals. Can we learn to shut up?

https://www.technologyreview.com/2026/04/16/1135179/anthropogenic-noise-hurting-animals/
5•joozio•11m ago•0 comments

BioNTech Antibody-Drug Demonstrated Clinically Meaningful Efficacy

https://investors.biontech.de/news-releases/news-release-details/biontech-and-dualitybios-antibod...
3•doener•13m ago•0 comments

Ask HN: How to disable ANSI color sequences in Claude CLI?

1•notpachet•13m ago•0 comments

The engineering behind BMW's next-gen hydrogen tanks [video]

https://www.youtube.com/watch?v=cGdmTt1GBYs
1•simonebrunozzi•13m ago•0 comments

The Web Is an Antitrust Wedge

https://infrequently.org/2026/04/the-web-is-an-antitrust-wedge/
2•aragilar•14m ago•0 comments

I Stay Sane Running a 'Default Dead' Startup

https://jannikweyrich.com/blog/2026/04/16/how-to-stay-sane-running-a-default-dead-startup.html
1•commanderj•17m ago•1 comments

P2: Object Storage Server with S3 Compatible API, MIT License

https://github.com/Suleman-Elahi/p2
1•isuleman•17m ago•1 comments

Show HN: I'm building Eigen, a self-hosted Google Workspace alternative

https://reindernijhoff.net/2026/04/eigen-six-months-later/
1•reindernijhoff•18m ago•1 comments

Ral: A shell grounded in programming language theory

https://lambdabetaeta.github.io/ral/
1•statusfailed•19m ago•1 comments

David Pierce Tried a Bunch of Android Phones and Then Bought an iPhone Again

https://daringfireball.net/2026/04/piece_android_iphone_apps
1•chalst•25m ago•0 comments

Ask HN: How does one get rich in Q2 2026?

1•roschdal•26m ago•1 comments

Second Skin [video]

https://www.youtube.com/watch?v=QIdiTzjIuII
1•simonebrunozzi•26m ago•0 comments

xsimd: C++ Wrappers for SIMD Intrinsics

https://github.com/xtensor-stack/xsimd
1•tosh•27m ago•0 comments

Show HN: Haindy, a CLI that gives coding agents computer use

https://github.com/Haindy/haindy
1•fkeegan•28m ago•0 comments

The Age of Snarky UI

https://thoughtbot.com/blog/the-age-of-snarky-ui
2•sondr3•28m ago•0 comments

Windsurf 2.0

https://windsurf.com/blog/windsurf-2-0
3•beaylott•30m ago•0 comments

Show HN: I built this to help me learn Duo in Crimson Desert

https://duodegen.vercel.app
1•pj4533•30m ago•0 comments

UK PM Starmer tells social media firms in No 10 meeting 'things can't go on ...

https://www.theguardian.com/uk-news/2026/apr/16/keir-starmer-social-media-firms-no-10-meeting
2•chrisjj•37m ago•2 comments

A brief generational overview of the tech industry

1•5color•38m ago•0 comments

Node.js 24.15.0 (LTS)

https://nodejs.org/en/blog/release/v24.15.0
1•salkahfi•38m ago•0 comments

Ancient DNA reveals pervasive directional selection across West Eurasia [pdf]

https://reich.hms.harvard.edu/sites/reich.hms.harvard.edu/files/inline-files/2026_Akbari_Nature_s...
8•Metacelsus•39m ago•1 comments

Cascade – Typed CSS AST, Parser, Pretty-Printer, and Optimiser for OCaml

https://github.com/samoht/cascade
2•TheWiggles•40m ago•0 comments

How to install Microsoft Office in any Linux distribution

https://gist.github.com/eylenburg/38e5da371b7fedc0662198efc66be57b
4•nogajun•42m ago•0 comments

Silicon Valley's Billion Dollar Design Scams [video]

https://www.youtube.com/watch?v=hDvAQf1cnr8
4•lionkor•44m ago•0 comments

AI cybersecurity is not proof of work

https://antirez.com/news/163
6•surprisetalk•48m ago•0 comments

Learn to Show Our Friendship for a Man When He Is Alive and Not After He Is Dead

https://daringfireball.net/2026/04/when_he_is_alive_and_not_after_he_is_dead
4•chalst•50m ago•0 comments

Show HN: Memorable – On-device AI search for iPhone photos, videos, screenshots

https://apps.apple.com/us/app/memorable-ai-photo-search/id6762152034
2•gautamdhameja•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•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.