2014-03-01から1ヶ月間の記事一覧

equery changes its output by isatty()

I've got confused when trying to see output of equery depgraph. It turns off verbose flag if its output piped to another process. When executing it without piping output, the output is formatted as tree-view and contains informations regar…

Skip emerging package which was provided manually

Use package.provided. For example, if you want install virt-install from portage without depending to app-emulation/libvirt: # /etc/portage/profile/package.provided app-emulation/libvirt

Gyazo2.0及びGifzoのLinux用クライアントを書いた

探したけどなさそうだったので. https://github.com/kawamuray/Gyazo2-Gifzo-Linux GyazoのLinux用クライアントは公式っぽいのがあるんですが,Gyazo2.0で対応したGIFとかのサポートがないし,そもそもメンテされてる感がない.ので,パッチ書いてp-rしても…

Norikraでログ集計してアプリのエラーを素早く検知しようという話

背景 webアプリを書いていると,以下のようなロギングコードを至る所にちりばめる事になると思います. $c->log(error => "Chou Yabai ERROR!"); ただいくらログを吐いても,アプリのログからは片時も目を話さないよ!!みたいな真面目なエンジニアじゃない…