If you’re like me, you use Vim. If you’re like me, you use :sh[ell]. If you’re like me, you forget that you used :sh and open Vim again. I’ve been getting better about it, but every once in a while…
Spent some time catching up with my buddy Will this past week. We both started new chapters in our lives around the same time last year and he had was curious if I had any input on things he could…
For as long as I can remember, I have had some sort of git status as part of my shell prompt. Early on I had used the canned git prompt scripts that are floating around out there. I felt they…
As promised, I am trying to get a new VPS Showdown post out on a monthly basis. I wasn’t sure if I was going to do them at the beginning of each month or not, but I am glad I…
Recently I was updating my PHP Lorem Ipsum library in an attempt to get it testing on HHVM on Travis CI alongside the other versions of PHP I was testing against. Incidentally, the last time I had worked on the…
Part of my 2018 goals this year is to do at least 1,000 reps of body weight exercises per month. Being too lazy to do the research on what kind of exercises I should be doing and on which days,…
The year was two thousand and seventeen and I made a formal decree that I would not engage in any new side projects that year. They were distracting and I already had a full plate with my existing projects as…
Time again for one of my holiday cop out posts 🙂 Here’s a couple of ways to calculate the number of days until Christmas: Vanilla JavaScript Math.floor((+new Date(‘2018-12-25’) – +new Date()) / 86400000) Using momentjs moment(‘2018-12-25’).diff(moment(), ‘days’) Merry Christmas!
It’s about that time again, folks! Based on the feedback I’ve received on previous “VPS Showdown” posts, I’ve changed a few things up! First off, I’m offering up data on both the $5 and $20 price points to paint a…
Not too long ago I wrote a post on how to upgrade to Node.js 8.x on Ubuntu 17.10. Post has done well but it’s generated quite a few inquiries on if it would work on other versions of Ubuntu, specifically…