frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Dangerously Skip Permissions

https://asimovaddendum.substack.com/p/dangerously-skip-permissions
1•srulyrosenblat•32s ago•0 comments

I built a job board that crawls 900 company career pages directly

https://www.jobscroller.net
1•couentine•51s ago•1 comments

Global AI data center boom hits delays

https://www.axios.com/2026/02/24/ai-data-center-boom-projects-numbers
1•1vuio0pswjnm7•1m ago•0 comments

'Probably' doesn't mean the same thing to your AI as it does to you

https://theconversation.com/probably-doesnt-mean-the-same-thing-to-your-ai-as-it-does-to-you-275626
1•geox•1m ago•0 comments

Build your own custom AI CLI with Pydantic AI

https://vstorm-co.github.io/pydantic-deepagents/
1•frankwiles•1m ago•1 comments

AI Homer Simpson 'Cover Songs' Have 'Poisoned' Soulseek

https://www.vice.com/en/article/infinite-ai-homer-simpson-cover-songs-poisoned-soulseek/
1•ides_dev•1m ago•0 comments

QED: John's Not Mad – Documentary 1988 [video]

https://www.youtube.com/watch?v=wxfJDpd3XcY
1•mellosouls•2m ago•1 comments

Single Store Vector Search Index: Architecture and Memory Efficiency

https://memgraph.com/blog/single-store-vector-index
1•mbuda•3m ago•1 comments

Nothing's Happening

https://uptointerpretation.com/posts/nothings-happening/
1•hardwaregeek•3m ago•0 comments

Great Isaiah Scroll, oldest Biblical book ever found, on show for first time

https://www.timesofisrael.com/great-isaiah-scroll-oldest-near-complete-biblical-book-ever-found-o...
1•myth_drannon•3m ago•0 comments

Ask HN: Developers cloned my student project in 2 weeks. Why?

1•glinkswww•4m ago•0 comments

Row Locks with Joins Can Produce Surprising Results in PostgreSQL

https://hakibenita.com/postgres-row-lock-with-join
1•haki•4m ago•0 comments

Show HN: GDBS – Browser geometric physics engine replacing HPC cluster workloads

https://gdbs.getvaultsync.com
1•garrjo•5m ago•0 comments

ISS Space Timelapse сaptures strike flashes over Kyiv

https://twitter.com/RikyUnreal/status/2025965975510655237
1•defly•5m ago•0 comments

I left my AI system running by accident. It was still going 38 hours later

https://github.com/adriancarriger/lambda/blob/main/docs/blog/38-hours.md
1•adriancarriger•5m ago•0 comments

Decision Theory Cuts Your AI Agent's API Bill in Half

https://gfrm.in/posts/decision-theory-agents/index.html
1•slygent•5m ago•0 comments

Show HN: LazyHippo.dev – sandbox for auth and product testing

https://www.lazyhippo.dev/
1•schmommy•5m ago•0 comments

Meta and AMD Agree to AI Chips Deal Worth More Than $100B

https://www.wsj.com/tech/ai/meta-and-amd-agree-to-ai-chips-deal-worth-more-than-100-billion-9c7fd06b
1•ViktorRay•6m ago•0 comments

I ported one program to 10 languages to see how an LLM thinks

https://www.alexv.lv/llm-ports/
1•throwaway58670•6m ago•0 comments

Show HN: MCP server that lets AI build, play, and debug Godot games (84 tools)

https://godot-mcp.abyo.net/
1•y1uda•6m ago•1 comments

UPP: Universal Predicate Pushdown to Smart Storage

https://dl.acm.org/doi/10.1145/3695053.3731005
1•blakepelton•7m ago•1 comments

When we say "security", what do we mean? (2023)

https://kellyshortridge.com/blog/posts/what-does-the-word-security-mean/
1•alcazar•7m ago•1 comments

The EU is going to Ukraine empty-handed ― thanks to Hungary

https://www.politico.eu/article/eu-ukraine-visit-hungary-blocks-russia-sanctions-funding-feud-vik...
1•JumpCrisscross•8m ago•0 comments

Meta could end up owning 10% of AMD in new chip deal

https://arstechnica.com/ai/2026/02/meta-could-end-up-owning-of-10-amd-in-new-chip-deal/
2•robin_reala•8m ago•0 comments

Show HN: Reflect – a simple screentime alternative for macOS

https://github.com/m30m/reflect
1•amin2•9m ago•0 comments

Scientists Create Chip That Generates New Colors of Light

https://scitechdaily.com/scientists-create-chip-that-generates-brand-new-colors-of-light-cracking...
1•HardwareLust•10m ago•1 comments

IBM latest AI casualty: Shares tank 13% on Anthropic programming language threat

https://www.cnbc.com/2026/02/23/ibm-is-the-latest-ai-casualty-shares-are-tanking-on-anthropic-cob...
1•bookofjoe•11m ago•0 comments

What if iteration is all we need?

https://www.robert-glaser.de/what-if-iteration-is-all-we-need/
1•youngbrioche•11m ago•0 comments

Show HN: Rebuilt My Social Network with Codex in One Day

https://crosspassion.onrender.com/
1•subdomain•11m ago•0 comments

Show HN: Train a 230KB text classifier from 50 examples – no API keys, no GPU

https://github.com/expressibleai/expressible-cli
1•veniyer•12m 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.