Activitypub

WordPress.com and the Fediverse

I keep seeing articles and posts about how WordPress is on the Fediverse now via the plugin. This is half true. You can write blog posts and they will appear on the Fediverse. What they fail to mention is that those blog posts can have comments, on the Fediverse, but not on WordPress. If you see a post, and you comment once, then that comment cannot be answered via wordpress, but it can’t be interacted with via Wordpress. To interact with an interaction on Wordpress you would need to create an account that has two way synching.

The Post Social Media Age

Someone asked Is decentralization the future of social media? and I’d take an extra leap. I believe that the Fediverse, made possible by ActivityPub, and the other one, made possible by the Authenticated Transfer Protocol both point to a different future

Playing With WordPress, ClassicPress and Firefish

As we play with the fediverse, and we experiment with WordPress, ClassicPress and Firefish, among other instances or communities one thing becomes clear. The social media age could be over, replaced by something akin to the blogrings of the 90s. What I mean by this is that the fediverse is a gigantic web portal. We add photos via pixelfed, video via peertube, conversations by mastodon, notes via Firefish, and blog posts via WordPress and ClassicPress, among others. The point is we’re on niche platforms, talking with other niche platforms without logging in and out constantly. Log in, in one place, and we’re connected to everything within the fediverse. We’re on a community of communities.

Learning About Laravel and PHP

Today I started to follow a course where someone turns a static html page into a Laravel blog. I experimented with home.blade and one or two other features and I got two pages to load, and the login to work, without more than that.

What makes today’s learning and experimenting interesting is that the time I spent creating PHP arrays for my website content is now easy to transfer to json files for use with dynamic websites. What this means is that content that was stuck on individual pages is now organised by website section. I am now free to do more.