最近有一個博客地圖推出,以 Million Dollar Homepage 的意念,推出專為 Blogger 而設的收費廣告服務,標榜收費便宜,目的是增加博客間的交流。對此,有人 支持 也有人 反對 ,掀起了一番爭論風波。我在想如果同類事件,是由 Oui 或者 Blog-you ,以「留紀
人生苦悶,奇文共賞
Fun with control characters and the web
Yesterday, I broke WanderingThoughts ' syndication feeds (and madethe main page not validate). I did this by accidentally putting a ^Dcharacter into an entry ; oneof the editors I use makes this unfortunately easy to do by accident,and hard to spot.
Neither HTML 4.01 Transitional nor XML (which the Atom syndicationformat is a dialect of) allow control characters (apart from tabs(and linefeeds)). A lot of things are forgiving of crappy HTML, butthings that eat Atom
請各位聯署,任何人都可以聯署
20060215網摘 – 香港諧音字文化
另一個
- Zooomr 另一 photo sharing 服務,但更集中於交朋友講故事,不用登記,可使用第三方登入 (如 google account)
- Squeet – Free Email RSS Reader 另一 RSS to Mail 服務,提供管理 subscription 的介面
- co.mments 另一個類似 cocomment 的應用,但不需要留言就可以 keep track 回應,也支持在 flickr, digg 裏的回
節同時異,我勞如何
還是應節吧。
〈寫給別人〉 夏宇
我在他的手心上寫字筆劃繁複
到成其為勾引而且還寫錯了
又擦掉重寫一橫一豎
一捺一撇勾勒摩擦引他
進入一個象形皮筏裏我把
皮筏的氣放掉我們沉入
湖裏我說我愛你
沒有
An advantage of using a non-standard shell
One of the surprising advantages of using a completely non-standardshell (in my case, Byron Rakitzis' Unix version of rc ) is all of the things that are not automatically set up for you by modern systems. As someone I read found out recently ,these days this includes colourized ls listings, colourizedsuper-intelligent vi , and so on.
(I might not mind colourization so much if it paid any attention to whatthe baseline terminal colours were, but I haven't seen that happen yet.
20060214網摘 – 玩命馬拉松
港聞
- 騎呢玩命馬拉松 Quote: 今天見很多身體發福的男人女人也在馬拉松,化了妝美女也馬拉松,一班似去慣唱K的男女生也柴嘩嘩去馬拉松,看到其骨架肌肉狀態根本是平日操練不足的普通人 ,這樣騎呢參加馬拉松不出問題就怪。
GNU bc for the birthday paradox
So that I don't have to redo this again if I ever need it, the GNU bcmagic for the Birthday paradox stuff isas follows. First, you need to start GNU bc as bc -l to load the mathlibrary, then:
define p(n, m) {return 1 - e( (-(n * (n-1))) / (2*m))}define p32(n, m) {return p(n, 2^