Archives: 2010 April
FFMpeg SWF File Conversion
April 18th, 2010, Comments Off
FFMpeg has multiple problems and bugs with writing out to SWF files, I run into a few of these at my day-job and wrote a patch for one of the problems and submitted it back to FFMpeg. It was a nice change to go back and do some C programming for a while.
Anyway, list of [...]
uninitialized constant ThinkingSphinx::Deltas::Job
April 18th, 2010, Comments Off
If you are getting this error during a sphinx index, it is likely because you have a copy of the gem ‘thinking-sphinx’ installed, but you also have an older version of the gem from the old github repository also installed (eg, freelancing-god-thinking-sphinx).
The solution is to remove the old github gem version.
Also this should be [...]
Programmer Philosophy
April 9th, 2010, 1 Comment
I write code for a living. Even when I am writing code by myself, there are actually three people working with that code.
First, there is me. I am a clever and talented programmer. I know to keep my code clean and easy to read. I try to do things the right way and I know [...]