frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Go's secret weapon: the standard library interface

https://fredrikaverpil.github.io/blog/2025/12/28/gos-secret-weapon-the-standard-library-interfaces/
1•hambes•23s ago•0 comments

Apple's Multibillion-Dollar Push to Make Chips in the U.S. [video]

https://www.youtube.com/watch?v=ktFlaBhpMu8
1•keepamovin•6m ago•0 comments

Amazon would rather blame its own engineers than its AI

https://www.theregister.com/2026/02/24/amazon_blame_human_not_ai/
1•beardyw•9m ago•0 comments

Slow Tuesday Night by R. A. Lafferty (1965)

https://www.baen.com/Chapters/9781618249203/9781618249203___2.htm
1•monort•11m ago•0 comments

Why the Intelligence Crisis Scenario Is Wrong

https://deadneurons.substack.com/p/why-the-intelligence-crisis-scenario
1•nr378•11m ago•0 comments

Data Crew's Route Optimiser Framework

https://tech.marksblogg.com/data-crew-route-optimiser-solver-framework.html
1•marklit•11m ago•0 comments

Managed Iceberg for Streaming with PostgreSQL Simplicity – RisingWave Open Lake

https://risingwave.com/lakehouse/
1•AnneWodell•12m ago•0 comments

FinCrew: Multi-Agent AI Financial Intelligence

1•adnan_builds•12m ago•1 comments

Pentagon sets Friday deadline for Anthropic to abandon ethics rules for AI

https://www.politico.com/news/2026/02/24/hegseth-sets-friday-deadline-for-anthropic-to-drop-its-a...
2•borski•16m ago•0 comments

Orbital datacenters are a pie-in-the-sky idea: Gartner

https://www.theregister.com/2026/02/25/gartner_orbiting_datacenter_peak_insanity/
1•beardyw•17m ago•0 comments

AMD and Meta strike $100B AI deal that includes 10% stock deal

https://www.tomshardware.com/tech-industry/artificial-intelligence/amd-meta-100-billion-deal
1•pjmlp•18m ago•0 comments

Core Banking Is a Terrible Idea. It Always Was

https://andrewbaker.ninja/2026/02/24/core-banking-is-a-terrible-idea-it-always-was/
2•jinonoel•18m ago•1 comments

Show HN: RAgent – Claude Code on a VPS So Remote Control Never Drops

https://github.com/Chris-bzst/ragent
1•chris-bzst•22m ago•0 comments

ShipGrowth – Discover, Compare and Submit Best AI Tools

https://shipgrowth.dev
1•duanhjlt•24m ago•0 comments

Stripe is reportedly eyeing deal to buy some or all of PayPal

https://techcrunch.com/2026/02/24/stripe-is-reportedly-eyeing-deal-to-buy-some-or-all-of-paypal/
1•taubek•26m ago•0 comments

Software engineers could go extinct this year, says Claude Code creator

https://fortune.com/2026/02/24/will-claude-destroy-software-engineer-coding-jobs-creator-says-pri...
3•bfmalky•28m ago•1 comments

Waymo Expands Autonomous Rides to Dallas, Houston, San Antonio, and Orlando

https://waymo.com/blog/2026/02/dallas-houston-san-antonio-orlando
4•integralpilot•28m ago•1 comments

Pg_doom

https://github.com/DreamNik/pg_doom
3•fla•32m ago•0 comments

Asahi Linux in the Cloud: Scaleway Launches Dedicated M2 Pro Mac Mini Servers

https://www.scaleway.com/en/mac-mini-asahi-linux/
3•Lwrless•32m ago•0 comments

Claw-Guard.org – Agentic Monetisation Middleware That Works

https://claw-guard.org
1•gmerc•32m ago•0 comments

WiseTech Global to cut 2k jobs as AI ends era of 'manually writing code'

https://www.abc.net.au/news/2026-02-25/wisetech-job-losses-losing-2000-over-next-two-years-coding...
1•BrissyCoder•33m ago•1 comments

Show HN: AGX v2 – From multi-agent chat to execution graph

https://github.com/ramarlina/agx
1•Mendrika•36m ago•0 comments

What's so hard about continuous learning?

https://www.seangoedecke.com/continuous-learning/
2•rbanffy•41m ago•0 comments

Show HN: Chorus – Open-source Agent and human collaboration platform on AI-DLC

https://github.com/Chorus-AIDLC/Chorus
2•fennu637•42m ago•0 comments

Show HN: I let Claude autonomously deploy OpenClaw and write an honest review

https://blog.rezvov.com/deploying-openclaw-sixteen-incidents-one-day
1•alexrezvov•42m ago•0 comments

Michael Faraday: Scientist and Nonconformist(1996)

http://silas.psfc.mit.edu/Faraday/
1•o4c•43m ago•0 comments

Show HN: ClawMoat – Open-source runtime security for AI agents (zero deps, <1ms)

https://github.com/darfaz/clawmoat
1•ildar•46m ago•0 comments

North American Computational Linguistics Open Competition

https://naclo.org/practice.php
2•Antibabelic•49m ago•0 comments

DSGym: A holistic framework for evaluating and training data science agents

https://www.together.ai/blog/dsgym
1•roody_wurlitzer•50m ago•0 comments

Show HN: crai – Get notified when your AI CLI finishes thinking

https://github.com/turtlekazu/crai
1•turtlekazu•51m 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•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.