frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

'.ai' websites are booming – and making millions for this tiny Caribbean nation

https://www.techradar.com/pro/ai-websites-are-booming-and-making-millions-for-this-tiny-caribbean...
1•speckx•1m ago•0 comments

AI meets Cryptography 3: What AI Found in Bron Labs's bron-crypto

https://blog.zksecurity.xyz/posts/bron-bugs/
2•baby•2m ago•0 comments

Why Trust Could Be Victoria's Next Export

https://www.douglasmagazine.com/building-trust-legal-victoria-tech-global-growth
1•ClearwayLaw•4m ago•0 comments

Ask HN: Where is NFTs as a technology or investment?

1•Otternonsenz•5m ago•0 comments

OrbitalWiki, a source-backed satellite catalog with a free API

https://www.orbitalwiki.com
1•Anomalit•5m ago•0 comments

Show HN: An MCP server that gives AI assistants live weather and hazard data

https://pixelgust.com/blog/weather-mcp-server
1•pixelgust•6m ago•0 comments

OpenAI admits it was the source of the agent swarm that attacked Hugging Face

https://www.theregister.com/ai-and-ml/2026/07/22/openai-admits-it-was-the-source-of-the-agent-swa...
1•maguszin•7m ago•0 comments

It's not a "rogue AI" when a badly made security harness executes scripts

https://hachyderm.io/@thomasfuchs/116964576606603226
2•doener•7m ago•0 comments

Deloitte systems denied Medicaid to the disabled. New laws could make it worse

https://www.npr.org/2026/07/20/nx-s1-5896359/medicaid-disabled-patients-denied-deloitte-michigan
2•Jimmc414•8m ago•0 comments

Investment Skills Lexicon: How great investors think

https://github.com/finterm-ai/investment-skills
1•zalzal•10m ago•0 comments

JPMorgan Owns AI Answers. Here's how rivals can compete..

https://www.americanbanker.com/news/jpmorgan-owns-ai-answers-heres-how-rivals-can-compete
1•petethomas•11m ago•0 comments

Emails Reveal Why a Town Put Bags over Its Flock Cameras

https://www.404media.co/flock-objects-to-our-removing-their-equipment-emails-reveal-why-a-town-pu...
2•Jimmc414•11m ago•0 comments

Show HN: SimpleBLE 1.0, a cross-platform Bluetooth LE library

https://github.com/simpleble/simpleble
1•kevindewald•13m ago•0 comments

Show HN: Infinite Programmer ASMR

https://hackerman.specr.net/
2•vunderba•14m ago•0 comments

The Download: NASA's new space telescope and OpenAI's autonomous hacker

https://www.technologyreview.com/2026/07/22/1140717/the-download-nasa-space-telescope-openai-hugg...
1•joozio•14m ago•0 comments

The Legal Risks That Chill Good-Faith Security Research

https://www.lawfaremedia.org/article/the-legal-risks-that-chill-good-faith-security-research
1•hn_acker•16m ago•0 comments

Show HN: I Made Shadertoy 2.0

https://www.fibertoy.dev/
1•NabilNYMansour•16m ago•0 comments

Meta is testing an AI bedtime story app for people with no imagination

https://techcrunch.com/2026/07/21/meta-is-testing-an-ai-bedtime-story-app-for-people-with-no-imag...
1•Brajeshwar•16m ago•0 comments

Show HN: Motiscope – Rebuild web animations from screen recordings

https://kumarsashank.github.io/motiscope/
1•kumarsashank•19m ago•0 comments

Show HN: ROMbug Earth – a browser that shows where websites connect

https://rombugearth.com/
1•chainbuilder•19m ago•0 comments

Show HN: Onus – self-hostable vuln scanner combining 8 tools into one report

https://github.com/maverickaayush/ONUS
1•maverickaayush•20m ago•0 comments

Show HN: LMNO.lol – An entire blog in a single Markdown file

https://lmno.lol
1•xenodium•21m ago•0 comments

Inadvertently becoming a slop contributor to a Rust core library

https://ianm199.github.io/personalSite/blog/inadvertently-becoming-a-slop-contributor-to-rust-libc/
1•ianm218•24m ago•0 comments

Magnolias Are So Old That They're Pollinated by Beetles, Not Bees

https://mymodernmet.com/magnolia-ancient-flowers-beetles/
2•speckx•26m ago•1 comments

Dissecting Claude Science

https://feitong.phd/essays/dissecting-claude-science/
1•planeyang•27m ago•1 comments

Through the Prompt Window

https://pprunty.substack.com/p/6-through-the-prompt-window
1•pprunty97•27m ago•0 comments

The Java Ring

https://yamad.jp/en/writings/java/ring/about.htm
2•thinkingemote•27m ago•0 comments

I built a privacy-first,US financial calculator(no signups,no server uploads)

https://calcsuitehub.com/
1•faldix•28m ago•0 comments

Kata Containers 4.0.0 Brings You a New Rust Runtime

https://katacontainers.io/blog/kata-containers-4-0-0-release-overview/
2•_ananos_•28m ago•0 comments

Building an AI-orchestrated publishing workflow for a long-form writing project

1•tmuhlestein•28m 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.