frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Major Polish crypto exchange presumed insolvent

https://www.money.pl/gospodarka/wielki-problem-zondacrypto-klienci-sie-skarza-mamy-niepokojaca-an...
1•nathell•1m ago•0 comments

The Bar Hostess of Ginza

https://cinemasojourns.com/2026/04/08/the-bar-hostess-of-ginza/
1•jjgreen•1m ago•0 comments

Show HN: Dis: Dev environments but without Node.js

https://github.com/candacelabs/dis/tree/main
1•kaashmonee•3m ago•0 comments

Laurie Kirk proved your RAM lies to you. So we built Palantir at home

https://github.com/seppulcro/phantom
1•seppulcro•3m ago•1 comments

Ask HN: We got 100 stars. A weekend project got 12k. What are we missing?

1•lilwing•3m ago•1 comments

Ask HN: A CLI to control what AI code can (and can't) change in your repo

2•sujitjaunjal•7m ago•0 comments

Principles of Mechanical Sympathy

https://martinfowler.com/articles/mechanical-sympathy-principles.html
1•emschwartz•12m ago•0 comments

Taco: Linktaco from Your Terminal

https://linktaco.com/blog/taco-cli-tool-linktaco.html
1•peterjsanchez•13m ago•0 comments

Show HN: Tired of logic in useEffect, I built a class-based React state manager

https://thales.me/posts/why-i-built-snapstate/
1•thalesfp•14m ago•0 comments

Hsihp Hsims

https://fromouterstace.com
1•stacydbradford•15m ago•0 comments

Prisoner's Dilemma – An Extension (from game theory)

https://pd.luthira.com/
2•llamatheollama•17m ago•0 comments

Resurrecting a 1992 MUD with Agentic AI

https://meditations.metavert.io/p/resurrecting-a-1992-mud-with-agentic
3•salt4034•18m ago•0 comments

Once 'Ultra MAGA', Trump Supporters Fume About Iran on Truth Social

https://www.nytimes.com/2026/04/08/us/politics/trump-truth-social-iran.html
4•doener•18m ago•0 comments

Volatco – Powerful Multicompute

https://volatco.github.io/
1•nbaksalyar•23m ago•0 comments

Show HN: Linggen – Open-source AI agent with P2P remote access from your phone

https://linggen.dev/
2•linggen•24m ago•0 comments

How to Connect to Builders in Web3

https://woof.software/
1•Pasha-CEO•26m ago•1 comments

Google engineer rejected by colleges uses AI to sue for racial discrimination

https://abc7news.com/post/google-engineer-rejected-colleges-uses-ai-sue-ucs-other-universities-ra...
1•ubasu•26m ago•0 comments

AI Did It in 12 Minutes. It Took Me 10 Hours to Fix It

https://idiallo.com/blog/it-took-me-10-hours-to-fix-ai-code
3•firefoxd•31m ago•1 comments

Show HN: Is Hormuz open yet?

https://www.ishormuzopenyet.com/
87•anonfunction•35m ago•31 comments

Finetuning Activates Verbatim Recall of Copyrighted Books in LLMs

https://arxiv.org/abs/2603.20957
1•guitarlimeo•35m ago•0 comments

Boots on the Ground, Flip Flops in the Air [pdf]

https://drive.google.com/file/d/1DrnHCWOQ7PRHNBqbxdqT_yQMRVFC8YbD/view?usp=drive_link
1•sans_souse•37m ago•0 comments

Show HN: Phantom UI – Skeleton that measures your real DOM (Web Component, 8kb)

https://github.com/Aejkatappaja/phantom-ui
5•Aejkatappaja•44m ago•6 comments

Agent Brain – 7-layer cognitive memory for AI agents (open source)

https://github.com/kaderosio/agent-brain
2•Thesh2209•46m ago•1 comments

OpenAI: The Next Phase of Enterprise AI

https://openai.com/index/next-phase-of-enterprise-ai/
3•louiereederson•50m ago•2 comments

Show HN: SessionFlow macOS app that auto-schedules sessions around your calendar

https://github.com/kibermaks/SessionFlow
1•kibermaks•50m ago•0 comments

Grading laptop and cell phone companies on the fixability of their products

https://pirg.org/edfund/resources/failing-the-fix-2026/
2•breve•52m ago•0 comments

So My Friend Made Me a Bioreactor

https://chillphysicsenjoyer.substack.com/p/so-my-friend-made-me-a-bioreactor
1•crescit_eundo•53m ago•0 comments

Anthropic Set to Preview Powerful 'Mythos' Model to Ward Off AI Cyberthreats

https://www.wsj.com/tech/ai/anthropic-set-to-preview-powerful-mythos-model-to-ward-off-ai-cyberth...
1•sonabinu•56m ago•0 comments

Show HN: I built a local data lake for AI powered data engineering and analytics

https://stream-sock-3f5.notion.site/Nile-Local-an-AI-Data-IDE-that-runs-on-your-local-machine-33b...
5•vpfaiz•56m ago•0 comments

Fantasshtic – Free Cursor for SSH

https://fantasshtic.vercel.app
2•aureus_cx•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•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.