frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

At Protocol for Agents

https://davidgasquez.com/atproto-agents
1•kalendos•1m ago•0 comments

For 20 years, Stephen Colbert distinguished truth from truthiness

https://www.npr.org/2026/05/18/nx-s1-5815315/stephen-colbert-final-show
2•geox•4m ago•0 comments

Preventing AI agents from executing destructive terminal commands

https://github.com/7Majesty-M/terminal-guardian-mcp
1•majesty-m•4m ago•1 comments

OVCS: Raspberry Pi–powered electric car

https://www.raspberrypi.com/news/ovcs-raspberry-pi-powered-electric-car/
1•Brajeshwar•6m ago•0 comments

Can we combine excellent design and branding simultaneously?

https://antar.me/blog/branding-vs-good-design/
1•redaantar•6m ago•0 comments

Show HN: Citycal – Collaborative Events Calendar

https://citycal.com
1•oliv__•7m ago•0 comments

How India's cooking fuel shortage is driving up California's gas prices

https://www.reuters.com/business/energy/how-indias-cooking-fuel-shortage-is-driving-up-california...
1•tartoran•7m ago•0 comments

Show HN: Kaption – Live OCR subtitle overlay

https://github.com/wojciechowskiapp/Kaption
1•wojciechowskiap•7m ago•0 comments

Clojure Freed Me from the Ceremony

https://carlosblanco.github.io/clojure/functional-programming/2020/10/15/functional-programming-c...
1•zonotope•8m ago•0 comments

HTML5/EPUB3 Version of SICP

https://github.com/sarabander/sicp
3•caminanteblanco•10m ago•0 comments

Judge grants accused CEO killer Mangione's bid to suppress evidence

https://www.reuters.com/legal/government/luigi-mangione-due-court-ruling-backpack-evidence-ceo-ki...
3•tartoran•10m ago•0 comments

Information for most known natural bodies in our solar system

https://ssd.jpl.nasa.gov/
4•mooreds•13m ago•0 comments

A Master's Degree Isn't the Job Guarantee It Used to Be

https://www.wsj.com/lifestyle/careers/a-masters-degree-isnt-the-job-guarantee-it-used-to-be-53e237aa
2•JumpCrisscross•14m ago•0 comments

Linux 6.6 LTS To Linux 7.1 Bechmarks: Performance Up 13% Threadripper Over 3 yrs

https://www.phoronix.com/review/linux-66-linux-71
1•Bender•14m ago•0 comments

Amazon is deploying these cargo e-bikes for deliveries

https://electrek.co/2026/05/17/amazon-is-deploying-these-massive-cargo-e-bikes-for-deliveries/
1•Bender•14m ago•1 comments

TSA Experiments with Off-Site Screening to Relieve Airport Congestion

https://www.wsj.com/business/airlines/tsa-offsite-security-screening-be866b31
1•JumpCrisscross•14m ago•0 comments

Windows boot partition runs out of space for Microsoft's May security update

https://www.theregister.com/oses/2026/05/18/windows-boot-partition-runs-out-of-space-for-microsof...
3•Bender•14m ago•0 comments

Which AI Image Gen Has Best Character Consistency? OpenAI vs. Gemini vs. Flux

https://techstackups.com/comparisons/gemini-vs-openai-vs-flux-vs-runway-character-consistency-may...
2•ritzaco•15m ago•0 comments

- YouTube [video]

https://www.youtube.com/watch?v=NNC6raUvXbM
1•surprisetalk•16m ago•0 comments

Show HN: LatticeKB- A personal Knowledge base web-app

https://latticekb.github.io
2•ciaranmca•16m ago•0 comments

Look Ma, No Database: Documents with Shared Lifecycle State

https://ecprotocol.io/2026/05/17/look-ma-no-database.html
2•lszu•17m ago•0 comments

The Borrowed Brain Problem

https://bravetto.com/
2•buttersmoothAI•18m ago•1 comments

More than 100 UK datacentres plan to burn gas to generate electricity

https://www.theguardian.com/business/2026/may/18/uk-datacentres-plan-to-burn-gas-to-generate-elec...
4•Brajeshwar•18m ago•0 comments

Show HN: Devin AI can automatically triage issues

https://devin.ai/auto-triage
4•limelight•19m ago•0 comments

Distro Chooser

https://distrochooser.de
2•doener•19m ago•0 comments

Tell HN: Typical AI Conversation

3•theorchid•20m ago•2 comments

Show HN: InsForge – Open-source Heroku for AI coding agents

https://github.com/InsForge/InsForge
3•mrcoldbrew•21m ago•0 comments

This Week: Software Testing Changes Forever

https://testkube.wistia.com/live/events/gigwl708fn
2•evwitmer•21m ago•0 comments

Skyblock vs. Microsoft: Final Legal Outcome

https://skyblock.net/threads/skyblock-vs-microsoft-final-legal-outcome.147906/
3•SaladFork•22m ago•0 comments

CEF AI is hiring a Growth and Community Operator (remote, global)

https://join.com/companies/cefai/16128429-growth-and-community-operator
2•Lynn_CEF-AI•22m 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.