frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: What makes an open-source UI component library worth adopting?

1•Harish_0089•2m ago•0 comments

Posiwid: The Purpose of a System Is What It Does

https://daringfireball.net/linked/2026/08/26/posiwid
1•zacharyozer•3m ago•0 comments

Show HN: I made a manga critique site with professional Japanese manga editors

https://m2w.ai/en
1•seanm2w•4m ago•0 comments

Corporate America Cut Big Checks to Trump. Now CEOs Fear Subpoenas Are Coming

https://www.wsj.com/politics/elections/trump-corporate-donors-election-2026-572c1b28
1•doener•4m ago•0 comments

South Korea's 'AI for All' Push Gives Free Access to Every Citizen

https://www.wsj.com/tech/ai/south-koreas-ai-for-all-push-gives-free-access-to-every-citizen-451f6b2c
1•watchdogtimer•7m ago•0 comments

How does football cause brain disease

https://www.science.org/content/article/how-does-football-cause-brain-disease-and-why-it-so-hard-...
1•shymaple•7m ago•0 comments

The Download: inside OpenAI's Hugging Face hack, and a new EV takes on the US

https://www.technologyreview.com/2026/08/27/1143033/the-download-openai-hugging-face-hack-slate-t...
1•joozio•10m ago•0 comments

How LibreOffice Is Funded

https://blog.documentfoundation.org/blog/2026/08/28/how-libreoffice-is-funded/
2•mmarian•12m ago•0 comments

Show HN: SubSmith – Turn your own videos into language-learning material

https://subsmith.app
1•IbrahimF96•13m ago•0 comments

Are we just a couple steps away from a runaway AI?

https://andlukyane.com/blog/runaway-ai
2•Artgor•15m ago•0 comments

Pentagon's blacklisting of Anthropic was unlawful, US judge rules

https://www.theguardian.com/technology/2026/aug/28/us-court-rules-pentagon-anthropic-ban-illegal-...
2•chanux•16m ago•0 comments

Show HN: Jack the Snipper – Paste HTML or rich text, get clean plain text back

https://snipper.kreisvier.ch/
1•shipcraft•16m ago•0 comments

How Much of the Internet Is Written with AI?

https://www.pewresearch.org/data-labs/2026/08/20/how-much-of-the-internet-is-written-with-ai/
1•thehoff•18m ago•0 comments

Show HN: Tavi – A pet health tracker that works offline, with no account

https://tavi.pet/
1•abdghani•26m ago•0 comments

Panic passes Trump tariff refunds back to the Playdate buyers

https://help.play.date/orders/tariffs/
1•huhtenberg•27m ago•0 comments

Show HN: Live football data. Clear patterns. Smart bets

https://valuestats.com/
1•not_wowinter14•27m ago•0 comments

LLM Cliché Highlighter

https://tools.simonwillison.net/llm-cliche-highlighter
2•rzk•27m ago•0 comments

Kojugate: Graph-native multiphysics simulation engine and digital twin

https://www.konjugate.com/
1•zenin•34m ago•1 comments

The Language of Headlines

https://daily.jstor.org/how-does-the-language-of-headlines-work-the-answer-may-surprise-you/
1•bookofjoe•35m ago•0 comments

One of east coast's largest datacenters accused of 'violating federal law'

https://www.theguardian.com/environment/2026/aug/27/new-jersey-vineland-datacenter-permits
1•sseagull•35m ago•0 comments

Scanning 170M lines of code: 44% of AI-found critical vulnerabilities were FP

https://corporate.comcast.com/stories/exploratory-vs-deterministic-assessments
1•officialhocc•36m ago•0 comments

Show HN: MCP server that drives the browser you are signed into

https://github.com/t3ratech/mcp-session-bridge
2•tkaviya•37m ago•0 comments

Assessly

https://assessly.app
1•manytduarte•37m ago•0 comments

LLMs are multi-layered user interfaces

https://www.gtothesquare.com/llms-the-multi-layered-user-interface
1•gtothesquare•43m ago•0 comments

Performing Digital Surgery to Fix MIDIs for My Hardware (My Post Was Wrong)

https://www.mistys-internet.website/blog/blog/2026/08/25/how-i-fixed-an-mt-32-midi-soundtrack-for...
2•robin_reala•48m ago•0 comments

Show HN: Public MCP for Greek price comparison (no API key)

https://www.bestprice.gr/mcp
1•phaistonian•50m ago•0 comments

Quest for eternal dock on Wayland – lambdock (C and GTK4 and Lisp Guile Scheme)

https://jointhefreeworld.org/blog/articles/gnu-linux/quest-for-eternal-dock/index.html
1•jjba23•54m ago•0 comments

Intel Linux Driver Orphaned for Limiting RF Exposure to Humans

https://www.phoronix.com/news/Intel-Linux-SAR-Driver-Orphaned
3•rbanffy•55m ago•0 comments

Making Your Data Ready for Agentic AI

https://martinfowler.com/articles/making-data-ready-for-agentic-ai.html
1•javaeeeee•56m ago•0 comments

AI and Cognitive Science Redefine Knowledge Retention

https://www.technology.org/2026/08/28/how-artificial-intelligence-and-cognitive-science-are-redef...
1•aledevv•58m 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.