Broken syndication feeds are worse than no feed

Over the time I've been using syndication feeds a lot, I've had to dealwith various sorts of feed problems. And I've come to a conclusion: broken feeds are usually worse than no feed at all .

Broken feeds invite you to trust them, but then betray that trust;you wind up doing extra work to make sure that you're actually seeingeverything and what you're seeing is actually there. (Broken feeds arealso frustrating ; if only they weren't broken


Some ways to break your syndication feed

To follow up my previous entry , here's the sortof thing I mean by the term 'broken feeds', as taken from things I've beenfrustrated by in the wild:


買今期星期日明報!!

登文咁爽,僅次於上次《賈樟柯電影世界特集》 的經驗。湯禎兆朱凱迪熊一豆甘太三峽好人王慶鏘!!


香港時間早上11點,俄羅斯對巴西!!重要!!去他媽的巴西!燃燒吧!一日俄羅斯一世俄羅斯!!!!!瘋狂地燃燒吧俄

不捨



鐘樓熄燈了,你可有不捨?

原來美好的物事總是不耐久,會忽爾從生活中退出。

教我們手足無措,讓我們的回憶永遠缺了一角。

無論你正在做甚麼,祝你快樂。



註:圖片來自明報

Weekly spam summary on November 11th, 2006

This week, we:

  • got 15,129 messages from 287 different IP addresses.
  • handled 21,714 sessions from 1,659 different IP addresses.
  • received 193,764 connections from at least 45,843 different IPaddresses.
  • hit a highwater of 35 connections being checked at once.

Connection volume is down from last week .The highwater is much higher and was set sometime Thursday; beforethen we had the same highwater as


A thought about disaster recovery planning

Disaster recovery planning is famously difficult, and not just becauseit's a hard subject. In fact there seems to be a kind of repulsion fieldthat makes people either shy away from thinking about it or dismiss itas something that they can't do anything about anyways. (The latter isthe 'if we have a serious fire the organization's dead anyways, so whyworry about the backups?' mindset.)

I've come to think that one significant reason for this is that when you


Link: On Bots

On Bots is a fascinating reporton a large scale experiment to see how web search bots would explorean almost limitless set of linked pages. Whether or not the resultsgeneralize (or are still applicable), it's got a bunch of prettypictures.

(From Tim Bray ,rather belatedly.)


我要性高潮(give me dont hurt)

張四十三與他的三姑六婆

我要性高潮 (give me dont hurt)

一問一答

J:「可有人應徵做你的birthday partner?」

E:「有。認識的不認識的也有。」

J:「那你選定了沒有?」

E:「還沒選定。」



總是覺得,我在選擇,同時也在等待。

等待一個可能已經出現了,亦可能尚未認識的人。

等待一個會讓我笑,

The importance of printable objects

I have a small defect in the Python code I produce: I rarely botherto make my classes printable or to give them a repr(). Most of theclasses will never be printed, and the default repr value is goodenough to distinguish two instances from each other.

But this is a mistake, nicely illustrated by my grump about assert'sweakness as a debugging tool . Objects having a usefulstring value makes it much easier to dump out information about thestate of things when a problem comes up.