Posted by: globbe on: February 1, 2010
I’m gonna have to go with Hitler on this one…
Sorry if anyone’s offended, but that really sums it up…
Posted by: globbe on: January 25, 2010
Installing Ruby / Gems (/ Rails) from the Debian packages is very convenient and nice, but the versions are old. If you want to stay on top of things, naturally you will want to install from source, but many who do run into the error below, when trying to install / update gems after a fresh install.
$ gem update --system
/usr/local/lib/ruby/site_ruby/1.9.1/rubygems/spec_fetcher.rb:1:in \
`require': no such file to load -- zlib (LoadError)
The cause for this and a remedy has been suggested in the following thread (Bug#1090):
http://redmine.ruby-lang.org/issues/show/1090
Not sure if I agree with the thread that this is a bug because ruby doesn’t complain loud enough about the missing zlibs, but here’s the concise solution anyway:
Essentially, unless you first install the zlib packages ruby will build without them, so this is the first step:
apt-get install zlib1g zlib1g-dev zlibc libzlib-ruby
next, when you ./configure ruby, add the –prefix =/usr/local
$ cd 'your ruby source dir' $ ./configure --prefix=/usr/local
next make, make test, make install and you should be able to
$ gem update --system
without problems.
Posted by: globbe on: December 10, 2009
Everyone get your crowbars ready! No seriously….
http://www.theregister.co.uk/2009/12/09/lhc_2_tev_collisions/
Posted by: globbe on: December 8, 2009
Are all over the place these days, but why is it so hard to find a good old 1600×1200 matte monitor??? Is there really no market for good old 4:3 screens any more?? If you have any recommendations, please let me know! (My trusty old dell has got one too many burns now….)
Posted by: globbe on: November 27, 2009
最近は仕事の影響で本当にストレスが溜まっています。こういう時はよく色々考えたりして、自分の行為、仕事の仕方とかを分析するタイプですので、原因は大体見えてきた気がしますが、解決に関して、どうすればよくなるのかはまた難しいです。
今回、ここまでストレスが上がったの理由は二つがあると思います。一つは仕事の内容。領域の違う仕事(タスク?)が最近結構多くて、しかもどれもスケジュールが非常にタイトです。その中、時間に使い方の整理やある線のタスクへの集中は難しくて、ストレス溜まります。また、そうなると第二の理由となる、先のことや現状のステータスが読み取りにくくなります。その中では先のことにつながる現状がはっきり見えないと不安が溜まる→ストレスが増える。
じゃ、今すぐ何が出来るかというと:
ひとつ。 タスク(自分と指示しているメンバーも含めて)の進捗+優先度の再確認
ふたつ。 スケジュールの見直し
みつ。 切り捨てられる作業をどんどん削って
よつ。 メンバーがやっている作業とのかぶりがないかを確認
いつつ。 もう一度デリゲート出来るタスクを洗い出す
かなぁぁ。。。
ま、その中であっても、仕事が楽しくて、よっく頑張ってくれるメンバーもいるので、大丈夫でしょう!これからも頑張りま~す。
Recent Comments