最近有一個博客地圖推出,以 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^