By Zhen Sun

原來是做夢啊

December 3rd, 2009

今天早上接到電話,之後又倒在床上。不知怎麼就開始收拾東西,收拾到一半突然覺得不對,睜開眼睛,原來是在夢裡收拾東西。

1 Comment »

那是好多年前的笑話

November 24th, 2009

水木清華的 joke 版翻到好多年前的笑話:

发信人: wsdsd (和你在一起), 信区: Joke
标 题: 好人呐
发信站: BBS 水木清华站 (Fri Oct 10 19:01:28 2003)

前天晚上10:00,在我所住的小区里。
那天我让mm生了好几次的气,都怪我没对她言听计从。
最后在往回走的路上,我乞求她的原谅。
mm:你得先把我背回去,我再考虑
mm:你先蹲下,我懒得往上跳
mm: 你两手抱住喽,你
这样走了大概有十分钟,一辆怕撒特从身边开了过去。
一会,那车又倒了回来,停在我们旁边。
“快上车吧,这儿离医院还远着呢!”
我无语……

又想起來這些日子倒鉤的事情。

1 Comment »

TopSite Keyboard Shortcut Changed in Safari 4.0.4

November 12th, 2009

The keyboard shortcut of “TopSite” changed from cmd+shift+1 to cmd+opt+1. Makes my fingers uncomfortable sometimes since I use this feature several times a day.

No Comments »

Profit

November 5th, 2009

Jason Fried of 37Signals:

It really bothers me that the definition of success has changed from
profits to followers, friends, and feed count. This crap doesn’t mean
anything. Kids are coming out of school thinking, I want to start the
next YouTube or Facebook. If a restaurant served more food than
everybody else but lost money on every diner, would it be successful?
No. But on the Internet, for some reason, if you have more users than
everyone else, you’re successful. No, you’re not.

Agreed.

No Comments »

Regarding Single Application Mode

November 3rd, 2009

Regarding TidBITS’s “Hidden Single-Application Mode”:

But it goes further. Lurking in the scary bowels of Mac OS X for all
these years has been this little command, which brings back
single-application mode. (Go ahead and try it – it’s easily reversed.)
defaults write com.apple.dock single-app -bool true For
single-application mode to take effect, you have to relaunch the Dock
with this second command. killall Dock

Previously I use multiXFinder for this kind of job, which is free and play nicely with Snow Leopard. Additionally, it can also active the “Single Application Mode” while using Command + tab to switch applications. No need to mention the love of whitelist for some particular applications. Days ago I re-invited DragThing to my system and remember that DragThing itself has the exactly same feature.

DragThing Single Application Mode

Finally I use AppleScript to toggle this behavior, and it is lunched by FastScript.

tell application "DragThing"
    if not (hide other applications when switching) then
        set hide other applications when switching to true
    else
        set hide other applications when switching to false
    end if
end tell

No Comments »

BBEdit Is Still Fast

October 30th, 2009

Actually BBEdit is still fast. More than 10 years ago (July 1997), On ATPM’s “Review :BBEdit 4.0.4″:

This review really wouldn’t be complete without mentioning BBEdit’s
incredible speed. While many of our readers might not consider speed to
be a noteworthy trait for a text editor, I could easily find programs
that deal with text in a drudgingly slow manner (Microsoft Word 6.0
comes to mind). BBEdit’s speed is apparent in every task it achieves,
from scrolling, to searching and replacing, to formatting HTML to
executing macros, BBEdit is the fastest text editor on the face of the
planet, and without question the fastest HTML editor in the universe.

Even today, open a 200mb plain text file in both BBEdit and TextMate, scroll up and down, you’ll see what I mean.

2 Comments »

Beautiful

October 20th, 2009

Apple Magic Mouse

The Magic Mouse is the new mighty mouse.

  • Multi-Touch Surface
  • Bluetooth Wireless
  • No more 360° sticky ball

Just released by Apple today.

No Comments »

« Older Entries || Newer Entries »