2005年3月25日 星期五

Submit Blosxom's Plugins

昨天送了兩個 plugin 到 The Unofficial Blosxom User Group,結果剛才發現在 V3 的 plugin list 裡面占了前兩個位置 orz 這該說是名字取得好嗎 XD

2005年3月22日 星期二

BlosxomCache for Blosxom 3.0

Since Blosxom 3.0 do not have static rendering so far, I wrote a plugin called BlosxomCache for speeding up Blosxom.

It works as /cache/. User's request will be cached so that the same page won't be needed to regenerate every time. Users will not see the dirty page use this plugin. The more plugin you use, the more CPU you save in your box!

Note that the database entries are not going to be deleted, so you might want to delete the database on the first day of each month (But it's harmless if you don't do it unless your disk is full).

Get BlosxomCache.

2005年3月20日 星期日

AutoRef.pm

AutoRef is a Blosxom plugin to refer specified keywords in your blog to their
references. It uses a perl module called HTML::Parser, so it'll convert those
keywords correctly with braking the HTML grammer.

You can download AutoRef for Blosxom 2.0 here, or here for 3.0.

Blosxom 3.0

我真是太閒了,把 Blosxom upgrade 到 3.0,順便把網頁也修正成符合 XHTML 1.0。
不過 Blosxom 3.0 的架構比 2.0 漂亮多了! :D

2005年3月19日 星期六

Fontconfig 2.3.1

upgrade 到 Fontconfig 2.3.1 後,很多地方的英文字型會變成兩倍寬。花了不少時間,終於找到問題了。遠在天邊,近在眼前,找到這個網頁,再對照 eric 的 fontconfig 文件,才知道原來問題就跟細明體一樣。

文鼎的字型有這個問題,不過調 globaladvance 沒有用,所以我在 .fonts.conf 中加入這段:





AR PL

0




mailing list 上這篇文章列出了一些有問題的亞洲字型,還有一個待解決的問題 ...
http://lists.freedesktop.org/archives/fontconfig/2005-March/001250.html
http://lists.freedesktop.org/archives/fontconfig/2005-March/001251.html

2005年3月17日 星期四

系統實驗/Ubicomp Idea


  1. 3D model maker

    • 掃描指定的物品,建出 3D model

  2. 實體書本字串搜尋

    • 就像平常讀電子書的 Ctrl-F,但這是實體的 :D

  3. Graphical based tracking/identification system

    • 在一個房間內 track 指定的物品

  4. 人工水晶體

    • 給水晶體受傷的人

  5. 隱形眼鏡搜尋器

    • 掉隱形眼鏡時很有用 XD

2005年3月11日 星期五

Spork::TKSlide


Spork::TKSlide 好像壞一陣子,我這兩天把他修好了,只為了下禮拜要報告 paper orz。
剩下的問題是 Spork 本身的 bug Q_Q





寫了封信直接找 Ingy,希望能得到正面的回應 :)

2005年3月8日 星期二

slab in Linux kernel


之前看了 <<Linux Kernel Development>> 中談到 Memory Management 那章。今天剛好在 irc 上聊到,這是一點點對 slab 的介紹 :P




22:31  slab 算是 kernel 裡面 kmalloc 的一個 "page (概念上)"
22:32 kernel 裡面會對各種不同的 slab 作 cache 之類的
22:33 slabtop(1) 可以看不同 slab 中的最大值 (對各個欄位)

22:36 slab 的 cache 是這樣的,因為去拿一個新的 slab 的 cost 比較高,
所以每當有 slab 被 free 掉時,會存起來當 cache
22:37 100% usage 可能是目前站上比較 active :Q
22:38 slab 應該沒有什麼夠不夠的

2005年3月6日 星期日

2005/03/05 李瑞麟紀念賽


第一次去棒球場看比賽,我覺得是場很輕鬆的比賽。





11:4





這樣下來,總算是對李老師,球員們都有個交待了吧。
唯一的遺憾是褚志遠出車禍沒辦法來 >



啦啦,想把這種感覺留在心裡面品嘗 :)





---





比賽前要到了曾貴章跟陳慶國的簽名,可惜廖敏雄的時間不夠沒排到 :(

2005年3月2日 星期三

cpanplus's dependency.deb


我把 cpanplus depend 的 perl packages 全包成 deb 了。如果想裝這些 cpanplus 跟這些 packages,可以在 /etc/apt/sources.list 中加入




deb http://victor.csie.org/debian/ unstable cpanplus


並安裝 libcpanplus-perl-snapshot :)





順便讀了 Debian Policy Manual 中關於 Conflics, Provieds, Replaces 的部分 :)