frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

End-to-end encrypted RCS messaging begins rolling out today in beta

https://www.apple.com/newsroom/2026/05/end-to-end-encrypted-rcs-messaging-begins-rolling-out-toda...
1•e12e•2m ago•1 comments

After Hours Line – Never miss another after-hours emergency call

https://afterhoursline.com/
1•joshuamaddux•7m ago•0 comments

Step.parts, 12,000 open source STEP parts

https://www.step.parts
1•softservo•10m ago•1 comments

When Prototypes Become Cheap, Judgment Becomes Priceless

https://medium.com/@jef.smith570/when-prototypes-become-cheap-judgment-becomes-priceless-4efdd247...
1•cebert•11m ago•0 comments

Canvas Just Sent a Dangerous Message to Hackers: Crime Pays If You Do It Right

https://www.pcmag.com/opinions/canvas-just-sent-a-dangerous-message-to-hackers-crime-pays-if-you-...
2•Cider9986•13m ago•0 comments

yeah – a command-line tool that answers yes/no questions using an LLM

https://github.com/crawshaw/yeah
3•indigodaddy•18m ago•0 comments

Solar Power Is So Big in Europe That Electricity Is Being Wasted

https://www.bloomberg.com/news/articles/2026-05-13/europe-solar-power-wasted-as-electricity-grids...
4•vipshek•21m ago•0 comments

Childhood and Education #18: Do the Math

https://thezvi.substack.com/p/childhood-and-education-18-do-the
2•paulpauper•28m ago•0 comments

Fragnesia: Linux Kernel Local Privilege Escalation via ESP-in-TCP

https://www.wiz.io/blog/fragnesia-linux-kernel-local-privilege-escalation-via-esp-in-tcp
1•keyle•29m ago•0 comments

Cyber Lack of Security and AI Governance

https://thezvi.substack.com/p/cyber-lack-of-security-and-ai-governance
2•paulpauper•29m ago•0 comments

OpenAI Daybreak

https://openai.com/daybreak/
3•jonbaer•31m ago•0 comments

Marx's Theory of Alianation of Labor

https://en.wikipedia.org/wiki/Marx%27s_theory_of_alienation
6•steven_noble•38m ago•2 comments

Where the Microsoft-OpenAI economics currently stand, incl capex

https://twitter.com/amir/status/2054669172240707676
2•cwwc•39m ago•0 comments

Nick and Tristan's Interview with Tyler Cowen

https://www.outrageousfortune.ca/p/nick-and-tristans-interview-with
1•paulpauper•43m ago•0 comments

Xkcd 3233 – Make It Myself

https://xkcd.com/3233/
4•arm32•43m ago•1 comments

What we learned using AI agents to refactor a monolith

https://1password.com/blog/what-we-learned-using-ai-agents-to-refactor-a-monolith
1•cdrnsf•43m ago•0 comments

Show HN: Petri – Drop-in Postgres image that forks a DB per test

https://github.com/taktekhq/petri
3•nizarmah•44m ago•0 comments

AI, Player-Coaches, and Fixing the Management Problem

https://www.axamy.com/blog/ai-player-coaches-and-fixing-the-management-problem
1•jhonovich•59m ago•10 comments

Not Forgotten – Maui Fire Relief – StartUp Non-Profit-Documentary [video]

https://www.youtube.com/watch?v=uXSO3iehL9U
2•pgroverman•1h ago•0 comments

Show HN: Showing the same info in 248 different UI

https://whoareyou.infiniwa.com/
1•ym705•1h ago•0 comments

The anti-minimalist backlash is the bigger story behind Oxygen's revival

https://filipfila.wordpress.com/2026/05/10/the-anti-minimalist-backlash-is-the-bigger-story-behin...
1•birdculture•1h ago•0 comments

The Smartphone Market Is Cracking

https://asymco.com/2026/05/13/the-smartphone-market-is-cracking/
1•ndr42•1h ago•0 comments

Old film camera can now shoot 4K video, 26MP RAW files without any modifications

https://www.digitalcameraworld.com/cameras/film-cameras/im-obsessed-with-retro-cameras-this-gadge...
2•teleforce•1h ago•0 comments

Intercom changes name to Fin

https://www.intercom.com/blog/today-intercom-becomes-fin/
16•RyanShook•1h ago•13 comments

Chinese EVs take the world by storm

https://www.nbcnews.com/world/asia/chinese-evs-take-world-storm-united-states-rcna344680
5•lxm•1h ago•0 comments

MathScroll: Infinitely Scroll Mathematics

https://projects.ollybritton.com/mathscroll/
1•pykello•1h ago•0 comments

New Yuri Anime Has Girls Duking It Out in Street Fighter 6 (and Falling in Love)

https://kotaku.com/young-ladies-dont-play-fighting-games-street-fighter-6-2000692424
1•PaulHoule•1h ago•0 comments

CEOs Say Layoffs Are AIs Fault–But Some Experts Think Companies Are Lying|Forbes

https://www.forbes.com/sites/maryroeloffs/2026/05/07/ceos-say-layoffs-are-ais-fault-but-some-expe...
4•Baljhin•1h ago•1 comments

Show HN: I made a minimalistic Tower Defense Game – iOS – Looking for feedbacks

https://voidgame.app/
1•pompeii•1h ago•0 comments

Video Is Different at 360p

https://www.youtube.com/watch?v=UCBAqaT4SQc
1•philo23•1h 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.