5 points Galorious | 3 comments | | HN request time: 0.62s | source

HNping lets you set a reminder for a HN post. You get a web push browser notification when it's time, and clicking it takes you back to the post. That's it.

I built HNping because I kept stumbling on HN posts where the discussion still had to get going. Wanted to revisit, but didn't want to create even more bookmarks/etc I'll just forget about. So I created a 'remind me later' tool (like the reddit bot) to fix this for myself.

To use it: go to hnping.com, enable notifications, and drag the bookmarklet to your bookmarks bar. Then click it on any HN post to set a reminder (5 minutes to 1 week). No personal info needed - you just get a UUID that serves as your account.

I tried to make it as simple as possible.

It's built on a Cloudflare Worker with D1 for data storage and uses Firebase Cloud Messaging for push notifications.

1. Galorious ◴[] No.44548742[source]
Hi HN! Would love any feedback or suggestions. I'm still iterating on it :) I'm considering creating a Chrome extension when the need is there. Thanks for checking it out!
2. Galorious ◴[] No.44550526[source]
Added specific instructions on how to set up and use bookmarklets on android chrome/firefox. Based on feedback elsewhere.