Article written by
Kyle Hawk on
November 17, 2022
I've been looking to fill the void that Battlefield has left in my heart. Hell Let Loose is on Humble Bundle. Here's my initial reaction after a very quick 4 hours in game.
Article written by
Kyle Hawk on
August 27, 2019
Iframes can be an expensive resource, especially for videos. Lazy loading iframes isn't as easy as it should be, but maybe the srcdoc attirbute can help.
Article written by
Kyle Hawk on
August 20, 2019
I'm a noob at command line git. So, here is how to initialize a local repo, add a remote repo, and push to that repo, all in command line.
Article written by
Kyle Hawk on
March 13, 2019
Detecting a slow network should be simple, right? Or...at least it sounds simple. Reality is cruel though, because it's really a pain in the ass.
Article written by
Kyle Hawk on
February 21, 2019
Sawako is very nice, but awkward. Despite trying her best, those around her always misunderstand her feelings. A couple of good friends change all of that.
Article written by
Kyle Hawk on
February 10, 2019
Sending emails can be a scary thing, but it's okay. By using Google's free SMTP server, and PHPMailer library, we can send an email in a few lines of code.