2013-01-03
來源: 2013-01-03
CSS 3D transform example
http://desandro.github.com/3dtransforms/docs/card-flip.html
B2G Desktop
https://wiki.mozilla.org/Gaia/Hacking
2012-10-25
來源: 2012-10-25
X32 ABI
https://lwn.net/Articles/456731
https://en.wikipedia.org/wiki/X32_ABI
Gentoo X32 release candidate
https://lwn.net/Articles/500482/
2012-06-21
來源: 2012-06-21
雲端主機的廣告
http://www.lowendbox.com/
2012-05-03
來源: 2012-05-03
Xwindow 已經有起來了,加裝 window manager 就可以了
$ X
$ DISPLAY=0.0:0 xterm &
$ DISPLAY=0.0:0 firefox &
$ DISPLAY=0.0:0 awesome &
( mat: 設個 ~/.xsession 吧? )
(kanru: OK!, 裝個 XDM 好了)
結果其實有裝 lightdm 跟 unity…
2012-04-26
來源: 2012-04-26
uim-chewing for ubuntu oneiric (11.10)
https://launchpad.net/~kanru/+archive/ppa/+build/3432947
2012-04-19
來源: 2012-04-19
debsums, 用來 check deb package
2011-12-29
來源: 2011-12-29
Emacs diff-mode hack
Kindle Fire
Amazon Kindle Fire Software Update
http://www.amazon.com/gp/help/customer/display.html?nodeId=200790620#download
Tips & Tricks About To Kindle Fire Stock ROM Installation
http://www.androidegis.com/how-to/tips-tricks-about-to-kindle-fire-stock-rom-installation/
2011-11-17
來源: 2011-11-17
lsof | | awk '{count[$i]++ } END { for (item in count) printf "%d: %s\n", count[item], item}'|sort -n
2011-09-15
來源: 2011-09-15
:background
GNU Emacs -> X Emacs -> GNU Emacs
怎麼換 Theme, => customizetheme
自動填字 => autoinsert
open-calendar
用 notmuch 來作 email index
要加 xterm 的 patch 能看中文
rmail 的存在,是因為 richard stallman
內建2套 irc client
weechat
內建心理醫生, 一個對話程式
內建俄羅斯方塊 tetris
自動解河內塔
butterfly
vim7 之後 undo tree
為什麼要從 vim 切換到 emacs
emacs 也有,我只是沒有秀而已
2011-06-09
來源: 2011-06-09
X220 - 可用 tpcharge access battery information.
X220 Speaker (蜂鳴器) 跟 alsa master audio channel 連動,聲音放大縮小可靜音。
專查不同 Issue tracker http://bugspy.net/
2011-05-05
來源: 2011-05-05
可以參考 APT_PREFERENCES(5)
這是可以用來控制 apt-get 的方式 (aptitude 也認得)
你可以用 apt-cache policy [package] 來檢查目前的 policy
2011-03-10
來源: 2011-03-10
Windows System Programming 3/e 中文版, 在作 windows 版的新酷音時是看這本書的
(Mat:這本書已經絕版了,天瓏也找不到這本書… )
2010-12-02
來源: 2010-12-02
debsums 可以用來檢查系統已安裝的套件的內容有沒有變更。
用法:
debsums <package name>
2010-11-11
來源: 2010-11-11
有編過 wayland ,但是沒有跑起來過
2010-11-04
來源: 2010-11-04
ditaa
用 java 作的,製作 ascii 的圖表
emacs 裡有 artist mode ,可以直接製作 ascii 的表格
可以配合 doxygen 的文件製作
2010-10-14
來源: 2010-10-14
debian 有 report bug 的工具,叫 reportbug,會用 dialog 來一步一步填資料。
reportbug <套件名稱>
reportbug wnpp
http://www.debian.org/devel/wnpp/
wnpp: work-needing and prospective packages, 想請人包,但自己不會包
itp: intent to package, 想包的人, 我想包
source package 到 http://mentors.debian.net
先在 http://mentors.debian.net 註冊,然後再用 dput 上 package
whohas < package>
這個會去找各 distro,看那幾個有包這個套件
? Google 的 Terms of Service ?
RMS 說 google maps 是可以用的
2010-01-14
來源: 2010-01-14
kanru 也用 awesome
最近用的 mail client, not much
讓你可以在他之上建構應用。
xapian, 是一個 search engine, 作者本人是 cairo 的 maintainer.
notmuch search <keyword>
notmuch show <mail id>
一開始是作 emacs 上面。因為被朋友爆料 http://keithp.com/blogs/notmuch/ ,隔天 vim 就出來了,再隔天 gtk 就出來了。
可以 tag mail, 加上 filter, …
他的信件是讀取,主要是 mh, maildir,
將 search 的 tag 設成 virtual tag
介面像 gmail…
目前 sort 主要是日期。
有人作了 python binding.
主要還是 shell script 的介面。
中文化: xapian cjk , 主要是對 xapian 中文化,還沒試過~~~
kanru 兵變,從 vim 跳轉到 emacs。因為我不會寫 vim script ,但是我會寫 lisp。
4$, hychen: 我們正在想之後要用 vim 作什麼~~