Monday, November 25, 2002

a friend of mine sent an email to everyone in his contact list and used that to transfer his contacts to his new email program. what a simple way to transfer your contacts if your email client doesn't support an import.

Sunday, November 24, 2002

on my hp computer when i boot up f1 takes me to the bios, f8 takes me to the advanced windows options.

Friday, November 22, 2002

in c# putting an @ in front of a string makes it a verbatim string. that means it doesn't try and use backslashes for escaping. ie. @"c:\MyFolderMySubFolder\MyFile.txt"

Friday, November 15, 2002

raid is Redundant Array of Independent Disks
level 0 - striping - interleaving data on multiple disks for performance. no fault tolerance
level 1 - mirroring
level 5 - at least three disks. striping with parity