frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

C++26: Std:Inplace_vector

https://www.sandordargo.com/blog/2026/08/26/cpp26-inplace-vector
1•signa11•2m ago•0 comments

SpaceX plans a $100B spaceport built for launches a year

https://thenextweb.com/news/spacex-louisiana-spaceport-100bn-europe-launch-cadence
1•ksec•4m ago•0 comments

Composition and Modular Verification of TLA+ Specs

http://muratbuffalo.blogspot.com/2026/08/composition-and-modular-verification-of.html
1•matt_d•5m ago•0 comments

Ask HN: How do you protect self-hosted websites from LLM scrapers?

1•atmosx•7m ago•1 comments

OpenAI staff observed warning signs before AI agents attack on Hugging Face

https://www.theguardian.com/technology/2026/aug/26/openai-staff-observed-warning-signs-before-ai-...
2•nreece•7m ago•1 comments

Prefix Sliding for efficient test-time scaling

https://arxiv.org/abs/2608.26070
1•E-Reverance•8m ago•0 comments

Show HN: Wallps: set different live wallpapers for macOS desktop and lock screen

https://deepanshumishraa.github.io/wallps/
1•dipxsy•10m ago•0 comments

The choices we make about AI now are critical

https://www.gatesnotes.com/home/home-page-topic/reader/a-turbulent-ai-era-and-critical-choices-to...
1•kristianp•13m ago•1 comments

Social Link Vault – Local-first Android bookmark manager (Never forget a link))

https://play.google.com/store/apps/details?id=com.yzh.social_link_vault_ai&hl=en_US
1•yhammadieh•14m ago•0 comments

DRM/xe: Don't hand out the flat CCS storage as usable VRAM

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=818bebeb63dd6bf5f4e...
1•DarmokJalad1701•15m ago•0 comments

Centuries-old hunger stones are emerging as Europe's rivers recede

https://www.dw.com/en/hunger-stones-the-history-behind-if-you-see-me-weep/a-78345729
1•divbzero•15m ago•0 comments

In Hilbert Space, All Things Are Quantumly Possible

https://www.quantamagazine.org/in-hilbert-space-all-things-are-quantumly-possible-20260826/
1•pykello•16m ago•0 comments

Bootstrappable Builds: How and Why

https://lwn.net/Articles/1088279/
1•pykello•17m ago•0 comments

How to Spot a Psychopath

https://www.theguardian.com/science/2026/aug/27/how-to-spot-a-psychopath-its-like-the-difference-...
1•sandebert•22m ago•0 comments

Edit PDFs Online for Free

https://editpdfsonlinefree.com/
1•bobby2shorts•31m ago•0 comments

Dominion spent nearly $600K at State House before seeking rate hike

https://www.thestate.com/news/politics-government/article315469742.html
1•newsomix9xl•35m ago•1 comments

Pnpm 12.0

https://pnpm.io/blog/releases/12.0
4•jcbhmr•37m ago•0 comments

Show HN: YASS – Open-source stock screener with point-in-time backtesting

https://github.com/jamesjxliao/yass
3•52h316g•44m ago•0 comments

US Army to spend $2B nuclear microreactors for bases

https://www.dw.com/en/us-army-to-spend-2-billion-nuclear-microreactors-for-bases/a-78518374
2•rustoo•46m ago•0 comments

Ask HN: Would you pay for an AI API that guarantees zero prompt retention?

3•mhrnik•47m ago•4 comments

Data Centers Preserved Their $2B Virginia Tax Break

https://news.bloombergtax.com/daily-tax-report-state/how-data-centers-preserved-their-2-billion-v...
2•newsomix9xl•51m ago•0 comments

Show HN: Historical daily weather for any US ZIP code Python Package

https://github.com/gojiplus/get-weather-data
3•neehao•53m ago•0 comments

Who Wins as Intelligence Commodifies?

https://www.strangeloopcanon.com/p/who-wins-as-intelligence-commodifies
2•abrbhat•55m ago•0 comments

IncSFS: Incremental Full-Sparse Flow-Sensitive Pointer Analysis for C/C++

https://arxiv.org/abs/2608.24391
2•matt_d•56m ago•0 comments

Show HN: Simple Fax Sending Website

https://www.perpagefax.com/
2•engintekin•58m ago•0 comments

Show HN: MLSentinel – monitor ML models and catch failures early

https://www.mlsentinel.dev/
2•drdoom_2007•58m ago•0 comments

XBlade 25.1.17 competes directly with Wayland's sandboxing, exceeding parity

https://git.sr.ht/~bhyvxe/xblade
2•icmpkitty•59m ago•0 comments

Qwen/Qwen3.8-Flash-Next · Hugging Face

https://huggingface.co/Qwen/Qwen3.8-Flash-Next
3•manojbajaj95•1h ago•0 comments

Row over weight of half a loaf leaves German baker with €15,000 bill

https://www.euronews.com/my-europe/2026/08/26/row-over-weight-of-half-a-loaf-leaves-german-baker-...
2•throwaway2037•1h ago•0 comments

1,000 missing after catastrophic floods caused by a glacial collapse

https://apnews.com/article/climate-change-nepal-tibet-glacier-collapse-floods-61b592d428e4631add3...
5•geox•1h 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.