転職活動終了

 無事11月から新天地で仕事をはじめてます。
毎日が刺激に満ち溢れているけど、タイムマネジメント
タスク管理・リスク管理が重要だな。
この流れになれるまでは結構きついかも><

今月いっぱいで研修課題の発表が終わるので、
来月からは思う存分Hackさせてもらおう。

emacs on CentOS5.3

暇なので家のPCのファイルやらディレクトリやらを
きれいにしてVMware PlayerいれてCentOSを導入。

emacsを使おうと思ってちょっとはまる。
anthy使って日本語入力してたんだが、保存後リオープンすると
かなは表示されるが漢字が化けてしまう。うーん。ちょっと調べてみる。

以下のサイトに詳しい説明があった。
http://www.yza.jp/blog/item/422
http://osdir.com/ml/debian.user.japanese/2006-04/msg00007.html

めでたしめでたし。

eclipse plugin

jad.exeのページがなくなっていたので、web.archive.orgからダウンロード
http://web.archive.org/web/20080214075546/http://www.kpdus.com/jad.html#download
つか、jadのバイナリはここ http://www.varaneckas.com/jad で配布されてた。

もっと入れてるかと思ってた。

SQLAlchemyとか

チュートリアルやりはじめた。
なんか、適当につかってるので、しっかりお勉強しなきゃねという動機。

まずは、Object Relational Tutorial

・Object Relational Tutorial ・Version Check ・Connecting ・Define and Create a Table ・Define a Python Class to be Mapped ・Setting up the Mapping ・Creating Table, Class and Mapper All at Once Declaratively ・Creating Session ・Adding new Objects ・Rolling Back ・Querying ・Common Filter Operators ・Returning Lists and Scalars ・Using Literal SQL ・Building a Relation ・Working with Related Objects ・Querying with Joins ・Using Aliases ・Using Subqueries ・Selecting Entities from Subqueries ・Using EXISTS ・Common Relation Operators ・Deleting ・Configuring delete/delete-orphan Cascade ・Building a Many To Many Relation ・Further Reference