frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Strengthening Europe's Tech Sovereignty

https://digital-strategy.ec.europa.eu/en/policies/eu-tech-sovereignty
1•robalni•57s ago•0 comments

Dismay as Trump officials to dismantle key ocean monitoring system

https://www.theguardian.com/environment/2026/jun/02/trump-administration-ocean-observatories-init...
2•ndsipa_pomu•3m ago•0 comments

Show HN: Capture, compress, and copy screenshots to clipboard

https://github.com/sauravtom/Screenshot2Clipboard
1•sauravt•4m ago•0 comments

Can LLMs Reason Structurally? Benchmarking via the Lens of Data Structures

https://arxiv.org/abs/2505.24069
1•matt_d•6m ago•0 comments

NanoLog – A <17KB Shadow DOM widget for changelogs and roadmaps

https://www.nanolog.dev/
1•ahm-labs•9m ago•0 comments

Show HN: Rscrypto, pure-Rust crypto with industry leading public benches

https://github.com/loadingalias/rscrypto
2•LoadingALIAS•9m ago•0 comments

EWD 1041: By Way of Introduction (Science is hated)

https://www.cs.utexas.edu/~EWD/transcriptions/EWD10xx/EWD1041.html
1•ethanwillis•9m ago•0 comments

Ideogram 4.0: A 9.3B open-weight image model

https://ideogram.ai/blog/ideogram-4.0/
1•victormustar•10m ago•0 comments

Rebuilding Postgres Metrics on Self-Hosted VictoriaMetrics with Zero Downtime

https://xata.io/blog/how-we-rebuilt-postgresql-branch-metrics-on-victoriametrics-per-cell
1•ClaudiuDasca•10m ago•0 comments

Google Expands AirDrop Support to More Android Phones

https://www.macrumors.com/2026/06/02/google-airdrop-support-more-android-phones/
1•tosh•11m ago•0 comments

A company didn't spend $500M on Claude in a month

https://stax.sh/articles/500-million-claude-bill
1•Topfi•13m ago•1 comments

$3.6M an Hour–and Other Ways to Measure Elon Musk's Fortune

https://www.wsj.com/tech/3-6-million-an-hourand-other-ways-to-measure-elon-musks-fortune-04e590a5
3•fortran77•13m ago•1 comments

Inteligencia

https://www.bing.com/search?qs=AS&pq=tra&sk=CSYN1&sc=14-3&pglt=299&q=traductor&cvid=d442becfe57f4...
1•BedoyaDC•13m ago•0 comments

Designing a terminal for listening instead of scanning

https://derekriemer.com/posts/2026/03/15/designing-a-terminal-for-an-audio-first-workflow/
1•blindprototypes•13m ago•0 comments

Resolving Feynman's Restaurant Problem

https://www.pnas.org/doi/full/10.1073/pnas.2509612123
1•FergusArgyll•14m ago•0 comments

Our Google Cloud dataset keeps questioning what a $300 VM buys

https://webbynode.com/articles/google-cloud-vm-pricing-what-is-the-buyer-actually-purchasing
1•gsgreen•15m ago•1 comments

MacBook Neo Is So Popular That Apple Doubled Production

https://www.macrumors.com/2026/06/03/macbook-neo-production-doubled-says-kuo/
3•tosh•17m ago•0 comments

Meta Business Agent

https://about.fb.com/news/2026/06/meta-business-agent/
1•ChrisArchitect•17m ago•0 comments

Inside Meta's attempts to play catch-up with AI

https://arstechnica.com/ai/2026/06/inside-metas-attempts-to-play-catch-up-with-ai/
1•pseudolus•17m ago•0 comments

Apple Announces Europe's First Developer Center

https://www.macrumors.com/2026/06/03/apple-announces-first-developer-center-in-europe/
1•tosh•18m ago•0 comments

Five Stages of Building with LLMs

https://llmfn.com/signals/fivestages
1•bargavas•18m ago•0 comments

A Visual Guide to Gemma 4 12B

https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-gemma-4-12b
1•yurivish•18m ago•0 comments

Framework Laptop 13 Pro Deep Dive – LPCAMM2

https://frame.work/blog/framework-laptop-13-pro-deep-dive-lpcamm2
2•allddd•20m ago•0 comments

AI costs how much? GitHub Copilot users react to new usage-based pricing system

https://arstechnica.com/ai/2026/06/ai-costs-how-much-github-copilot-users-react-to-new-usage-base...
1•ceejayoz•20m ago•1 comments

I made a streaming feature where you can predict what happens during the stream

https://polybets.fun/go-live
1•realJared54•20m ago•0 comments

The SSRI Debate Flares Again

https://www.psychologytoday.com/us/blog/the-biology-of-human-nature/202606/the-ssri-debate-flares...
1•lovestory•21m ago•0 comments

Ecdsa Fail Challenge

https://github.com/ecdsafail/ecdsafail-challenge
1•aburan28•21m ago•0 comments

Show HN: Erebus, A VPN client that runs rootless in user space

https://margaine.com/erebus/
2•tlar•21m ago•0 comments

Show HN: PersonalPod – Saving my long-distance relationship with a podcast

https://personal-pod.com/
1•smarterhome•22m ago•0 comments

WebSSH: A modern, feature-rich web-based SSH terminal with SFTP file manager

https://github.com/bifrost0x/webssh
1•indigodaddy•24m 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.