hash_bucket()

Archive for the ‘Programming / Technology’ Category

うううう

Posted by: globbe on: November 26, 2009

眠いのに眠れない。。。
仕事後ちょっと片付けて、そしてちょっとだけルビーで遊ぼう。。。
新しい言語を覚える時はやっぱりどうしても夢中になってしまいますね。。。。
 
昔(本当に昔)は仕事関係でよくPerlを使っていたが、それはもう全然覚えていない。ソースを読むのは問題ないが、書くのは無理だね。ま、だからこそルビーが楽しいかもしれません?

言語

Posted by: globbe on: November 25, 2009

ソフト開発プロジェクトの設計段階には色々な資料が必要になりますが、こういう資料を作成する時いつも迷います。何で迷うかといいますと、言語を選ぶ時点です。設計書、要件定義書、アーキテクチャの図などを書く時、どうしても英語が使いやすくて、しかもソフトの開発に使われている用語はほぼ英語が世界共通となっているからです。また、日本語で書いてしまうと、基本的に日本国内しか共有出来ないことになるのももったいない気がします。
一方、英語で書いてしまうと英語の苦手な人には不親切、勘違いやコミュニケーションミスが増えることはよくあると思います。
文書で書かれる資料は日本語で書くべきが、個人的には図や機能の定義書の機能名などは英語がベストだと思います。。。

Ruby

Posted by: globbe on: November 24, 2009

最近、Rubyの勉強初めています。。。色々やっぱり比べてしまいますね。C#、C++、Perlとか。自分は昔いPerlマニアックの時期があったけど、それも知らないうちに10年以上前になっちゃった。
ま、Rubyに関して、第一印象からいうと、ライブラリとか、ばらまくコードを書くのは大変そう。。。
でも久しぶりに新しい言語を学ぶのは楽しい。やはり言語はどうしても大好き。。。

complicated hackers

Posted by: globbe on: August 18, 2009

From the BBC:
Mr Gonzales used a complicated technique known as an “SQL injection attack” to penetrate networks’ firewalls and steal information, the US Department of Justice said.
oo those evil haxx0rsz with their complicated techniques!! for +++ sake people sanitize your SQL!!!
http://news.bbc.co.uk/2/hi/americas/8206305.stm
Reminds me of this excellent xkcd:
http://xkcd.com/323/

fascinating

Posted by: globbe on: July 29, 2009

Most of it may be old, but it was very nice reading it in this form.
http://www.lospadres.info/thorg/lbb.html
[Secrets of the Little Blue Box]

Really makes you wonder what all these people are up to today, and how much damage this article did to their scene….

Building Asteroids

Posted by: globbe on: April 7, 2009

Using 3 dimensional mid-point displacement (diamond-square) to create asteroids out of spheres:

Subdivisions: 4
Elevation: 26
Iterations: 1000

Subdivisions: 4
Elevation: 26
Iterations: 500

Subdivisions: 4
Elevation: 63
Iterations: 500
Midpoint displacement can be slow depending on the resolution(subdiv) and the number of iterations, but for the quick generation of low-poly asteroid shapes it is an easy to implement, viable model. :)
Update:

Of course planets are [...]


.

This blog has no clear focus. It has a focus though, it's just not very clear at the moment...

meanwhile, in the bat-cave:

  • @joltcan let's hope it stays 'til xmas!! 4 weeks ago
  • @sefr jo ti s? 4 weeks ago
  • looking for a good webhosting company in japan, with support for Ruby/MySQL/mail... any ideas? 国内でルビーの利用可のホスティングを探してます。お勧めはありますか? 4 weeks ago
  • should be sleeping, can't stop coding... 1 month ago
  • @kohji405mi16 True dat! But I have no LP player any more, and sadly most of the great new jazz that comes out is not released on wax.. 1 month ago

c

Dev Env.

Visual Studio 2008 Prof / NUnit / Gallio / csUnit / STools (ExactMagic) / doxygen / dxCore / TypeMock / TestDriven.net / SequenceViz / CLRProfiler / Snoop / Reflector / Mole / FxCop / Subversion / TortoiseSVN / SlikSVN / CruiseControl.net / msbuild / nant

Blog Stats

  • 26,943 hits

  • Paul Molyski: I ran into the problem of Premiere Pro 1.5 hanging on startup when I tried to run it from a cloned backup of my XP Pro system disk drive. Running the
  • LosManos: Instead of writing "DEBUG" everywhere one can do: private const string Debug = "DEBUG"; [System.Diagnostics.Conditional(Debug)]
  • LosManos: Running a client which talked to a web service I noticed: Only the client's System.Diagnostics.Debug.WriteLine calls were visible, not IIS's. But wh