Month: December 2015

  • Dictionaries and Word Lists for Programmers

    I love to play with words, and I especially love to play with words programatically. I’ve written three small apps (so far) which use some form of a dictionary to create readable, humorous text: English to Shibe Translator Song Lyrics Twister Deity Generator I’ve had some people ask, so here are some great resources that…

  • Project Idea: “Lanky” PHP Middleware Language

    I keep not writing weekend web apps because I know that my projects generally follow this trajectory: 1. Build a database 2. Build some thin PHP middleware to expose an API to that database 3. Build a slick react/angular/whatever frontend 4. Realize a bunch of things I’m missing in my API and add them, lamenting the entire time…