frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Xiaomi AI Cube prototype delivers 1.22 TB/s near-memory bandwidth

https://videocardz.com/newz/xiaomi-shows-150w-ai-cube-mini-pc-with-xring-processor-lpddr6-memory-...
1•binyu•2m ago•0 comments

US Navy Carrier's Problems Are Tied to Attacks on U.S. Base Early in War

https://www.nytimes.com/2026/08/14/us/politics/uss-abraham-lincoln-trump-supplies-diego-garcia.html
1•throw0101a•2m ago•1 comments

Show HN: Demesne, Zanzibar-style authz compiled to Postgres RLS

https://github.com/foir-io/demesne
1•mattblr•5m ago•0 comments

Lobbi Hotel Spend Companion – Real time price check on all your vendors

https://chromewebstore.google.com/detail/lobbi-hotel-spend-compani/mleelgngmjoldgidaeedjmgdccohakjb
1•jkrums•5m ago•1 comments

Show HN: PageCub – Custom children's books generated from a photo

https://pagecub.com/
1•Sharanxxxx•7m ago•0 comments

I am 15 Year old and I launched my first web app

https://app.inferroute.qzz.io/
1•ansarehussain•8m ago•0 comments

Inflammation Keeps Us Alive. It's Also Making Us Sick

https://www.nytimes.com/interactive/2026/07/29/magazine/inflammation-chronic-immune-system-health...
1•gmays•10m ago•0 comments

The Crossing is live: mandates, ledgers, receipts

https://the-crossing.onrender.com/
1•LateLordFrey•11m ago•0 comments

Microsoft built a standalone .exe to push Bing extension into Chrome and Brave

https://cyberupdates365.com/microsoftsettings-exe-windows-11-bing-search/
1•sysadmin_diarie•11m ago•0 comments

I built a linter for AI agent skills, MCP and skills

https://github.com/alinotfoundbtw/sounding
2•alinotfoundbtw•11m ago•0 comments

Usage-rs: rust CLI framework from mise author that's 2500x faster than clap

https://github.com/jdx/usage
3•jdxcode•14m ago•0 comments

OpenHands: Self-hosted control center for coding agents

https://www.openhands.dev
1•alentred•16m ago•0 comments

Software Factories Can Handle UX

https://www.chrismdp.com/software-factories-can-handle-ux/
1•gojkoa•17m ago•0 comments

SeL4 security proofs now complete on AArch64

https://proofcraft.systems/news-2026/#2026-08-21
1•snvzz•18m ago•0 comments

From iPods to wired headphones: Why more Gen Zers are picking retro tech

https://www.euronews.com/next/2026/08/24/from-ipods-to-wired-headphones-why-more-gen-zers-are-pic...
1•Markoff•19m ago•0 comments

The Accidental Application Runtime

https://adventures.michaelfbryan.com/posts/accidental-application-runtime
1•MichaelFBryan•22m ago•3 comments

I tested security across 4 AI app builders (Lovable, Bolt, v0, Replit)

https://battletester.app/blog/i-tested-security-across-4-ai-app-builders-lovable-bolt-v0-replit
1•yovelOvadia•22m ago•0 comments

Airborne Wind Energy: How China's S4000 Is Taking Wind Power to New Heights

https://www.intelligentliving.co/airborne-wind-energy-china-s4000/
2•joak•23m ago•1 comments

Show HN: Kudzu – A TSX compiler that outputs HTML and minimal client JavaScript

https://github.com/kudzujs/kudzu
1•briggs_song•23m ago•0 comments

New Zealand to introduce Bill banning social media for children under 16

https://www.channelnewsasia.com/world/new-zealand-social-media-ban-under-16-6336941
3•Markoff•25m ago•0 comments

Bioenergetics and Cover Loss: Modeling Seasonal Shifts in Predator-Prey Dynamics

https://www.bassfinity.com/blog/fall-feeding-frenzy-bass-and-walleye-patterns
1•jequals5•25m ago•0 comments

The asteroid currently hitting front end web development

https://nolanlawson.com/2026/08/23/the-asteroid-currently-hitting-frontend-web-development/
1•g4k•25m ago•0 comments

Grip: An open protocol for authorised, bounded and attributable agent execution

https://zenodo.org/records/22078457
2•madhavdutt•25m ago•0 comments

IBM and Arm: Expanding Arm ecosystem for the next era of enterprise computing

https://newsroom.arm.com/blog/ibm-and-arm-expanding-ecosystem-for-next-era-of-enterprise-computing
1•rbanffy•26m ago•0 comments

Is AI Hiding Its Full Power? With Geoffrey Hinton [video]

https://www.youtube.com/watch?v=l6ZcFa8pybE
1•binyu•27m ago•0 comments

Why older tech is sometimes safer from hackers

https://www.bbc.com/future/article/20260821-why-older-tech-is-sometimes-safer-from-hackers
2•tchalla•27m ago•1 comments

Agno is a Python SDK for building agent platforms

https://docs.agno.com/sdk/introduction
1•Bluestein•29m ago•0 comments

Agent Is Not the Model

https://code.joejag.com/2026/your-agent-is-not-the-model.html
2•joejag•30m ago•0 comments

ModernBERT

https://www.answer.ai/posts/2024-12-19-modernbert.html
1•tosh•30m ago•0 comments

Pokémon's Battle System May Not Be Turn-Based for Much Longer

https://kotaku.com/pokemon-champions-turn-based-real-time-battles-winds-waves-2000726753
2•akyuu•34m 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.