frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Realtime multiplayer Python in the docs (SSE, not WebSockets)

https://stario.dev/docs
1•bobowski•39s ago•0 comments

Simplicity, Agency, and Mastery

https://hgrsd.nl/blog/simplicity-agency-and-mastery/
1•constantinum•1m ago•0 comments

Atlas of Humanity

https://www.atlasofhumanity.org
1•okl•1m ago•0 comments

Paper – a commerce storefront designed to be modified by coding agents

https://github.com/saleor/storefront
1•mirekm•1m ago•0 comments

Hair Braiding Can Take Hours. Alexis Ohanian Backing Halo to Cut It to Minutes

https://www.beautyindependent.com/hair-braiding-hours-alexis-ohanian-halo-minutes/
1•bookofjoe•3m ago•0 comments

Implementing CRYSTALS-Kyber (post-quantum cryptography) from scratch in Python

https://jani.isohanni.fi/implementing-post-quacrystals-kyber-from-scratch-in-python/
1•nftde•4m ago•0 comments

Show HN: An agent that fixes broken data pipelines from their logs (3min video))

https://www.youtube.com/watch?v=P2I2bR5y7NA
1•adrianbr•4m ago•0 comments

I made an honest, no-patching "earn while you code" tool, open source

https://marketing.dilinx.com
1•AghaKia•4m ago•0 comments

Show HN: Turn Claude Code's "thinking " wait into a dev news feed

https://github.com/bhpark1013/claudenews
2•goodboy1013•5m ago•1 comments

The Everyday Projects

https://www.everydayprojects.org
1•okl•6m ago•0 comments

Apple increases MacBook and iPad prices by 20%

https://www.ft.com/content/0f067265-2baf-4b6e-8fb2-ed56daef6f3c
3•bazzmt•6m ago•1 comments

GLM-5.2, not Mythos, is the real security emergency

https://joshuasaxe181906.substack.com/p/glm-52-not-mythos-is-the-real-security
1•speckx•7m ago•0 comments

Thousands feared dead in Venezuela after back-to-back earthquakes [video]

https://www.youtube.com/watch?v=hdf8V1z90gE
1•joebig•7m ago•0 comments

httpx2: A next generation HTTP client for Python

https://github.com/pydantic/httpx2
1•tosh•8m ago•0 comments

Konami's International Superstar Soccer Gets Updated for the 2026 World Cup

https://www.timeextension.com/news/2026/06/konamis-international-superstar-soccer-gets-updated-fo...
1•jumpocelot•9m ago•0 comments

Personal internet radio: Agentic AI DJ

https://github.com/perminder-klair/subwave
1•fidotron•9m ago•0 comments

Battlefield 6 is using Godot for mod SDK [video]

https://www.youtube.com/watch?v=JcRBEOm6a50
2•0x1ceb00da•11m ago•0 comments

The Rest of the Iceberg: What We Miss About Browser Extensions Attack Surface

https://twitter.com/WeizmanGal/status/2070141122324693443
1•galwm•11m ago•0 comments

Build Yourself Flowers

https://vickiboykis.com/2026/04/20/build-yourself-flowers/
1•surprisetalk•14m ago•0 comments

Beyond Denial: How Oil Execs Shaped a Landmark Climate Study

https://www.propublica.org/article/wedges-climate-research-bp-fossil-fuel-princeton
1•burkaman•14m ago•0 comments

Near Coast of Venezuela: Sismo – Earthquake (M6- Estimated, at 22:04 UTC)

https://old.reddit.com/r/Earthquakes/comments/1uerlyz/near_coast_of_venezuela_sismo_earthquake_m6/
3•Eridanus2•15m ago•1 comments

Monero is the most used coin on ShopinBit again in May 2026. 81.3% Fatality

https://redlib.catsarch.com/r/Monero/comments/1uddj89/xmr_most_used_coin_on_shopinbit_again_in_ma...
1•Cider9986•15m ago•0 comments

An Obsidian vault to curate knowledge, test product ideas, and run your job hunt

https://github.com/ibrahimkobeissy/ai-second-brain-template
1•koubeissy_i•15m ago•0 comments

German swimming lake criticised for ban on non-German speakers

https://www.theguardian.com/world/2026/jun/24/german-swimming-lake-heidesee-ban-non-german-speakers
1•bookofjoe•16m ago•1 comments

Large Language Models Are Overkill. Enter the Small Language Model

https://www.adexchanger.com/ai/large-language-models-are-overkill-for-some-marketing-tasks-enter-...
2•zerogpu•16m ago•0 comments

"Carspreading" to Wipe Out Up to 14% of On-Street Parking in European Cities

https://cleantechnica.com/2026/06/23/carspreading-to-wipe-out-up-to-14-of-on-street-parking-in-eu...
1•speckx•17m ago•0 comments

Pay-per-Crawl

https://foura.ai/blog/pay-per-crawl-splits-the-web
1•angelhadjiev•17m ago•0 comments

New BitCast Semantics and LLVM Back End Improvements

https://ziglang.org/devlog/2026/?2026-06-25#2026-06-25
2•negrel•18m ago•0 comments

A Bit of Tedious Drama at Bluesky

https://www.popehat.com/p/a-bit-of-tedious-drama-at-bluesky
1•HotGarbage•20m ago•0 comments

I was curious why MTP affects PP TPS in llama.cpp. My PoC recovers it?

2•i_am_rocoe•23m 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.