Category: Web Performance

  • This morning I read a very good discussion on the usability of WordPress Core on the Post Status Slack, primarily focussed on the comparison with platforms like Wix (if you’re a member, I highly encourage you to read it). One thing that, once again, struck me was how we have the issue where developer expectations of WordPress vastly differ from user expectations – let me address this in just a bit. For the beginning I would like to quote something Helen Hou-Sandí said during the discussion:

    WP does not currently exist as a good piece of software for “building a site”. It’s getting there, and I think the vision’s been there for quite some time, just that this particular dev-oriented audience gets lost in what we want to do with WP and pushes back against features that would move toward said vision in the first place, just because it’s not what we need to do client stuff.

    Read more

  • For this year, I wanted to take some time to write down some notes on things that I would like to prioritize in my life. Just as how WordPress is now putting the main efforts into three major focuses, I wanted to separate mine into three major focuses as well. For 2017, these are going to be health, contributing and relationships. This is the first post I have ever written like this, and for the most part it will be a list of things I want to pursue. I would like to be able to return to this post at any given time to remind myself of these things and also to write a summary by the end of the new year in relation to which of these goals I have accomplished, in which points I have improved and which I should probably put more effort into.

    Read more

  • Spotify Top Tracks 2016

    I cannot believe that my most-listened track is actually a German song.

  • Soundtrack of my Life

    Music is a very important part of my life. I’m sure that is the case for many people, yet I wanted to explicitly mention it in this post. I listen to music during almost my entire work day, I have been playing piano since I was 8 years old and I also write songs occasionally and produce a few things using tools like Cubase and such. So yesterday I had the thought of looking back and thinking about the songs that I have listened to over all the years, songs that may even have shaped me in a way. I asked myself whether I could determine a song for every year that I associate the most with that time in my life. Things like that are just something I’m interested in, for example I’ve also been keeping track of my musical listening habits through Last.fm since 2007. It was also very nice to take some time to dive into old memories. So in this post I’m putting the list of songs out there. This is kind of a very personal post in some cases; maybe you’re just interested in such things the same way as I am, or you are curious about music recommendations, or you would like to know me better. For me the reason of writing this is that I simply want to keep track – after all, people used to call blogs weblogs, and that’s what I’m doing here – logging my favorite songs for each year of my life. Well, not my entire life: I will start with the year 2000 (I was 10 years old then), since I can’t quite recall anything before that and it would mostly have been entirely charts music anyway – and you will notice that especially in the first years of the list, my musical taste was still evolving. 🙂 By the way, to start things off, I’m pretty sure that I can say that German band Rammstein has been the only constant for as long as I can remember: Although none of their songs is present in the following list, I have listened to them at the same time I listened to Britney Spears, and I still listen to them now from time to time. But now, here’s the list of my favorite songs for each year as far as I can remember. Some of the years I would say there was more than 1 song I could have put there, but I think what I have there is a pretty good representation of my taste in music and also events in my life. Please note in advance that the songs represent what I’ve listened to for each year – it doesn’t necessarily mean that it was released in that year.

    Read more

  • We hate SVN. At least most of us do. We all love GitHub (or Bitbucket, GitLab or similar). Yet, we wanna do WordPress plugins and put them up in the plugin repository.

    There comes a time when everyone needs to get in touch with SVN, which is not wrong. As a developer, you should be familiar with it so that you can contribute to WordPress Core. 🙂  But using SVN to manage your plugin is a pain, especially since you probably have all development happen on a platform like GitHub. Fortunately, it doesn’t need to be like that. There are ways to deploy new plugin releases without even knowing that SVN is being used. Even if you love SVN to death, a deploy script for your plugins is worth using – let me introduce one to you in this post.

    Read more