frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why AI Agents Need Agile, Not Just Better Prompts

https://medium.com/open-ai/why-ai-agents-need-agile-not-just-better-prompts-31aac90b1f4a
2•sukhpinder0804•2m ago•0 comments

Show HN: SheetMog – OSS Excel alternative and headless SDK

https://github.com/fundamental-research-labs/mog
2•zdenham•4m ago•0 comments

Let's log off and head outside

https://www.nytimes.com/interactive/2026/06/04/well/touch-grass-challenge-week-1.html
2•donohoe•4m ago•0 comments

From Zero to Senior: How I grew in my career [video]

https://www.youtube.com/watch?v=uTWXwCzfK78
2•indigodaddy•6m ago•0 comments

Agentlocks – advisory file locks for Codex and Claude Code in one worktree

https://github.com/simke9445/agentlocks
2•simke9445•6m ago•0 comments

Meet The Agents at USV: Arthur, Ellie, Sally, and Friends

https://blog.usv.com/meet-the-agents
2•rmason•7m ago•1 comments

Governments escalate the global war on online anonymity

https://www.wsws.org/en/articles/2026/05/25/pgvy-m25.html
2•iamnothere•8m ago•0 comments

Fidelity lowers SpaceX IPO entry requirement from $500,000 to just $2,000

https://finance.yahoo.com/markets/stocks/articles/fidelity-cuts-spacex-ipo-eligibility-183319186....
2•tcp_handshaker•9m ago•0 comments

Show HN: Mercek – A Desktop IDE for AWS ECS

https://www.mercek.dev/
2•utibeumanah•9m ago•0 comments

They don't make them like this anymore

https://www.knut.fyi/blog/2026-06-03/cascadiajs-2026
2•jeffinpdx•9m ago•0 comments

My transcendental experience on Japan's art island guided by its master Lee Ufan

https://www.theguardian.com/artanddesign/2026/may/04/infinity-transcendental-japan-naoshima-art-i...
2•PaulHoule•11m ago•0 comments

LHCb experiment observes long-sought new particle with double charm

https://www.nikhef.nl/en/news/lhcb-experiment-observes-long-sought-new-particle-with-double-charm/
3•elashri•15m ago•0 comments

AI will consume as much water in 2030 as 1.3B people

https://english.elpais.com/technology/2026-06-03/ai-will-consume-as-much-water-in-2030-as-13-bill...
4•dnnddidiej•16m ago•0 comments

4.1 magnitude earthquake in Las Vegas

https://earthquake.usgs.gov/earthquakes/eventpage/nn00919749/executive
3•jameslk•20m ago•0 comments

Just a few cigarettes a day can damage your heart for decades

https://www.sciencedaily.com/releases/2025/11/251122000802.htm
2•bushwart•21m ago•0 comments

Command A+: Making sovereign agentic capabilities available to all

https://cohere.com/blog/command-a-plus
2•offbyone42•22m ago•0 comments

Stats from 30K AI debates: Opus 4.7 is the most influential model

https://opper.ai/ai-roundtable/stats
2•felix089•22m ago•2 comments

Hyperscalers Are Strapped for Cash

https://www.semafor.com/article/06/04/2026/hyperscalers-are-strapped-for-cash
2•cdrnsf•22m ago•0 comments

GitHub Copilot Agent Tasks REST API Now Available for Copilot Pro, Pro+, and Max

https://github.blog/changelog/2026-06-04-agent-tasks-rest-api-now-available-for-copilot-pro-pro-a...
3•theanonymousone•24m ago•0 comments

Airbnb CEO Brian Chesky Plans to Start New AI Company

https://finance.yahoo.com/sectors/technology/articles/airbnb-ceo-brian-chesky-plans-191211981.html
2•EvanZhouDev•25m ago•0 comments

Swarms of 'killer mosquitoes' released on innocent Americans

https://www.dailymail.com/sciencetech/article-15874013/us-army-tested-killer-mosquitoes-biologica...
2•Bender•29m ago•0 comments

All the passwords were stored in Active Directory description fields

https://www.theregister.com/security/2026/06/04/all-the-passwords-were-stored-in-active-directory...
3•Bender•29m ago•0 comments

Google AI Instruments (Magenta RealTime 2)

https://magenta.withgoogle.com/mrt2
2•armcat•31m ago•0 comments

How Much AI Should Your Team Use? A Manager's Guide

https://assistedeverything.substack.com/p/ai-bowtie
2•gimili•31m ago•0 comments

Genetically modified hookworms produce and deliver therapeutics

https://medicine.washu.edu/news/genetically-modified-hookworms-produce-and-deliver-therapeutics/
2•gmays•32m ago•0 comments

Software Carbon Intensity (SCI) Specification (2024)

https://sci.greensoftware.foundation/
2•pella•33m ago•0 comments

Apple approves Poke as the first AI agent on its Messages for Business platform

https://techcrunch.com/2026/06/04/apple-approves-poke-as-the-first-ai-agent-on-its-messages-for-b...
2•samyok•34m ago•0 comments

I Must Attempt to Explain the Lego Scandal Rocking YouTube State of Utah

https://www.404media.co/the-lego-bricks-and-minifigs-reckless-benyoutube-scandal-has-broken-conta...
8•Cider9986•34m ago•1 comments

Most men lie about how tall they are

https://www.newyorker.com/culture/the-lede/the-men-who-lie-about-their-height
15•bookofjoe•34m ago•23 comments

Dig more coal – the PCs are coming (1999)

https://www.forbes.com/forbes/1999/0531/6311070a.html
2•abetusk•35m 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.