Let’s say you are in my case: you manage multiple WordPress blogs on multiple servers for yourself, your friends, your family, your company, your customers. How do you keep them from being hacked or infected? How do you securely manage multiple WordPress blogs?
I see more and more Image-Response GET APIs. With this term I mean: the API is called with a GET URL, and the response is a (JPG/PNG/GIF/WEBP/SVG) image, either directly or after a redirect. So the API can be used through a simple <img src="[IMAGE GENERATING URL"> HTML tag. Let’s call these IMGSRCAPI‘s.
I saw I was getting quite some traffic from Russia on my tech news aggregator. It turns out I have a Russian site that published a post on nuuz.io. I made it onto their ‘Web projects of the year 2019’ list, next to Nomadlist and Deepl.
One of my most popular posts is Five tips for taking tango pictures in low light. That information is now more than 10 years old. Technology has evolved a lot since then, as have my photography skills. That’s why there is now the update: Ten tips to take better low-light photoswithout flash! These are equally valid for tango photography, as well as event, dance and concert photography.
I recently took the habit of using more Emoji characters in blog posts and titles, because why not 🤷♀️. In order to look up the most appropriate Emoji, I was always checking out the official Unicode Emoji list. Unfortunately, that list is HUGE and loads very slow 🐌. So I made a tool to 🔍 look up Emojis easily!
Since a week, we’ve been receiving “GDPR information requests” at the office on our privacy@<domain> address. Nothing illegal about that. Every data subject has the “right to access” under the GDPR regulation: ask a data controller company what information they have on them, and then optionally ask to delete some or all of that data.
I like to automate. I like it so much that I will not hesitate to spend 8+ hours on writing a script that replaces 5 minutes of work every month. Most of my automation is for CLI (command line interfaces). On Windows, that means CMD, but for most other platforms (Linux, MacOS, Busybox) the best tool for it is bash or shell. I've created my own self-contained bash boilerplate script (a good scripting starting point, with a lot of regularly recurring functionality already built in.)
But I still needed to git clone the repository, or copy/paste from the github page, and customise it every time (using different options, parameters). So I went 1 step further: here is now the fully interactive, always up-to-date BASH BOILERPLATE GENERATOR