Technology

  • Machine Learning

    ·

    I’ve been a fan of neural networks since my friend’s computer scientist dad first explained them to me when I was in elementary school.

    Read More

  • Hyper-VVV on Windows

    ·

    It took me a little trial and error to set up, but this weekend I managed to port my entire WordPress development stack not just to a new machine, but also to a new virtualization provider – Hyper-V.

    Read More

  • PHP, Security, and Lambdas

    ·

    If you’re writing PHP code and you want to use lambda functions, don’t use PHP’s create_function() method. It’s insecure, and will be flagged as such by security software and analysts.

    Read More

  • Remote and Secure

    ·

    A “virtual private network” is a way to keep your data secure, whether your on a dedicated 4G tether or connected to Starbuck’s free wireless. Traffic from your machine is encrypted at the machine, sent to a remote (trusted) server, decrypted, and proxied to the real network target.

    Read More