Which way forward? Fediverse integration with WordPress.com

Several days ago WordPress.com announced that blogs on their platform could now be integrated to the Fediverse via an ActivityPub plugin. Great news!

After a few bumps it was fairly easy to get things connected, and sure enough posts end up in the Fediverse. Comments made in the Fediverse find their way back to the blog, and post tags are included in the post in the ActivityPub plugin sends as hastags.

But there’s a complication – they end up there via a new account created for the blog. The account name is not user selectable (except for folks on the more expensive WordPress.com plans) and is a bit long, but that’s not the problem.

The problem is that the account isn’t a regular Mastodon account. There’s no way to log into the account and see mentions, for example, or toot without posting in WordPress. The account can’t follow anyone. It’s an account for someone who doesn’t ever want to interact with Mastodon.

So, if I want to interact with Mastodon normally, I still need another account.

There seems to be 3 possibilities:

Have a normal Mastodon account and have the marketing connection in WordPress.com send posts there

It works fine, but no hashtags are included, which is very severe limitation for Mastodon.

Have a normal Mastodon account and the ActivityPub account created by WordPress.com for the posts

Now there are two accounts, but there’s nothing to connect them. If I’m going to publish a long piece about something, and I want to post about it in advance, I’m doing the advance posting on one account but the post is coming from another.

I can try to join the accounts via the bio on the normal account, but what’s that going to look like? If someone comes across my content via a hashtag on Mastodon (very likely) how will they find my normal account?

Have a normal Mastodon account and the ActivityPub account and post to both of them

Still two accounts, but now when a blog post comes out it is posted to both of them. One of those, the ActivityPub account, will include hashtags but the other will not. Seems like a needless waste of space, and for those that are following both accounts (which would be the desired state in this scenario) there are going be two posts.

None of these are great options. I suspect this is all in flux and features will be changing, but in the mean time, which option is the best?

I’ve decided on the middle option, and will try to modify my Bio to include it, and see how that works.

Those of you who are in the same boat, which way are you going?

NAS Troubles – Synology locked up

Just now I got a message my NAS was unreachable. Not really the kind of message one wants to see from the box that holds all the data! This is the third time in recent memory (3-5 months?) and each time when I went to reset the NAS I’ve noticed that the #3 drive light was out. I should also mention that the only way to shut it down was to unplug it. Ugh.

Is it the drive? The drive bay? The NAS doesn’t have any helpful advice, and the health stats on the drive in question are impeccable. So what to do?

It turns out that the drives can be reinserted in any order, so I shut the unit down and swapped #3 and #1. Next time it locks up I’ll see if the drive light on #3 or #1 is out, and if it’s #1 I’ll buy a drive and if it’s #3 I’ll swear a lot and decide which new NAS to buy.

Getting out of the Photos library too big conundrum

Like everyone it seems, I’ve accumulated too many photos. When I google how to solve the problem I read that I just need to get more iCloud storage. The problem is I now have I heck of a lot of iCloud storage, the max (2TB), in fact, and I’m running out of space for all the other things I use iCloud for.

Not to mention that Photos is now a place where looking for anything involves a lot of scrolling, searching, and time to find what I’m looking for. I feel like there must be a better way to do this.

There are some helpful videos out there on how to organize photos, and I plan on use some of those techniques, but first I need to have some sort of vision in mind so I know what I’m after.

So here’s my initial thoughts on what I want:

  1. Less stuff in Photos/iCloud. I feel like a 50% reduction should be possible, if not more.
  2. Keep everything somewhere, just not in iCloud. But, bonus points for being able to get to everything on my phone if I need to.
  3. Photos in three separate places. Not really the 3-2-1 backup method, but close.
  4. Organize around how I use the photos – there are a few use cases:
    1. Family memories, and the like
    2. Photos for blogging/specific projects
    3. Miscellaneous stuff that probably doesn’t need to be kept, but I’ll feel better if it’s somewhere

Places

There are three places I’m going to keep photos;

  1. In Apple Photos on iCloud – the system library. This will also be the default place where things will be imported to. iCloud is solid, and it’s good insurance against device failure, although it’s not much protection against user error.
  2. Adobe Lightroom. For $10/mo I get 5TB of cloud storage instead of just 2TB from Apple’s plan. The Lightroom iPhone app automatically copies the photos over to the Lightroom directory, and Lightroom can keep the original files on my Synology NAS while still giving me a nice GUI interface and even letting me see everything on my phone via Adobe cloud. The cloud copy provides some insurance against my device dying, but not against user error.
  3. I still need a copy of everything, in a place I control, and resistant to me screwing it up. For this a set of export directories that will be populated by OSXPhotos on a regular basis – say weekly or monthly. This process makes copies of all the stuff in the Apple Photos library and exports it along with all the metadata out into a regular directory structure. This is a hedge against Apple photos taking a turn and needing to go to a different tool in the future. Also, via the offsite backups of the NAS as well as snapshots it is insurance against various more kinds of loss.

iCloud Photo Reduction Strategy

  1. Family stuff stays in iCloud, but organized into albums.
  2. Everything else stays for a while as it is needed, but after a few months or half a year it will be deleted from iCloud but kept elsewhere.
  3. Everything will stay in Lightroom
  4. Everything will stay in the directory structure on the NAS

Some bonus items:

  • I can import from the directory structure to Lightroom to make sure stuff is getting included in Lightroom
  • Lightroom’s directory structure is also open and easily accessed
  • If I choose to, can use Photos to create a new library and point it at the Lightroom or OSXPhotos libraries. While all the focus has been in iCloud integration, Photos can be used the old fashioned way where it leaves the photos where they are just references them. This provides another way to look for stuff if I need it.

Note: In this scenario Lightroom is not really necessary. It adds another point of redundancy, but using Synology Photos I could get to everything on the NAS using their app. However Lightroom is the main competitor to Photos and I know it is very capable. Synology photos is not really in the same league.

Setting up

Getting the Lightroom library set up was time consuming but not really difficult. Mainly it entailed pointing Lightroom at my existing Photos library using the migrate tool and then waiting a day for it to migrate the photos over.

OSXPhotos is a command line tool, so it is a little intimidating, but it’s also very solidly written and reliable so getting that done was also fairly straightforward. When you get to the main site at Github it will look like it’s just a file listing – scroll down to get to the documentation which is really very good. Still, this isn’t a simple breezy install, but if you download the pre-built executable it is easier.

The command I use is:

 osxphotos export --db /Volumes/Photos/Photos\ Library.photoslibrary /Volumes/Photos/OSXPhotosExport  --update --download-missing --export-by-date --edited-suffix "_{modified.year}-{modified.mm}-{modified.dd}" --sidecar XMP --sidecar-drop-ext --retry 5

This assumes you have a volume called “Photos” where your photos library is, and you’re exporting to a folder called “OSXPhotosExport” on that same volume – for me it is an external SSD drive.

The documentation will explain what all the various commands do.

Cleaning up iCloud

With all photos and videos in all three places the last step is cleaning up the Photos library.

For this I’m following the steps outlined in this video:How to organize photos on a mac I think this is a reasonable approach, and given that most of the size & mess is in the last 2-5 years I think it’s a reasonable task to get them sorted out.

Making the folders & smart albums as described in the video is not hard, and sure enough there is a lot left over after getting the important stuff put into libraries. I haven’t yet deleted a lot from iCloud as I wait for the NAS backups to complete (they are very slow) but so far this is a pretty workable system.

Moved from Macbook to Mini

Yesterday I traded my MacBook pro in to buy a mac mini. I did this for a mix of logical and irrational reasons, in no particular order:

  1. Having anything with a battery plugged in all the time bothers me on a very subconcious level. I know that modern charging systems will protect the battery, but it’s more the idea that I’m keeping something that should be free. Unfortunately, if I’m away, I prefer the iPad.
  2. I have more stuff than could fit on the the MBPs ssd. This created quite a lot of distraction for me, trying to decide how best to choose what should go on the internal SSD vs elsewhere.
  3. Trade in value was still pretty good. Yes, much less than I could have gotten from a private sale I wouldn’t have gotten around to making happen.
  4. No flaky dock. No one makes a reliable dock, although I will say that my Anker dock was more reliable than the no-name one I started with.
  5. Less desk clutter. A port for everything, everything in it’s port.
  6. I needed a home base. A desktop computer is a home base. A laptop sort of feels like one when it’s at home, but really it doesn’t.
  7. All of the things I need a laptop to do I find I need a large screen to do. Every time I brought the laptop with me to edit some audio or whatever, I would start and then get frustrated because of the small screen.