frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Kinetic – an experimental decentralized naming protocol

https://github.com/saifmukhtar/kinetic
1•saifmukhtar•12s ago•0 comments

Cybersecurity AI (CAI) Dataset

https://arxiv.org/abs/2605.28146
1•vinothkumarnaga•2m ago•0 comments

Postgres rewritten in Rust, now passing 100% of the Postgres regression tests

https://github.com/malisper/pgrust
2•SweetSoftPillow•4m ago•0 comments

What founders should evaluate before launching an AI-built app

https://geekyants.com/blog/what-founders-must-evaluate-before-launching-an-ai-built-app
3•Krishnaswaroop•7m ago•0 comments

Teller.io shuts down at the end of the week

1•dmonn•10m ago•0 comments

The OpenClaw Foundation

https://openclaw.ai/blog/introducing-openclaw-foundation
2•tosh•12m ago•0 comments

Show HN: Copresent – Turn your phone into a Google Slides remote

https://www.copresent.app/
1•highlystatic•14m ago•0 comments

I co-founded Wikipedia, but an anonymous mob runs the show – and now I'm banned

https://www.washingtonexaminer.com/op-eds/4638304/larry-sanger-wikipedia-co-founder-banned-anonym...
2•dmitrygr•19m ago•0 comments

Soft Skills Engineering is a weekly advice podcast for software developers

https://softskills.audio/
1•datadrivenangel•20m ago•0 comments

Commerce in a Toga

https://strawvsteel.com/articles/the-supply-chain-learned-to-narrate-itself/
1•aureisular•22m ago•0 comments

The four horsemen behind Postgres outages

https://malisper.me/the-four-horsemen-behind-thousands-of-postgres-outages/
1•tosh•22m ago•0 comments

Why do hippos spread poo?

https://iere.org/why-do-hippos-spread-poo/
1•thunderbong•23m ago•0 comments

Energy Department wants to weaken efficiency standards for home appliances

https://www.washingtonpost.com/business/2026/07/02/energy-department-wants-weaken-efficiency-stan...
1•littlexsparkee•23m ago•0 comments

I think I can get the original reasoning of Claude models. Is this real?

https://thinking-signature-demo-5g65bijswq-de.a.run.app/
1•bayes-song•28m ago•2 comments

Bun vs. Deno vs. Node.js: which JavaScript runtime wins in 2026?

https://botmonster.com/web-dev/bun-vs-deno-vs-nodejs-javascript-runtime-2026/
2•enz•31m ago•0 comments

Show HN: Prompt Injection as an Egress Problem

https://www.vaibot.io/blog/prompt-injection-is-an-egress-problem
1•bcampbell88•32m ago•1 comments

AI changes the economics of software rewrites

https://thetruthasiseeitnow.com/ai-slop-starts-with-the-codebase-itself/
6•cinooo•35m ago•1 comments

LisaFPGA: The Apple Lisa computer implemented inside an FPGA

https://github.com/alexthecat123/LisaFPGA
1•signa11•36m ago•0 comments

Samsung chip division's 1-year profit beat past 40 years of profits, combined

https://www.tomshardware.com/tech-industry/samsungs-chip-division-expects-to-out-earn-its-entire-...
4•theanonymousone•36m ago•0 comments

Accelerating Harbor with Tensorlake

https://www.tensorlake.ai/blog/accelerating-harbor-with-tensorlake
1•cooleel•38m ago•0 comments

Why LLMs get dates and times wrong (and how to fix it)

https://www.cronofy.com/blog/why-llms-get-dates-and-times-wrong
1•ColinEberhardt•42m ago•0 comments

SpaceX closes below debut price in two-day slide after Nasdaq-100 inclusion

https://www.cnbc.com/2026/07/08/spacex-stock-nasdaq-100-ipo.html
2•1vuio0pswjnm7•42m ago•0 comments

Show HN: Computer Use with any models Clanker Secretary

https://twitter.com/tekbog/status/2075086378459898210
2•tekbog•44m ago•0 comments

AI is creating economic winners, says IMF

https://www.axios.com/2026/07/08/imf-ai-energy-iran
3•TMWNN•45m ago•0 comments

How Donkey Kong Toppled Atari

https://dfarq.homeip.net/how-donkey-kong-toppled-atari/
2•giuliomagnifico•47m ago•0 comments

Book: RISC-V System-on-Chip Design

https://www.amazon.com/RISC-V-Microprocessor-System-Chip-Design/dp/0323994989
6•xlmnxp•54m ago•0 comments

Artificial Climate Controls Might Become Ineffective – Because of Climate Change

https://scripps.ucsd.edu/news/artificial-climate-controls-might-become-ineffective-because-climat...
1•SiempreViernes•55m ago•0 comments

An off switch for dual use knowledge in AI models

https://www.anthropic.com/research/off-switch-dual-use
1•DeveloperErrata•59m ago•0 comments

The Unlikely Journalist Who Looked into the Heart of War

https://www.newyorker.com/books/page-turner/the-unlikely-journalist-who-looked-into-the-heart-of-war
1•petethomas•1h ago•0 comments

What Scientists Learned by Eavesdropping on Thousands of People

https://www.newyorker.com/culture/annals-of-inquiry/what-scientists-learned-by-eavesdropping-on-t...
5•petethomas•1h 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.