@brentsimmons Regarding improving the Mastodon RSS experience, is it possible, without complicating the rest of the way the app works, to expand/load links from the posts in Reader View?
For example, your toot that I'm replying to. If I load that in NNW, it's just a short item with a link. Can Reader View load the blog post? One way I use Mastodon RSS is accounts that post interesting links, would be nice to be able to read those links in-app.
Too awkward/different?
@brentsimmons @tchambers @ricmac @NetNewsWire what about to support the ActivityStreams format besides of RSS, kind of in the same way as you already did with JSONFeed?
```
curl "https://mastodon.social/@pfefferle" \
-H 'Accept: application/activity+json'
```
That would make NetNewsWire a generic ActivityPub compatible reader without changing the experience?!?
@pfefferle @brentsimmons @tchambers @ricmac @NetNewsWire
Blows my mind (in a bad way) that no feedreader has implemented that yet. Such a low hanging fruit, no? What are we missing here?
@brentsimmons @tchambers @ricmac @NetNewsWire
This is why I asked to transform the json of the public feed in a RSS output.
https://github.com/mastodon/mastodon/issues/21500
I think it would be useful to have a server as a "magazine" if the admin allows it.
Great for exploration of topics and user discovery.
@ricmac The Vivaldi browser integrates an RSS reader, a mail client, and a Mastodon instance.
@RandomCanuck @ricmac there's an instance in the browser? I couldn't find anything about that on the website. Do you have a link?
I'm looking for something with an instance and ideally a solid pod. That could make a rather interesting user agent.
@vrandecic @ricmac Vivaldi runs their own instance. You have to set up a Vivaldi account, which then creates an account on the instance social.vivaldi.net. The feed is accessible from the Vivaldi sidebar menu.
@RandomCanuck @ricmac ah, gotcha! I thought a Vivaldi browser is a (single user) instance, which is what I'm looking for. Not merely an instance run by Vivaldi.
Still interesting, thanks!
@vrandecic that’s what I thought too. I’m seeking a range of interesting examples before I start tinkering on new projects next year. Looking for anything ActivityPub.
@RandomCanuck wasn’t there a browser that once tried to be a browser, RSS reader, and a mail client?
I vaguely recall using something like that… or maybe my memory sucks and it was just because you got spammed with full Web pages in your email before things got more locked down. 😂
@ricmac FWIW, most Mastodon servers let you follow someone as an RSS feed.
For example https://mastodon.social/@ricmac.rss
@[email protected] @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] I consume videos, audio, short form, long form, book reviews... at some point I imagine we will see AP clients that are not service-specific (eg Mastodon, Pixelfed) but are more akin to media readers that can intelligently ingest and render AP content from multiple sources with tagging, search, commenting if enabled/relevant...
@ricmac Mastodon and some other fediverse implementations seem to implement rss feeds alongside ActivityPub. I was able to add https://oliphaunt.social/@reil.rss to my Nextcloud rss feeds, for example.
And it looks like Nextcloud got an ActivityPub app, too? I'll have to play around with that.
Attached: 4 images So if any server admin types are interested, it should be pretty easy* to run an instance of my RSS to ActivityPub converter as a nice bonus for your users. It lets people with a login on your Mastodon or Hometown server create ActivityPub accounts that are mirrors of RSS feeds (process pictured in attachments). ONLY people with a login to your server can use it, because you don't want to moderate this service for randos https://github.com/dariusk/rss-to-activitypub *easy for linux server administration, huge lmao
@ricmac Flipboard does a reasonable job at RSS today but we are strengthening our RSS support significantly as we integrate ActivityPub.
I think RSS and ActivityPub are like peanut butter and chocolate and it will be awesome when they are combined.