Entries from March 2008

SOAP is a Four Letter Word

Date March 6, 2008 by Isaac

If you are a SOAP fan then you may want to stop reading now.  Seriously, I am not interested in a philosophical debate on the “merits” of SOAP.  Personally, I think SOAP is a horrible way for distributed resources to communicate.  The idea of SOAP being XML and hence partially readable is OK, but for [...]

TCL Call Graph Generator

Date March 4, 2008 by Isaac

I found this TCL call graph generator today. I find that call graph generators are useful for static debugging and tracing of program flow. http://www.fincher.org/tips/Languages/tcltk.shtml Link Summary http://http://www.fin…Languages/tcltk.shtml

Laptop Frequency Scaling

Date March 3, 2008 by Isaac

My normal operating system of choice is Ubuntu Linux which has a nice little frequency scaling applet. Normally I leave the frequency switching scheme set to “On Demand” which will alter the speed according to the load. Sometimes, when I really need to save on power I will set the scheme to lowest power consumption, [...]