frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why Package Signing is not the Holy Grail (2013)

https://caremad.io/posts/2013/07/packaging-signing-not-holy-grail/
1•panny•2m ago•0 comments

Agentic Engineering at Zalando: A Snapshot

https://engineering.zalando.com/posts/2026/08/agentic-engineering-at-zalando-a-snapshot.html
1•codethief•2m ago•0 comments

Data races and the memory model in Go

https://func25.dev/posts/go-memory-visibility/
1•func25•2m ago•0 comments

I accidentally logged phone calls to military bases

https://lina.sh/blog/hijacking-e164-arpa
1•gavide•3m ago•0 comments

We analysed 90,651 exhibitor listings. Nine in ten companies never exhibit twice

https://exhibitorlens.com/blog/nine-in-ten-companies-never-exhibit-twice
1•jakobgreenfeld•3m ago•0 comments

We are living in a version of the future out of J.G. Ballard or William Gibson

https://precastreinforced.co.uk/2026/08/16/new-worlds/
1•speckx•7m ago•0 comments

Show HN: Agent Office (Slack for AI Agents) – Similar to Grok Bot but older

https://github.com/baturyilmaz/agent-office
2•arbayi•9m ago•0 comments

Aluminium–Air Battery

https://en.wikipedia.org/wiki/Aluminium%E2%80%93air_battery
1•thelastgallon•9m ago•0 comments

Grand jury declines to indict Ohio man charged with destroying Flock camera

https://san.com/cc/grand-jury-declines-to-indict-ohio-man-charged-with-destroying-flock-camera/
1•throw7•10m ago•0 comments

Cleaning and Shaping the Airbnb Listings

https://stochastic.blog/cleaning-and-shaping-the-airbnb-listings/
1•Anon84•10m ago•0 comments

Why can't you combine .tar.gz files with cat?

https://alexwlchan.net/2026/cat-confusion/
1•ingve•15m ago•1 comments

Yes/No/Cancel causes Aspirin sales to soar

https://martin.kleppmann.com/2007/07/19/yes-no-cancel-causes-aspirin-sales-to-soar.html
1•ankitg12•15m ago•0 comments

Doing Everyone Else's Job

https://yosefk.com/blog/doing-everyone-elses-job.html
1•olvy0•16m ago•0 comments

Anomaly Detection with LLMs for Cybersecurity

https://ngrislain.github.io/blog/2026-8-20-language-models-are-anomaly-detectors/
1•ngrislain•17m ago•0 comments

List of All Cognitive Biases

https://cognitivebiases.academy/
1•vladimirzh•20m ago•0 comments

Website behind widely shared fake election polls run by 21-year-old

https://www.theguardian.com/us-news/2026/aug/20/fake-polling-website-median-strategies
1•cdrnsf•21m ago•0 comments

DuckDB V2 PEG-based SQL parser

https://duckdb.org/2026/08/20/duckdb-20-peg-parser
3•karma_daemon•22m ago•0 comments

Isopolis – Behind the Scenes

https://sf.isopolis.city/dev.html
1•speckx•23m ago•0 comments

Show HN: SkyRoads (1993) reverse-engineered and ported natively to macOS

https://github.com/pedrocatalao/skyroads-mac
2•pedrocatalao•23m ago•0 comments

AI models' 'creative' output is becoming similar across providers

https://www.unite.ai/ai-models-creative-output-is-becoming-similar-across-providers/
1•50kIters•25m ago•0 comments

Helmholtz Resonator [video]

https://www.youtube.com/watch?v=bwTOQ_Ull9A
1•soupspaces•27m ago•1 comments

China launches biggest ever auto recall campaign over door handle safety

https://www.reuters.com/world/tesla-fix-software-millions-china-made-imported-evs-china-2026-08-21/
2•Propelloni•27m ago•0 comments

No IP? No Problem

https://ersei.net/en/blog/no-ip-no-problem
2•speckx•29m ago•0 comments

CRLF-Powered Desync Attacks: Beheading HTTP Streams

https://portswigger.net/research/crlf-powered-desync-attacks
2•chillax•29m ago•0 comments

Zenfmt is extremely fast 19 types document to Markdown converter written in Zig

https://insanai.github.io/zenfmt/
1•vikrantrathore•30m ago•0 comments

Shown HN : Idum Authenticator

https://apps.apple.com/us/app/idum-authenticator/id6801459486
1•SylvainMouquet•30m ago•0 comments

Rules vs. examples: what helps LLMs write correct SQL?

https://blog.getcassis.com/derivation-distance/
1•matthieu_bl•31m ago•0 comments

FCC Weakens U.S. Broadband Speed Goals to the Benefit of Elon Musk and Comcast

http://www.techdirt.com/2026/08/21/trump-fcc-weakens-u-s-broadband-speed-goals-to-the-benefit-of-...
1•beardyw•31m ago•0 comments

WaveHouse: Open-source real-time API gateway for ClickHouse

https://wavehouse.dev
4•thunderbong•31m ago•0 comments

Organizational attention is all you need

https://www.anthonyputignano.com/p/organizational-attention-is-all-you
1•anthonyp•31m 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.