Category Archives: Computer

Computer Technical Notes

超邪惡的 Google Toolbar

看到這篇文章「Google’s new toolbar: Now more evil than ever」提到的:

As if that wasn’t enough, the toolbar updates automatically, without asking. Once installed, this happens no matter how restrictive your Explorer security settings might be, and regardless of whether you have ZoneAlarm or some other firewall installed. Basically, this means that Google potentially can install anything at all on your hard drive, at any time that you connect to them.

Don’t be evil?這已經是過去式了。

答非所問的 HiNet

在「Hinet宣稱有檔一半以上的垃圾信?」這篇文章中提到的一些東西是不對的:

當Hinet還要為自己辯護的時候,麻煩看一下別人的垃圾郵件防堵技術,應該有機會也是可以做得到的。當垃圾郵件量減少到10%以內,應該就不會有人指責Hinet是spam friendly isp了。

HiNet 被認為是 spam-friendly ISP in Taiwan 的原因,不是因為透過他們的 mail server (msa.hinet.net) 送出去的信,也不會是因為 HiNet 的客戶收到很多廣告信,而是因為他們的 ADSL user 直接連到外面的 MX receiver 所寄的廣告信,而 HiNet 對於這些 spammer 的處理態度非常消極。

Fake Blog 與樂多

我們來看看一個案例,請您用 “Fake Blog” 當關鍵字去 Google 找,第一個應該是:The Lincoln Fry Blog

看起來是某種 Google Bomb,但,這是怎麼一回事?來看 Jeremy Zawondy (這位先生是 Yahoo 上班的大長輩,之前在 Platform Engineering group 當 MySQL 的大頭目,現在在 Search Engine team) 的說明:McDonald’s Fake Blog

According to the Strategic Public Relations blog, there’s a fake blog running on TypePad that’s there to support some dumb Super Bowl advertisement.

這邊解釋了為什麼被 Google Bomb:

If you link to the site, I suggest using the text “fake blog” because, you know, some search engines care about that stuff. :-)

okay,連去 Fake Blog Alert: McDonalds, shame, shame 看他的說明:

When we see fake corporate blogs we’ll point them out to you. Why are these bad? A good blog demonstrates passion and authority. Fake blogs have neither. In fact, they demonstrate that no one is passionate enough about the product inside the company so they had to hire an ad agency to do a fake blog to try to get bloggers to link up. Oh, and we won’t even cover the lack of authority in such an effort.

Blog 被認為是對抗傳統媒體壟斷的一個很重要的媒體,因為每個人都能寫,而加上 comments & trackback,更可以發表自己的意見。

Blog 被認為是建立在「互信」的基礎上面:我把我知道的事情寫出來,我也許會帶個人情感,但我所寫的是我的想法,是真實的。所以,像 McDonald’s Fake BlogThe Lincoln Fry Blog 這種接受廠商贊助而假裝是個人的言論的 blog 是被唾棄的。

換句話說,我對 ~樂多拍賣客服日誌~ 中「Why roodo blog?(三)日誌就是賣家的舞台和武器!」提到的感到不以為然:

利用日誌撰寫一些和自己產品相關的文章,來建立權威性,是一個不錯的做法;或許你所銷售的商品,並不需要這麼多的資訊,那不妨嘗試營造出『非買不可』的氣氛;再不然,寫些風花雪月的生活片段,也不失為拉近和買家距離的方法。比如說家裡小貓小狗的日常花絮,貼些自己拍的照片…讓大家確實知道,他面對的,是一個真真實實的『人』,而不只是英文和數字組成的一個代號,或是評價,即使blog裡是不登大雅之堂的喃喃自語,如果讓人產生『這個人對家裡的狗這麼好,應該不會是騙子吧!』這種感覺,那也算是成功的!

我覺得這只是把 blog 當作廣告的媒介而已,那我不如用 Technorati 去搜尋看看某項產品的評價如何 — 在商言商,賣家的話如果能直接信,!@#$%^…。

copyblog.pl

copyblog.pl 是一隻以 GPL 發佈 Perl script,透過 XML::Feed 將 RSS 或 Atom 將某個 blog 的東西擷取下來,再用 WWW::Mechanize 將內容發表到其他的 blog 上。

目前支援的 blog system 有:Blogger無名小站 Blog樂多 Blog

實際已經用在 http://gslin.org/ 送到 http://gslin.blogspot.com/http://www.wretch.cc/blog/darkkillerhttp://blog.roodo.com/gslinn/,每二十分鐘會跑一次這隻程式。

需要裝的 Perl modules 包括:

  • GDBM_File (通常是 compile Perl 的時候要把 GDBM 包進去),如果你不喜歡用 GDBM,可以換用 NDBM 或是其他 tie 有支援的 dbm。
  • WWW::Mechanize
  • XML::Feed

大致講一下內容:

feed 的部分是寫死的,我目前是用 http://gslin.org/wp-atom.php,理論上 XML::Feed 可以接受 RSS 三個版本 (0.91、1.0、2.0) 以及 Atom,不過我沒測過 RSS。

另外你要設定 $pw,記得先把 copyblog.pl 改成 700 再把密碼填進去。如果你不同的 blog 用不同的密碼,那麼乾脆直接寫在 post_blog_blah() 裡面好了…

用法的部分,直接執行不加參數會去 feed 上看看有沒有新的文章,有的話就 post 到其他 blog,通常就是放在 crontab 裡面跑。

參數的部分,-d 表示 debug,-v 表示要看一些 message (想要知道他有沒有在動之類的),-h 則是 show usage。

而 -a 表示 feed all (通常用在第一次要將最新的 n 篇貼上去),而 -i 表示只要 copy 某篇,後面接的參數是 Unique ID,在 WordPress Atom 用的是 URL (反正是 unique),其他家我就不知道了。-u 表示 update only,只更新 local db 紀錄,不會 copy 出去。

有任何問題,您可以寫信問我,或是在這幾個 blog 上留 comment 也可以,理論上這幾個系統都會 mail 給我。(至少 gslin.org 與 roodo 會)

程式寫的亂七八糟,請不要扁我 XD