-
I love to create, and software is my outlet. If you need something made, get in touch. Web solutions are my specialty.
I'm on
-
Recent Posts
Archives
Categories
RSS
Twitter Updates
- My new usability test for software is whether I can do it on a phone, one-handed, while my son wiggles in my other… twitter.com/i/web/status/1… 2 months ago
- RT @Ygrene: https://t.co/BVUYomlCqa 2 months ago
- This is....surprisingly astute twitter.com/Alex_Danco/sta… 2 months ago
- The main ingredient for success in a bootstrapped startup is being really fucking stubborn 2 months ago
- I’m a big believer that mobile versions of tools should provide equivalent functionality to the desktop version. If… twitter.com/i/web/status/1… 2 months ago
Category Archives: Coding
Clojure & Python, Side by Side
As an exercise, I translated Peter Norvig’s Sudoku solver from Python to Clojure. There have been a couple other attempts before, but they both leaned on Clojure’s reference types as a mutability-crutch. This implementation uses only immutable data structures. To … Continue reading
Posted in Clojure, Coding
14 Comments
Say something nice about every programming language you’ve used
Prompted by this blog post, an attempt to say something nice about every language I’ve used, roughly in the order that I learned them: Pascal – My first love. Allowed me to create awesome text adventures, even though the code … Continue reading