frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Builder PM Trap

https://clementboutignon.com/posts/builder-pm-trap
1•clement_b•1m ago•0 comments

Clickup mocks employees over AI 8 days before layoff

https://twitter.com/RhysSullivan/status/2057731867361902967
1•tnolet•3m ago•0 comments

Unplug technofascism – Belgian activists are planning to occupy a datacenter

https://code-rouge.be/en/about-us/cr4-narrative/
1•pietervdvn•4m ago•1 comments

New York State passes bill requiring disclosure of food additives

https://foodpackagingforum.org/news/new-york-state-passes-bill-requiring-disclosure-of-food-addit...
2•geox•4m ago•0 comments

Free MongoDB GUI Tool to Browse Data, Run Queries, and Create Indexes

https://visualeaf.com/blog/free-mongodb-gui-tool/
1•roxana_haidiner•4m ago•0 comments

The case against boolean logic

https://abuseofnotation.github.io/boolean-thinking/
2•boris_m•5m ago•0 comments

Nyx Wave: an AI agent that extracted expert knowledge via email

https://splabs.io/nyx-wave-knowledge-extraction
1•k-thimmaraju•8m ago•0 comments

Most EVM monitoring breaks after the first swap

https://blog.bridgexapi.io/most-evm-monitoring-breaks-after-the-first-swap
1•Bridgexapi•8m ago•0 comments

Ban for Authors Submitting AI Content 'Welcome but Unenforceable'

https://www.insidehighered.com/news/faculty/books-publishing/2026/05/22/ban-authors-who-submit-ai...
1•50kIters•8m ago•0 comments

A Comma and a Question Mark

https://www.thetypicalset.com/blog/a-comma-and-a-question-mark
1•eigenBasis•12m ago•0 comments

Antigravity 2.0 Tops the OpenSCAD Architectural 3D LLM Benchmark

https://modelrift.com/blog/openscad-llm-benchmark/
1•jetter•12m ago•0 comments

Thermo-Nuclear Code Quality Review (Cursor Team Kit skill)

https://github.com/cursor/plugins/blob/3347cbab5b54136f6fba0994c3a01a56f7fb7fca/cursor-team-kit/s...
1•pramodbiligiri•14m ago•0 comments

What Google, Yahoo, Microsoft, and Apple are doing to your email

https://www.jacquescorbytuech.com/writing/what-google-yahoo-microsoft-and-apple-are-doing-your-email
2•iamacyborg•15m ago•0 comments

Camp: Static Site Generation for Racket

https://joeldueck.com/what-about/camp/
2•amai•19m ago•0 comments

Free Proxy List 2026

https://momoproxy.com/free-proxy-list
1•xbjamilnz•20m ago•0 comments

Show HN: I made an open-source memory layer for agents

https://agentrecall.cloud
2•MarsB•21m ago•0 comments

Megalodon: Mass GitHub Repo Backdooring via CI Workflows

https://safedep.io/megalodon-mass-github-repo-backdooring-ci-workflows/
2•LaSombra•22m ago•0 comments

Custom Domains for Your SaaS with Caddy On-Demand TLS and Asp.net Core

https://dotnethow.net/articles/custom-domains-with-caddy-on-demand-tls/
1•ervistrupja•23m ago•0 comments

Show HN: HR – a 30-line script that prints a colored bar across your terminal

https://github.com/ankurokok/hr
1•discordance•23m ago•0 comments

Hollywood in the 60s and the Good AI Future

https://opcraft.co/writing/2026/04/getting-the-good-ai-future/
1•amai•23m ago•0 comments

Centralisation, Reversibility, and Restarting

https://mpadge.eu/blog/centralisation-reversibility.html
1•mpadge•25m ago•0 comments

Linkano – Link objects on your Mac

https://www.mjanssen.nl/linkano/index.html
1•marc0janssen•26m ago•0 comments

Proton Pass for AI Agents

https://proton.me/blog/pass-access-tokens
1•h4kunamata•30m ago•1 comments

Live 204-node MoE visualization reveals emergent cognitive stratification

https://github.com/eriirfos-eng/ternary-intelligence-stack
1•rfi-irfos•31m ago•0 comments

Storing sunlight in DNA-inspired molecules, released later as heat

https://www.science.org/doi/10.1126/science.aec6413
2•sailingcode•32m ago•2 comments

Webmcp

https://webmcp.dev/
1•saikatsg•35m ago•0 comments

I put Claude Code in a browser terminal I built in Go

https://anupshinde.medium.com/i-put-claude-code-in-a-browser-terminal-i-built-in-go-a95206681085
1•anupshinde•35m ago•0 comments

Baby Magic – AI baby images, videos, and family memories

https://www.babymagic.app
1•Follow_Cloud•36m ago•0 comments

Cruise ships are sailing to a phantom destination that doesn't appear on any map

https://www.cnn.com/travel/visiting-null-island-cruises
1•cpeterso•37m ago•0 comments

How security teams can report cyber risk to boards

https://www.databricks.com/blog/how-security-teams-can-report-cyber-risk-boards
1•mc-serious•37m 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.