@peemee The dangers of increased gerbilization and gerbil warming.
@larand Hah, I want more than that!
I don't let social notifications ping at me, but I'll sometimes skim my lock screen and think of a reply before I can get around to actually getting into an app.
// @matigo
@matigo You can send it all on to whatever's doing push and let it sort it out. I know there are Android vs iOS vs Web differences in what gets displayed how. I haven't actually had to do push before, though, so my actual knowledge of implementation details is roughly zero.
@matigo I still need to add DMs to Macchiato, too.
How would push notifications work for DMs? Still kinda scoping that out. Slowly.
// @sumudu
@paulgit There's an unescaped ampersand in the blog subtitle. Should be &
in the XML. Needs to be fixed by @matigo in the feed generator code ultimately, but I can rename it to unbreak the XML as a workaround for now.
Checked in Pythonista:
import requests
r = requests.get('http://macchiato.10centuries.org/rss.xml')
r.content.splitlines()[27]
# b' <itunes:subtitle>Being the Website & Home of Macchiato, a Stirring Tale of an Underdog</itunes:subtitle>'