frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scaling Managed Agents: Decoupling the Brain from the Hands \ Anthropic

https://www.anthropic.com/engineering/managed-agents
1•duck•2m ago•0 comments

Spec Driven Development Isn't Waterfall

https://brooker.co.za/blog/2026/04/09/waterfall-vs-spec.html
1•dhruv3006•4m ago•0 comments

An Autonomous RL Agent Methodology for Dynamic Web UI Testing in a BDD Framework

https://publications.eai.eu/index.php/airo/article/view/8895
1•alihassaanmug•4m ago•0 comments

British Attitudes to Economic Growth

https://iea.org.uk/attitudes-to-economic-growth
1•mellosouls•5m ago•1 comments

Video: Are They Lying to You About Nuclear Energy?

https://www.youtube.com/watch?v=cxDd3Whl_9s
2•drob518•9m ago•0 comments

Interface of Capitulation: A Black-Box Audit of Instructed Dishonesty in LLMs

https://github.com/phobetor-ops/interface-of-capitulation
2•jotacesarmp•10m ago•1 comments

Using Claude Code: Session Management and 1M Context

https://twitter.com/trq212/status/2044548257058328723
2•dsr12•10m ago•0 comments

Ultraprocessed foods may hurt muscle health

https://www.nbcnews.com/health/health-news/link-ultraprocessed-foods-muscle-health-rcna331623
2•gmays•10m ago•0 comments

Florida surgeon charged with killing man after removing liver instead of spleen

https://arstechnica.com/health/2026/04/florida-surgeon-charged-with-killing-man-after-removing-li...
5•canucker2016•14m ago•0 comments

The simple geometry behind any road

https://sandboxspirit.com/blog/simple-geometry-of-roads/
1•azhenley•19m ago•0 comments

Eternal November – new influx of users, and why it's better than the last one

https://sfconservancy.org/blog/2026/apr/15/eternal-november-generative-ai-llm/
2•pabs3•20m ago•0 comments

Geminis "Priority Inference" tier: 75-100% more expensive, same or worse latency

https://twitter.com/Justiniansli/status/2044610407487173076
2•YounElh•21m ago•1 comments

C++26: Structured Bindings in Conditions

https://www.sandordargo.com/blog/2026/04/15/cpp26-structured-bindings-condition
1•jandeboevrie•22m ago•0 comments

I Will Never Respect a Website

https://www.wheresyoured.at/i-will-never-respect-a-website/
1•farmerbb•28m ago•0 comments

Anthropic co-founder confirms the company briefed White House on Mythos

https://techcrunch.com/2026/04/14/anthropic-co-founder-confirms-the-company-briefed-the-trump-adm...
3•gmays•31m ago•2 comments

Mesh LLM

https://github.com/Mesh-LLM/mesh-llm
3•oldfuture•32m ago•0 comments

Build the right thing and the money will follow

https://mikefisher.substack.com/p/build-the-right-thing
2•gpi•35m ago•0 comments

Enhancing Developer Workflow with Rovo Dev and Notifications

https://www.atlassian.com/blog/developer/developer-workflow-rovo-dev-notifications
2•foxh0und•36m ago•0 comments

Show HN: Themery – A theme engine that compiles one palette to every major IDE

https://www.themery.dev/
2•Tiagopeter•38m ago•0 comments

Modern Common Lisp with FSet

https://fset.common-lisp.dev/Modern-CL/Top_html/index.html
6•signa11•39m ago•0 comments

Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval

https://medium.com/@Koukyosyumei/hacking-mcp-servers-in-ai-systems-the-rug-pull-tool-changes-afte...
2•syumei•43m ago•0 comments

AI Meeting recorder that runs on your Mac

https://quietly.fastclick.ai
3•saadn92•49m ago•0 comments

Speeding up GPU kernels by 38% with a multi-agent system

https://cursor.com/blog/multi-agent-kernels
2•gmays•51m ago•0 comments

DESI Completes Planned 3D Map of the Universe

https://newscenter.lbl.gov/2026/04/15/desi-completes-planned-3d-map-of-the-universe-and-continues...
2•revicon•54m ago•0 comments

Ask HN: We dont need a programming language now?

2•zameermfm•55m ago•4 comments

Tailscale-rs: Official Rust library for embedding Tailscale

https://tailscale.com/blog/tailscale-rs-rust-tsnet-library-preview
2•phantomathkg•58m ago•0 comments

Show HN: Hiraeth – AWS Emulator

https://github.com/SethPyle376/hiraeth
4•ozarkerD•1h ago•0 comments

Show HN: Tokanban, an agent-first task management system

https://tokanban.com/
2•clippy99•1h ago•0 comments

Waterfall (2018)

https://beza1e1.tuxen.de/waterfall.html
2•LAC-Tech•1h ago•0 comments

Astronomers Propose New Way to Find Aliens Without Knowing What It Looks Like

https://www.sci.news/astronomy/agnostic-biosignature-14697.html
2•WaitWaitWha•1h 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•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.