What can we fit in 140 characters?

code 27 May 2009 | 0 Comments

This is in reference to the current ‘Twitter image encoding challenge’ running on StackOverflow. If we want to restrict ourselves to assigned, non-control, non-private Unicode characters, then by my reckoning that gives us 129,775 available characters. wget http://unicode.org/Public/UNIDATA/UnicodeData.txt awk -F ‘;’ UnicodeData.txt -f countUnichars.awk | bc countUnichars.awk source: BEGIN { print "ibase=16" } # set [...]

Tagged in , , , , , ,

Is it just me?

commentary 7 March 2009 | 1 Comment

Tagged in , , ,

What Unicode sounds like

code,music 3 November 2008 | 0 Comments

lame -r -m m -s 16 –bitwidth 8 ~/Downloads/UnicodeData-5.2.0d2.txt unicodedata-520d2txt

Tagged in , , , ,

How to tell if your handwriting needs improvement

self 19 September 2008 | 0 Comments

Tagged in , , , ,