frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Amazon will train on Twitch streamers' content by default, unless they opt out

https://techcrunch.com/2026/08/12/amazon-will-train-on-twitch-streamers-content-by-default-unless...
2•ilamont•2m ago•0 comments

Compute Futures

https://www.cmegroup.com/markets/energy/power/compute-futures.html
2•mathgenius•4m ago•0 comments

I want extern "fil-C"

https://domenkozar.com/2026/08/13/i-want-extern-fil-c/
2•domenkozar•5m ago•0 comments

Americans Love the Roar of a V-8 Engine–and They Don't Want to Give It Up

https://www.wsj.com/business/autos/ram-truck-pickup-v-8-f1500-f0f8b234
2•fortran77•5m ago•1 comments

Bounded Asynchrony and Nested Parallelism for Scalable Graph Processing

https://oaktrust.library.tamu.edu/server/api/core/bitstreams/087d4c92-d9cc-4169-b30b-2d3bbdebebf8...
1•andsoitis•6m ago•0 comments

Show HN: Sched – On-call rotations for small teams that don't need PagerDuty

https://getsched.dev/
2•arye_lu•7m ago•0 comments

„If this was real,everyone would have been dead long ago"(German ICE fire drill)

https://www.bild.de/regional/thueringen/waeren-laengst-alle-tot-debakel-bei-ice-tunneluebung-in-t...
2•Markoff•7m ago•2 comments

X open sources its ranking algo, letting users see if they've been shadowbanned

https://techcrunch.com/2026/08/13/x-open-sources-its-ranking-algorithm-letting-users-see-if-theyv...
3•thm•7m ago•0 comments

Siamese Neural Network

https://en.wikipedia.org/wiki/Siamese_neural_network
2•Anon84•8m ago•0 comments

The Review That Praised the Bug: grading three LLM code reviews against the code

https://mrjstickel.com/projects/review-scorecard
2•MrJStickel•8m ago•0 comments

Show HN: Zod schema is a binary codec, no IDL, no codegen

https://github.com/ChiChuRita/shorn
2•chichurita•8m ago•0 comments

Fundable – the AI platform for fund and asset managers

https://fundableai.com/
2•petethomas•9m ago•0 comments

Show HN: A Free Cloud Container

https://usebench.dev/
2•saucepoint•10m ago•0 comments

Hillock – Local neuro-symbolic memory engine running in <1.2GB VRAM

https://github.com/roandejager/Hillock
2•roandejager5•11m ago•0 comments

Show HN: My first app got 97% on MacSources

https://bitvibelabs.com/tickernotch/
2•BitVibeLabs•13m ago•0 comments

Surfil On-device control plane for AI coding agents

https://surfil.com/
3•Samaradam•13m ago•0 comments

Gemini 3.7 Flash

https://ai.google.dev/gemini-api/docs/models/gemini-3.7-flash
57•thisisauserid•14m ago•33 comments

JDK 27 G1/Parallel/Serial GC Changes

https://tschatzl.github.io/2026/08/10/jdk27-g1-serial-parallel-gc-changes.html
2•0x54MUR41•15m ago•0 comments

Why Google killed its best argument for AI

https://www.hardresetmedia.com/p/why-google-killed-its-best-argument
3•pac0•15m ago•0 comments

From slow tests to slow production: Debugging with Stackprof

https://www.aha.io/engineering/articles/debugging-with-stack-prof
5•FigurativeVoid•16m ago•0 comments

Nine PBS sues Iron Mountain over blocked access to archival data

https://current.org/2026/08/nine-pbs-sues-iron-mountain-over-blocked-access-to-archival-data/
3•simonpure•17m ago•0 comments

Why and how to check your SSDs Trim correctly

https://eclecticlight.co/2026/08/13/why-and-how-to-check-your-ssds-trim-correctly/
2•Brajeshwar•17m ago•0 comments

Groupon founder Andrew Mason's farewell letter to employees (2013)

https://www.theguardian.com/technology/blog/2013/mar/01/groupon-andrew-mason-fired-letter
3•bobbiechen•18m ago•0 comments

Chasing an Elusive Rails SSE Bug/Hang

https://www.babylist.com/engineering/blog/rails-sse-hang
1•wpeterson•20m ago•0 comments

SpaceXAI debuts Grok 4.6, overtaking Kimi K3's and matching GPT-5.6 Sol

https://tracking.tldrnewsletter.com/CL0/https:%2F%2Fventurebeat.com%2Ftechnology%2Fspacexai-debut...
4•countbinface•21m ago•0 comments

Tocharian Online

https://lrc.la.utexas.edu/eieol/tokol/0
7•Bluestein•22m ago•0 comments

Runta SSH access for agent runtimes

https://runta.com/blog/ssh-access-for-runta-runtimes/
6•shiqimei•22m ago•0 comments

Anthropic in talks to buy Decart AI for $6B

https://www.reuters.com/technology/anthropic-talks-buy-decart-ai-source-says-2026-08-13/
5•adamhowell•24m ago•0 comments

Natural Language Processing (NLP) Explained – AI and Human Language

https://bytetality.com/reviews/86-natural-language-processing-nlp-explained-ai-human-language
3•lava-doe•25m ago•0 comments

Scientists Taught Living Brain Cells to Play a Game

https://www.rathbiotaclan.com/cultured-neurons-improve-at-simplified-pong-under-closed-loop-feedb...
2•Akasci•26m 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.