Friday, April 01, 2005
Wasting Time at Work
Yeah, I added the "Post a Message" to the side bar. Figure the side bar would be a good place for it; out of the way yet still usable. I'm hoping it works.
As for work, I should be documenting how I fixed some guy's stupid memory leak. Honestly, memory management systems like garbage collection in Java help make huge memory leaks in C/C++. When I realized what the guy was doing, I was like WTF??? Setting a pointer to NULL does not deallocate memory! Stupid Java programmer. Of course, my supervisor requested I write a document as to why I'm doing the change. Anyone who has read my technical essays will know I'm going to bash the poor sap (in the most pleasent terms of course) that he's an idiot. All in a day's work I guess.