frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agentis – An AI-native programming language where the LLM is the stdlib

https://github.com/Replikanti/agentis
1•ylohnitram•1m ago•1 comments

iOS 26.4's new setting lets you disable another Liquid Glass effect

https://9to5mac.com/2026/03/09/ios-26-4s-new-setting-lets-you-disable-another-liquid-glass-effect/
1•latexr•1m ago•0 comments

Show HN: Free AI resume tailor I built after a recent layoff (235 users so far)

https://jobbi.app/
1•djrnz•1m ago•0 comments

Closing the verification loop, Part 2: autonomous optimization

https://www.datadoghq.com/blog/ai/fully-autonomous-optimization/
1•chrisra•3m ago•1 comments

From Tool to Employee: What Claude Code's /Loop Means

https://aieatingsoftware.substack.com/p/from-tool-to-employee-what-claude
1•sidsarasvati•4m ago•0 comments

Reversing Russian spyware I installed on my iPhone [video]

https://www.youtube.com/watch?v=XQvZ2mLnZVI
1•todsacerdoti•5m ago•0 comments

Agentic development environment extension taxonomy

https://droctothorpe.github.io/adeet/
1•droctothorpe•5m ago•1 comments

Worldwide Sidewalk Joy: Adding whimsy to neighborhoods

https://worldwidesidewalkjoy.com
3•NaOH•6m ago•1 comments

10K Curl Downloads per Year

https://daniel.haxx.se/blog/2026/03/09/10k-curl-downloads-per-year/
1•donutshop•6m ago•0 comments

Superpowers 5

https://blog.fsck.com/2026/03/09/superpowers-5/
2•arittr•10m ago•0 comments

Show HN: Git Trophy – 3D print your GitHub contribution graph

https://git-trophy.com/
1•Lukabuz•10m ago•0 comments

Trump is heading for a hard reckoning over Iran

https://spectator.com/article/trump-is-heading-for-a-hard-reckoning-over-iran/
2•leiftw•11m ago•0 comments

Reinforcement fine-tuning use cases

https://developers.openai.com/api/docs/guides/rft-use-cases/
1•teleforce•11m ago•0 comments

Bromure: An ephemeral browser that runs in a disposable virtual machine on macOS

https://github.com/rderaison/bromure
1•felineflock•11m ago•0 comments

QuickTERMINAL – A 10k-line single-file terminal emulator for macOS

https://github.com/LEVOGNE/quickTerminal
1•LEVOGNE•12m ago•1 comments

In Memoriam, Tony Hoare

http://lefenetrou.blogspot.com/2026/03/in-memoriam-tony-hoare.html
21•nextos•13m ago•7 comments

JavaScript with a native Rust host game engine. Built for vibe coding

https://github.com/Aura-Industry/auramaxx
1•chiubaca•14m ago•0 comments

Why right-wing media can't stop Candace Owens

https://www.salon.com/2026/03/04/why-right-wing-media-cant-stop-candace-owens/
1•tzs•17m ago•0 comments

How long do electric vehicle batteries last?

https://www.npr.org/2026/03/02/nx-s1-5706658/electric-vehicle-battery-lifespan
2•tzs•21m ago•0 comments

A Modular Computer That's Bringing Back Analog

https://www.hackster.io/news/a-modular-computer-that-s-bringing-back-analog-e02f07df7bf6
1•todsacerdoti•24m ago•0 comments

US blindsides states with surprise settlement in Live Nation/Ticketmaster trial

https://arstechnica.com/tech-policy/2026/03/us-blindsides-states-with-surprise-settlement-in-live...
8•voxadam•25m ago•1 comments

FBI is investigating breach that may have hit its wiretapping tools

https://www.theregister.com/2026/03/08/fbi_investigates_wiretap_system_breach/
2•Bender•25m ago•0 comments

Show HN: Git Worktrees Simplified

https://github.com/backnotprop/worktree-aliases/tree/main
1•ramoz•27m ago•0 comments

Kettle, open source tooling for TEE-attested builds

https://github.com/lunal-dev/kettle
5•indirect•28m ago•1 comments

SDL_mixer 3.2.0 (stable) is out

https://github.com/libsdl-org/SDL_mixer/releases/tag/release-3.2.0
1•linkdd•30m ago•0 comments

Making Prompt Injection Harder Against AI Coding Agents

https://medium.com/@cbchhaya/making-prompt-injection-harder-against-ai-coding-agents-f4719c083a5c
1•dpapathanasiou•30m ago•0 comments

Ask HN: General API for accessing bank transactions?

4•aykhm•31m ago•1 comments

What it means to be a 10x engineer (2025)

https://medium.com/@orzel.jarek/what-it-means-to-be-a-10x-engineer-0f5c4db543a6
3•orzeljarek•33m ago•0 comments

RPPG-Enabled Contactless Pulse Rate Monitoring Software in CVD Patients

https://www.mdpi.com/2306-5354/13/2/246
1•PaulHoule•33m ago•0 comments

Codex 101 Guide from a Recovering PM

https://www.forwardeployed.com/post/codex-best-practices
1•yummyelephant8•33m ago•1 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•10mo ago

Comments

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

https://reportmill.com/SnapCode

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