Restricting who can reply to a Bluesky post with php2Bluesky

I had an email from a php2Bluesky user who wanted to know how you could set the restrictions on who could reply to a post. This was something that php2Bluesky didn’t support, but I thought it would be good to, so I have updated the code. Here’s how to use that feature.

Thread Gates

Looking at the Bluesky web app there were six different options you could select to set who could respond to a post:

  • Everyone (the default)
  • Nobody
  • Your followers
  • People you follow
  • People you mention
  • Anyone in a list you provide.

I did a bit of research … Read the rest

How to add files to WordPress larger than the allowed maximum size

Occasionally, I need to add files to one of my WordPress sites that are larger than the maximum upload size that is set on the server. I could, of course, go and raise this, but I don’t want to do that for the odd occasion it is needed.

Just uploading a file to the wp-content folder via sFTP isn’t enough as you also need to tell WordPress that the file is there. Enter WP-CLI.

Setting up WP-CLI

WP-CLI allows you to carry out WordPress admin instructions, but from the command line rather than the usual browser interface. We’re only … Read the rest

Free2 Page Turner

When looking at the third-party options that are available for the Xteink X4 eReader one that frequently came up that peope wanted were page turners and, in particular, the Free2.

What’s a Page Turner?

Page turners are a two-key physical keyboard that is linked to your device via Bluetooth and maps onto the previous and next page buttons on your eReader. If you have your device in a stand or anywhere that’s not in your hand, you can use these keys to turn the pages. Actually, you can use them when the device is in your hand too, but that … Read the rest

Xteink Tong Card in Use

Following on from my previous post taking a look at the Xteink Tong Card, in this post I am looking at how you can flash the card without using the official Xteink app.

What’s the Issue?

In order to put an image on the card you need an app to select the image and then flash it onto the card using NFC. This you can do with the official Xteink app, but only if you are using the Mainland China version, which requires a Chinese phone number to register. As I don’t have one of these, I went … Read the rest

Xteink Tong Card

Xteink has a new device and it’s not an eBook reader! This is the Tong Card, which is still an e-ink display, but is a battery-less NFC device.

What’s a Tong Card?

I have to admit I had no idea why it was called a “Tong Card” and wasn’t 100% sure that it was so I turned to AI to explain it to me. I uploaded the image above and this is what it had to say:

Based on the image and the Chinese text, this is actually a Tóng Card (瞳卡). The confusion likely comes from the

Read the rest

Posting to WordPress Microposts with php2Micropost

I have accounts on plenty of microblogging sites (Twitter, Mastodon, Bluesky and even Threads) but they are all owned and controlled by someone else. I decided that I wanted something that I could use and manage, and a quick search came up with Michael Gbadebo‘s WordPress plugin called Microposts.

I installed this and after playing around for a while, I decided that it was just what I was looking for. However, it was quite cumbersome to make a post from a mobile device when I was out and about. What I wanted was a simple … Read the rest

How to turn PHP code into a package that will work with Composer

I’ve learned a lot while developing my php2Bluesky package spurred on by my own desire to make a decent product and by suggestions from users. One such itch I needed to scratch was to take my static code and turn it into something that I could use with Composer, the de facto way of handling dependancies in PHP.

I have to admit that not everyone was thrilled about my proposed move to Composer, as many seemed to prefer not to use it and to manage updates and load the code manually. This meant that I also needed to make … Read the rest

Xteink X4 – 3rd Party Support

The Xteink X4 was launched only a few months ago in December 2025 but already there is a rich third-party ecosystem building up around it. In this post I take a look at all the things that are cropping up from cases to companion apps. Read on to learn more…

Getting Started

The first thing that you will want to … Read the rest

Apple MacBook Neo

I’ve been looking for the perfect device to take away with me when I’m travelling for as long as I can remember. My latest attempt was an iPad with a folding keyboard but this seemed to be compromised by iPadOS. So when the MacBook Neo was launched I thought that it sounded like it might be the answer.

Unboxing

It won’t surprise you to hear that the unboxing experience for the Neo is no different to any other Apple product. It comes in the usual stiff box, carefully packed with the Neo, and below that just a USB-C cable.

In

Read the rest

Foldable Wireless Keyboard for iPad

I’m always looking for ways to reduce the amount of technology I take away with me and have long wondered whether I could manage with just my iPad rather than taking along a laptop. When I saw this foldable keyboard on AliExpress I thought that it would be great to give it a go.

Unboxing

Looking at it you might be forgiven for thinking that this is an Apple product, cut from a block of aluminium, but sadly not. It’s cut from plastic and I t’s lightweight, although the latter does make it easier to carry.

The device consists is … Read the rest