Jake Schwind

Development

Importing Issues from GitHub to Todoist

March 05, 2017 | development

Since using GitHub Enterprise at work, I have become a much happier developer. One problem that was not solved was making it easy for me to get my work into my to-do list without manual work. Being a Todoist user, and knowing that they, and GitHub, have documented APIs to work with, I was sure it…

Sony Bravia Remote for Pebble

May 17, 2015 | development

Originally, I had worked on a TV remote control application for my LG TV about a year ago. Unfortunately, the panel died, LG's support was not very helpful... and, eventually, I had my money refunded and the 1 year old panel returned to Costco. Upon receiving my refund, I decided to upgrade to a…

Pebble SDK – LG TV Controller

January 04, 2014 | development

I recently purchased a Pebble Watch and, like any programming nerd would do, started writing software for it.

I do plan on releasing source at some point, but I thought it would be good to share some resources for those interested in either writing software for the Pebble watch or who want to work…

iPython Notebook

June 19, 2012 | developmentibmpython

My mentor at IBM turned me on to using the Notebook feature of iPython. This is really cool!

Now, the Python CLI does its job. I have been using it for a while for testing modules and code ideas but usually need documentation open when trying out a new module or I need to look over my own code when…