Submission timeline
2007–2026One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.
First comments on top threads
HN comment orderThis is pretty cool, I drop the following shell script on all my servers: #!/bin/bash if [[ -z $1 && -z $2 ]]; then echo "No Message passed" else if [[ -z $2 ]]; then curl -s --form-string "token=MYAPPTOKEN" --form-string "user=MYUSERTOKEN" --form-string "message=$1" https://api.pushover.net/1/messages.json else curl -s --form-string "token=MYAPPTOKEN" --form-string "user=MYUSERTOKEN" --form-string "title=$1" --form-string "message=$2" https://api.pushover.net/1/messages.json fi fi It's SUPER basic and probably…
How does it work, does it still use Firebase Cloud Messaging and Apple Push Notification Service underneath?
6 months ago [I posted about Apprise here](https://news.ycombinator.com/item?id=19023196) and got a lot of amazing and encouraging feedback! I since took just about everyone's comments and ideas at the time and implemented most of them. Apprise now supports over 40+ different notification services, including configuration files that can be read from disk and the cloud! The library remains incredible light weight and easy to use. I just wanted to share an almost completed solution and hope to hit you all up…
This would be great as a Home Assistant integration. Well done!
The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.
- Breakout years
- 2
- Total points
- 335
- Total comments
- 49
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2019-01-29 | Show HN: Apprise – A lightweight all-in-one notification solutionFirst breakout · Best thread | l2g | 163 | 22 |
| 2019-08-01 | Show HN: Apprise – A lightweight all-in-one notification solution (update) | l2g | 35 | 6 |
| 2022-08-07 | Show HN: Apprise v1.0.0 – A lightweight all-in-one notification solution | l2g | 18 | 6 |
| 2024-02-01 | Show HN: Apprise (Notifications) Supports 100 Services Now | l2g | 5 | 1 |
| 2024-02-01 | Apprise: Open-Source, Self-Hosted, Push NotificationsLatest 20+ point return | thunderbong | 114 | 14 |
