Ntfy.sh – Send push notifications to your phone via PUT/POST
261–270 of 306 posts
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#262Hey cool, this is my project. Happy to answer questions. Edit: I am also looking for a new opportunity. If you need a good Staff/Principal Engineer, check out my resume here: https://heckel.io/resume.pdf
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#263Earlier quoted context omitted.
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!
It apparently never got merged. ;-)
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#264Earlier quoted context omitted.
There are two useful public topics: https://ntfy.sh/docs/publish/#public-topics - https://ntfy.sh/announcements for announcements (usually only release announcements) - https://ntfy.sh/stats for daily stats (right before midnight UTC) Note that messages are only cached for 12h server-side, so you'll not see any messages in there mostly. I suggest to just subscribe and see if you like getting these messages.
Am I understand right that with the knowledge of the topic name I can also publish announcement messages into that "official" topic?
But for all other topics, yes. Knowing the topic means you can publish to it.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#265Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#266Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#267Earlier quoted context omitted.
Much appreciated my friend. I honestly didn't opt for the cheapest server because I wanted it to run well. I don't want to constantly fight for resources or worry about it. It was supposed to be fast and be able to handle traffic well. And it is. It's not falling apart from the HN traffic and it has a lot of head room. Plus. It's doing 400k messages a day already easily. Anyway. Thank you so much for your generosity.…
Your approach is great. It’s odd to see so many penny pinching comments here, the HN crowd usually skews the other way.
But if you don't find it fun spending time performance optimizing to the extreme, and can afford it, then there's nothing quite like massively over-provisioning hardware. It makes a lot of performance and reliability problems go away.
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#268Hey cool, this is my project. Happy to answer questions. Edit: I am also looking for a new opportunity. If you need a good Staff/Principal Engineer, check out my resume here: https://heckel.io/resume.pdf
How can one integrate it into his own android app?
And to subscribe, either use UnifiedPush (https://unifiedpush.org/), or use intents (see link above). Or, implement your own foreground service with WebSockets (just like the ntfy app does).
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#269Earlier quoted context omitted.
This is super cool. If you don’t mind saying, how many connections do you tend to keep open at steady state?
Here are some stats from last night showing the volume of messages: IPs: 9756 Clients: 9980 - Google Play: 2796 - F-Droid: 5985 - iOS: 794 - curl: 62 - other: 343 Messages: - Successful: 310076 - Failed (rate limited): 104741 - Failed (other): 6511 Top publishers (* = limit exemption): 22908 matrix.org* 22352 matrix.gateway.unifiedpush.org* 18286 up.schildi.chat* 16134 192.124.x.x 14056 matrix.envs.net* 13376 108.35.…
Re: Ntfy.sh – Send push notifications to your phone via PUT/POST
#270Earlier quoted context omitted.
Start providing it (reliability/HA) and turn it into an actual business :-) It'd be a lot more fun than getting a principle position
As an engineer that also builds fun things that a lot of people use: > turn it into an actual business :-) It'd be a lot more fun Not only could it _not_ be more fun, but it might actually suck all the existing fun out of it completely. But the OP will know better about that!