Category Archives: Software

Software

Microsoft 裡的 Linux Lab

裡面的 Linux Lab:Meet Microsoft’s Linux Lab Head Bill Hilf (from ),原文在 Meet the Head of Microsoft’s Linux Lab (from )。其中看了讓人莞爾一笑的一句話:

“I am a non-Microsoft guy working at Microsoft,” Hilf said.

不管怎樣,Bill Hilf 在 主要的任務是讓 的大頭們知道 在做什麼,以及 的產品與目前 Open Source 的產品差在哪裡以求改進:知己知彼,百戰百勝。

Google 出的網頁加速軟體

一出來就看到一堆 blog 在討論:

Support 這頁仔細看一下,他同時支援 IE 與 ,看完隱私權的條款後就決定裝起來跑看看。

他怎麼加速網頁瀏覽的速度呢?依照 Support 裡面所寫的,透過 處理 request (其實就是設定 proxy pac 到 http://localhost:9100/proxy.pac) 而達到下面的幾項的效果:

  • 將常看的 pages 在 local 存一份,proxy 最基本的功能。
  • 利用 HTTP (應該是 1.1 才提供的功能),如果網頁有更新才會重新抓。
  • Prefetch 機制。
  • 壓縮,我猜就是 gzip。

簡單來說就是一個小型的 proxy server?

另外一個要注意的是, 說撥接用戶利用這個程式得到的好處會比較少 (不過我猜應該還是不少),寬頻網路的環境才會比較有用。

另外一個值得注意的是隱私權問題:

  • HTTPS 連線不會被 cache。
  • 會因為 performance 關係暫時 cache cookie 及相關的資訊。
  • 另外因為 cache 到硬碟的關係,某些敏感資訊可能會寫入硬碟,這部分你如果很在意的話 (主要是電腦不只一個人用) 可以設定名單要求某些 domain 不要 cache。

我實測了一下沒什麼感覺耶?:p

Browser 統計永遠不準

Can we please stop this statistics nonsense? 指出了 Browser 統計不準的幾個原因:

  • 少算:像是 這類純文字的 client 當然就不會下載 CSS、圖片。而 的 cache 機制也會使得統計結果不準。
  • 多算 的 prefetch、 預設安裝會送出 fake 的 User-Agent:IE。

當然,只統計一個 site 很明顯是「以偏概全」的不準 (像我的 site 上個月就有 40% 的 Page Hit)。

澳洲政府對 OSS 的看法

上的 .gov.au Guide to Open Source Software 看到 (直譯,) 最近發表了一篇關於 Open Source Software 的文章:A Guide to Open Source Software for Australian Government Agencies (pdf),在 上所引的兩段內容可以看出這篇文章相當有趣:

  • Sourcing OSS solutions is a new and less understood area for Government Agencies. As a recult, it often seems to involve higher risk. As open source solutions become more mainstream and agencies gain expertise in evaluating and deploying them, this perception of risk should subside. (主要是講 OSS 在政府機構較少被接觸到,所以被誤解為較為危險,但實際上當 OSS 變成主流時,他的危險性反而比較低。我們可以舉 Server 近七成的佔有率看出來)
  • Access to source code is, however, valuable to agencies by virtue of the economic flow-on effects that accrue when multiple vendors offer competing products based on the same technology. Access to source code also reduces the risk of vendor lock-in. (而 Open Source 另外一個最大的好處在於阻止壟斷,進而降低成本)

不過原文超長 (62 pages),…

Bittorrent 的無 tracker 機制

的新聞:Azureus Decentralizes Bittorrent,著名的 Java Bittorrent Client 也開始發展 Decentralize (trackerless) 的機制了,在一個主流下載軟體開始支援後,我猜 不久後應該也會支援相容機制,於是整個弱點只剩下 search 的部分了:必須靠 Website 提供資訊。

喔,還有被 P-Cube 擋來擋去的部分,不過這個用 cryptography 惡搞就好了,不用多,完全走 SSL Layer (跟 https、POP3 over SSL 一樣) 的跑法你就不可能過濾了 XD

Download.com 拿掉所有 Adware/Spyware 軟體

看到 這次將所有 Adware/Spyware Software 下架:Download.com Dumps Adware,原公告在 Reviews and free downloads at Download.com

This week, we’ve upped the ante: we’re launching a new zero-tolerance policy toward all bundled adware. That means every time you download software from Download.com, you can trust we’ve tested it and found it to be adware-free–period. (See how we test.)

另外他們也在 說明了如何測試軟體是否有 Adware 或是 Spyware:

Every time a new file is submitted to the CNET Download.com site through Upload.com, our editors download, install, and scan the program using up to three industry-standard anti-spyware tools: currently these include Lavasoft Ad-Aware, Webroot Spy Sweeper, and PC-Tools Spyware Doctor. If the program is identified by any of these programs as containing adware, we will decline to list it on Download.com. We also virus-scan every listing in the course of uploading it to our secure servers, and routinely review and rate the majority of products for overall quality.

Nice job, CNET :)