Pages
Archive
- June 2010 (1)
- March 2010 (1)
- December 2009 (2)
- August 2009 (1)
- July 2009 (1)
- June 2009 (4)
- February 2009 (1)
- November 2008 (1)
- October 2008 (2)
- May 2008 (4)
- April 2008 (13)
- March 2008 (4)
- January 2008 (8)
- December 2007 (2)
- November 2007 (3)
- October 2007 (4)
- August 2007 (3)
- July 2007 (7)
- June 2007 (2)
- May 2007 (3)
- April 2007 (8)
- March 2007 (12)
- February 2007 (7)
- January 2007 (2)
- December 2006 (3)
- November 2006 (7)
- October 2006 (7)
- September 2006 (20)
- August 2006 (5)
Recent Comments
art
blogroll
demo scene
friends
game dev
music
programming
ruby
Author Archives: proj
Juno 106
The old juno finally lost some of it’s voice.. the second wave generator is out. This happened around the time I modified the power plug so I probably did something to it. She’s all beat up already with broken faders … Continue reading
Blog Going Away Soon
To be replaced by something else.. not sure what, tbd
The Crazy things People Say
GameDaily compares TR to WoW. We did it for the lulz. (Thanks wayback machine)
Posted in games
Leave a comment
More Database Linkage / Research Material
Papers: Weaving Relations for Cache Performance C-Store a Column oriented DBMS Terms: Online Transaction Processing OLTP Online Analytic Processing OLAP Batch Processing Publish Subscribe Bitmap Indexes Strict Weak Ordering DB Normalization People: Ted Codd And his 12 rules Christopher Date … Continue reading
Posted in algorithms, db
1 Comment
Google C++ Style Guide
This is a nice comprehensive guide without the rhetoric you usually get in a C++ style guide. I’m still working through it Google C++ Style Guide
Select a Single Item in a List View Control
This simple operation took me longer to figure out than I would like, the answer wasn’t obvious on msdn or in any of the searches I did so I figure I should just put it up here for anyone else … Continue reading
Posted in programming, windows
1 Comment
Tracking down Circular Dependencies in Static Libraries
The GNU linker has some trouble when you present it with multiple library archives that depend upon each other. Libraries with symbols resolved in other libraries must be presented earlier on the command line. You can work around this with … Continue reading
Posted in linking, programming, ruby
1 Comment
Overview of the Z-machine
Here is a good article outlining the Z-machine. This is the machine that runs all of the Infocom text adventures including Zork for which the virtual machine is named. This is some really interesting engineering and you can still see … Continue reading
Posted in game programming, games, history
1 Comment
Is CVS dying?
I’m sure people are still using it but just tonight I was searching for a CVS command line client for windows and had some trouble finding something usable. If you’re going to use CVS you should probably just use SVN … Continue reading
Posted in cmake, version-control
Leave a comment
Facebook, twitter and blogging
Seems like over the past year or more twitter and facebook have taken over my status updates. This has led to me paying less attention to my blog which is really not a direction I meant to go in. It … Continue reading