• Sherlock is here and ready for a nap in today’s #MonDog submission. #DogsOfMastodon

    Posted on

    ๐ŸŽฎ

    Part of

  • test post with a tag #TestTag

    Posted on

    ๐ŸŽฎ

    Part of

  • Sherlock going for walkies in Sutton Park.

    Posted on

    ๐ŸŽฎ

    Part of

  • I wasn’t receiving any notification from a mention on mastodon. Turns out I had to edit config in my server’s postfix settings. Works a charm now.

    Posted on

    ๐ŸŽฎ

    Part of

  • Wow the Friends plugin for WordPress has really had some polish. The mastodon theme is great too!

    Posted on

    ๐ŸŽฎ

    Part of

  • I’ve decided to switch back to WordPress. This was based on the strength of 2 plugins I really want to be using again: “Friends” and “ActivityPub”. i miss the connection to other people and the interactions I used to have off of the back of some of my posts and gaming photos.

    Posted on

    ๐ŸŽฎ

    Part of

  • The Human-made sites webring

    — “Webring”, you say? — Yes. A webring. Those things from the late 90’s/early 00’s where real people with real websites connected via a linking mechanism known as a webring. Well, it’s not so much of a mechanism as a list of websites that link between each other in a chain. So you could land…

    Posted on

    ๐ŸŽฎ

    Part of

  • Back and forth

    — Right, that’s it. I’m getting annoyed with the block editor. I’m switching to ClassicPress Two months pass. Slightly missing the fact that my posts appear in the fediverse via the excellent activitypub plugin for WordPress. — Okay. I’m gonna switch back to WordPress. Sees that the next version of WordPress is merging in a…

    Posted on

    ๐ŸŽฎ

    Part of

  • And now its back off. All the ai crap that WordPress is shovelling into core just puts me right off WordPress. Looks like I’ll be on ClassicPress for the foreseeable future.

    Posted on

    ๐ŸŽฎ

    Part of

  • My website is back on the fediverse.

    Posted on

    ๐ŸŽฎ

    Part of

  • I really want to start writing short stories on here. Much like an old friend Andy Hawthorne does.

    Posted on

    ๐ŸŽฎ

    Part of

  • Vim :: Search and replace across multiple files

    From within Vim, you can search all files for a string/pattern with the following ex command. Replace “string_to_find” with your search string. The path given as example is every file under the app directory recursively. :vimgrep /string_to_find/ ./app/**/* That command will put all occurances of the string into your quickfix list. You can then run…

    Posted on

    ๐ŸŽฎ

    Part of