September 2011
2 posts
5 tags
AppleTV2 Slides - 360iDev Denver 2011 Presentation...
The folks at 360iDev will be graciously posting video of my AppleTV2 presentation at 360iDev Denver 2011 soon. In the meantime, you can download copies of my slides here in HTML and PDF form: (PDF) | (HTML)
5 tags
atvHelloWorld - AppleTV2 1-click build and deploy...
As presented at 360iDev Denver 2011, atvHelloWorld is an Xcode project I developed to illustrate how amazing the AppleTV2 could be if Apple ships an AppleTV SDK and adds AppleTV apps to the AppStore. Huge doesn’t even begin to describe the opportunity (more on that later…).
To get the source, head over to github and pull or fork to your hearts content:
...
June 2011
1 post
4 tags
May 2011
1 post
3 tags
April 2011
4 posts
3 tags
360iDev Session - AppleTV Apps: Are you ready for...
Great news! I’ve been accepted as a speaker for the 360iDev conference in Denver, Colorado taking place September 11-14, 2011. Here is an overview of my session:
Headline from 2012: Apple destroys yet another market by introducing AppleTV AppStore. 60,000 games available today! Nintendo in panic mode… Did you know the latest AppleTV runs iOS? Is your app ready for the AppleTV...
6 tags
OBD2Kit - Open source automotive diagnostics... →
OBD2Kit is an iOS library I created for my startup FuzzyLuke. After realizing there wasn’t such a huge market for this stuff beyond hobbyists I decided to open source the core library I had created. The result is a reusable library for integrating OBD-2 diagnostics for WiFi and GoPoint GL1 automotive scanners into your own iOS applications.
In the coming months I will be adding more...
5 tags
Binding Django user accounts and LinkedIn via... →
This is an open-source project I created to enable the simple handoff of the Javascript-based LinkedIn sign-in button to a Django web application via bearer token exchange. The server side handoff is described in:
http://developer.linkedin.com/docs/DOC-1252
This enables a Django application to easily create a user profile model that authenticates against the LinkedIn API whenever a user...
5 tags
Django runserver and stunnel for testing HTTPS
Recently I was testing a Django web app that required SSL enabled in order to retrieve a secure cookie for use server-side. After some quick google and stackoverflow searches, it appeared that simple tunneling with stunnel was the way to go. Unfortunately most of the documentation for doing this is typical unhelpful RTFM-isms.
To get a simple tunnel setup, we typically want to follow this...