I'm not doing much Free Software coding these days. I'm getting my fill of programming at work, which is good.
My GO learnin' is coming along well. I'm playing about six hours per week.
My Canon AE-1 broke. I've got to troll pawn shops looking for another. Or I could use my fancy-schmancy camera all of the time. I'm a little afraid of breaking it, if truth be told.
chaoticset: You used the word "palindrome", but I wonder if you meant "anagram". If I understand you, you want to see if two words contain all similar letters, right? As you're making your list, you should sort all the letters first. Then it's just a matter of string comparison to see if two words are anagrams of each other.
