frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How Freedom Tech Is Pushing Back Against Digital Authoritarianism

https://www.forbes.com/sites/digital-assets/2026/06/04/how-freedom-tech-is-pushing-back-against-d...
1•mkfain•20s ago•0 comments

A post-quantum future for Let's Encrypt

https://letsencrypt.org/2026/06/03/pq-certs.html
1•fanf2•1m ago•0 comments

Companies Are Using Reddit to Manipulate ChatGPT and Google AI Search

https://www.404media.co/companies-are-using-reddit-to-manipulate-chatgpt-and-google-ai-search/
1•RobotToaster•2m ago•0 comments

Anthropic's in-house data analytics with Claude

https://claude.com/blog/how-anthropic-enables-self-service-data-analytics-with-claude
1•dmpetrov•5m ago•0 comments

Google to add sources in AI Searches, allow to opt out following UK ruling

https://sfist.com/2026/06/03/google-to-add-clearer-attributions-to-ai-searches-allow-sites-to-opt...
3•xyzal•8m ago•0 comments

The Electrodynamics of Moving Bodies by A. Einstein June 30, 1905 [pdf]

https://users.physics.ox.ac.uk/~rtaylor/teaching/specrel.pdf
1•chistev•10m ago•0 comments

OpenAI and Anthropic Sign Letter to Prevent AI-Developed Biological Weapons

https://www.wired.com/story/openai-anthropic-letter-ai-biological-weapons/
2•dangoldbj•13m ago•0 comments

So Long, CHU, and Thanks for All the Time Signals

https://hackaday.com/2026/05/27/so-long-chu-and-thanks-for-all-the-time-signals/
1•austinallegro•16m ago•0 comments

What's new in Swift: May 2026 Edition

https://swift.org/blog/whats-new-in-swift-may-2026/
1•frizlab•16m ago•0 comments

Exploring Otel data in the console via axiom.co

https://github.com/axiomhq/ax
2•Licenser•17m ago•1 comments

Majorana 2 – Microsoft's new quantum chip

https://news.microsoft.com/source/features/innovation/majorana-2-microsoft-discovery-agentic-ai/
3•dangoldbj•19m ago•0 comments

AgentRail. An AI-agent friendly layer for websites

https://github.com/gharibyan/agentrail
1•xgharibyan•21m ago•0 comments

30 things I've learned from 30 years freelancing

https://lernerpython.com/2025/12/08/30-things-ive-learned-from-30-years-in-business/
2•reuven•26m ago•0 comments

Embrace the Grind (2021)

https://jacobian.org/2021/apr/7/embrace-the-grind/
1•tosh•30m ago•0 comments

What to Write

https://jacobian.org/2009/nov/10/what-to-write/
1•tosh•35m ago•0 comments

Show HN: The largest free animated icon library for Vue (523 Lucide icons)

https://respeak-io.github.io/lucide-motion-vue/
1•evolabs•36m ago•0 comments

Snowflake Datastream: Kafka-native streaming in Snowflake

https://www.snowflake.com/en/product/features/datastream/
1•Dionakra•36m ago•0 comments

Memory AI Server Aims to Shatter the Memory Wall

https://spectrum.ieee.org/huge-memory-ai-server
2•rbanffy•37m ago•0 comments

France Needs 45 Years to Grow its way out

https://julienreszka.com/blog/france-needs-45-years-to-grow-its-way-out/
1•julienreszka•37m ago•0 comments

Do you find yourself aimlessly scrolling? You're not alone

https://www.bbc.com/news/articles/czd2mq505dpo
3•bishopsmother•40m ago•0 comments

Realtime regression in non-English production voice agents

https://community.openai.com/t/realtime-regression-in-non-english-production-voice-agents-gpt-rea...
1•bishopsmother•40m ago•0 comments

Pensero – Token winter is coming

https://pensero.ai/blog/token-winter-is-coming
1•sabatesduran•42m ago•0 comments

KDE Has Long Used Dragons, and Dragons Come from Hatched Eggs

https://techrights.org/n/2026/06/03/KDE_Has_Long_Used_Dragons_and_Dragons_Come_From_Hatched_Eggs....
1•amcclure•43m ago•0 comments

Haiku, a generative music album for macOS

https://www.giorgiosancristoforo.net/ooame/
1•ron_k•43m ago•0 comments

HPE Catches Its First GenAI Wave with Enterprises, Sovereigns, and Neoclouds

https://www.nextplatform.com/compute/2026/06/04/hpe-catches-its-first-genai-wave-with-enterprises...
1•rbanffy•44m ago•0 comments

Drew DeVault Can Still Redeem His Reputation

https://techrights.org/n/2026/06/04/Drew_DeVault_Can_Still_Redeem_His_Reputation_Revisiting_His_A...
1•amcclure•45m ago•1 comments

Microsoft, Atom Computing, EeroQ update their quantum computing progress

https://arstechnica.com/science/2026/06/microsoft-atom-computing-eeroq-update-their-quantum-compu...
1•rbanffy•45m ago•0 comments

Emacs with a native Metal rendering back end (macOS)

https://github.com/tanrax/emacs-gpu
2•andros•49m ago•0 comments

D4M

https://d4m.mit.edu/
1•tosh•49m ago•0 comments

GNU/Linux Usage Rising Among Gamers, but "Hardware Survey Data Not Available."

https://techrights.org/n/2026/06/03/GNU_Linux_Usage_Rising_Among_Gamers_But_Hardware_Survey_Data_...
3•amcclure•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•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.