Hello, my name is Brian, and I love solving problems with code. I currently
work at DocSpot in Sunnyvale, California as a back-end developer. I work on a
custom Java codebase with a focus on selecting, downloading, and indexing data from
the web. It's fascinating work that combines elements of NLP, probabilistic
decision making, data sanitizing, building APIs, and writing services that support
concurrent operations on a massive SQL database by internal and customer-facing tools.
My best skill is self-teaching: I am curious, an avid reader, good at breaking
problems into small chunks, and careful, scientific observation.
Other
skills: HTML, CSS, Javascript, Lua, Java, C, git/GitHub, Vim, Emacs,
Linux, Calculus, Linear Algebra, ODEs.
In my spare time, I study functional programming via Clojure/ClojureScript,
Scala, and Haskell.
This program takes multiple large text inputs (works of classical fiction, in this demo) and processes them via Markov chaining to generate literary mashups on on the spot. Markov chains are a predictive analysis tool used by several large companies (Google's PageRank algorithm relies on them, for example.) This implementation is written in Clojure, from algorithm to server, and uses Ring, Compojure, and Hiccup.
I have always loved mazes. I was reading about maze generating algorithms one day and started experimenting, and this is the result (so far). The program builds a maze and then lets the user explore in different modes, based on what gear they decide to bring along. Use vim or arrow keys to explore.