• MySQL is from Oracle.
    • Read an interesting non-binary article that didn’t just discuss gender identity as a new thing, but race identity and age identity. It’s a new perspective to consider trans-gender like trans-race and trans-age.
    • Told Petty about modern db explorers (he was going to build an asp.net application from scratch to read the db lol). Showed him desktop and web versions, lite sqlitebrowser and sqliteonline.
    • Rather than 31+ years, I’ve been alive for 374 months, or 1629 weeks, or 11405 days!
    • Netflix Tech Blog posts.
      • Canary analysis. Deploy new version of software to canary systems to detect bugs. Basically diverting real traffic to a small canary cluster on the side of the production cluster, then comparing metrics and performance.
      • Spinnaker is the continuous delivery stack. They developed it at Netflix, but now it’s used at Google, MS, Amazon, Oracle, many places.
      • Kayenta is the platform that pulls both together. It makes canary deployments autonomous so users don’t have to do these tests manually.
      • Chaosmonkey is public.
      • Public repos!