這幾天看到很多 MySinaBlog 友都在談論一件事:MySinaBlog 首頁的焦點推介,竟是一個廣告,有欺騙點擊率之嫌。這件事令我想起搜尋引擎的廣告手法,也有類似的爭議。
在搜尋引擎百花齊方的時候,網絡廣告是其中主要收入來源。而為了爭上各

這幾天看到很多 MySinaBlog 友都在談論一件事:MySinaBlog 首頁的焦點推介,竟是一個廣告,有欺騙點擊率之嫌。這件事令我想起搜尋引擎的廣告手法,也有類似的爭議。
在搜尋引擎百花齊方的時候,網絡廣告是其中主要收入來源。而為了爭上各
These days I get very little spam, and what I do get is almost allphish email, stock touting, and advance fee fraud. Partly I'm lucky,but partly I've spent quite a lot of time working on our spam filters.
A lot of spam has relatively distinct characteristics that make it easyto filter. For example, there's a limit to how obfuscated spammers canmake URLs and still have people visit their websites, and there's onlyso many places that will host spammer
惡搞:網民 vs 商業
One of the jobs of a package management system is to keep track ofwhat files belong to what packages. Solaris 9 keeps this informationin a single plaintext file, /var/sadm/install/contents , completewith file ownership and permission data. The format is relativelyobvious; pkgmap(4) describes most of the bits, and here isanother reference. (My Solaris 9 install does not have a contents(4) manpage; I may be missing some package.)
The official Solaris 9 way of
I've known for a while that the Python interpreter has a few littleinternal limits and implementation quirks . I canaccept that; limits on the sizes of internal objects are not unexpected,and you have to draw the line somewhere.
But I was surprised to discover that the Python interpreter has a limiton how many arguments you can write in a function call; 255, as ithappens.
(The limitation is on explicit arguments in the source code; you cancall functions with many more arguments if