Saturday I attended PrizCon 2013, a full-day technical conference inside the Marion Correctional facility to inspire and educate and connect.
Intro to Scheme
What’s amazing about Scheme is that it’s small and easy to learn, but still amazingly powerful. Scheme’s code-is-data philosophy allows you to invent your own language features. And it’s functional.
.pbxproj Merge Hell
A friend of mine sent me
Behind enemy lines: 3 months as an iOS developer at Google. The article
is very interesting, but here’s the thing which caught our attention: The
way Google deals with merge conflicts in .pbxproj files:
Code Reuse in Kiwi Tests
Kiwi provides a pretty awesome DSL for writing expressive, executable specs. What it doesn’t provide is an easy way to reuse code.
Getting Started With iOS Development With Vim
A walk through the essential plugins and configuration required to develop for iOS with Vim. (Thanks to the venues and organizers of Cocoaconf, VimCLE and Cleveland Cocoaheads for making this talk possible.)
Mobile Testing Summit / ATDD Game Development
Video from the Mobile Testing Summit is up. This was an awesome conference with people from Frank, Calabash, Selenium, Appium, and much more.
My lighting talk, “ATDD Game Development”, can be found here, starting at 17:45. Here are the slides:
Objective-C Code Completion in Vim
clang_complete is a plugin for Vim which provides automatic code completion in vim using the same technique (and library) as Xcode.
Vim Colonoscopy
I recently discovered an Ex Reference Manual and decided to explore Vim’s colon prompt for a bit. I discovered some interesting things that I didn’t know. First a few of the basics:
The Programming Flow Experience
I really, really love the flow experience of programming. It’s something that I’ve been practicing and cultivating for years, and I’m just now realizing that not everyone has the same kind of experience. So I’m really, really curious how other people experience programming flow.
The Mobile Patterns Wiki
I realize that I have never formally announced the Mobile Patterns Wiki.