frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Out Loud – open-source desktop TTS app for macOS/Windows/Linux

https://github.com/light-cloud-com/out-loud
1•julia-kafarska•21s ago•0 comments

Show HN: Logic Designer – Webapp

https://logic-designer.github.io/logic-designer-main/
1•logic-designer•4m ago•0 comments

How Startup Equity Works – The Game

https://options-game-polymathrobotics.pythonanywhere.com/
1•iliabara•5m ago•1 comments

CIOs struggle to find clarity in their organizations' AI strategies

https://www.cio.com/article/4162949/cios-struggle-to-find-clarity-in-their-organizations-ai-strat...
1•WaitWaitWha•5m ago•0 comments

DeepSeek drops input cache price to 1/10th

https://xcancel.com/deepseek_ai/status/2048440764368347611
1•alecco•6m ago•1 comments

The curious case of Sean Plankey's derailed CISA nomination

https://www.csoonline.com/article/4162801/the-curious-case-of-sean-plankeys-derailed-cisa-nominat...
1•WaitWaitWha•6m ago•0 comments

High energy sports drinks boost performance even if you spit them out

https://www.theguardian.com/science/2009/apr/15/high-energy-carbohydrate-drinks-performance-brain
2•bwoah•9m ago•0 comments

US Navy tests laser weapon that shoots down drones on the USS George H.W. Bush

https://www.tomshardware.com/tech-industry/us-navy-tests-laser-weapon-that-shoots-down-drones-on-...
1•rbanffy•10m ago•0 comments

Show HN: I read Replika's privacy policy and then built a competitor

https://apps.apple.com/us/app/friend-ai-private-chat/id6761649790
1•krunkworx•11m ago•0 comments

Distribution of Global Biomass

https://upload.wikimedia.org/wikipedia/commons/e/e6/Distribution_of_the_global_biomass.png
1•downboots•13m ago•0 comments

Show HN: XMIT Files from VSCode

https://github.com/wizardofzos/xmi-generator/releases/tag/0.0.3
1•wizardofzos•16m ago•0 comments

Elon Musk's xAI discussed partnership with Mistral to try and rival OpenAI

https://www.euronews.com/next/2026/04/24/elon-musks-xai-discussed-partnership-with-mistral-to-try...
2•muxamilian•19m ago•0 comments

Show HN: Chunk – time-block your day from the macOS menu bar

https://www.chunkapp.net/en
1•dudleyspence•22m ago•0 comments

UK departments at odds over energy demands of AI datacentres

https://www.theguardian.com/technology/2026/apr/26/uk-departments-at-odds-over-energy-demands-of-...
2•Brajeshwar•26m ago•0 comments

Askbetter.dev – a simple guide to asking better technical questions

https://askbetter.dev/
1•featurenotabug•27m ago•1 comments

Deep under Antarctic ice, a long-predicted cosmic whisper breaks through

https://phys.org/news/2026-04-deep-antarctic-ice-cosmic-strange.html
1•rbanffy•28m ago•0 comments

Twenty Years, Twenty Lessons from Creating Magic the Gathering (2016)

https://magic.wizards.com/en/news/making-magic/twenty-years-twenty-lessons-part-1-2016-05-30
1•stared•28m ago•0 comments

Squish – a local memory runtime for AI agents

https://squishplugin.dev/
2•michieldoteth•28m ago•0 comments

8v: One CLI for you and your AI agent. Up to 66% fewer tokens

https://github.com/8Network/8v
2•soheeilalizadeh•32m ago•0 comments

Show HN: I built a 2010s microblogging site with SolidJS and .NET Core

https://bojan.social
1•arrgeeebee•35m ago•0 comments

Cloudflare Starter: React App on Workers with SSR D1 SQLite R2 Bucket

https://github.com/DialtoneApp/cloudflare-starter
4•fcpguru•43m ago•1 comments

Show HN: Polynya – Turn your Postgres into workspaces for AI

https://polynya.dev/
3•hasyimibhar•44m ago•0 comments

Show HN: Matrirc – run irssi in 2026, talk to people on Matrix

https://github.com/pawelb0/matrirc
4•pawelb0•45m ago•0 comments

AT&T Unix PC – What went wrong? [video]

https://www.youtube.com/watch?v=_x3uxKfFI-0
3•naves•46m ago•0 comments

Ace Technical Preview: GitHub Next's Agentic Workspace – Maggie Appleton [video]

https://www.youtube.com/watch?v=ClWD8OEYgp8
2•chaoxu•47m ago•0 comments

ELI: Explain Like I'm for any ArXiv Paper

https://eli.voxos.ai/
2•Falimonda•51m ago•0 comments

Agentic AI Security

https://www.straiker.ai/
2•noashavit•52m ago•1 comments

Show HN: PatchWork extracts your full career history and writes resumes for you

https://usepatch.work/
2•mcohrs•52m ago•4 comments

U.S. Mint Buys Drug Cartel Gold and Sells It as 'American'

https://www.nytimes.com/2026/04/26/world/americas/us-mint-gold-drug-cartel-colombia.html
31•mikhael•55m ago•11 comments

Butterflies are in decline across North America, a look at the Western Monarch

https://www.smithsonianmag.com/science-nature/butterflies-are-in-dramatic-decline-across-north-am...
44•1659447091•56m ago•6 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.