frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anatomy of a Texture

https://agentlien.github.io/texture/
1•Agentlien•1m ago•1 comments

Backing up Hetzner snapshots locally

https://hannes.enjoys.it/blog/2023/07/backing-up-hetzner-snapshots-locally/
1•rzk•2m ago•0 comments

A warning about 'model welfare'

https://mustafa-suleyman.ai/a-warning-about-model-welfare
1•andsoitis•2m ago•0 comments

Show HN: OmnisBench, a re-gradable, open LLM routing benchmark on fresh tasks

https://github.com/Fortitude-Group/OmnisBench
1•fortitudedev•4m ago•0 comments

Fourteen studies and every walk-forward fold validated a hindsight stop

https://honestbook.io/writeup
1•franzparks•4m ago•0 comments

Better Icon and Label Alignment

https://ishadeed.com/article/aligning-list-icons/
1•eustoria•4m ago•0 comments

Show HN: Aplexica – resume a Claude Code conversation in Codex, and back

https://github.com/Aplexica/Aplexica
1•yruzin•4m ago•0 comments

BurpSqueezer – Turn Burp Suite XML Dumps into Compact LLM-Ready Markdown

https://github.com/vaginskii/BurpSqueezer
1•vaginskii•5m ago•1 comments

WordPress Studio Is Now Agentic

https://wordpress.com/blog/2026/08/24/studio-agentic-beta/
1•eustoria•5m ago•0 comments

Voila: Ship Web Apps Straight from Your LLM Agent

https://voila-explained.voila.build
1•elmazout•6m ago•1 comments

Show HN: Swift-Qwen3.8-27B, -58.3% thinking, x1.95 speed, accuracy of xhigh

https://huggingface.co/ukisai/Swift-Qwen3.8-27b
2•kisjovan•6m ago•1 comments

Why Mechanical Sympathy? (2011)

https://mechanical-sympathy.blogspot.com/2011/07/why-mechanical-sympathy.html
1•tosh•6m ago•0 comments

CobbleDB: Perplexity developed storage engine using 2 engineers

https://www.perplexity.ai/hub/blog/cobbledb
1•swaminarayan•6m ago•0 comments

Survival Guide for a Censored Internet

https://akitaonrails.com/en/2026/08/19/survival-guide-for-a-censored-internet/
2•eustoria•6m ago•0 comments

The Narrow Corridor — The Permanent Struggle for Liberty (2019)

https://news.mit.edu/2019/narrow-corridor-acemoglu-liberty-0924
1•rzk•9m ago•0 comments

FoxSchema: Database schema diff and migration tool

https://github.com/tedious-code/foxschema
1•thunderbong•10m ago•0 comments

We know what a world without work looks like

https://asteriskmag.substack.com/p/we-already-know-what-a-world-without
1•surprisetalk•10m ago•0 comments

Dream-RSI: Recursive Self-Improvement Through Evolving Worlds

https://huggingface.co/papers/2609.14858
1•roversx•11m ago•0 comments

TileDB Rebrands as Tile.ai

https://www.tile.ai/blog/tiledb-is-now-tile-ai/
1•ilreb•11m ago•0 comments

Apple Copland D11E4 booting in your Browser

https://www.pagetable.com/?p=1874
1•kencausey•11m ago•0 comments

Combinators and the Story of Computation (2025)

https://wolframinstitute.org/output/combinators-and-the-story-of-computation
1•gone35•12m ago•0 comments

Show HN: Zoom Meeting for Agent Sessions

https://www.sharednet.ai
1•xisen•14m ago•0 comments

The state of AI in 2026 [pdf]

https://www.visualcapitalist.com/wp-content/uploads/2026/08/the-state-of-ai-in-2026-on-the-road-t...
2•gmays•14m ago•0 comments

The mascots, design and visual history of Wikipedia

https://www.itsnicethat.com/features/wikipedia-graphic-design-spotlight-150926
1•l3x•14m ago•0 comments

Heather Cox Richardson

https://en.wikipedia.org/wiki/Heather_Cox_Richardson
1•axiologist•15m ago•1 comments

How and Why We Bought 4x DGX Sparks

https://blog.alexellis.io/how-and-why-we-bought-4-dgx-sparks/
1•alexellisuk•15m ago•0 comments

Show HN: Ctxwitch – Git tells you what changed; this tells you what it'll do

https://github.com/ctxwitch/ctxwitch
1•kulkarniamey•16m ago•0 comments

The Frontier Act Is Congress' Best AI Regulation Bill Yet

https://www.thefai.org/posts/the-frontier-act-is-congress-s-best-ai-bill-yet
2•randcraw•17m ago•1 comments

Switched to Claude Code's open-source rival, stopped worrying about rate limits

https://www.xda-developers.com/switched-to-claude-code-open-source-rival-and-stopped-worrying-abo...
1•fork-bomber•18m ago•0 comments

Show HN: Ori, an agentic runtime for infrastructure that must ask before it acts

https://github.com/ori-platform/ori-runtime
1•AdeGneus•18m 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.