Rambles

Reviewing my old twitter posts…

I thought I would review my old tweets to see if I had anything that is now embarrassing (didn’t find anything).  I did discover that none of the short coded StumbleUpon links work anymore.  the only thing worth reposting is my little song in code

if (You==Sunshine && Me.IsExclusiveSunshine==true){
if (Sky.Color==Color.Gray) {
Me.IsHappy=true;
}
}

Comments Off on Reviewing my old twitter posts…