All work and no play makes Jack a dull boy. What work I have done this week, too much. Looked into Nukes from the Jboss project, tried different plugins of Eclipse: vim plugin, subversion plugin, black sun editor plugin, finally got to try out the Innodb engine in MySQL, discovered a cool GPL’d data modelling tool called DBDesigner4 which can reverse engineer databases, configured ODBC for PostgreSQL by using the PostgreSQL ODBC driver, psqlodbc and unixODBC, dug into Torque to see how it works with Innodb, and set up PhpWiki for our team. Oh my god!
Category Archives: Technology
Swiss army knife – the Geek version
瑞士軍刀是求生工具,USB disk 也是求生工具,前者用於野外,後者用於電腦環境,兩者合而為一又如何呢?
friends of friends of friends of friends…
Orkut is the new kid on the block, at least to me. Orkut being a
friends-of-friends network, it can only be joined by invitation only,
so you can only wait for someone to invite you or beg someone to send
an invitation to you if you want to play with it. This sounds nothing
until you read everybody is talking about it in their blog and you have
been left out and still cannot see the real picture, and this is where
the curiosity begins.
Just one word, cool.
RAR, hahaha.
RAR 在國內非常流行,同事都是發 rar 的 file 給我,但 3.11 就非常搞笑,姑且看看以下兩個版本的 output 有何不同?!
1 |
hajime@rayearth $ unrar t ../sunother.rar<br /> |
1 |
UNRAR 3.11 freeware Copyright (c) 1993-2003 Eugene Roshal<br /> |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Testing archive ../sunother.rar<br /> Testing other\CommunityNewsRightColumn.html.html OK Testing other\CommunityNewsRightColumn.html.html.bak OK Testing other\custom_404.html.html OK Testing other\custom_404.html.html.bak OK Testing other\DomainHome.html.html OK Testing other\DomainHome.html.html.bak OK Testing other\look-snippets\Join-Info.html.en OK Testing other\look-snippets\Join-Info.html.en.bak OK Testing other\look-snippets\PasswordEdit-Info.html.en OK Testing other\look-snippets\PasswordEdit-Info.html.en.bak OK Testing other\look-snippets\TLogin-Info.html.en OK Testing other\look-snippets\TLogin-Info.html.en.bak OK All OK<br /> |
1 |
hajime@rayearth $ unrar t ../sunother.rar<br /> |
1 |
UNRAR 3.30 freeware Copyright (c) 1993-2004 Eugene Roshal<br /> |
1 |
Testing archive ../sunother.rar<br /> |
1 2 3 4 5 6 7 8 9 10 11 12 |
Testing other/CommunityNewsRightColumn.html.html OK Testing other/CommunityNewsRightColumn.html.html.bak OK Testing other/custom_404.html.html OK Testing other/custom_404.html.html.bak OK Testing other/DomainHome.html.html OK Testing other/DomainHome.html.html.bak OK Testing other/look-snippets/Join-Info.html.en OK Testing other/look-snippets/Join-Info.html.en.bak OK Testing other/look-snippets/PasswordEdit-Info.html.en OK Testing other/look-snippets/PasswordEdit-Info.html.en.bak OK Testing other/look-snippets/TLogin-Info.html.en OK Testing other/look-snippets/TLogin-Info.html.en.bak OK<br /> |