frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Stop Building Your AI Product Around Today's Model

https://garybake.com/stop-building-todays-model.html
1•garybake•52s ago•1 comments

The future tech role is the product architect

https://akashyap.ai/the-future-tech-role-is-the-product-architect/
1•ltononro•54s ago•0 comments

Foremerge: Catch conflicts between AI coding agents before they code

https://github.com/naw103/foremerge
1•foremerge•2m ago•0 comments

IBM DS8000 Release 10.2 Brings FCM5 in Edsff, Automated Ransomware Containment

https://www.storagereview.com/news/ibm-ds8000-release-10-2-brings-fcm5-in-edsff-doubled-back-end-...
1•rbanffy•2m ago•0 comments

Show HN: Lit-CLI – a Rust CLI tool to scaffold and manage Lit projects

https://github.com/brysonbw/lit-cli
1•Brysonbw•2m ago•0 comments

Nemotron 3 Ultra Explained

https://miraflow.ai/blog/nemotron-3-ultra-explained-nvidia-hybrid-mamba-moe-2026
3•thisisauserid•4m ago•0 comments

AI safety is designed in the West, and failing users everywhere

https://restofworld.org/2026/ai-safety-bias/
1•cdrnsf•4m ago•0 comments

Shop: "We regret to inform you we are suspending all orders from [Deliveroo UK]"

https://www.instagram.com/p/DcvZNWmsxFt/
2•danso•4m ago•0 comments

Fuck you, show me the prompt

https://hamel.dev/blog/posts/prompt/
3•softwaredoug•5m ago•0 comments

Show HN: Keeplea – photograph everything you want to remember

https://keeplea.app/
2•BrainQuanta•6m ago•0 comments

Show HN: FlightPowers – Google Flights API, Google's cheap/typical/high verdict

https://flightpowers.com
2•mtnrabi•7m ago•0 comments

Algorithms for Modern Hardware

https://en.algorithmica.org/hpc/
2•ibobev•8m ago•0 comments

LIOS Coin

https://pump.fun/coin/6rnLa8Lq3zACFyu7dxVmxzXPumtPEcebx9HiktrKpump
1•arkdroid•8m ago•1 comments

Textlog after launch, 1218 commits later

https://textlog.cc/blog/recap-v2
1•stagas•9m ago•0 comments

Puro-2B: Poor Lab's Qwen2-1.5B Trained on RTX 5090 within $5090

https://arxiv.org/abs/2608.27370
1•simonpure•11m ago•0 comments

HelloSystem a desktop system with a focus on simplicity, elegance, usability

https://hellosystem.github.io/docs/
1•Bluestein•11m ago•0 comments

OpenAI is pulling its models from Cursor after the SpaceX acquisition

https://opengeni.substack.com/p/why-every-company-needs-to-own-its
1•davletdz•11m ago•0 comments

GrapheneOS may skip Pixel 11 over missing hardware security feature

https://cyberinsider.com/grapheneos-may-skip-pixel-11-over-missing-hardware-security-feature/
2•DemiGuru•12m ago•1 comments

Firefox 155.0

https://www.firefox.com/en-US/firefox/155.0/releasenotes/
2•ErenayDev•12m ago•0 comments

Show HN: Throttling AI models under load can backfire and increase demand (SIM)

https://throttle.staffinganalytics.io/?src=hn2
2•eliotho•13m ago•0 comments

Show HN: Fottly – Self-hosted image API with AI background removal

https://github.com/Noah-1919/Fottly
1•fottly•13m ago•0 comments

A.I. curing cancer is not enough

https://www.writingruxandrabio.com/p/e080d047-15d6-4bfe-bb5e-bc7314eb35b8
1•jger15•13m ago•2 comments

Show HN: I made a game inspired by the early iPod touch games I'd play as a kid

https://www.playupperhand.com/
1•ianjc65•14m ago•0 comments

Show HN: In-browser iMessage exporter for Mac chat.db and iPhone backups

https://vajba.com/imessage-export/
1•trivsamt•16m ago•0 comments

Summer 2026 provisionally hottest on record for the UK

https://www.metoffice.gov.uk/about-us/news-and-media/media-centre/weather-and-climate-news/2026/s...
1•lukecarr•16m ago•0 comments

Tasking Radarsat

https://tech.marksblogg.com/canada-radarsat.html
1•marklit•17m ago•0 comments

Patented Application of Linear Algebra

https://www.johndcook.com/blog/2026/08/31/patented-application-of-linear-algebra/
1•ibobev•19m ago•0 comments

Wasmi 2.0 – Engineering of the Fastest WebAssembly Interpreters

https://wasmi-labs.github.io/blog/posts/wasmi-v2.0/
3•herobird•21m ago•0 comments

Ask HN: Please hire me, I need to live in USA

3•roschdal•21m ago•1 comments

Show HN: Srmed – an automated newsroom with a daily AI-narrated podcast

https://srmed.ai/ar/today
3•alnamkani•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.