
Thinking about more text formatting for DWiki
What DWiki is used to write about has drifted a fair bit from what Ioriginally wrote it for, and some of the choices I originally made nolonger seem so ideal. I've been thinking for a while that DWikiText , thewiki-text formatting language here, needs some more formatting features;this entry is at least in part me thinking out loud about them.
So, here are the new features I think I want:
- 'literal words', words that appear exactly was written withoutany special characters
變形金剛 TRANSFORMERS:超強勁啊
當你clubbing時遇上舊男人
舊男人 ── 泛指曾經date過的男人、曾經對你有意的男人、曾經追求你的男人、曾經有過感情的男人。
如果你在同一個晚上,同一間夜店內遇上舊男人,每款一個。
大概你會跟我一樣,想撼頭埋牆。
就算我是金馬影后都沒有那麼多
如果你在同一個晚上,同一間夜店內遇上舊男人,每款一個。
大概你會跟我一樣,想撼頭埋牆。
就算我是金馬影后都沒有那麼多
我的Chanel No.5
收到了第一瓶Chanel No.5 Eau De Perfum。
不是買不起也不是買不到,但由別人送贈,分外窩心。
以小龜毛公仔為記,一條半手臂遠的距離,尋找禮物。
這是屬於我的尋寶遊戲。
不是買不起也不是買不到,但由別人送贈,分外窩心。
以小龜毛公仔為記,一條半手臂遠的距離,尋找禮物。
這是屬於我的尋寶遊戲。
Weekly spam summary on August 4th, 2007
This week, we:
- got 111,59 messages from 243 different IP addresses.
- handled 18,480 sessions from 1,401 different IP addresses.
- received 393,665 connections from at least 102,514 different IPaddresses.
- hit a highwater of 34 connections being checked at once.
Volume is up quite a lot from last week ; alsoup is how many different IP addresses are trying to send us email. My
最愛熱腸人
beyond stars 又有新料。網上人鏈的更新令人感動。討論區唔到我地玩架喇,還是玩blog啦。
大家都知,無論多麼力有不逮,唱k時我還是要唱何韻詩 〈元神出竅〉 。不過還是估不到 她可以這麼好 ——當然也是香港其它藝人太不濟,以致何
大家都知,無論多麼力有不逮,唱k時我還是要唱何韻詩 〈元神出竅〉 。不過還是估不到 她可以這麼好 ——當然也是香港其它藝人太不濟,以致何
20070804 網摘 – 時間站在我們這邊
皇后
Web
- Amazon Flexible Payment Service 新的 Amazon payment service,會否更易用?
- Fans組團翻譯哈利波特第七集和網路衝擊實體出版業的思考 網上協作的力量是很大的
Blog
- 討論+Mysinablog老化問題 Quote: Blogspot 也曾經經歷過這樣
勿念
一切都好,勿念。
Using WSGI for performance tuning
Doing profiling and performance tuning on a web application is normallya big pain. It's hard to profile things when processes (or threads)are always coming and going, and the typical web environment has somany sources of random delays that it is difficult to do fine-grainedperformance comparisons between two bits of code.
With WSGI, you can get out of this. Your WSGI application doesn't dealwith the web directly, so you can write a WSGI frontend that is just atiming and profiling harness