frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Omnigent-AI/omnigent – A meta-harness for AI agents

https://github.com/omnigent-ai/omnigent
1•superchink•1m ago•0 comments

More Tailscale tricks for your jailbroken Kindle

https://tailscale.com/blog/jailbroken-kindle-proxy-tun-modes
1•Brajeshwar•4m ago•0 comments

Show HN: Lightweight C++23 S3 client with no extra deps (just curl and OpenSSL)

https://github.com/ggcr/s3cpp
1•ggcr•4m ago•0 comments

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
2•karakoram•7m ago•1 comments

Solar Overtakes Coal in US Electricity for the First Month on Record`

https://ember-energy.org/latest-updates/solar-overtakes-coal-in-us-electricity-for-the-first-mont...
2•karakoram•7m ago•0 comments

Vibe Coding is the new Internet Dating

https://joecmarshall.com/posts/vibecoding-is-the-new-internet-dating/
1•CoreSet•8m ago•0 comments

The Day the US Government Shut Down the Most Powerful AI

https://www.pentesty.co/blog/fable5-mythos5-us-government-ban-cybersecurity
2•johnzoro107•10m ago•0 comments

Show HN: TrueQR – QR codes that don't expire, because static codes never could

https://trueqr.co
2•ElmerWallace•12m ago•1 comments

Masterfile – Scratch pad, vault, budget, notes, and Kanban in one iOS app

https://apps.apple.com/ph/app/masterfile/id6770906172
1•louiscada•12m ago•1 comments

$40k / Month from a Stolen Game

https://sawthat.io/case-studies/11062026-mmv
2•sickosanchez•12m ago•0 comments

History Repeating at Nintendo

https://ravi64.com/zelda-ocarina-history-repeating/
2•outrunner•12m ago•0 comments

Convoro - Forum software for the AI Age

https://convoro.co
2•ernestdefoe•15m ago•0 comments

First person in the world treated with gene therapy to regenerate optic neurons

https://www.scientificamerican.com/article/world-first-therapy-to-make-cells-young-again-given-to...
3•ck2•17m ago•0 comments

Pretty Source – Beautify

https://chromewebstore.google.com/detail/pretty-source/agiaaocdhepjibmfcjjdkkohnlkgenia
2•ihorko•17m ago•0 comments

US ban on Mythos is related to a jailbreak research by Amazon researchers

https://timesofindia.indiatimes.com/technology/tech-news/us-ban-on-anthropics-fable-5-and-mythos-...
3•maxloh•18m ago•0 comments

Underwater RF Communication at 700M Using Magnetoelectric Antennas

https://arxiv.org/abs/2411.09241
2•norcalkc•18m ago•0 comments

I built a local, free Granola alternative

https://hobnob.info/
2•polemos•20m ago•1 comments

The Mutualism Accord: a draft protocol for local-first, user-loyal AI agents

https://mutualismaccord.org
2•ravenpaige•21m ago•0 comments

LoongForge End-to-End Optimization for GR00T N1.6 Delivers 2.3× Throughput

https://baidu-baige.github.io/LoongForge/blog/2026-06-loongforge-groot-n16-acceleration.html
2•mindzzz•25m ago•0 comments

SpaceX Just Made the AI Infrastructure War Public

https://www.forbes.com/sites/robertszczerba/2026/06/13/spacex-just-made-the-ai-infrastructure-war...
4•cyrc•25m ago•0 comments

Sentencing the Innocent

https://www.craigmurray.org.uk/archives/2026/06/sentencing-the-innocent/
2•jjgreen•25m ago•0 comments

GLM 5.2 Is Out

https://digg.com/tech/ii9xibgn
6•aloknnikhil•26m ago•3 comments

When We Cease to Understand the World

https://en.wikipedia.org/wiki/When_We_Cease_to_Understand_the_World
3•petethomas•28m ago•0 comments

Show HN: Brightdeck – an OOXML-compatible AI presentation maker

https://brightdeck.ai/
4•mfn-throw•30m ago•1 comments

Cross-System Constraint Collisions: The Governance Gap in Enterprise Agentic AI [pdf]

https://himalaian.com/publications/CrAIg_WhitePaper_Public_v1.0.pdf
2•michaelmallon•30m ago•0 comments

Hacker Scripts

https://github.com/NARKOZ/hacker-scripts
2•skogstokig•30m ago•0 comments

The Wayland Protocol

https://wayland-book.com/protocol-design/design-patterns.html
3•tosh•31m ago•0 comments

Arch Linux AUR affected-package list after malicious commits were deleted

https://md.archlinux.org/s/SxbqukK6IA
2•tjek•33m ago•0 comments

SpaceX IPO made Musk a trillionaire. The old rules of capitalism no longer apply

https://www.theguardian.com/commentisfree/2026/jun/12/spacex-ipo-elon-musk-trillionaire
5•jmngomes•35m ago•1 comments

GameBoy Emulation in JavaScript (2010)

https://imrannazar.com/series/gameboy-emulation-in-javascript
3•tosh•40m 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.