WordPress Firehose

Reply to 404 Media article via Fediverse post:

My previous understanding of the firehose is that it’s basically an aggregation of what you’d see in a bunch of blogs’ public RSS feeds. Which, OK, fine. Analyze your heart out. Display my posts in your RSS reader. Just make sure private posts and comments don’t leak.

But LLM training isn’t the same as analytics, or showing a properly attributed post in a reader. And quietly changing the terms to allow more kinds of re-use on something most people using the service don’t know about? Not cool.

And not making it clear what is and isn’t included for which purposes? That breaks down trust.

Before this, I wasn’t worried about the Firehose. But now I’m not sure I can trust Akismet, never mind Jetpack, and I’m looking for a new spam filter.

#

 

Going to have to check out the new @classicpress@fosstodon.org 2.0 release which re-forks from #WordPress 6.2.3, again removi…

Going to have to check out the new @classicpress 2.0 release which re-forks from #WordPress 6.2.3, again removing blocks and full-site editing in addition to making additional #ClassicPress – specific changes.

Announcing “Bella”: version 2 of ClassicPress!

#

That reminds me, I really need to get back on my project to convert “finished” …

That reminds me, I really need to get back on my project to convert “finished” and super-slow blogs from #WordPress to static pages so I have fewer installations to keep up with maintenance.

Linux Backdoor Malware Targets WordPress Sites with Outdated, Vulnerable Themes and Plugins

On Wandering.shop

I finally added some screenshots (and more troubleshooting tips) to my guide on how to …

I finally added some screenshots (and more troubleshooting tips) to my guide on how to post to #Mastodon from anything (including #RSS, #WordPress etc.) using #IFTTT

How to Post to Mastodon From Anything Using IFTTT

(Incidentally: I built a new recipe from scratch to make sure I wasn’t missing any steps and tried to publish it as a reusable applet, but it turns out IFTTT won’t let you publish applets that use webhooks.)

On Wandering.shop

Fixed *part* of my blog’s ActivityPub setup and now you can find…

Fixed *part* of my blog’s ActivityPub setup and now you can find @kelson and its recent posts, but it’s not turning up specific posts in search yet.

I did successfully boost a blog post, judging by the 10 minutes of hits from mastodon/pleroma/etc servers!

I’m using this #ActivityPub plugin for #WordPress https://wordpress.org/plugins/activitypub/ and I’m working out conflicts with Let’s Encrypt and subfolders and something else, possibly caching

On Wandering.shop

To deal with the combination of #LetsEncrypt and using #WordPress in a #subdirectory, I’m using this in my .htaccess at the top level of the site:

RewriteRule ^.well-known/(host-meta|webfinger|nodeinfo|x-nodeinfo) /journal/.well-known/$1 [L]

This is to ensure that *only* the webfinger and nodeinfo endpoints are forwarded to the blog where the #ActivityPub plugin picks them up, and Let’s Encrypt will find .acme-challenge and be able to renew my TLS cert when the time comes.

On Wandering.shop

I’m not sure yet why searching for an individual post doesn’t work. I’m going to get back to $dayJob for the afternoon & take another look at that part later.

On Wandering.shop

Complaining about WordPress’ Block Editor

Every time I try to write something with #WordPress’ block editor, i get so frustrated because it keeps getting in my way. I can’t just write, jump back and forth, edit, cut, paste… Everything I do, it pops up a new toolbar in a different spot, or a modal dialog for how to display the link that I just wanted to be in plaintext, and so on and so on.

THIS IS NOT DISTRACTION-FREE WRITING.

I always go back to the classic editor because I CAN USE IT.

On Wandering.shop

“Migrating from WordPress to Markdown sounds easy…6months later and you’re losing your mind.”

So true!

“Migrating from WordPress to Markdown sounds easy. Mention it to any developer and they’ll say “Pfft, an afternoon of work at worst”

Suddenly it’s 6months later and you’re losing your mind.”

How to Export a Large WordPress Site to Markdown

I think I’m going to try the resulting script on one of my WP sites & see how it goes.

On Wandering.shop

While messing around with IndieWeb, I’ve decided I want to build a consolidated PESOS gallery

While messing around with #IndieWeb, I’ve decided I want to build a consolidated #PESOS gallery of my photos at Instagram, Twitter, Mastodon, Pixelfed etc. I’ve got current archives for all (including from a dead Pixelfed instance).

Specs:
* Gallery, individual, and tag galleries
* Include captions and descriptions (I can add descriptions to the old photos)
* Links to wherever it’s posted (may be several sites)
* Light page code. I’d rather things load quickly than act fancy.
1/3

On Wandering.shop

I’ve made a prototype in #WordPress so far, and it looks nice, and I already know how to automate new posts using IFTTT. But it feels heavy. And of course it’s one more instance to increase my attack surface & maintenance.

I’m going to give #Eleventy a shot next. I’ve worked with it before, and I can optimize the templates however I want. The image plugin can generate different sizes, thumbnails, etc. The main drawback: I haven’t researched ways to automatically import to 11ty yet.
2/3

On Wandering.shop

Long-term I’d like to add #POSSE (selectively) to make it easier to cross-post. I had a set of 3 photos yesterday that I wanted to post to Flickr, Pixelfed, my blog, and my gemlog, and while it was mostly copying and pasting, it was also time-consuming.

Some of the stuff @stringerblog and @dansup have been talking about kind of overlap with this space.

Portfolio – an upcoming Pixelfed feature that allows users to create their own portfolio website that best represents them and their work…

3/4

On Wandering.shop

Oh yeah, Flickr…the way I use it is different enough that I don’t want include my zillions of photos in this project. I might try a more full-featured gallery like Piwigo at some point. It’s less linear and more collection-based. But for photos I’ve cross-posted, I would like to link to it same as I would to Pixelfed or wherever, and it would be nice to include it in the outgoing posts once I get that up and running.

And I do like the idea of just federating the photos out directly!

4/5

On Wandering.shop

OK, this got way more complicated and should’ve been a blog post.

So: building a personal #IndieWeb capable gallery of my sociallly-shared photos from various sources, keeping it light, pulling in new posts automatically (#PESOS) and eventually posting on my gallery and auto-posting it to Pixelfed/Twitter/Flickr/etc. (#POSSE) on a per-photo basis. Probably using #eleventy.

Anyone have any recommendations on tools that might be better than WP/11ty, or that would work well with this workflow?

On Wandering.shop

Ooh, I could also generate a Gemini gallery! I remember @FiXato came up with some ideas on how to format one. I’d probably want to break it into categories or do it by tag or something

On Wandering.shop

I wonder how much storage this will end up taking up. I probably won’t need to use S3 (finally started setting things up on DigitalOcean instead of AWS!) for this gallery unless I really want to CDN the images. By the time they’re scaled for whatever social network, it doesn’t take up any more space than by blog storage.

If I ever make my own Flickr mirror, though, that’s going to have to be a consideration!

On Wandering.shop

I’ve been meaning to put together something to automatically retrieve remote images and attach them …

I’ve been meaning to put together something to automatically retrieve remote images and attach them to a #WordPress post (for automatically generated posts). I figured I’d have to do something with curl to download the image, save it to a temp file, upload it to WP etc. Turns out there’s a function built in!

All I have to do is add a hook to wp_insert_post that calls media_sideload_image() when it finds the pattern I want, and plug the result into the post content.

https://codex.wordpress.org/Function_Reference/media_sideload_image

On Wandering.shop

I updated my article on posting from #IFTTT to #Mastodon again to clarify a few …

I updated my article on posting from #IFTTT to #Mastodon again to clarify a few things, and to recommend botsin.space for accounts that will *only* include automatic posts.

I use this technique for several things:
– Link to every new post from an #RSS feed at @SpeedForce
– Post differently tagged links from #Pocket here & at SpeedForce
– Cross-post a very occasional #WordPress blog here

https://hyperborea.org/journal/2017/12/mastodon-ifttt/

On Wandering.shop

Long-standing issue with the Broken Link Checker plugin…

Long-standing issue with the Broken Link Checker plugin for WordPress. On some setups, it gets stuck processing the queue due to SQL transaction problems and you can fix it by commenting out the begin/commit/rollback statements.

https://wordpress.org/support/topic/link-checking-not-progressing-broken-transaction-handling/