大家看到的這一個 post 已經是在新的 hosting server 了。這陣子沒有寫文,也是因為搬遷的關係。以下是搬遷點滴:
悲悼.憂鬱.工作狂
安撫寵物逝世的主人之彩虹橋網頁(rainbow bridge),列出悲悼(mourning)的五個階段:一、否認事實、自我孤立;二、因為無力而產生的憤怒(隱含罪疚);三、希望重掌主導權而討價還價;四、抑鬱(depression),因失去而悲傷和後悔,進而擔
20080214 – 舊相到新相
MS and Y!
- 三言二拍:微軟買到了什麼 Quote: 一家正在走向中年的軟件巨頭,加上一家未老先衰的互聯網前龍頭,可以成為一家更加巨無霸的公司,卻未必會成為一家有資格主宰未來的公司
News/Services
- Twittershare 可上載 10 MB 檔案,然後在 twitter 發佈
滄海遺珠
讓那些蠢人庸人嫌棄你
切莫讓人影響了你 信仰你的真理
如滄海深處埋藏著遺珠 其實你好處個個也不知
唯獨我先可以明白上帝構思 於沙礫裡找到璀璨珍珠
人家冤枉你平凡悶孩子
但是你心事我不信 無聊沒意思
沒有
A consequence of Python's 'computer science' nature
Here is a thesis: Python being a very 'computer science' language is a good part of the polarized reactions it often gets.
The necessary flipside of being regular and predictable is that Pythonis also rigid and what I will call 'solid': it is not just rigid inseparate, independent pieces, it is rigid all through, which comesnaturally from the rigorous expansion of its core concepts through thelanguage (and from how they tend to interlock).
If the core concepts resonate with you, then the
對錯的模糊
大家辨別是非時習慣的模式就是“我對你錯”。挑剔別人的錯誤,容易;承認自己犯錯誤,很難。誰都會有抬舉自己原諒自己美化自己欺騙自己的時候,很少人會客觀分析一件事情的發生,什麼環
世上動作最慢的書評
香港文化長期受著日本文化的影響,從潮流風尚到社會結構,日本對香港都有著至關重要的對照和參考意義,因而也有研究的價值和趣味,這是長久以來的共識了。香港不時有人撰著關於日本的文章,而我和很多
A small annoyance with HTML
One of the things I don't like about HTML is its peculiar restrictionson anchors (elements), specifically named anchors. Named anchors are what you use tospecify the target of '#fragment' URL fragments, and the restrictionsmatter because they constrain where you can point such fragment URLs. There are two annoying restrictions: anchors cannot be nested, andanchors must include something inside them; they cannot be empty. Thatanchors cannot nest constrains your ability to make a fragment targetwrap arbitrary content