I like it!
(Stephanie: Thank you for telling me about this)
When do we go to 156,000 cores?
A really good programmer might be able to take this "Tuple Imagery" program down to tweet size. Please try.
b = c = Table[{0, 0, 0}, {x, 1, 256}, {y, 1, 256}];
t = Tuples[{0, .5, .05, 0, .5, .05}, 3];
For[j = 1, j <= 216, j++,
b[[All, j + 20]] = c[[j + 20, All]] = t[[j]]];
Image[b + c]
It's 41 characters over the limit.
Really close:
t = Tuples[N@{0, 1, 0.5, 0, -1, -0.5}, 3];
l= Length@t;
Image[Array[<a href="mailto:Total@t[[{##}]]&,{l,l}]">Total@t[[{##}]]&,{l,l}]]