Johann Sebastian Bach was once censured by the town of Arnstadt for being unnecessarily involved in a sword fight with a student, after accusing said student of playing the bassoon like a goat. While listening to recordings of The Art of Fugue, it occurred to me that the clear, crisp notes in Bach’s composition would […]
Coding Journal – Tinkering With Teradeep’s Neural Network
“I believe that at the end of the century the use of words and general educated opinion will have altered so much that one will be able to speak of machines thinking without expecting to be contradicted.” – Alan Turing After spending an afternoon with Teradeep’s May 2015 Neural Network Demo, I feel both intrigued […]
How to Create a WordPress AJAX Contact Form
WordPress has an incredibly simple AJAX pattern that works quite well for pretty much all use-cases. In this particular example, a contact form, I’ll show you how to write the HTML, PHP, and JavaScript (using jQuery). I’ll also show you how to look at this task from the high-level view, thinking about things as if […]