We did a thing today. We got in the car and drove to the largest Buc-ee’s in the great state of Texas. Nay! We drove to the largest Buc-ee’s on the planet Earth. Why? Why the fuck not. It’s quite…
Since late 2015 and every 6 months or so after, I have been taking a Myers-Briggs test by way of 16Personalities. Can’t really remember, but I think the reason I originally took the test was because my Dave had asked…
One of my favorite features of PHP is the strtotime function. It takes a string and gives you the equivalent time in return. Unfortunately, there’s not something similar for other languages. There are other ATTEMPTS to duplicate the function, but…
You may have noticed that I stopped doing a ton of book reviews. Down to nearly zero as of late, actually. At my reading pace this year, it was becoming overwhelming and I started to feel like I was phoning…
I’ve been secretly judging really hard recently as I’ve been observing how people, specifically developers, use their available screen real estate. I’m a huge proponent of using 100% of my screen and like Jeff Atwood, I don’t care about having…
It’s been just a bit over a year since I did my original speed comparison of GitHub and GitLab. There’s been a lot of moving and shaking from both companies over that period. Some of it has been good, like…
I’m happy to admit that I’m a bit of a Debian novice. Coming from a decade of using Ubuntu, I still have a bit to learn. My recent dilemma was with the version of tmux I had on one of…
After a short stint with openSUSE I decided to give Debian a go instead of going back to Ubuntu. Why? First and foremost, I was sick of regularly receiving “Sorry, Ubuntu has experienced an internal error” messages. I was drawn…
As I’ve gotten older, code formatting has become less and less important to me. When I was younger, it was the world, but as of late, it’s a nice to have. What’s truly important to me is whether or not…
Upgrading to PHP 7.x (7.0 or 7.1 as of the time of this writing) is just as easy as it is to upgrade to PHP 5.6! Before we install PHP 7.x, I would recommend getting your system up to date:…