Politics: 23 March 2007
I've posted what I think is a pretty decent explanation of Software Patents and the harm the cause us on my website. I wrote this last semester for my Freshman English class.
Web: 10 February 2007
I've done some stylesheet cleanups and fixed a few things here and there. Still on the to-do list is removing Ajax when not needed, and utilizing an SQL database for my x86 instruction reference instead of a plethora of flat files. I think I can also optimize the instruction reference a bit more.
Programming: 25 January 2007
I added nice little x86 assembly functions for Sine, Cosine, and Absolute Value to my code page.
Math: 23 January 2007
I've started work on a Math section for my website. I hope to use it as a nice little place to keep track of all the Calculus and Physics I learn.
Programming: 24 November 2006
Looks like my x86 Instruction Reference is working and at least somewhat optimized. I'll have to write up a page about how to add instructions to it so that I don't have to document all umpteen instructions myself.