-
Recent Posts
Archives
- October 2016
- March 2016
- February 2016
- February 2015
- December 2014
- September 2014
- August 2014
- June 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- October 2013
- September 2013
- August 2013
- June 2013
- May 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
Categories
Twitter Updates
- RT @tonroosendaal: Blender Internal (render) just got removed from the 2.8 branch. Bye bye, you served us well! #b3d https://t.co/4ixOZ8JmcX 2 years ago
- RT @DepressedDarth: The fake news media is blaming the stormtroopers for the Battle of Endor, but nobody is talking about the violent Ewoks 3 years ago
- RT @graphikjunkie: Today is Amazon S3 dependency awareness day 3 years ago
- First post in a while. Drawing a bounding box over an image in C#/.net/WinForms. chrisheydrick.com/2016/10/27/dra… 4 years ago
- RT @SwiftOnSecurity: Blue Bell manufacturing plants are dirtier than an NTFS volume after an unclean shutdown 4 years ago
Monthly Archives: October 2012
Template for plotting pixels using GTK+
I took a bit of a break from this to handle some work stuff, but I’m reading to get back to it. The last big graphics win (back in May) I had was figuring out how to put pixels into … Continue reading
Posted in Hobbies, Programming
Leave a comment
The Angry Apostrophe
I spent longer than I’d like to admit trying to figure out why my program bailed out when trying to parse a date. I assumed incorrectly that the part of the program trying to get date information was being fed … Continue reading
Posted in Hobbies, Programming
Leave a comment
Overkill
Yesterday I posted about four nearly identical functions that I thought could (and should) be reduced to just one somehow. Reducing it to one would be far less code to maintain if I find a faster way of doing it, … Continue reading
Posted in Uncategorized
Leave a comment
I’m still bad at Python, and probably programming, too.
I know it’s bad to duplicate code, but I’m stumped on finding a more elegant solution. The following four functions are all nearly identical, but do different things. The way WordPress formatted the code above might be wonky, so here is a Gist … Continue reading
Posted in Hobbies, Programming
Leave a comment