追女仔

母:「咁人地咪追緊你lor。」

女:「咁都叫『追』?」

母:「咁仲唔叫呀?」
_________________________

路人甲:「我諗佢係想追你ga。」

路人乙:「咁佢要兜口兜面同我講至得ga。」
______

Knowing things versus being able to prove them

Recently there has been a small contremps over how well (or not) IDEs can support refactoring for dynamiclanguages. To stereotype and condense, on one side are Java peoplewho feel that without the guarantees provided by static typing, manysorts of automated refactorings are impossible to do reliably and soworthless; on the other side are Tim Bray and dynamic language people,who feel that various things can get them close enough, and besidesthere are a laundry list of situations where static languages don'thave reliable refactorings either


明報.斑駁日常(四五六)

有些朋友要說了:食老本啦你。是啊,食就是傷,除非你可以一直地寫同一樣事物。本來希望寫專欄是不傷老本的,以樹木隱喻來說是,往枝頭新芽寫;但後來發現,不傷老本不寫入年輪深處,就不好玩了——非得把留了幾年的

生日一定要快樂

渣估:

Happy birthday to you... 雖然我唔知你幾號生日。

生日一定要慶祝,唔係單單為自己,亦係為養大我地既父母慶祝。

媽咪咁辛苦生左我地出黎,爹地媽咪咁辛苦湊大我地,佢地明明可以用養我地既錢去享受人生。

o係父母心目中我

粉絲暴走

1.
聽到「浪奔!浪流!」我們香港人當然尤其忍不住大笑,到什麼時候止住笑聲則端看個人的敏感度與對賈氏作品的熟悉度。到得流行曲與現實環境錯置之下的真實意義被揭示出來的後來,總是鴉雀無聲的。這就是賈樟柯的signature
Continue reading...

The downsides of remailing

In the context of SPF and its need for SRS instead of simplemail forwarding, a local sysadmin recently asked on our sysadmin mailinglist:

What is bad about remailing?

Fundamentally we're being asked to do extra work that benefits otherpeople, people who've chosen to break their own mailers for no actualbenefit. This is backwards, and in my opinion accommodating such peopleonly encourages the next lot to demand that everyone else clean up theirmesses.

Apart from that:

  • remailing requires additional software and configuration,

全城含蓄少女臉色發綠(小劇場)

話說FB和那個風騷的年年都和富德樓的黃生過從甚密。說話冇PT的年年,最大強項是在含蓄的少女面前細數自己和黃生暗生默契。CH在旁吶喊助威。含蓄少女T心中憂傷,又雙拳難敵四手,唯有打電話約在大公報工作的黃姓詩人

欲罷不能 Evangelion

eoe

Alex 貼了一篇 想當年 實在撩起我條癮,也想當年一番。

EVA 的特色之一,是其「包容性」很廣:小孩大可以當機械人打怪獸類的特攝片看,少年因劇中年紀相約的主角而產生共鳴,比較年長的會鑽劇情,研究種種符號含意,成年人會


文明單位:煙

文明單位:煙
嘉賓: 林輝 阿野

像我這樣的人不懂得競爭,只著意於銘刻失敗。文化工作者紀綠消逝的事物,把被禁制的隱形事物銘刻在空氣裡。就像煙那樣消散又繚繞。

在單向否定、將吸煙者妖魔化的禁制文化裡,我們無法進

A Solaris 8 make bug

; cat Makefilefoo : /tmp/bar	touch foo; mkdir /tmp/bar; maketouch foo; make`foo' is up to date.; touch /tmp/bar/t; make`foo' is up to date.; gmaketouch foo

As ' make -ndd ' shows, for some reason Solaris 8's version of makedecides that directories always have a timestamp of 0. It knows thatthey exist, because if you remove /tmp/bar it complains aboutit.