Tag: tech

  • WordpRess 6.2 and I Helped

    WordpRess 6.2 and I Helped

    WordPress 6.2 is out today, and I’m excited about this particular update. It’s a big one, and I’m proud to say that I contributed to many of the new and updated features. Contributing to the WordPress open source project is a big deal for me. I’ve made a lot of friends in the WP community…

  • Linux on a Chromebook?

    Linux on a Chromebook?

    This is one of those projects where a lot of people would probably say, “But… why?” Sometimes I do things that don’t make sense to other people. That’s okay. My Chromebook Backstory TL;DR: My son wasn’t using his Chromebook, so I asked if I could mess with it. Skip Many years ago, my son Jacob…

  • Never Take Broken for an Answer

    Never Take Broken for an Answer

    We don’t get rid of tech easily in this house. The last time I upgraded my iPhone was 2020. I used to be right on top of the latest model, but I’ve moved away from that life. These days I’m into keeping tech running and useful for as long as possible. Three years isn’t really…

  • Why Linux Will Never Be Mainstream

    Why Linux Will Never Be Mainstream

    Linux has come a long way, baby. It used to be a geek’s chore of installing a distro on a machine, then hunting down firmware and software that would work with the hardware. These days it can be as simple as downloading a popular distro and installing it as you would Windows. Okay, I say…

  • Update on Movie Reviews Plugin

    Update on Movie Reviews Plugin

    If you haven’t read my initial post on creating my first WordPress plugin, it will bring you up to speed. I’m still working on this. One thing I’ve learned is that if I spend too much time away from the project, I forget where I left off. It’s a good thing I’m writing about it…

  • My Continuing Evolution in WordPress

    This year — 2023 — marks the 20th anniversary of WordPress. It’s been around for so long that it’s hard to imagine when it wasn’t part of my daily life, yet it’s still not old enough to drink. When I first dipped my toe into WordPress waters, I was a freelance illustrator and animator. It…

  • Creating My First WordPress Plugin

    I haven’t finished my Personal Browser Start Page project, yet here I am posting about creating a WordPress plugin. I will get back to that browser project, but I’m still learning some JavaScript that will help me make it super duper. In the meantime, I decided to start a new project that I’ve been meaning…

  • Building a Personal Browser Start Page

    Building a Personal Browser Start Page

    If you’re like me, you have your web browser open most of the time while you’re working. Maybe you have a few tabs open, maybe you have over forty — yup, I heard someone say they had that many open at once. My Virgo heart almost went into spasms. I always tend to have a…

  • Bash Script for Quick and Easy File Transfer via SSH

    Bash Script for Quick and Easy File Transfer via SSH

    In my last post, I covered using the command line to transfer music files to my Raspberry Pi media server. This time I want to share some bash scripts I wrote to make it even easier. Automated login It gets old typing ssh dj@192.168.4.59 and then entering my password every time I want to log…