frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

CNN, MS Now and Politico Barred from White House After Trump Announces Ban

https://www.nytimes.com/2026/09/19/business/media/trump-white-house-press-ban.html
1•layer8•26s ago•0 comments

Ask HN: ICLR went from 143 submissions to 62,301 submission IDs – what happened?

1•luxshan_t•1m ago•0 comments

Britain created Iraq to control its oil, then installed its own king [video]

https://www.youtube.com/watch?v=Dh7nJNKrDdo
1•teleforce•1m ago•0 comments

Props Are Not a Design System

https://vitonsky.net/blog/2026/09/18/design-system/
1•RohanAdwankar•1m ago•0 comments

Russia reports 'powerful' cyberattacks on second day of parliamentary vote

https://www.aljazeera.com/news/2026/9/19/russia-reports-powerful-cyberattacks-on-second-day-of-pa...
1•mikhael•2m ago•0 comments

Infillion Buys Foursquare

https://app.dealroom.co/news/note/infillion-buys-foursquare-adding-location-data-to-its-ad-platform
1•edent•3m ago•0 comments

A Machine That Can Have Grandchildren

https://artemandreenko.com/blog/a-machine-that-can-have-grandchildren/
2•miovoid•7m ago•1 comments

Show HN: Built a local guardrail layer for Claude Code

https://github.com/ioni-dev/mati
1•fennect•8m ago•0 comments

Regolith Desktop status updates Sep 2026

https://regolith-desktop.com/posts/status_update_09_26/
1•thinkmassive•10m ago•0 comments

Trump announces agreement to secure 'permanent' control over Greenland security

https://www.nbcnews.com/politics/trump-administration/trump-announces-agreement-denmark-secure-pe...
2•ijidak•10m ago•0 comments

I still haven't bought into true RSI

https://www.interconnects.ai/p/where-i-stand-on-rsi
2•pretext•10m ago•0 comments

Periodic Table – Ptable

https://ptable.com/?lang=en
2•thunderbong•13m ago•0 comments

Leaving DigitalOcean, one site at a time

https://keith.is/post/leaving-digitalocean/
2•carnevalem•17m ago•0 comments

China's Electric Aviation Advantage Is a Transport System, Not a Prototype

https://cleantechnica.com/2026/09/19/china-electric-aviation-transport-system/
3•gumby•19m ago•0 comments

A Workaphile's Apology

https://moalquraishi.wordpress.com/2026/08/10/a-workaphiles-apology/
1•maxall4•22m ago•0 comments

Show HN: MNIST64 – 99.5% accuracy MNIST BNN on a stock Commodore 64

https://github.com/jarnoh/mnist64
1•jmagic•23m ago•0 comments

"AI Models Now Introduce Safety Risks in the Physical World"

https://www.micro1.ai/research/ai-models-now-introduce-safety-risks-in-the-physical-world
2•MilnerRoute•24m ago•0 comments

Julian Assange: I'm Back

https://twitter.com/JulianAssange/status/2100571158777045331
3•hackandthink•25m ago•0 comments

The Norse Wanderer Pirate Apple ][ 1986 BBS Is Online

https://norsewanderer.com/
1•mheilemann•25m ago•0 comments

Speaking with the Mind – Neuralink [video]

https://www.youtube.com/watch?v=_j806JHhCRo
1•Audiophilip•25m ago•0 comments

AI is just another programming tool

https://norsewanderer.com/blog/blog1.html
3•mheilemann•27m ago•0 comments

Lemmings: Russian Persona Provisioning and Management for Active Measures

https://dti.domaintools.com/research/lemmings-russian-persona-provisioning
3•dmarto•30m ago•0 comments

A year of Omarchy Linux as my daily driver

https://www.ssp.sh/blog/omarchy-linux-quattro/
3•zazuke•31m ago•0 comments

The Void Job

https://yusufaytas.com/the-void-job
7•yusufaytas•32m ago•0 comments

Show HN: CUA-S1 – A System One Model for Computer Use

https://github.com/trycua/cua
1•frabonacci•38m ago•0 comments

How many times will my son see my parents?

https://countyourtimes.com/our-son
1•alexjray•38m ago•1 comments

Lawsuit Accuses Anthropic, OpenAI, SpaceXAI, Google of AI Pacing 'Collusion'

https://thehill.com/policy/technology/6099571-lawsuit-accuses-anthropic-openai-spacexai-google-of...
6•theanonymousone•38m ago•0 comments

Long Range WiFi [video]

https://www.youtube.com/watch?v=ZQ62gajj54Y
1•gus_massa•47m ago•0 comments

Four AI lab breaches were caused by a single underlying issue, Irregular says

https://thenextweb.com/news/irregular-four-labs-one-issue-disclosure-timeline-gemini
3•wickedwiesel•47m ago•0 comments

AndroAndroid Bench 2.0: Pushing the frontier with challenging long-horizon tasks

https://android-developers.googleblog.com/2026/09/android-bench-2-long-horizon-tasks.html
1•simonpure•48m 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.