Evernote Rules

I have been an avid user of Evernote since July 2008 and have amassed over 53,000 notes. Over those 16 years, I have seen many changes to both Evernote the company and the client itself. The recent purchase by Bending Spoons had the potential to make or break the company but has, in my opinion, been overwhelmingly positive for Evernote (despite what the naysayers on Reddit say!).

Introducing Evernote Rules

One feature I have wanted Evernote to have is some form of automation that manipulates notes based on rules – very similar to the rules available in Outlook. After … Read the rest

Moving a WordPress Install to a New Domain

Over the years in both my professional and personal lives I have had to move WordPress sites to new homes that required changing the domains. This has led me to develop a set of instructions that I use successfully every time I migrate.

The first warning I should give is that what follows is not the only things you have to do but it is a decent starting point.

Updating the Database

The second warning is that here be dragons. The following requires making direct changes to the WordPress database which could lead to your site no longer working. … Read the rest

Cardpod

Over the years, I have backed a number of Kickstarter projects with a varying amount of success. Perhaps unsurprisingly, I have found that I am more likely to support someone that I backed before and like what I have received – or even just received it as that’s not always a guarantee. So when a company called CARD who I’d previously backed announced a new project I was interested. Their previous project, the Kablecard, is excellent and I still use it today.

Enter the CardPOD

The CardPODRead the rest

What Should I Watch Next?

Back last December I wrote about a project that I had written called What Should I Play Next? where it would randomly choose something from my record collection to play. This month’s project, part of my 👨‍💻12 Apps in 12 Months challenge, is the visual equivalent.

The Plex API

When I want to watch a film I am sometimes constrained by the amount of time I have and usually have some feeling of the genre I want so I wanted something that catered for that plus could also exclude things that I had watched before.

While I do subscribe to … Read the rest

Using php2Bluesky without Composer post v2.0.14

In January I wrote about Using php2Bluesky without Composer for those that wanted to take this approach. Since then I have updated the code so that it conforms to PSR-4 for loading with Composer. This in turn has a knock-on effect for those loading manually. The rest of this article explains how loading now needs to take place.

Multiple Files

Prior to v2.0.14 all the code was contained within a single file called functions.php. The naming reflected the history of the library which was originally developed to be included as part of a larger project. When I spun it out … Read the rest

RWOL from Alexa

At the end of 2023, I wrote about how I had used a Raspberry Pi Zero to act as a machine to remotely turn on and off a media server that I had in my house. The idea being that it was unnecessary to have it on 24/7, consuming electricity when I was asleep for much of that time.

While I had a nice little web app from which I could trigger the start up and shut down I always wanted to be able to do it using voice commands via Alexa. Today I finally got round to doing that … Read the rest

Simple WordPress Post Stats

Every year, over on my personal blog, I write a round-up post covering what I have done during the year. This includes books read, films watched steps taken etc. What it has never covered are my creative endeavours which would be my developments over at Github and my blog posts.

Where are the WordPress Stats?

I sort of assumed that there would be stacks of stats in the WordPress dashboard but no if you want that you have to install Jetpack and get the nagging messages asking you to upgrade. These stats are very similar to what you … Read the rest

👨‍💻12 Apps in 12 Months

It seems to be en vouge at the moment to challenge yourself to develop an application a month and do so in public. These apps tend to be AI driven, very slick, with their own landing pages etc. I wanted to stretch myself this year and increase the cadence of my development and so a 12 Apps in 12 Months challenge sounded like a good idea.

But not like that!

While a challenge seemed like a good idea, I didn’t want to be producing apps just for the sake of it. I felt that for it to be worthwhile, I … Read the rest

Using php2Bluesky without Composer

I have been asked how to use my php2Bluesky library without having to install it using Composer. Given that this is a common request I thought that I would document it here.

Pros and Cons of Composer

Before we get into the specifics of using php2Bluesky without Composer let’s take a quick look at the pros and cons of using Composer. Feel free to skip this bit and go straight to how to use php2Bluesky without Composer!

Using Composer to install a package has several advantages over manually downloading the code and requiring it. Composer automates dependency management, … Read the rest

COLMi Smart Ring

I have been looking for a way to track my sleep habits, and given that I love a good gadget, I thought that this might be the way to go. Initially, I tried wearing my Apple Watch in bed, but I found it uncomfortable and the results didn’t seem very accurate, so I gave that up. Then, I was listening to The Rest is Politics podcast, and Rory Stewart was waxing lyrical about his Oura smart ring, and I thought now that might just be the answer.

If you’re Rory Stewart being paid £1 million a year for your … Read the rest