Category Archives: Computer
Computer Technical Notes
虛擬毛筆
在「漢克 On line」看到香港發展出來的「虛擬毛筆」,除了這項技術蠻有趣的以外,在這個網頁最下面一句話很有意思:
保留傳統,只有發展才能保留,不發展就不可能保留。(吳冠中)
To keep the tradition is to develop the tradition. – Wu Guanzhong
Mesh Networking
在 Slashdot 與 Engadget 看到 Mesh:Introducing 802.11s – Wireless Mesh Networking、Get ready for 802.11s — Intel proposes mesh networking standard,在 Slashdot 提到:
This standard utilizes a mesh topology, allowing for fully self-configuring networks where each node can relay messages on behalf of others, thus increasing the range and available bandwidth with the number of nodes active within the system, versus the point-to-point structure of existing WiFi networks.
想到在 TANet 2004 的時候有聽到某公司的顧問有提到 Mesh Networking,他們是以 802.11a 在各 AP 之間溝通,以 802.11b 提供使用者使用。
Google Desktop Search
在 Jeremy Zawodny 的 blog 上面突然看到「Hello GDS, Goodbye YDS」!
原因是:
Being one who does not use Outlook, that meant I was on my own until now. The latest GDS release has the ability to index Thunderbird mailboxes.
原來是因為 Thunderbird @_@
LAND attack
看了 Slashdot 這篇報導差點沒 !@#$%^ 罵出來:Windows 2003 and XP SP2 Vulnerable To LAND Attack。
LAND attack… 八年前的東西了 -_-
slow bloglines
最近的 bloglines 實在有夠慢,剛剛看到公告了:
System Upgrades This Evening
As Bloglines continues to grow, we are constantly adding capacity to the system. The Bloglines site will be unavailable for half an hour starting at 8pm Pacific Time this evening, Monday March 07, 2005, while we upgrade the system. We thank you for your understanding.
hmmm…
燒?
看了這篇「燒了還能用的華碩 Notebook」(Originally from 《笔记本烧了照样用—华硕品质,果然坚若磐石》),突然想到之前 IBM 好像也有類似的東西?
剩下的圖請自己回去看吧 XD
Hosting Resource
在 Oui-Blog 的「前輩有交代 未雨先綢繆 (重要公告)」提到 Oui-Design 用了整台主機 10% 的 resource。
呃… 用過 MT 的人 (呃對,我更久前用過 MT,當年是 hlb 在 CCCA 主機上架的 MT,當年的網址應該是 http://ccca.nctu.edu.tw/~gslin/blog/,現在不存在了) 都應該知道 MT 在 build article 的時候很吃資源。整台主機的 10% 對 hosting 業者來說吃不消… (太多白工花在 fork + exec 以及 Perl compile…)
一種做法是使用 mod_perl,MT 的部分需要加上一些 patch (當年有看到別人有這樣做),這樣可以省下 CGI fork + exec 以及 Perl compile 的時間 (這樣最省的地方可能是 trackback spam),我「猜測」Typepad 可能是走這條路… 不過,如果機器不是自己的,大概都沒辦法這樣搞。
另外一種做法是用 SpeedyCGI 或是 PPerl (不過這部分只能省 Perl compile 的 resource),我沒試過,這只是我想到的解法之一…
另外就是 backend 不要用 file,儘量用 database (通常是 MySQL),這樣會把一部份的 loading 散到 database 上,對 hosting 業者來說比較無所謂 (這些 hosting 的 database 都很猛的,某短網址站就直接把 n GB 的資料直接倒到 hosting 的 database)。
呃,一時間只有想到這樣…
XSLT
Group.NCTU.edu.tw 對 Subject 的處理
article.php 就不說了,只講 rss10.php (原始程式碼在 http://group.nctu.edu.tw/rss10.phps),剛剛發現 BBS 送出來的 Subject 因為會有使用 MIME-Q 的情況 (需要 patch innbbsd,或是直接用 itoc 的版本),所以要再處理…
PS:RSS 的功能是因為讀 DS 讀到悶寫出來的,我目前沒有更多的時間發展新的功能,只能先對「正確性」處理…