Monthly Archives: December 2011

Upgrading Software

I can never resist. When a new version is available I have to have it. Upgrade to WordPress 3.3 was seamless. Devils is always in the details though. I’ll probably find a post or a plugin that doesn’t work the … Continue reading

Posted in Software | Tagged , | Comments Off on Upgrading Software

Rendering to a texture with iOS 5 texture cache api.

There are a couple examples of how to take image input, perhaps from the iPhone camera, or from your own image, fast map those image to an OpenGl texture, and then render them with an OpenGL shader. This post is … Continue reading

Posted in Programming | Tagged , , , , , | 60 Comments

How to fix that mistake commit you just pushed to your git repository

I’ve already written a time or two how you can use git rebase to change your commit history as you work. Handy handy.. I think everyone should know how to do that. Next up.. what if you pushed a commit … Continue reading

Posted in Programming | Tagged , , , | Comments Off on How to fix that mistake commit you just pushed to your git repository