Live data from Hacker News

Ntfy.sh – Send push notifications to your phone via PUT/POST

ntfy.sh

231–240 of 306 posts

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#231
post #230

I'm not a hater, I am genuinely curious, how does something like this get to 800 votes on HN and 4.4K stars on GitHub? I mean, it's just... a pub/sub server... using HTTP? With a thin UI for web/mobile? I'm obviously missing something, so what is it? Again, not a hater, even though it may come off like I am, I'm just honestly wondering what makes this special. From first glance it seems like something most devs can h…

Useful things get votes. Even if they're simple.

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#232
post #17

When I was making my IoT washing machine sensor, I used Blynk.io to push notifications to my phone but of course that service became commercialised and is no longer free. I could not find any nice easy to use alternative except for Telegram which is what I use now. This service looks exactly like what I would need and I appreciate the promise to keep it open source.

https://pushover.net/ Has existed for several years. It works great for me.

For those who have Pushover account, can check this out [1] Hacker News notification service via Pushover.

[1] https://hnn.avci.me

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#233
post #17

When I was making my IoT washing machine sensor, I used Blynk.io to push notifications to my phone but of course that service became commercialised and is no longer free. I could not find any nice easy to use alternative except for Telegram which is what I use now. This service looks exactly like what I would need and I appreciate the promise to keep it open source.

> IoT washing machine sensor

I'm building exactly this right now for my first hardware project. Have you published any notes anywhere?

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#236
On a side note, I'm noticing a lot of apps I install via Fdroid don't work on my phone, they crash immediately, while the play store version works (same for this app). I suspect this is a side effect of me using Lineage OS - does anyone have a clue what might fail there on my phone?

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#237
post #78

Earlier quoted context omitted.

I don't think ntfy.sh does that, but are you talking about https://github.com/dschep/ntfy ?

You are 100% correct. Boy that's confusing. I thought they'd just gotten a new site!

It looks like you could add ntfy.sh as a backend for dschep/ntfy, but just imagine trying to document that!

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#239
post #47

I sometimes use my little service https://pushurl.43z.one/ If I need to notify my desktop browser or phone with a notification triggered by some code. I just go to the website with my browser click generate. Then in my script I do `curl $pushurl?title=jobdone`. When it gets triggered a notification popups on my phone that says "jobdone". It uses the native browser web push API so I don't need to install anything extr…

Is the code public? Seems simple to implement. But I'd rather copy and paste.

No, I'm too lazy to make it available publicly.

Re: Ntfy.sh – Send push notifications to your phone via PUT/POST

#240
post #230

I'm not a hater, I am genuinely curious, how does something like this get to 800 votes on HN and 4.4K stars on GitHub? I mean, it's just... a pub/sub server... using HTTP? With a thin UI for web/mobile? I'm obviously missing something, so what is it? Again, not a hater, even though it may come off like I am, I'm just honestly wondering what makes this special. From first glance it seems like something most devs can h…

There is hacking the functionality together in an hour or two and then there is polishing it to the point where it doesn't have rough edges and can easily be used by anyone with terminal experience.

Personally, the chosen feature set resonates a lot with me. I like services that don't need accounts f.e. because they are so easy to use.

Post reply on HN