Replied to Yes to ActivityPub, but no to Friends by Shelley Powers (Burningbird)
I decided to disable the Friends plug-in when I realized it was inserting every new feed item as a new post in my database. This could easily become unmanageable. Considering you can use a feed reader to read weblogs AND Mastodon accounts, it just didn’t seem worth the database burden.

I’ve also been messing with the Friends and ActivityPub plugins for WordPress on my blog, and I share Shelley’s concerns about the former bloating the database with feed items. You can control this somewhat by setting retention values in days or a number of posts, but you have to go into each friend’s Feeds tab and do it manually–there’s no default setting.

After reading that post, I’m also considering disabling Friends in favor of a feed reader, especially because (as Shelley also noted) there are gaps when with favorites and comment conversations bridging between WordPress and Mastodon servers. Like her, I’m not keen on installing a single-​user Mastodon instance or other fediverse server that requires managing an unfamiliar programming language.

I’m also trying to do this in tandem with a suite of IndieWeb plugins, and I’m running into an issue with my friends feed page not showing any posts when the Post Kinds plugin is activated. I really want to keep this plugin because it lets me interact better with other IndieWeb sites as well as the Bridgy POSSE/​backfeed service connecting me to other social networks.

My ideal is a personal website where I write everything, including long-​form articles, short statuses, and replies like these. Folks can then find me via a single identifiable address and then subscribe/​follow the entire firehose of content or choose subsets according to post types, topics, or tags. They’d then be able to reply or react on my site or their favored platform, which my site would collect regardless of origin, with subsequent replies and reactions getting pushed out to them. Oh, and it should work with both ActivityPub clients and servers, IndieWeb sites, and syndicate/​backfeed to other social networks either with or akin to the Bridgy service I mentioned above.

So far I haven’t seen anything that ticks all these boxes, and I’m getting itchy to write my own. Perl is my favorite programming language, so I’m looking at the Yancy CMS as a base. But I know that it would still be a hell of a project, and one of the reasons I chose WordPress for blogging was that it was well-​established and ‑supported but still easily extensible so that I could concentrate on writing instead of endlessly tweaking the engine. Unfortunately, I’m starting to fall into that trap anyway.

Favorited GitHub - Perl/perl5 by Perl authors (GitHub)
The Perl programming language

Perl has been my programming weapon of choice since 1994 and a consistent paycheck since 2007. I started [blogging about it][tag/perl] in earnest on New Year’s Day 2021.

This post also serves to test Bridgys new ability to support favorites as well as likes. Because I like many computer languages, but Perl is my favorite. ❤️

[tag/​perl]: https://phoenixtrap.com/tag/perl/ “#perl” rel=tag

Replied to Star GitHub repos on favorite as well as like · Issue #1345 · snarfed/bridgy by Ryan BarrettRyan Barrett (GitHub)
Sounds like this change would need to happen in that WordPress plugin though, not in Bridgy, right?

I’m not so sure. The plug-​in uses a different property for each (like-​of vs. favorite-​of) and there’s some argument that they mean different things to users and are treated differently on different systems, though I don’t think any system currently uses both. So a POSSE gateway like Bridgy should consolidate both to a single property for systems that do that, but preserve the ability to keep them separate should a different (or newer version) receiver distinguish between the two.

In any case I think the plug-​in should preserve the existing properties authors have already added to posts rather than lose information by consolidating their meaning at the source.

Liked snarfed/bridgy (GitHub)
Connects your web site to social media. Likes, retweets, mentions, cross-posting, and more... - GitHub - snarfed/bridgy: 📣 Connects your web site to social media. Likes, retweets, mentions, cross...

Been wiring up this blog for IndieWeb and Bridgy is the special sauce that connects it to more siloed social networks