世俗兩難
這個問題嚴肅得會改變很多人的生活,甚至信仰本身︰假如世俗化是有害的,那麼我們必須要棄絕那些屬於俗世的嬉戲,需要以落入世俗娛樂為恥,因為那將會損害信仰的純正,要避免使用世俗的語言
佛誕又講一下…
想不到台灣的夜總會真行,找那些舞女去接客,免費上床,加上一句我愛你,騙那些宅男幫其贖身。被騙者三萬多人,金額過億....特别提示:被騙者多是電腦男的精英......台灣還真是一個女人的天堂...男人笨
不是Guru Dutt的電影 《12 O'Clock》
有效率的盡責
通常
Users Are Stupid - a Guiding UX Principle
About a week ago, a road near my condo was closed off due to construction. Prominent signs were placed at three separate junctions warning drivers to take a detour. Judging by these signs, a rational individual would get the hint and turn right, avoiding any unnecessary danger to his life or his vehicle.
Unfortunately, users (and drivers) are NOT rational when it comes to most decisions. They have a goal, and they'll do whatever they think is best to achieve that goal, whether or not it

你是誰?
莫強求
An example of an API that you can't do with C stdargs
(This is a followup to yesterday's entry .)
Update : I'm actually completely wrong about this, both in practiceon x86 machines with gcc and, I believe, in standards-compliant theory,as brought to my attention by nothings in comments.
One general class of impossible-in-C varargs APIs is heavily polymorphicdispatch APIs where you need to dispatch to one of several differentvarargs functions that have different constant arguments. Here is agratuitous (and probably bad) API example: