I sat down with @snarfed.org to talk about his work around the #fediverse, the #indieweb and the #atmosphere including (fed.)brid.gy and @anewsocial
-
I sat down with @snarfed.org to talk about his work around the #fediverse, the #indieweb and the #atmosphere including (fed.)brid.gy and @anewsocial
Connecting Decentralized Social Networks and Rethinking Interoperability
Join Matthias Pfefferle as he chats with Ryan Barrett, the mastermind behind Bridgy and BridgyFed, bridging decentralized networks like IndieWeb and Fediverse.
Open Channels FM (openchannels.fm)
-
R relay@relay.mycrowd.ca shared this topicR relay@relay.an.exchange shared this topic
-
I sat down with @snarfed.org to talk about his work around the #fediverse, the #indieweb and the #atmosphere including (fed.)brid.gy and @anewsocial
Connecting Decentralized Social Networks and Rethinking Interoperability
Join Matthias Pfefferle as he chats with Ryan Barrett, the mastermind behind Bridgy and BridgyFed, bridging decentralized networks like IndieWeb and Fediverse.
Open Channels FM (openchannels.fm)
@pfefferle @snarfed.org @anewsocial hi, just fyi: this broke my Mastodon timeline, as the quoted post contained the complete transcript.


-
@pfefferle @snarfed.org @anewsocial hi, just fyi: this broke my Mastodon timeline, as the quoted post contained the complete transcript.


@janeckhoff what client do you use?
-
I sat down with @snarfed.org to talk about his work around the #fediverse, the #indieweb and the #atmosphere including (fed.)brid.gy and @anewsocial
Connecting Decentralized Social Networks and Rethinking Interoperability
Join Matthias Pfefferle as he chats with Ryan Barrett, the mastermind behind Bridgy and BridgyFed, bridging decentralized networks like IndieWeb and Fediverse.
Open Channels FM (openchannels.fm)
@pfefferle Very interested in this interview!
I have a consistent problem w/ WP blogs using the AP plugin where they return a JSON representation when requested in the browser. Is there anything i can do about this?



-
@janeckhoff what client do you use?
@pfefferle IceCubes on iOS
-
I sat down with @snarfed.org to talk about his work around the #fediverse, the #indieweb and the #atmosphere including (fed.)brid.gy and @anewsocial
Connecting Decentralized Social Networks and Rethinking Interoperability
Join Matthias Pfefferle as he chats with Ryan Barrett, the mastermind behind Bridgy and BridgyFed, bridging decentralized networks like IndieWeb and Fediverse.
Open Channels FM (openchannels.fm)
@pfefferle @snarfed.org @anewsocial
Posting sentire novels on the Fediverse is not a good idea.
The quoted post is like fifty screens long. Posting like that is hostile to the reader.
-
@pfefferle Very interested in this interview!
I have a consistent problem w/ WP blogs using the AP plugin where they return a JSON representation when requested in the browser. Is there anything i can do about this?



@ted this is a caching issue. should be fixed now.
-
@pfefferle @snarfed.org @anewsocial
Posting sentire novels on the Fediverse is not a good idea.
The quoted post is like fifty screens long. Posting like that is hostile to the reader.
@seindal true, but not properly handling "novels" as a client is hostile to the reader too... the fediverse is not only microblogging!
I will work on improving the handling, but I plugins do unpredictable things sometimes. like for example adding trasnscripts to the content through a filter.
-
@ted this is a caching issue. should be fixed now.
@pfefferle Thanks! Out of curiosity is there a root cause to it? I've had this issue several times w/ Laurens Hof's connected places site as well.
-
@pfefferle Thanks! Out of curiosity is there a root cause to it? I've had this issue several times w/ Laurens Hof's connected places site as well.
@ted wordpress caching does not support content negotiation by default. it caches what was requested and returned. if mastodon requests the page content in JSON after it was federated, the cache would take this response and cache it. so either you disable caching or you disable content negotiation for user facing sites.