// Decode Matt Youell's twitter bio s=read["https://gist.github.com/built/5462795/raw/45f726cb51d5ecafcba75c28463818b3c54791ab/gistfile1.txt"] for i=0 to length[s]-1 step 16 print[char[parseInt[char[parseInt[substrLen[s,i,8], 2]] + char[parseInt[substrLen[s,i+8,8],2]],16]]]