拯救人質真的可以有很多辦法
例如我們外遊究竟有什麼保障
例如我們在外地出事時可以有多無助
例如我們為什麼討厭暴力也會祟尚暴力
昨晚的事也許令很多人都不開心
昨晚的事也許令大家改變了對菲律賓人的
再活一次
My (probably wrong) assumption about Flash on Fedora
In hindsight, it is somewhat peculiar that I spent a considerable timeusing Fedora 11 with a broken Flash setup instead of seriously lookinginto the situation. What happened is that I made a simple assumption: Iassumed that Flash and the associated infrastructure needed to run it ona 64-bit machine were second class citizens, looked down on and basicallyunsupported.
If I'd assumed that Fedora wouldn't leave Flash broken on 64-bitmachines, then it being broken on my machine was clearly
Why I hate the Solaris 10 version of /bin/sh
Every so often I discover some exceptional piece of braindamage inSolaris. Here is one of them, presented in handy illustrated form:
$ cat cdtest#!/bin/shcd /not/there || echo failedecho got here$ sh cdtest./cdtest: /not/there: does not exist
(No other output is produced.)
Oh yes, Solaris. Killing my script when a cd fails is just whatI want you to do, especially when this behavior is undocumented andcannot be turned
蕭灑
Do we have a choice?
Talking about Inception, recently I has quite a strong idea ruminating in my mind.
In the past, I used to consider determinism as something naive, but these days when I read more on neuroendocrinology, I started to see how our thinking, emotions and judgement are easily explainable by the minute shoot of neurotransmitters/ hormones. If so, every tiny choice we made in life can simply be attributed to a reflex physiological response.
This may sound simple, but if its true and the whole world accept it, think about
聖人
Another reason to hate $LANG and locales on Unix
Sometimes I'm slow; only recently did it occur to me how the $LANG sort misfeature and GNU comm's misfeature combine in an orgy of annoyance in a heterogenousenvironment.
Suppose that you have systems that changed their default localebetween operating system versions. As part of routine processing , you use comm to get the difference betweensomething on the local system and a global list. Well, oops. Even if youcarefully use sort on both versions, you are going to have problems.
As we saw earlier