Comment Re:Be sure to warm up first (Score 1) 305
i've often said this about making gui's too intuitive. one of the nice things about computers is that you can batch process jobs
mv *.jpg pictures
find ~/ -name *.html -type f -exec grep password '{}' \;)
howerver eventually along this quest for intuitiveness we will have recreated the actual physical task. Well i have to search through every file, use a cool gesture to pick it up from one screen and move it to another. Maybe someday we will have haptic feedback, so the weight of the folder intuitively lets you know how many files it contains!