📚 Cleaned up my #MicroSub subscriptions. Whopping 137 #RSS feeds survived 😁
Who says blogging is dead? I’ve social media where I follow less people 😅
So apparently the #RSS URL for #NINA changed. Sadly the new one makes the same old mistake by sending the _wrong_ Content-Type making my reader trying to parse it as JSON feed. Proxy rewrite it is again *sigh
For nginx this could look like this:
location /fds-nina-feed {
proxy_pass https://warnung.bund.de/api31/mowas/rss/082370000000.rss;
proxy_set_header Accept "application/rss+xml;q=0.9,image/webp,*/*;q=0.8";
proxy_hide_header Content-Type;
add_header Content-Type "application/rss+xml; charset=utf-8";
}
Find more broken feeds at https://warnung.bund.de/meldungen
Did I already express my love for #RSS today?
Also it can’t get much more nerdy to catch up on recent events of fictional verses, like #StarCitizen, on the go while sipping some coffee.
At the Crafting {:} a Life unconference one of the things that came up in our conversations was how you take information in, while avoiding the endlessly scrolling timelines of FB and Twitter as well as FOMO. My description of how I read feeds ‘by social distance‘ was met with curiosity and ‘c...
https://www.zylstra.org/blog/2019/06/feed-reading-by-social-distance/ …and finally bookmarked so I don’t have to search for this again and again xD
I know nobody interested in newsletters (for real) at all. #RSS is fine (and this is what I’m using to read kevq too 😅).
Warnung der Website warnung.bund.de
Nice. https://warnung.bund.de/meldungen features filters with #RSS subscription. Bye #NINA 🙂
Hat tip @Rufus_Shinra@social.tchncs.de
Wow.. #stuttgart relaunches website, praises accessibility and removes #RSS. No punch line.
Reader gives me 404 on the old url. I was just lucky to catch it on 🐦 – Site at all.
Maybe they should use @RegierungBW@mastodon.social as an example: https://www.baden-wuerttemberg.de/de/service/rss/
I do so hope they simply forgot to enable the endpoint / advertisement.
Update: New feed url seems to be https://www.stuttgart.de/pressemitteilungen/?sp:out=rss according to @philipplang89 – thanks for finding out!
Nice article you found there @jlelse – and as you know I’m one of your #RSS followers. To be more specific my blog does follow your feed and exposes it to me via #MicroSub again – usually to my mobile phone thanks to Indigenous for Android 😀
“Just a reminder to anyone working on something they want others to know about: use an RSS feed for your news/updates/blog posts. It really helps people cut through noise. RSS sadly doesn't get much attention but it's incredibly useful in just getting the info.”
Sounds like familiar pain. I use a mix of #rss, granary.io, brid.gy and github.com/RSS-Bridge/rss-bridge consolidated on my #microsub server where my reader connects to. This is basically self hosted so it can’t be killed by Google.