-
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: May 2012
Unix sockets echo example
Some stuff that came up at the office got me curious about Unix network programming. Fortunately I have a few books here that touch on that topic (both Advanced Programming in the UNIX Environment and Advanced MAC OS X Programming), … Continue reading
Posted in Hobbies, Programming
Leave a comment
Random pixel animation with GTK+
I still want to make a proper write-up of this program, but for now a brief video with some commentary will do (mostly as a reminder to me!). The source is here: https://github.com/cheydrick/GTKPixBufTest Now that I have a basic grip on … Continue reading
Posted in Hobbies, Programming
Leave a comment
Seeing stars
There are several great leaps I think all newbie programmers make. The first is text input and output, then the next is reading to and from a file. One of my big leaps last year was GUI programming – escaping … Continue reading
Posted in Hobbies, Programming
Leave a comment
Ubuntu-ception
Running a GTK+ program through ssh with X forwarding (simply displaying a quickly drawn .png file). This ssh session is being run inside Ubuntu which is being run in a Virtualbox session hosted by Windows 7. One program being run … Continue reading
Posted in Hobbies, Technology
Leave a comment
Project Euler 7
My old online journal kept track of my progress through the Project Euler problems. I’m glad I kept track of them there (by posting the source) because the first 12 problems I solved were individual programs scattered across three computers … Continue reading
Posted in Hobbies, Programming
Leave a comment
termios structure sanity check
Some initial testing with setting up serial communication flummoxed me. I decided to work up a tool to give me a hand. https://github.com/cheydrick/ssanity Any evening you get to use the ternary operator is a good one, right? ssanity runs through … Continue reading
Posted in Hobbies, Programming
1 Comment
One defining purpose
One of the biggest impediments to learning C is having to learn the different between things that are there because they are necessary, and things that are there because of good practice. I kept encountering tokens being defined in header … Continue reading
Posted in Hobbies, Programming
1 Comment
Serial port interface prep work
I really want to get a grip on serial communication. Step one is to set up something to read from or send to. I had hoped that it would be similar to how web servers worked – I can set … Continue reading
Posted in Hobbies, Programming
Leave a comment
Interfacing a Line 6 Pod X3 Live to Reaper in OS X
Getting the drivers installed and having Reaper recognize my Pod X3 Live as the recording interface was easy. Translating the two stereo inputs on the X3 to available lines to record in Reaper isn’t straightforward. The X3 is pretty neat. … Continue reading
Posted in Music
Leave a comment
Guitar practice
I bought this guitar in high school and have yet to be any good. I’ve had “I Believe in a Thing Called Love” by The Darkness in my head for days so I pulled up a tab and decided to get some … Continue reading
Posted in Hobbies, Music
Leave a comment