frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

FTC Chairman Sends Letter to Apple

https://daringfireball.net/linked/2026/02/24/ftc-apple-news
2•chmaynard•1m ago•0 comments

How Ten Publishers Retract Research

https://arxiv.org/abs/2602.19197
1•bikenaga•1m ago•0 comments

AI can manage your mutual fund

https://www.bloomberg.com/opinion/newsletters/2026-02-24/ai-can-manage-your-mutual-fund-mm0yngcf
1•xrd•1m ago•0 comments

Why You Can't Remember Being a Toddler

https://time.com/7380496/why-cant-i-remember-childhood-toddler/
1•bookofjoe•1m ago•0 comments

How The World Lives With AI: Trust, usage, and perception across 70 countries [pdf]

https://static1.squarespace.com/static/631d02b2dfa9482a32db47ec/t/696fdc02d5b1030cb064d15a/176893...
2•crescit_eundo•2m ago•1 comments

Compete at LLM vs. LLM Texas Hold'em to test adversarial capabilities

https://poker.juno-labs.com
2•ajuhasz•3m ago•0 comments

Ads are coming to AI. Does that have to be such a bad thing?

https://theconversation.com/ads-are-coming-to-ai-does-that-really-have-to-be-such-a-bad-thing-274955
3•devonnull•3m ago•0 comments

Yoga can help cut initial opioid-withdrawal period in half, study finds

https://news.harvard.edu/gazette/story/2026/02/yoga-can-help-cut-severe-initial-opioid-withdrawal...
3•gnabgib•5m ago•0 comments

Pentagon threatens to make Anthropic a pariah

https://www.cnn.com/2026/02/24/tech/hegseth-anthropic-ai-military-amodei
4•i4i•5m ago•0 comments

What's so hard about continuous learning?

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

Antidistillation preserves AI openness, originality, and safety

https://antidistillation.com/blog/unexpected-externalities-of-distillation/
3•umairnadeem123•8m ago•0 comments

Lessons from Reverse Engineering Excel AI Agents

https://twitter.com/twitter/status/2026366805154140494
2•nbstme•8m ago•0 comments

AMD Says "Helios" Racks and MI400 Series GPUs on Track for 2H 2026

https://www.nextplatform.com/2026/02/23/amd-says-helios-racks-and-mi400-series-gpus-on-track-for-...
2•rbanffy•8m ago•0 comments

Show HN: ProdRescue AI – Turn Slack war-rooms and raw logs into incident reports

https://www.prodrescueai.com/
2•devrimozcay•9m ago•0 comments

Destroy My Startup

https://shipordie.club/roast/startup
2•m4tthumphrey•10m ago•0 comments

Bcachefs author Kent Overstreet claims his OpenClaw instance is sentient

https://social.treehouse.systems/@ariadne/116122781303627956
3•pojntfx•10m ago•0 comments

GitHub – brickbots/framedeck: A Framework mainboard based Cyberdeck

https://github.com/brickbots/framedeck
2•rbanffy•10m ago•0 comments

Show HN: Duck – A Django-compatible framework with native HTTP/2 and Live HTML

2•digreatbrian•11m ago•0 comments

Anlife: What does an unusual evolution simulator have to say about AI?

https://www.theguardian.com/games/2026/feb/24/anlife-what-does-an-unusual-evolution-simulator-hav...
2•mitchbob•11m ago•0 comments

Engineering Multi-Axis Accuracy: Practical Guide to Precision in Motion Systems

https://www.zaber.com/articles/multi-axis-accuracy
2•gregsadetsky•12m ago•0 comments

Why High FOV Sucks – Fixing It with Panini Projection

https://www.youtube.com/watch?v=LE9kxUQ-l14
3•Eduard•13m ago•0 comments

Show HN: Cost per Outcome for AI Workflows

https://github.com/botanu-ai/botanu-sdk-python
3•deborahjacob•14m ago•1 comments

Show HN: MantleDB – Anonymous JSON storage for your side projects

https://mantledb.sh/
2•moonwizard•20m ago•0 comments

Leaks point to Nvidia's N1/N1X launching sometime in the first half of 2026

https://www.tomshardware.com/pc-components/cpus/nvidias-n1-n1x-chips-leak-once-again-this-time-ti...
4•Tuldok•22m ago•0 comments

Perplexity.ai tries to connect via UDP without being open

3•roscas•22m ago•0 comments

nsnotifyd-2.4 released

https://dotat.at/@/2026-02-24-nsnotifyd-2-4-released.html
3•fanf2•24m ago•0 comments

Show HN: I built an iOS app that turns EPUBs into audiobooks

https://apps.apple.com/ua/app/audiobooks-mp3-m4b-player/id6471399965
4•pklym•24m ago•0 comments

Paediatricians' blood used to make new treatments for RSV and colds

https://www.newscientist.com/article/2516079-paediatricians-blood-used-to-make-new-treatments-for...
2•MaysonL•24m ago•0 comments

Basis raises $100M Series B at a $1.15B valuation led by Accel alongside GV

https://www.getbasis.ai/blogs/basis-raises-100m-series-b-led-by-accel-and-google-ventures
2•petethomas•27m ago•0 comments

What Happens When a Neighborhood Is Built Around a Farm?

https://reasonstobecheerful.world/agrihoods-neighborhoods-built-around-farms/
4•PaulHoule•27m 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.