frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Get an email when your favorite actor/director releases something new

https://www.premierepal.com/
1•samteeeee•1m ago•0 comments

AgentTrace: A Structured Logging Framework for Agent System Observability

https://arxiv.org/abs/2602.10133
1•ankitg12•2m ago•0 comments

Malloy semantic modeling lang gets 'Credible' backing to build out AI context

https://venturebeat.com/data/57-of-enterprises-traced-a-wrong-ai-answer-to-missing-business-conte...
1•richij•2m ago•0 comments

GCC steering committee announces AI policy

https://lwn.net/Articles/1086041/
1•arto•2m ago•0 comments

Are We Stuck with Lean?

https://mathoverflow.net/questions/513742/are-we-stuck-with-lean
1•jjgreen•3m ago•0 comments

"Oopsies " FreeBSD Devs Say There's Still GPL in the Kernel

https://fossforce.com/2026/07/oopsies-freebsd-devs-say-theres-still-gpl-in-the-kernel/
2•richij•5m ago•1 comments

Pokémon Red and Blue Mod Turns the Game Boy Games into a Gorgeous 3D Diorama

https://kotaku.com/pokemon-red-blue-recompilation-project-voxel-3d-mod-2000720281
2•throwaway270925•7m ago•0 comments

Show HN: Invisible color – Daily logical puzzle

https://www.invisible-color.xyz/
1•wrongful1520•13m ago•0 comments

Amazon finds cases of AI causing runaway spending on tech projects

https://www.ft.com/content/77baac40-d803-4084-94f3-a133653072cf
1•adrianhon•14m ago•1 comments

Nscale to Buy Anyscale for $1.65B

https://www.bloomberg.com/news/articles/2026-07-30/nscale-to-buy-ai-software-startup-anyscale-for...
1•marc__1•14m ago•0 comments

I made a game where you build a CPU from logic gates

https://select.supply/game/chipbuilder
1•laurentiurad•15m ago•1 comments

67% of Americans worry leaders pressuring officials to alter election results

https://news.gallup.com/poll/712955/election-concerns-run-high-ahead-2026-midterms.aspx
1•giuliomagnifico•15m ago•0 comments

The First Chatbot's Multiple Personalities

https://spectrum.ieee.org/eliza-chatbot-source-code
1•sohkamyung•17m ago•0 comments

ChatGPT, Roblox to Fall Under Strictest EU Rules for Platforms

https://www.bloomberg.com/news/articles/2026-07-29/chatgpt-roblox-to-fall-under-strictest-eu-rule...
5•ch_sm•18m ago•1 comments

Lean 4 Bug Found Incidentally by AI, "Proving" Collatz

https://twitter.com/gro_tsen/status/2082483878480977959
1•jryan49•19m ago•0 comments

Audio8 TTS Preview 0.6B: multilingual TTS model with zero-shot voice cloning

https://huggingface.co/Audio8/Audio8-TTS-Preview-0.6b
1•nateb2022•19m ago•0 comments

You can't solve computer use by ignoring the interface

https://steelmanlabs.com/blog/computer-use-is-far-from-solved
6•mpavlov•19m ago•0 comments

Cameron's World

https://www.cameronsworld.net
1•adityaathalye•22m ago•0 comments

Binary is the best way to count [video] (2023)

https://www.youtube.com/watch?v=rDDaEVcwIJM
1•basilikum•23m ago•0 comments

Were this summer's heatwaves caused by El Niño, or something more terrifying?

https://www.irishtimes.com/opinion/2026/07/28/eamon-ryan-were-this-summers-heatwaves-caused-by-el...
1•simmerup•24m ago•0 comments

Gates Heir's Shopping App Claimed Sales It Didn't Drive

https://www.bloomberg.com/news/articles/2026-07-09/gates-heir-s-shopping-app-took-credit-for-sale...
1•mgh2•24m ago•2 comments

3D Pinball for Windows (1995)

https://98.js.org/programs/pinball/space-cadet.html
2•mushstory•25m ago•0 comments

'My life's screwed': Korean investors stress out after AI bubble bursts

https://www.ft.com/content/23f388eb-e8ab-4fb1-b1ca-8e04eb4561a1
5•scrlk•26m ago•1 comments

Email Storm

https://en.wikipedia.org/wiki/Email_storm
1•thinkingemote•28m ago•0 comments

Best Python Frameworks for 2026

https://duckframework.com/blog/6-best-python-frameworks-for-2026-and-the-one-most-lists-get-wrong
1•digreatbrian•29m ago•0 comments

Sarvam Code

https://www.sarvam.ai/products/coding-agents
1•pixxxel•31m ago•0 comments

Design and simulate 16×2 or 20×4 Arduino displays in seconds

https://www.pockeng.com/tools/lcd.html
1•levario•31m ago•0 comments

My 3 SaaS are evaporating. RIP indie hacking (2018-2026)

https://twitter.com/gherget/status/2082784434726592780
2•gaborme•37m ago•1 comments

Excessive time spent online linked to stress and worse mood – study

https://www.theguardian.com/technology/2026/jul/29/excessive-time-spent-online-linked-to-stress-a...
5•giuliomagnifico•39m ago•0 comments

Cleaning Out Inboxes: TA488 Comes for Outlook with Another Half-Click Exploit

https://www.proofpoint.com/us/blog/threat-insight/cleaning-out-inboxes-ta488-comes-outlook-anothe...
1•romaniitedomum•39m 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.