frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Native Markdown Reader for macOS

https://github.com/creativefisher/mdreader
1•intrepidsoldier•1m ago•0 comments

Let Your AI Agent Manage Aweskill for You

https://aweskill.webioinfo.top/articles/let-your-ai-agent-manage-aweskill-for-you/
1•mugpeng•3m ago•0 comments

Colorado Rolls Back Landmark AI Governance Law

https://www.bankinfosecurity.com/colorado-rolls-back-landmark-ai-governance-law-a-31804
1•mooreds•6m ago•0 comments

Response to Cegłowski on Superintelligence (2017)

https://intelligence.org/2017/01/13/response-to-ceglowski-on-superintelligence/
1•Jach•7m ago•0 comments

Vegvisir – Agentic Harness Built for Software Developers

https://github.com/Honorbound-Innovation/Vegvisir-harness
2•unkn0wnable•11m ago•1 comments

Show HN: Ported Cerebras REAP to MLX – Prune MoE Experts on a MacBook

https://github.com/egesabanci/reap-mlx
1•egesabanci•12m ago•0 comments

Tiny Guyana poised for big Iran oil gains and growth strains

https://www.reuters.com/business/energy/tiny-guyana-poised-big-iran-oil-gains-growth-strains-2026...
1•JumpCrisscross•14m ago•0 comments

LLM and Clojure

https://tusshah.codeberg.page/
1•mmts•18m ago•0 comments

Anthropic files for blockbuster initial public offering

https://www.ft.com/content/4f82f41c-24e7-4323-899a-17a04badd29e
1•geoffbp•20m ago•0 comments

Opus 4.8 Part 2: Model Welfare

https://thezvi.substack.com/p/opus-48-part-2-model-welfare
1•paulpauper•20m ago•0 comments

How to Silence the Federal Workforce

https://www.theatlantic.com/ideas/2026/06/trumps-intimidation-whistleblowers-nda/687377/
1•paulpauper•21m ago•0 comments

How Efficient Was the Affordable Care Act at Reducing Uninsured Rates?

https://www.nber.org/papers/w35263
1•paulpauper•23m ago•0 comments

Book Dedications

https://walzr.com/dedications
2•walz•23m ago•0 comments

Venezuela's oil exports rose to 1.25M bpd in May, shipping data shows

https://www.reuters.com/business/energy/venezuelas-oil-exports-rose-125-million-bpd-may-shipping-...
1•JumpCrisscross•25m ago•0 comments

SpaceX sets aside 5% of IPO shares for selected buyers, waives lock-up

https://www.reuters.com/legal/government/spacex-sets-aside-5-ipo-shares-selected-buyers-waives-lo...
1•JumpCrisscross•28m ago•0 comments

CHSE – Rust LLM compressor: 1.15M lines/s, 69-91% token savings

1•humanethq•30m ago•0 comments

Faster Local engine built from scratch in Rust

https://www.conifer.build/
1•v11climbs•36m ago•2 comments

Bernie Sanders: A.I. Is a Public Resource. You Should Own Half of It

https://www.nytimes.com/2026/06/01/opinion/artificial-intelligence-bernie-sanders.html
5•Teever•38m ago•0 comments

What's gonna happen to software engineers?

https://yakko.dev/blog/whats-gonna-happen-to-software-developers
4•yakkomajuri•38m ago•0 comments

Vercel AI Gateway Appears to Block BYOK Requests When Account Balance Reaches $0

https://github.com/vercel/ai/issues/11280
2•kaicianflone•52m ago•1 comments

I Tried to Sell My House with a Chatbot

https://www.nytimes.com/2026/05/28/technology/sell-house-with-ai-no-realtor.html
2•garethsprice•52m ago•0 comments

Salmon Creek Farm

https://salmoncreekfarm-arts.org/
1•grantpitt•54m ago•0 comments

Bank Balance Is a Lie, and Fragmentation Is Why Nobody Can Prove It

https://heavenslive.com/credon/faq.html
2•bbenevolence•56m ago•1 comments

Fivetran and dbt are one company now

https://www.getdbt.com/blog/fivetran-and-dbt-are-one-company-now-here-s-what-that-means
1•thingsilearned•56m ago•0 comments

Ask HN: Do you give AI agent the specs and have it start building unattended?

4•bubbamack•56m ago•1 comments

Remember This

https://theamericanscholar.org/you-must-remember-this/
2•prismatic•57m ago•0 comments

How one founder's bet on 'the old school web' is paying off

https://www.theverge.com/tech/938245/past-maps-website-google-zero-ai
2•Soupy•58m ago•0 comments

The Shape of a Neuron – Weights, Bias and Activation Functions

https://www.youtube.com/watch?v=nbRu5disqiQ
1•0bytematt•59m ago•0 comments

Pretext, Pretext, Pretext: Building reasons to be together

https://www.seeingthesystem.com/p/pretext-pretext-pretext
1•TinyBig•1h ago•0 comments

Why the AI Revolution Hasn't Hit Game Development Yet – and Why It's Coming Next

https://rhulha.github.io/blog/ai-revolution-game-development.html
2•raymond_goo•1h ago•1 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.