frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Mantyx – Free Agent Runtime with batteries included

https://mantyx.io/
1•mantyx•1m ago•0 comments

Automated Oracle to PostgreSQL Migration in Seconds

https://www.spectralcore.com/blog/why-we-built-sql-tran-oracle-to-postgresql-migration
1•spectral_beel•2m ago•0 comments

RNG: Flat Datacenter Networks at Scale

https://arxiv.org/abs/2604.15261
1•rayhaanj•3m ago•0 comments

Envato forced my hand. Now selling direct and rethinking marketplace trust

https://www.indiehackers.com/post/envato-s-july-policy-change-forced-my-hand-now-i-m-selling-dire...
1•veno_es•7m ago•0 comments

Kill Sticky Headers (2013)

https://alisdair.mcdiarmid.org/kill-sticky-headers/
1•downbad_•8m ago•0 comments

OpenAI says it will comply with Trump's order requiring AI model reviews

https://www.cnbc.com/2026/06/05/openai-trump-ai-model-review-order.html
1•thm•9m ago•0 comments

Preprint warns of catastrophic AI risks if no action is taken within five years

https://news.uq.edu.au/2026-06-global-experts-assess-risk-ai-catastrophes
1•giuliomagnifico•10m ago•0 comments

Should I choose v1 or v2? [AutoHotkey Wiki]

https://autohotkey.wiki/versions
1•ankitg12•11m ago•0 comments

How China is using human labor to win the humanoid robot data race

https://restofworld.org/2026/china-ai-robotics-training-data/
1•JeanKage•13m ago•0 comments

I built From after 10 years of failing to stick with any note-taking app

https://getfrom.app/blog/en/why-i-built-from
1•lezaun•15m ago•1 comments

Why are US consumers so angry? It's not just high prices

https://www.theguardian.com/us-news/ng-interactive/2026/jun/04/us-consumer-rage-prices-economy
1•prmph•15m ago•0 comments

Hertaler – Modernise archaic language in ePub, HTML private

https://thejanmanshow.github.io/Hertaler/
1•janandonly•18m ago•0 comments

Boundaries of Stationary Feature Learning: A Minimax Barrier for Scaling Laws

https://zenodo.org/records/20516952
2•ivandrozdovisme•20m ago•0 comments

EPL – a programming language where every keyword is plain English

https://www.google.com/url?q=https://github.com/abneeshsingh21/EPL&source=gmail&ust=1780737352628...
2•abneesh_builds•22m ago•0 comments

N8n-style tool chains for AI agents – custom design, or reinforced by what works

https://github.com/pssah4/stigmergy
1•pssah4•23m ago•0 comments

Customize keyboard shortcuts in Claude Code

https://code.claude.com/docs/en/keybindings
1•ankitg12•25m ago•0 comments

Show HN: GoPortfolio – Portfolio Tracking and Retirement Planning Platform

https://goportfolio.cloud/
1•enklopper•30m ago•0 comments

Show HN: Lowfat – pluggable CLI filter that saved 91.8% of my LLM tokens

https://github.com/zdk/lowfat
1•zdkaster•33m ago•0 comments

Some billionaires pay too little tax

https://economist.com/finance-and-economics/2026/06/04/some-billionaires-pay-too-little-tax
4•andsoitis•35m ago•2 comments

Unicode Cyrillic Letter Multiocular O

https://en.wikipedia.org/wiki/Cyrillic_O_variants
6•s3tz•35m ago•2 comments

Bit Rot Doesn't Always Increase Entropy

https://bughunters.google.com/blog/bit-rot-doesnt-always-increase-entropy
2•ddos•38m ago•0 comments

Robert Crumb: from American counterculture to the French countryside

https://www.artbasel.com/news/robert-crumb-cartoonist-provence
1•Michelangelo11•38m ago•0 comments

Samsung to Refund 20% of All Purchases in South Korea in Onuri Gift Certificates

https://en.sedaily.com/finance/2026/06/05/samsung-to-refund-20-percent-of-purchases-in-onnuri-gift
1•Markoff•42m ago•1 comments

We Shipped a Feature in 2 Days That Was Scoped for a Week (Week 4 Friday Rou

https://theaileverageweekly.com/posts/how-we-shipped-a-feature-in-2-days-that-was-scoped-for-a-we...
1•talvardi7•42m ago•0 comments

Supply chain attack alert: .github/setup.js

8•antihero•44m ago•0 comments

A faster bump allocator for rust

https://owen.cafe/posts/stumpalo/
3•414owen•47m ago•0 comments

Show HN: Concord – Discord in Terminal

https://github.com/chojs23/concord
3•n3ozz•47m ago•0 comments

Pulling a New Proof from Knuth's Fixed-Point Printer

https://research.swtch.com/fp-knuth
1•KnuthIsGod•47m ago•0 comments

TSMC working hard to meet chip demand, would 'like' to hike prices

https://www.reuters.com/world/china/tsmc-boss-upbeat-outlook-ai-boom-shows-no-sign-easing-2026-06...
3•giuliomagnifico•49m ago•0 comments

Memory Still Matters in the Age of ChatGPT

https://www.dcaulfield.com/memorisation-chatgpt
1•cauliflower99•51m 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.