👨💻12 Apps in 12 Months
More from Spoken Like a Geek
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 […]
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 […]
I always struggle when I am ready to push my first commit to a new repository and always end up with errors, so I thought I would document the process here as an aide memoir for me and, hopefully, others will find it useful too. Prerequisites These instructions are for when you have already got […]
If you’re not a Spotify user, as I’m not, then all the self-congratulatory Spotify Wrapped posts at the end of each year can become quite wearing. It’s not that I don’t listen to music; it’s just that I don’t consume it through streaming. I’m an old-fashioned, physical music kind of guy, and I have lots […]
There was an issue raised recently on my php2Bluesky library pointing out that the dimensions of images weren’t being passed and so they weren’t being displayed on Bluesky correctly. On investigation, I found this to be correct, but because of the way the code was currently implemented, I couldn’t fix it. The library needed to […]