frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Aldus PageMaker on the Apple Macintosh

https://stonetools.ghost.io/pagemaker-mac/
1•rbanffy•1m ago•0 comments

Phantom of Heilbronn

https://en.wikipedia.org/wiki/Phantom_of_Heilbronn
1•omnibrain•1m ago•0 comments

Circumstantial Complexity, LLMs and Large Scale Architecture

https://datagubbe.se/aiarch/
1•rbanffy•2m ago•0 comments

AI drives companies to reorganize around loops, not functions

https://blog.sshh.io/p/the-transposed-organization
1•sshh12•4m ago•0 comments

Show HN: Nativly –Add One DNS record to rank your site in 60 languages on Google

https://www.nativly.app/
1•Francis221•5m ago•1 comments

Apple forces on-device age verification in UK release of iOS 26.4

https://support.apple.com/en-gb/126788
3•cdinu•6m ago•0 comments

Show HN: Beval – Simple evaluations for your AI product

https://www.beval.space/
1•raviisoccupied•9m ago•0 comments

Is 1995 the Last Time I Install Debian? [video]

https://www.youtube.com/watch?v=HdD_sLPE0pg
1•st_goliath•11m ago•0 comments

Ask HN: Adsense Alternatives in 2026?

1•dpapathanasiou•12m ago•0 comments

Sky Wins Irish Court Order to Unmask 300 Pirate IPTV Users via Revolut Bank

https://torrentfreak.com/sky-wins-irish-court-order-to-unmask-300-pirate-iptv-users-via-revolut-b...
1•nixass•13m ago•0 comments

Ask HN: M5 MacBook Pro buyers, worth spending the $$$ to maybe run LLMs local?

1•tpurves•15m ago•0 comments

Show HN: Null. – Free RSVP speed reader built for ADHD brains

https://www.appnull.com/landing
1•lip404•16m ago•1 comments

Creating West Coast Buddhism

https://letter.palladiummag.com/p/creating-west-coast-buddhism
1•haltingproblem•17m ago•0 comments

Show HN: I Built a Scrum Poker App with Geese

https://goosescrumming.com/
2•apanfilovs•17m ago•0 comments

Elaris – modular home/building automation with ESP32 and MQTT

https://github.com/elaris-control/core
1•Diabaths•17m ago•0 comments

I Decompiled the White House's New App

https://blog.thereallo.dev/blog/decompiling-the-white-house-app
1•gpi•17m ago•1 comments

Midnight train from GA: A view of America from the tracks as airports struggle

https://isp.netscape.com/news/story/0001/20260329/e4d8ea591b3b036142c2bf2dee7dff5a
6•walterbell•18m ago•3 comments

Bridge 3C Computer – By John Paul Wohlscheid

https://computeradsfromthepast.substack.com/p/bridge-3c-computer
1•rbanffy•18m ago•0 comments

The Nftables in Linux Explained with Examples

https://www.computernetworkingnotes.com/linux-tutorials/how-to-configure-iptables-firewall-in-lin...
1•smartmic•26m ago•0 comments

Tikita is a First Market place for all kind for Digital product

https://commerce-core-73.emergent.host/
1•tikita•28m ago•1 comments

The consequences of Trump's Iran war flip-flops [video]

https://www.youtube.com/watch?v=OMLnltuYanM
2•teleforce•30m ago•0 comments

How Sickle Cell Disease and Malaria Defined Evolution

https://globalhealthnow.org/2024-06/how-sickle-cell-disease-and-malaria-defined-evolution
1•paulpauper•32m ago•0 comments

AI Isn't Lightening Workloads. It's Making Them More Intense

https://www.wsj.com/tech/ai/ai-isnt-lightening-workloads-its-making-them-more-intense-e417dd2c
2•paulpauper•33m ago•0 comments

I joined an Easter procession for the fitness and stayed for the faith

https://www.ft.com/content/edb8780c-7500-4112-a6bf-a7fcab908676
1•pboulos•34m ago•0 comments

Smaller Is Better in Silicon Valley's 'Tiny Team' Moment

https://www.nytimes.com/2026/03/28/business/silicon-valley-tiny-team-two-slice.html
2•paulpauper•34m ago•0 comments

The "Vibe Coding" Wall of Shame

https://crackr.dev/vibe-coding-failures
21•wa5ina•36m ago•9 comments

Uselessly fast bfloat16 multiplier ASIC

https://github.com/Essenceia/uselessly_fast_bfloat16_multiplier/
2•random__duck•37m ago•1 comments

Khabib Nurmagomedov to Build First Regulated Tokenized Sports Ecosystem

https://tradfi.multibankgroup.com/en/about/company-news/multibank-group-and-khabib-nurmagomedov-l...
2•joebig•42m ago•2 comments

The Cognitive Dark Forest

https://ryelang.org/blog/posts/cognitive-dark-forest/
17•kaycebasques•42m ago•3 comments

'Fruit Love Island': AI-generated TikTok parody of reality series goes viral

https://www.wsj.com/arts-culture/television/fruit-love-island-tiktok-ai-dating-show-45219f6a
2•hackerbeat•42m ago•3 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.