Updated csv-to-json to Crystal 0.30.1
Sep. 16, 2019
Crystal 0.30.1 has been released which means a new version of csv-to-json.
Need to try and parallelize if possible.
Crystal 0.30.1 has been released which means a new version of csv-to-json.
Need to try and parallelize if possible.
Stackdriver is a fleet of software that is similiar to DataDog, but with a very small cost associated to it.
For homelabs, it's essentially free. My experiments has been around getting K8s connected to Stackdriver logging by not using fluentd
(which...
The Eachine VR006s are pretty nice entry goggles, but there are some things that can be improved upon. First, the goggles are always powered on unless you manually open the case and remove the battery. I'm sure the battery drain isn't a lot, but it...
Crystal 0.29.0 has been released which means a new version of csv-to-json.
The Eachine VR006 was my first goggles and they've been pretty good, but I've always been limited by the battery capacity. I've can typically get 2-3 flights out before I need to charge the goggles again, which is far too short. On the other hand...
Middleman has been a awesome blog engine that is pretty easily customizable. One thing that I noticed recently is that when I try to render images withing the summary section the HTML was wonky. Typically, I don't need any images at all and actually...
I've always had a Windows machine, but don't use it for development that much. This year is different. With VS Code being one of my primary editors along Neovim. This brings me to my new build for 2018.
I'm always a collector of weird and old pieces of computer hardware. Some would even call me a hoarder (Amy especially). But there is a reason why I love collecting the old hardware. It's so that I can find an alternative purpose for it. In this case...
Updated 5/30/2019
After getting my pressure washer I decided to revisit my car cleaning products. This is what I'm currently using, but will update this page regularly when I find new or better products.
While setting up the ingress controller I needed a way to pass through the server headers from the proxied web applications.
There wasn't much in the ingress annotations documentation to help me figure out how to remove the default Server: Nginx
header...
Rails Engines have been around for a quite a while. Many of the popular Gems (Devise, etc) that we work with through our day-to-day as a Rails developer are actually Rails Engines. The purpose of these Rails Engines is to provide additional tools/techniques...