frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Best AI APIs for Startups – WisGate

https://wisgate.ai/blogs/best-ai-apis-for-startups
1•kevin_wang7•40s ago•0 comments

Show HN: Can you distinguish NBA shooting streaks from randomness?

https://www.hothand.study/
1•Tippedcellar405•2m ago•0 comments

Poll: HN Comments or article?

1•j0e1•2m ago•0 comments

Zep: Building Agents in Go Without a Framework

https://blog.getzep.com/agentic-development-in-go/
1•schrodinger•2m ago•0 comments

Show HN: VoiceHop – Real-Time Audio and Video Translation

https://chromewebstore.google.com/detail/voicehop-real-time-audio/gpjfekccjgnojplebmaafgbhjggimfio
1•qwikhost•6m ago•0 comments

A U.S. Citizen Deleted His Phone's Data. Now He Faces a Felony Charge

https://www.nytimes.com/2026/07/28/us/duress-password-phone-wipe-charge.html
1•aarghh•6m ago•0 comments

Show HN: Sleepsignal.app

https://sleepsignal.app/
1•coldbreeze•7m ago•0 comments

Lightweight Spring Boot Monitoring Without Prometheus and Grafana

https://pvrlabs.xyz/articles/lightweight-spring-boot-monitoring.html
2•ejboy•9m ago•0 comments

Show HN: Local meeting notes transcriber, but linuxy

https://github.com/tomelliot/all-ears
1•tomelliot•9m ago•0 comments

Anatomy of a frontier lab agent intrusion, replayed from 17,600 logged actions

https://huggingface-anatomy-of-frontier-lab-model-intrusion.static.hf.space/index.html
1•colinplamondon•12m ago•0 comments

AI helps Stanford scientists discover natural Ozempic without usual side effects

https://www.sciencedaily.com/releases/2026/07/260719230608.htm
1•rsyring•16m ago•0 comments

Growth of the Vacant Housing Stock in the US

https://wolfstreet.com/2026/07/28/growth-of-the-vacant-housing-stock-in-the-us/
2•iamnothere•18m ago•0 comments

"Google and Reddit do not own the Internet," web scraper says after court win

https://arstechnica.com/tech-policy/2026/07/google-wont-give-up-odd-war-against-ai-web-scraping-d...
3•thunderbong•21m ago•0 comments

Most Americans favor political changes that require amending the Constitution

https://www.pewresearch.org/short-reads/2026/07/28/most-americans-favor-big-changes-to-the-politi...
3•iamnothere•22m ago•0 comments

The Moon Is a Harsh Mistress

https://en.wikipedia.org/wiki/The_Moon_Is_a_Harsh_Mistress
3•BiraIgnacio•27m ago•0 comments

The Difference Between a Button and a Link

https://unplannedobsolescence.com/blog/buttons-vs-links/
6•alexpetros•29m ago•0 comments

Hubbele: Open-source notetaking app for you and your agents

https://www.hubble.md/
6•handfuloflight•30m ago•0 comments

Show HN: Manim (3Blue1Brown's animation engine) in the browser via WebGPU

https://studio.academa.ai/
7•sinaatalay•33m ago•0 comments

OpenAI models used Artifactory zero-days to escape to the internet

https://www.bleepingcomputer.com/news/security/openai-models-used-artifactory-zero-days-to-escape...
2•sbulaev•34m ago•0 comments

Ask HN: Is there a "mouse" for parallel work?

3•ckmar•42m ago•1 comments

The Actual Reason Why Google "Fell Out" of the AI Race Changes Everything

https://www.thealgorithmicbridge.com/p/the-actual-reason-why-google-fell
4•ai2027•42m ago•1 comments

Mark Zuckerberg Blasts Centralization of A.I. Power

https://www.nytimes.com/2026/07/28/technology/mark-zuckerberg-meta-ai.html
8•defrost•43m ago•3 comments

By billboards for over 100 years, holdout building by Macy's is back

https://ephemeralnewyork.wordpress.com/2026/07/27/hidden-by-billboards-for-over-100-years-the-tin...
2•donohoe•44m ago•1 comments

OpenAI's agents hacked second account during model testing

https://www.axios.com/2026/07/28/openai-hugging-face-modal-labs-hack
4•rguiscard•45m ago•0 comments

Told to Train AI Models, Indian Workers Fought Back

https://thewire.in/labour/told-to-train-ai-models-indian-workers-fought-back
2•ripe•46m ago•1 comments

Apple plans to lease iPhones for $17.99 a month through partnership with Klarna

https://www.cnbc.com/2026/07/28/apple-plans-to-lease-iphones-for-17point99-a-month-through-klarna...
3•petethomas•50m ago•1 comments

OpenAI open-sources Codex Security CLI for repository scans and CI

https://runtimewire.com/article/openai-open-sources-codex-security-cli-typescript-sdk
2•ryanmerket•53m ago•0 comments

Knitting the Web: We Need Interlinkers

https://brennan.day/knitting-the-web-we-need-interlinkers/
2•cosmicgadget•53m ago•0 comments

Hedge funds face demands to stump up collateral as AI stocks tumble

https://www.ft.com/content/5c8a2816-8f28-4257-8707-b22ebaa6089c
4•mapping365•54m ago•0 comments

Show HN: Cloudflarebase – open-source Firebase alternative on Cloudflare

https://github.com/cloudflarebase/cloudflarebase
3•alex_equimake•57m 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.