Blog Planet Wiki Why is this page pink?
Feed Feed It

The Symbol

Monday, December 06, 2004 06:23 AM

So perhaps a little background is appropriate with this whole reinvention of my symbol. So that picture of the actual "heatsink" for transistor was discovered when I was going to school, at the time I was going through some crazy experiences. I was also dabbling in blogging with greymatter, and of course attempting to figure out an alternate identity just for the net. So back to the story...I had come out of the stock room and as usual there were a plethora of assorted items that students could just load up on for free, so I grabed a bunch of capacitors, resistors, and some voltage regulators. I then looked down on the shelf and saw a box load of those funny looking things. I then rushed back to lab, and set them all down on the lab bench to put them into my toolbox. And then very much how Ice Cube dropped an ice cube in the movie "Friday," I looked down and some of those heatsinks had landed on their side, I then looked at them and I suddenly realized...brilliant! The rest is history! And much thanks for Mercuryfrog for the help with configuring greymatter back in the day, i'm forever in debt to you for starting this addiction!!
// This is why Merc needs to use Movable Type,// cause blogger can't do this!!!using System;namespace GoodMorning{class Enlightenment{public static void Main( string[] args ){for( int i = 0; ; i++ ){if( i % 10 == 0 ){Console.WriteLine("\n**\tWake Up Biatch!\t**");}else{Console.Write("*");}if( i == 1000 ){break;}}// End for loop}//End Main}//End Class}//End Namespace