OverLOAD

I am OverLOAD. Welcome to my home page. I have used this alias since about December 1994. I'm what's know as an internet longtimer. At first I used the name "OverLORD" to represent me. This was in the heyday of IRC. Within a couple of weeks of using this name, there were too many other people copycating my name so I had to fall back to OverLOAD. It is both symbolic of the state of the internet, and an accurate one word description of my life. Thus it has stuck.

Welcome aboard. If you must contact me. You can reach me by the following methods:

ICQ: 2716364
Email: OverLOAD@sylfex.com

My current online interests include Protein folding for RAGE3D. And also The search for Extra Terrestrial Intelligence.

I also purchase a lot of computer equipment. Some of my favorite sites to find a good deal are:
Pricewatch
Pricegrabber
Hot Deals

If you are aware of any good deals or sites like these sites focus on, please let me know, and I will add it to the list, for the benefit of all who come here.

If you curious about SYLFEX, please go here to find out more.

Current Sytem time is:   #!/usr/bin/perl # Print Date & time for inline CGI in HTML's $sec = ""; $min = ""; $hour = ""; $mday = ""; $mon = ""; $year = ""; $wday = ""; $yday = ""; $isdst = ""; $zros = ""; $zrom = ""; $zroh = ""; # 0 1 2 3 4 5 6 7 8 ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time); if ($sec < 10) { $zros = "0"; } if ($min < 10) { $zrom = "0"; } if ($hour < 10) { $zroh = "0"; } if ($hour > 12) { $pm = "PM"; $hour = $hour - 12; } else { $pm = "AM"; } $year = $year + 1900; @months = (Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec); $mon = $months[$mon]; BEGIN { # HTTP headers if needed use CGI qw(:standard) ; print header(); } # print "
$zroh$hour\:$zrom$min\:$zros$sec $pm   $mday $mon $year<\/center>"; print " $zroh$hour\:$zrom$min\:$zros$sec $pm   $mday $mon $year"; exit;
You are Visitor Number since Feb 11 2005.
Last updated Jan 26 2003.