Slashdot Mirror


User: Kees+Shui

Kees+Shui's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Can you imagine... on Windows 7 Touchscreen Details Emerging · · Score: 1

    I agree. My MacBook has multi-touch technology, but the zoom function is ahrdly usable. It takes some time before the system recognizes the gesture and then it suddenly blows up everything. You react by zooming back, but naturally overcompensate, so everything gets too small, etc. Maybe it's better on the iPhone when you have a touchscreen instead of a tocuhpad?

  2. Re:First Post! on Fibs - Fibonacci-based Poetry · · Score: 1
    Here's another one. Not exactly by your rules, but close. And it's Perl, so it's executable. Try it!
    $
    b
    ++
    ;do
    {($a,
    $b)=($b,
    $b+$a);print(
    $b- $a,"\n")}while(1);