frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I Repurposed Unit Tests to Show How Much Coding Agents Improvise

https://github.com/RudderCode/Rudder
1•vivekyyy•9s ago•0 comments

Workers Drilling in Romania Broke into a Cave Sealed for 5.5M Years

https://travelandtannins.com/workers-drilling-in-romania-broke-into-a-cave-sealed-for-5-5-million...
1•yk•1m ago•0 comments

RWX raises $12M as the eng bottleneck moves from writing code to validating it

https://www.rwx.com/blog/series-a
1•dan_manges•2m ago•0 comments

Minnow – open-source AI development Workspace

https://github.com/HenriGrimm/Minnow
2•Dukkus•2m ago•1 comments

Building HomeScope with Floot and Perfai Security

https://github.com/wahidmmadiha/Building-HomeScope-with-Floot-and-Perfai-Security-/blob/main/READ...
2•madihamwahid•2m ago•0 comments

Webb telescope finds signs of ancient disaster for Neptune's moons

https://www.reuters.com/science/webb-telescope-finds-signs-ancient-disaster-neptunes-moons-2026-0...
2•Teever•4m ago•0 comments

Overclocking SM T225N's PowerVR Rogue GE8320 [video]

https://www.youtube.com/watch?v=ytFDyP2Oc_g
2•kirito1337•4m ago•0 comments

How the Amish Let Technology in Without Letting It Take Over

https://thereader.mitpress.mit.edu/how-the-amish-let-technology-in-without-letting-it-take-over/
2•cainxinth•4m ago•0 comments

List of languages by first written account

https://en.wikipedia.org/wiki/List_of_languages_by_first_written_account
2•wawayanda•5m ago•0 comments

AI useful, but warning bells grow amid illusion of overheated investment

https://www.digitaltoday.co.kr/en/view/89064/ai-useful-but-warning-bells-grow-amid-illusion-of-ov...
2•mapping365•5m ago•0 comments

Valkey-WASM – Redis running inside your Node process, no Docker (like PGlite)

https://github.com/michaelkremenetsky/valkey-wasm/tree/main
2•michaelkrem•6m ago•0 comments

Show HN: Ex-Deloitte auditor open-sourced the whole SOC 2 method for your AI

https://github.com/Chiaro-HQ/methodology
3•yylyyl•6m ago•0 comments

'Difficult' to be hopeful: How people survive under inflation

https://www.cnn.com/2026/08/03/business/seattle-cost-of-living
2•mapping365•6m ago•0 comments

Show HN: FastStrapy – A create-next-app-inspired CLI for FastAPI

https://github.com/AnoopGeorge418/faststrapy
2•anoopgeorge418•7m ago•0 comments

Spain to see first total solar eclipse in more than a century

https://www.euronews.com/next/2026/08/03/spain-to-see-first-total-solar-eclipse-in-more-than-a-ce...
2•Markoff•11m ago•0 comments

MariaDB: Promote getting to 10k GitHub stars in server log and client prompt

https://github.com/MariaDB/server/pull/4262
2•petecooper•12m ago•1 comments

Get a macOS notification when Codex CLI needs input

https://github.com/foxtrotdev/codex-butler-bell
2•zeetyy404•13m ago•0 comments

Encoding or Compression: Why not both?

https://cedardb.com/blog/encoding_vs_compression/
2•eatonphil•13m ago•0 comments

Peter H. Diamandis, MD on X: "Why SpaceX Will Be the First $10T Company" / X

https://twitter.com/PeterDiamandis/status/2084645799942582360
3•bilsbie•14m ago•1 comments

FARA 7649 Informational Materials

https://www.bitchute.com/update_video/N63Itv0Vb4wY
2•untiledsource•14m ago•0 comments

You can't prompt your way into policy

https://jeffauriemma.leaflet.pub/3msbfyqckyk2u
2•jdauriemma•14m ago•0 comments

Coinage – every dollar invested until the second you spend it

https://apps.apple.com/us/app/coinage-invest/id6751078498
2•nandhd•15m ago•0 comments

Agon – A coliseum for AI coding models

https://github.com/KERNlang/agon
2•markgavalda•16m ago•0 comments

X latest to block Saudi dissident accounts inside kingdom

https://www.theguardian.com/technology/2026/aug/04/x-twitter-blocks-dissident-accounts-saudi-arabia
5•n1b0m•16m ago•0 comments

Ukraine's Fire Point is integrating European tech into missile defence system

https://www.reuters.com/business/aerospace-defense/ukraines-fire-point-starts-integrate-european-...
3•JumpCrisscross•18m ago•0 comments

Testing Used LFP Cells Requires Some Automation

https://hackaday.com/2026/08/04/testing-hundreds-of-used-lfp-cells-requires-some-automation/
2•toomuchtodo•18m ago•1 comments

FlareStarter – edge-native SaaS starter on TanStack Start and Cloudflare

https://flarestarter.com/
2•beilunyang•19m ago•0 comments

JD Vance: How I Joined the Resistance (2020)

https://thelampmagazine.com/blog/how-i-joined-the-resistance
3•geneticdrifts•20m ago•0 comments

Diamond industry misjudged threat of lab-grown gems, says Anglo American CEO

https://www.ft.com/content/e171131f-e68d-481c-afc4-48f70d51e08a
4•JumpCrisscross•20m ago•0 comments

Autoresearch isn't just for training models (2026)

https://shopify.engineering/autoresearch
2•doppp•20m 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.