Archive

Archive for the ‘System’ Category

觀察實驗資料和畫圖表的小技巧

February 10th, 2010

之前在《減少操作實驗浪費的時間》提到一些做實驗的小技巧,方便自動化重覆實驗、觀察結果和產生圖表。最近實驗做得比以前更多,意外發覺更好用的方式 。有需求就會進步,這是工程師的宿命啊!

( Read more… )

fcamel All, Programming, Python, Research, System, Tips, Tool

強化 Python 在 Vim 裡的顏色

April 22nd, 2009

我習慣用 putty 連 Unix server 開 screen,再用 vim 寫 Python。這篇記錄如何改善 Python 的顏色。

( Read more… )

fcamel All, Programming, Python, System, VIM

裝了 ScribeFire Blog Editor

March 8th, 2009

由於 Windows Live Editor 對 WordPress 的支援不夠完整,這篇改用 Scribefire 試看看。

( Read more… )

fcamel All, Blog, System, Tool, Web

裝了 Windows Live Writer

March 8th, 2009

剛才不小心關掉網頁而遺失了正在寫的文章,一怒之下就裝了 Windows Live Writer。現在這篇就是用它來試寫。

( Read more… )

fcamel All, Blog, System, Tool, Web

知識管理工具 (3)

January 11th, 2009

( 前兩篇見這裡:第一篇第二篇。)

最近的使用習慣變成 Google Notebook + Dokuwiki + BBS + Plurk。。

( Read more… )

fcamel All, Blog, System, Tool, Web

Google File System

March 16th, 2008

最近 Google 在推 MapReduce 這個平行計算 framework,讀完 paper 後,覺得滿有意思的,若有些 network programming 和 functional language 的基礎,讀起來應該滿輕鬆的。除了好奇之外,一方面也是想讀點技術性的論文,看看和平常讀的 data mining、information retrieval 論文有什麼差,又找了 GFS 的 paper 來讀,結果還滿有趣的。

先提個技術無關的事,這篇的 Acknowledgments 最後一句寫著:

Many of our colleagues at Google bravely trusted their data to a new file system and gave us useful feedback.

令人會心一笑。

( Read more… )

fcamel All, Google, System

減少操作實驗浪費的時間

January 25th, 2008

分享一下之前做實驗時發展出的小技巧,我這裡指的是跑程式的實驗。花點時間研究一些工具,可以剩下不少重覆執行的動作。

( Read more… )

fcamel All, Research, System, Tips, Tool

VIM-LaTeX

September 24th, 2007

官網:http://vim-latex.sourceforge.net/

下載和安裝說明:抓下壓縮檔、解開到~/.vim下(Un*x)或~/vimfiles(Windows),就這麼簡單。

( Read more… )

fcamel All, System, VIM

MySQL偽memory leak問題

July 20th, 2007

Problem

我用的server是Debian 64bit (AMD64), DB server是 5.0.32,有8G memory,但MySQL使用一陣子後,用top和free會看到8G的memory都被吃掉,但沒有任何process用到這麼多memory,而且swap沒有被用到,關掉MySQL daemon後memory的用量也沒改變。
( Read more… )

fcamel All, Database, System

知識管理:bbs, wiki, blog, bookmark (2)

May 2nd, 2007

上篇為《知識管理:bbs, wiki, blog, bookmark》,前陣子有學弟開始用Wiki,於是來分享近來的使用心得。

( Read more… )

fcamel All, Blog, System, Tips, Tool, Web