關於「tw.yahoo.com」,看起來是 Firefox 最近有改動某些架構的關係… (我用的是 1.0+,跑 official nightly build)
Category Archives: Computer
Computer Technical Notes
tw.yahoo.com 的怪異語法
這是 Firefox 看 tw.yahoo.com 的樣子,點小圖看大圖,注意看 search bar 旁邊的 button,你會看到 “<span>” 以及 “</span>”:
ImageVenue 取消 png 的上傳了?
剛剛想要上傳圖片到 ImageVenue,發現 png 被取消了?(是因為我的 bot 嗎?罪孽深重啊 :~)
那我換 ImageShack 好了…
XMLHttpRequest
這篇「Guide to Using XMLHttpRequest (with Baby Steps)」寫的相當簡單,用了七八個 Step 說明 XMLHttpRequest 要怎麼寫,包括 client side 以及 server side (用 PHP)。
Solaris crypto group 對 AMD64 的大數運算的貢獻
在 gemal.dk 提到 Solaris crypto group 以 LGPL 的授權方式捐出 AMD64 大數運算的 assembly optimizations,實測的結果發現 RSA 1024bits 速度快了一倍!
這份 patch 在這裡:https://bugzilla.mozilla.org/attachment.cgi?id=175509,而詳細的測試內容請參考「Solaris crypto group decides to donate AMD64 optimizations」。
copyblog.pl 新增 bs2
copyblog.pl 新增 bs2 這個 blog hosting,所以我的 blog 又多了一個:http://bs2.twbbs.org/blog/DarkKiller。
換回 DSpam
外電翻譯機
前幾天用 Skype 跟 ijliao 聊天的時候,就被 ijliao 笑說我的 blog 是外電翻譯機…
其實只是生活苦悶,用 bloglines 跑去看 Slashdot、Boing Boing (這個有時候會出現好玩的 link)、The Register、Engadget (偏 3C 的報導,通訊產業的居多) 看文章…
喔,我之前訂過 Yahoo!奇摩新聞 RSS,不過後來發現看國內的新聞太傷身而且沒營養,於是就取消訂閱了…
清垃圾檔案
如果你要透過 Bittorrent 傳檔案,想找 tracker 的話…
你可以把 tracker 改成 hash.bt.kenosisp2p.org,其中的 hash 改成檔案的 hash value 即可。
在 Unix 下用標準版本的 bittorrent 可以用 btreannounce.py 改,拿 Firefox 1.0.1 Bittorrent 下載例子來說,本來是這樣:
Firefox%20Setup%201.0.1.exe.torrent
info hash: 15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4
announce url: http://bittorrent.mozilla.org:6969/announce
full copies: 33 seeds
partial copies: 6 leeches
Bytes File
4,816,320 Firefox Setup 1.0.1.exe
用 btreannounce.py 改:
gslin@netnews [~] [11:31/W3] btreannounce.py http://15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4.bt.kenosisp2p.org:6969/announce Firefox%20Setup%201.0.1.exe.torrent
old announce for Firefox%20Setup%201.0.1.exe.torrent: http://bittorrent.mozilla.org:6969/announce
然後就變成這樣:
Firefox%20Setup%201.0.1.exe.torrent
info hash: 15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4
announce url: http://15bc86515fc1df90bc562f3fb8d4ab7efafbe5a4.bt.kenosisp2p.org:6969/announce
Unable to retrieve tracker information about torrent: Unable to determine URL to tracker information (scrape) server.
Bytes File
4,816,320 Firefox Setup 1.0.1.exe