innotek to be Acquired by Sun Microsystems.

繼前一陣子買下 MySQL 後,Sun Microsystems 又買下了製作 VirtualBox 的 innotek。
ref: Sun Microsystems Announces Agreement to Acquire innotek, Expanding Sun xVM Reach to the Developer Desktop

Comments

Pidgin 2.3.1-2 with msnp14 Enabled for Debian Sid, Again

Much thanks to Lionard De Insein for the info.

Here’re another pidgin 2.3.1-2 packages with msnp14 enabled, and patched with pidgin-mtn_msn-sync.patch and “Send Custom Emoticons in MSN” patches.

I have used it for two days. It works for me, except that my MSN nick change does not retained if I restart pidgin.

**CAUTION** THESE PACKAGES ARE EXTREMELY EXPERIMENTAL. USE THEM AT YOUR OWN RISK.

非常感謝 Lionard De Insein 提供的訊息

再次以 Debian Sid 中的 pidgin 2.3.1-2 為基礎編了一版,這次加上了 pidgin-mtn_msn-sync.patch傳送 MSN 自訂表情圖示

我自己試了兩天左右,msn 暱稱若有修改,在重啟 pidgin 後又會變回未修改前的。其他的部份對我來說用起來都正常。

**請注意** 這些 patch 都是試驗性的,使用後若有任何損失請自行承擔。

For i386: libpurple0, libpurple-bin, pidgin-data, pidgin.

Comments (6)

git, mercurial, meld, and git-on-win32

這篇內容滿雜的,所以才會有這麼亂的標題… :P

首先,前天打算把一個 mercurial repo 轉成 git repo,所以上 Google 拜了一下,在這裡找到工具。我是用 fast-export.git 轉,用起來很棒,完全無痛。

再來,原本在 hg 下面我都用 meld 來協助做 merge (只要將 HGMERGE 這個環境變數設成想用的工具即可),換了 git 呢? 答案在這裡,用 git-mergetool 並指定使用的工具。

最後,如果一起開發的同伴有人使用 windows,因為 git 以前沒有辦法在 win32 上面跑很很好,SCM 只能放棄用 git。不過,現在情況改觀了。MinGW port of GIT 將 git porting 到 win32 平台上(據說正在進行 merge 到 official git 中),而 Git on MSys 則提供了一個方便的安裝方式。有興趣的朋友可以試看看。

Comments (2)

linux 0.01

前兩天看到的,今天貼好像已經是舊文了 :P
Abdel Benamrouche 在 lkml 上發表將 linux 0.01 ported 到 gcc-4.x 上的成果,他也提供了可以在 qemu 運作的 image file。有興趣的朋友可以研究研究。 :)

Comments

Pidgin 2.3.1-2 with msnp14 Enabled for Debian Sid

Comments (2)

Debian Sid 中的 pidgin 2.3.0-1 連不上 MSN Network

昨天 pidgin 2.3.0-1 進入 Debian Sid 了,更新之後,除了一些小問題外,大體上運作都正常,但是,故事還沒完啊…
用了一陣子後,突然 msn 的連線就斷了,重新連線會變成只要一連上,buddy list 出來後馬上又斷線… Orz
還好降回 pidgin 2.2.2-1 沒什麼問題,目前看來只好暫時將 pidgin 設為 hold 了。

UPDATE1 2007-12-06:
看起來我碰到的問題就是這一個。弄了一組加上了 patch 的 deb ( 編譯時順手也把 –enable-msnp14 也加上去了 :P ),有需要的話請自行取用。
pidgin, pidgin-data, libpurple0, libpurple-bin

UPDATE2 2007-12-06:
才剛放完檔案又看到這個… 若有碰到離線訊息會造成 pidgin crash 的話,這裡有另一組把 msnp14 拿掉的。
pidgin, pidgin-data, libpurple0, libpurple-bin

UPDATE3 2007-12-07:
我又耍笨了… Orz 下面才是有 enable msnp14 的….
pidgin, pidgin-data, libpurple0, libpurple-bin

UPDATE4 2007-12-10:
pidgin 2.3.1-1 with msnp14:pidgin, pidgin-data, libpurple0, libpurple-bin.

Comments (1)

ftp-master.debian.org is back!

剛剛看到 debian-devel-announce 中的公告: ries.debian.org AKA ftp-master.debian.org back.

Comments

六十美元的 gOS Dev Board

詳情可以參考這裡。規格基本上是 VIA C7 的 CPU 加上一張內建顯示卡的 Micro-ATX 主機板。

Comments

Debian sid 好幾天沒更新了

幾天來執行 aptitude 一直沒發現有更新,原來是這個原因: ries.debian.org AKA ftp-master.debian.org - hardware problems

Comments

好用的 mercurial imerge

前幾天在更新系統時,mercurial 升級為 0.9.5-1,而且多了一個對我來說佷好用的 extension: imerge。
因為一些原因,我的某個 hg repo 和 upstream 有相當大的差異,每次 pull 後的 merge 真是要命,偏偏 merge 得一次做完,所以,做不完的話只好讓 meld 視窗一直掛在那裡。
現在有了 imerge,日子輕鬆多了。imerge 將 merge 切成以檔案為單位,開始時,imerge 會先記錄哪些檔案需要 merge,之後,再由使用者自己決定順序,一次選一個檔案 merge。當所有的檔案都 merge 完後,整個 imerge 的過程即告完成。
imerge 還以可直接標記檔案為 resolved/unresolved 以及將 merge 狀態存到記錄檔中,詳情可以參考 imerge 的 help。

Comments