Towards assessing SORBS' false positive rate

I was somewhat surprised to read in Chris Linfoot's blog that he uses SORBS ,because I've always considered the top-level dnsbl.sorbs.net blocklist a little too aggressive. (Considering that I use SPEWS,this may be a little bit of throwing rocks in glass houses.)

(Update: Chris Linfoot does say that you need a goodwhitelist to use SORBS.)

Out of curiosity I decided to get a very broad sense of the potential'false positive' rate for using dnsbl.


Weekly spam summary on January 7th, 2006

It's time for the first weekly spam summary of the new year, so let'ssee what sort of a start 2006 is off to.

This week we received 14,639 email messages from 198 different IPaddresses. Our SMTP server handled 30,023 sessions from 3,122different IP addresses. Message volume is up some since last week (not surprising with peoplecoming back to work) and session volume is holding steady.

Connection


你看得起澳門文學嗎?

告訴我,上這個討論區的人有幾個真的看得起澳門文學?你哋身為澳門人,有留意過澳門文學嗎?你講得出五至十個澳門作家的名字嗎?有多少人曾經想過見那些作家的面?有認真看過一本澳門人寫的書嗎?告訴我!
( https://

Some notes on Solaris 9's Sunscreen IP filtering package

I spent today reading up on Sunscreen, the Solaris 9 bundled IPfiltering system. It's been interesting, partly because Sunscreen'sbuilt around a different packet matching model than I'm used to, anduses a great deal of different terminology (for example, what I thinkof as 'transparent bridging' is called 'stealth mode').

Sunscreen doesn't actually match packets as such. Instead you define'services', for which you specify some combination of destinationand/or source ports


the least but not the last

趁呢個blog仲唔知有幾多人睇,我想向世貿期間,常到、偶而路經、不幸錯摸來到(但都看了點文)本blog的各位朋友,所付予的耐性、關懷、真誠,鞠躬道個輕微的謝。除了感謝相識朋友的助力和幫忙,尤其感謝那些將鄙人文章貼

不存在絕壁

12月30日,我們在觀塘法院聽審。來港處理被捕事件的韓國官員,坐到前排。幾位在聽審席上的韓國朋友突然起身,大聲喊了好幾句話,樣子憤怒。我等不解,葉蔭聰以英語問了他們,才知道這次來的韓國官員,是支持通過

悲苦小劇場之《如果.愛》續篇

《如果.愛》曾給予鄙人強大打擊, 當時江記曾有壯語:「小樺,我約你睇如果愛!!!!」
不旋踵,12月25日,江記自首:「我同第個睇左如果愛了。我請你食飯!」
日本料理加《情義我心知》減社群建設費,江記面色發

The old nameserver glue record hell

A recent commentator on HowNotToDoDNSI has prompted me to write aboutthe hell that glue records could be in in the Internet's old days. Toreally cover the horror, I'll start with the ordinary glue recordhorror.

Glue records are additional A records that get returned by higherlevel nameservers when people ask for NS records to avoid recursionproblems that would otherwise ensue when, eg, foo.com has www.foo.com as its nameserver. This can be exploited to optimize DNSlookups a bit, as


blog後感想

blog了一段日子
開始掌握大家看blog的心態
自問寫得不好
不過很想把自己留意到的事物與別人分享
一個意見不傳出去只是一個空想
一個意見越傳越遠才會產生力量
最近在張系國先生的blog上讀到他談blog的文章 https://blog.chinatimes.com/changsk/

Is concurrency 'hard'?

Is concurrency hard? You can certainly find people arguing both sidesof the issue if you look hard enough (mostly for rather than against).But I think the question may be blurring two things together that areworthwhile to separate: 'concurrency is difficult to learn andunderstand', and 'concurrency is tricky to implement correctly'.

For example, in his reaction to Joel Spolsky's Java Schools article ,Tim Bray gives a little taxonomy of difficulty:

My experience differs from Joel's in another respect: