Category: Code

  • Python code again

    by

    in

    The other day I wanted to dive back to doing random Python code because it’s been so long since I’ve looked over any of it and because I had a random subdomain that I setup to use Django to tinker with. That didn’t last very long. I tried to update the project only break a…

  • Another rabbit hole

    by

    in

    Well the other day I was chatting online and there was a mention of learning something new by somebody. Because of course there was. I made note of never looking at this new thing and wanted to learn more about it, because it did sound interesting to me. This new thing is Device Tree Syntax.…

  • Random thought about queries

    by

    in

    The other day a random thought sort of popped in my head. Yes, it happens and I have a good laugh about it too. The random thought was why queries can be slow and how to find them. Now, there are several resources out there and let’s be honest here it could be a little…

  • Random code spelunking

    by

    in

    Today I decided to dive into how blocks are created and rendered and modified within WordPress. Why? Because I like break things when I can. Today was no exception. I got a little frustrated because my browser was being super strange when it came to rendering my admin area but that had nothing to do…

  • The Gutenberg plugin and the menu

    by

    in

    For quite some time I have been using the latest version of the Gutenberg plugin because I like to torture myself apparently. Ever since that plugin was introduced there has been a menu item that would drive me a little crazy at times. I’m sure some have seen it too and probably still have that…

  • Code dives

    by

    in

    It’s been a really long time since I’ve done one and I think it’s time I do another. This next one will be more on the JavaScript side because it was one of the first languages I learned so it would be nice to go back those roots. The other reason is also because I…

  • Why use git branches

    by

    in

    For quite some time this subject was on my mind. It’s weird but true. There are times when using a git branch make more sense. A great example of this would be when you want to create a new feature on the project you’re on. Another would be when you need to fix a reported…

  • Podman, WordPress, and a virtual machine

    by

    in

    The other day I began a random journey of trying to get Podman to work on a virtual machine with a WordPress image. Why? Because I apparently like to pull my hair. Now, some of you are probably wondering why I wanted to do this. The biggest reason being I don’t want to be using…

  • Looking back with git

    by

    in

    This command is a really cool one. Well for me it is a cool one. The reason I really like this one is because it provides a way to look back on all the available history of the repository. What I mean when I say available is what resides in the local .git folder. There…

  • A combo breaker

    by

    in

    Okay, not really but this post is mostly about the git merge command. That’s also part of the reason I titled it combo breaker. Breaking the combination of code is what the command can do. The strange part about this command is that I wasn’t fully sure of what I was really doing until after…