Dickerson’s Hierarchy of Service Reliability
Was watching a talk from the 2016 O’Reilly Velocity Conference and stumbled across this.
Was watching a talk from the 2016 O’Reilly Velocity Conference and stumbled across this.
There is a native Stack data structure in java.utils that comes in very handy. It’s implemented as a last-in-first-out (LIFO) stack, as you’d expect, and has...
I’ve been building a neural net to generate Trump Tweets as part of my Trump Report app, and have consequentially been going through a bunch of Trump Tweets ...
Recurrent Neural Networks, or RNNs, are well-suited for generating text. Essentially, after training, they predict the next character given a sequence of pre...
This is a JavaScript bookmarklet that helps create pre-filled tickets. To use it, add it as a bookmarklet in your browser, then visit the JIRA issue create p...
Background ACTS is a tool developed by NIST for generating combinatorial test cases using parameters and constraints. To get a copy for yourself, and to rea...
This weekend, I finally got a chance to take some drone shots of the Hillsboro airplane home. It’s been on my bucket list forever to do this, and it was just...
After watching this talk from the 2017 Git Merge conference, I got inspired to start integrating more git aliases into my workflow.
A couple months ago, I decided to take the leap and migrate this website from GitHub Pages to S3.
I wanted to write a quick post about the architecture of this site for those who may be interested.