frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

New research suggests Bennu's boulders might be more porous than expected

https://science.nasa.gov/missions/osiris-rex/asteroid-bennus-rugged-surface-baffled-nasa-we-final...
1•ultratalk•35s ago•0 comments

Your Site Content Is Powering AI. Your Bank Account Has No Idea

https://medium.com/@tenslor.com/your-site-content-is-powering-ai-your-bank-account-has-no-idea-th...
1•emem_ndon•1m ago•0 comments

An effect notation based on with-clauses and blocks

https://blog.yoshuawuyts.com/a-with-based-effect-notation
1•fanf2•1m ago•0 comments

AI Team OS – Turn Claude Code into a Self-Managing AI Team

https://github.com/CronusL-1141/AI-company
1•cronus1141•5m ago•0 comments

The development of ChatGPT killed Chegg. I watched it happen live as an employee

https://old.reddit.com/r/OpenAI/comments/1rzcikg/how_the_development_of_chatgpt_slowly_killed/
1•thunderbong•6m ago•0 comments

Web Rewind

https://www.web-rewind.com/
1•SockThief•7m ago•0 comments

De-anthropomorphizing "AI": From wishful mnemonics to accurate nomenclature

https://firstmonday.org/ojs/index.php/fm/article/view/14366/12152
1•adrianhoward•8m ago•0 comments

Worker cooperative for open source tech related to scientific image data

https://image.coop/blog/posts/2026/03/16/why-image-cooperative/
1•jkh1•10m ago•0 comments

Running an AI Agent on a 448KB RAM Microcontroller (Zephyr)

https://github.com/LingaoM/zbot
1•menglingao•16m ago•0 comments

Mole – Deep clean and optimize your Mac

https://github.com/tw93/Mole
1•chetangoti•17m ago•0 comments

Big Tech Spends More on Buildings Than Research

https://cupellabs.com/big-tech-spends-more-on-buildings-than-research
1•impjohn•17m ago•0 comments

Response to Misleading Claims – Delve

https://delve.co/blog/response-to-misleading-claims
1•doppp•23m ago•0 comments

Polsia – AI That Runs Your Company While You Sleep

https://polsia.com/live
2•vismit2000•29m ago•0 comments

Ask HN: what’s your favorite line in your Claude/agents.md files?

3•khasan222•29m ago•0 comments

Designing delightful front ends with GPT-5.4

https://developers.openai.com/blog/designing-delightful-frontends-with-gpt-5-4
1•tosh•29m ago•0 comments

Debian's 2026 Election Accidentally Has Only One Candidate

https://plimmie.substack.com/p/debians-2026-election-accidentally
1•limp_diskit•30m ago•0 comments

Show HN: TabPilot – Search across Safari tabs and windows

https://apps.apple.com/cz/app/tabpilot/id6760547850?mt=12
1•bartaxyz•30m ago•0 comments

Unswitch – AI Assistance for doing, not chatting

https://unswitch.com/
1•rcarmo•31m ago•0 comments

Vibegif.lol

https://github.com/vibegif/vibegif.lol
1•planetrenox•34m ago•0 comments

Show HN: Machine learning and AI. Hype not included

https://www.youtube.com/channel/UCS3-Fuwaty1mc8MH6vJTVTw
1•frag•34m ago•0 comments

A European DNS Server Added 1 Second to Every Page Load in Australia

https://hsps.in/post/european-dns-server-added-1-second-to-every-page-load-in-australia/
1•coderhs•41m ago•0 comments

Philip K Dick [Wiki]

https://en.wikipedia.org/wiki/Philip_K._Dick
1•sans_souse•43m ago•0 comments

OpenAI offers $100 in free Codex credits to college students in US and Canada

https://chatgpt.com/codex/students
1•DanielHall•47m ago•0 comments

Construct's official 3D model object

https://www.construct.net/en/blogs/construct-official-blog-1/introducing-constructs-1900
1•AshleysBrain•48m ago•0 comments

Antibrittle Agents

https://www.southbridge.ai/blog/antibrittle-agents
1•vinhnx•51m ago•0 comments

The $3.5T Private Credit Crisis No One Is Talking About [video]

https://www.youtube.com/watch?v=8Qc5U00IiAk
2•u1hcw9nx•53m ago•0 comments

Pizza delivery driver built triple OS where folders SOLIDIFY at 5% capacity

1•Catanamu•54m ago•0 comments

Supermicro co-founder arrested, charged over $2.5B Nvidia GPU sales to China

https://www.theregister.com/2026/03/20/supermicro_nvidia_gpu_charges/
2•u1hcw9nx•59m ago•0 comments

Chinese AI videos used to look fake. Now they look like money

https://www.japantimes.co.jp/commentary/2026/03/20/world/chinese-ai-videos-used-to-look-fake/
1•mikhael•1h ago•0 comments

Now anyone can host a global AI challenge

https://blog.google/innovation-and-ai/technology/developers-tools/introducing-kaggle-community-ha...
1•T-A•1h 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•11mo ago

Comments

palata•11mo 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•11mo 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•11mo 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•11mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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.