frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

You Have No Idea What a Trillion Dollars Is–and We Have Proof

https://www.wsj.com/business/trillions-game-spacex-first-trillionaire-elon-musk-75cfbf1b
1•fortran77•1m ago•1 comments

Why MCP is the wrong abstraction for memory

https://tenureai.dev/writing/why-mcp-is-the-wrong-abstraction/
1•jflynt76•2m ago•0 comments

Apple Gave Siri Hands

https://www.cringely.com/2026/06/11/apple-gave-siri-hands/
1•dxs•2m ago•0 comments

Show HN: Bosun – a small model that keeps an agent's memory graph clean

https://huggingface.co/Hanno-Labs/bosun-xs
1•trashhalo•3m ago•1 comments

Show HN: Claustrophobic, a multi-account harness for Claude Code

https://claustrophobic.xyz
1•blixt•3m ago•0 comments

Dutch government retracts plant to host VAT administration in US cloud

https://www.nrc.nl/nieuws/2026/06/11/staatssecretaris-draait-de-uitbesteding-van-de-btw-inning-aa...
2•microtonal•3m ago•0 comments

Kickbacks.ai – Get Paid for Waiting

https://kickbacks.ai/
2•stefan_•4m ago•0 comments

iFixit Trump phone teardown confirms it's an HTC U24 Pro

https://www.theverge.com/gadgets/948262/trump-phone-t1-ifixit-teardown-htc-u24-pro
1•throw0101c•5m ago•0 comments

Skip – compile native UI for both iOS and Android

https://skip.dev/
1•Austin_Conlon•5m ago•0 comments

Is Industrial AI Go-to-Market Built Different?

https://deploy95.substack.com/p/is-industrial-ai-gtm-built-different
1•dddddaviddddd•9m ago•0 comments

"This cannot continue": Xbox leaders lay out "hard truths" behind sagging brand

https://arstechnica.com/gaming/2026/06/this-cannot-continue-xbox-leaders-lay-out-hard-truths-behi...
1•MBCook•9m ago•0 comments

Spec-Driven Development in a team setting

https://penlingapp.com/articles/spec-driven-development-with-penling
1•pretorian_paul•10m ago•0 comments

Show HN: A police department for your Claude Code agents

https://github.com/varmabudharaju/agent-pd/blob/master/README.md
2•softie123•11m ago•0 comments

How Worried Should You Be About Climate Change?

https://mishaglouberman.substack.com/p/how-worried-should-you-be-about-climate
1•smartmic•12m ago•0 comments

PhysicsIntern: From an Autonomous Benchmark-Runner to a Research Sidekick

https://huggingface.co/blog/dlouapre/physics-intern
1•ForgotIdAgain•12m ago•0 comments

Jiff

https://lib.rs/crates/jiff
1•tosh•12m ago•0 comments

Viscribe – OSS image analysis tools for AI agents

https://github.com/itsperini/viscribe
3•itsperini•12m ago•0 comments

The secrets and truth inside Chungking Mansions

https://multimedia.scmp.com/chungking-mansions/index.html
1•keiferski•12m ago•0 comments

Israel expanded propaganda contract with Trump's former campaign manager

https://jackpoulson.substack.com/p/israel-expanded-propaganda-contract
7•untiledsource•13m ago•0 comments

Xbox CEO Says Current Margins 'Cannot Continue' in Public Letter to Staff

https://www.engadget.com/2191897/xbox-ceo-says-current-margins-cannot-continue-in-public-letter-t...
3•BeetleB•15m ago•0 comments

DDD: Dopamine Driven Development

https://johncodes.com/archive/2025/10-12-ddd/
1•jpmcb•15m ago•0 comments

Israel's Paid U.S. Influencer Network Exposed – – Imemc News

https://imemc.org/article/israels-paid-u-s-influencer-network-exposed/
3•untiledsource•16m ago•0 comments

Iran threatens Elon Musk's companies in Middle East: Iranian state media

https://www.cnbc.com/2026/06/11/iran-threatens-elon-musks-companies-in-middle-east-iranian-state-...
2•u1hcw9nx•16m ago•1 comments

The Post-Transformer Edge: LFM 2.5 vs. MT-LNN (AwareLiquid)

https://github.com/everest-an/M1
1•EverestAn•17m ago•0 comments

Debootstrapping without archeology: stacked implementations in Camlboot

https://arxiv.org/abs/2202.09231
1•fanf2•17m ago•0 comments

Euro-Office must default to ODF to be considered "genuinely European"

https://www.neowin.net/news/euro-office-must-default-to-odf-to-be-considered-genuinely-european-l...
2•bundie•17m ago•0 comments

VDBBench 2.0: now measures cost, not just performance

https://zilliz.com/blog/vdbbench-adds-cost-aware-benchmarking-for-vector-databases
1•Fendy•18m ago•1 comments

Velxio 3.0 – An AI hardware Agent that designs circuits an emulator

https://github.com/davidmonterocrespo24/velxio/releases/tag/v3.0.0
1•dmcrespo•18m ago•0 comments

AI Economics for Dummies

https://www.mcsweeneys.net/articles/ai-economics-for-dummies
1•amatheus•18m ago•0 comments

Right to Repair activist sues Samsung for not honouring warranty on a 4TB SSD

https://www.tomshardware.com/pc-components/ssds/louis-rossman-threatens-to-take-samsung-to-court-...
1•thisislife2•19m 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.