about me
My name is Andy Rader, a 24 year old Computer Science graduate from Rochester Institute of Technology. I hold many interests, primarily involving problem solving. I created this site to give me a creative outlet, with the hopes of it making me a "rockstar" programmer.
I'm also currently the lead (and only) developer of librmpd, an MPD library for ruby, and Mistic, a lightweight framebuffer interface for Linux.
contact me
You can contact me via the following:
email: andrew.r.rader AT gmail DOT com
aim: BitwiseMcgee
about void*
In computer science, the * (asterisk) is also referred to as a splat. The symbol void* is used in the C programming language to represent unknown data types. This means that given a void* (a pointer to void) you can effectively point to anything you want.
That is the idea behind this site. It is here at void*.org that I will store anything and everything that I can think of.