September 2011
Sep 29th
273 notes
Sep 29th
405 notes
“ロブ・パイクはNotes on Programming in...”
– UNIX哲学 - Wikipedia
Sep 29th
21 notes
“1994年、マイク・ガンカーズ(X Window...”
– UNIX哲学 - Wikipedia
Sep 29th
12 notes
“レイモンド:UNIXプログラミングの技法 モジュール性のルール クリーンなインターフェースで接続されるシンプルなパーツを書け。...”
– UNIX思想 - Strategic Choice
Sep 29th
26 notes
“メンテナンスは非常に重要ですが、高くつく仕事でもあります。プログラムを書くときに最も重要な観点は、プログラムを実行するコンピュータを相手にするのではなく、将来ソー...”
– 明確性の原則 - Strategic Choice
Sep 29th
2 notes
“クリーンなインターフェイスで結合される単純な部品を作れ”
– モジュール化の原則 - Strategic Choice
Sep 29th
11 notes
“デバッグや調査が簡単になるように、わかりやすさを目指して設計せよ”
– 透明性の原則 - Strategic Choice
Sep 29th
12 notes
“どうしてもいわなければならない想定外なことがないのなら、プログラムは何もいうな”
– 沈黙の原則 - Strategic Choice
Sep 29th
Sep 29th
1 note
2 tags
Using CouchDB with Clojure →
nosql: All CouchDB basic features explained using Clojure: This article shows how to access the CouchDB APIs using Clojure, a dynamic language for the JVM. Examples use the Clutch API and clj-http library in parallel to illustrate a higher-level CouchDB API and lower-level REST-based calls, respectively. Original title and link: Using CouchDB with Clojure (NoSQL databases © myNoSQL)
Sep 29th
8 notes
“Reactorパターンでは すべてのクライアントの接続は維持されたままなのに 処理が並走しないつまり単一プロセス単一スレッドで...”
– irbから学ぶRubyの並列処理 ~ forkからWebSocketまで - hp12c
Sep 29th
“4つ目はReactorパターンを使って並列化する方法だよ Reactorパターンというのは簡単に言うと 一箇所でいろいろなイベントを待ち受けて...”
– irbから学ぶRubyの並列処理 ~ forkからWebSocketまで - hp12c
Sep 29th
1 note
Sep 29th
Sep 29th
63 notes
“ビール「見事だ政府よ…だが私の税率を上げても、必ず第2、第3のビールが現れ消費者の喉を潤すだろう…」 政府「酒税法改正」 発泡酒「ぐわー!」...”
– Twitter / @Satomii_Opera: ビール「見事だ政府よ…だが私の税率を上げても、必ず第 … (via igi)
Sep 29th
7 notes
Sep 29th
4,217 notes
Sep 29th
479 notes
Sep 29th
323 notes
3 tags
passingloop: rbenv + ruby-build インストールメモ(Homebrew... →
passingloop: rbenv は Homebrew でインストールできる: % brew install rbenv % brew list rbenv /Volumes/Data/homebrew/Cellar/rbenv/0.1.2/bin/rbenv /Volumes/Data/homebrew/Cellar/rbenv/0.1.2/completions/ (2 files) /Volumes/Data/homebrew/Cellar/rbenv/0.1.2/doc/ (3 files) /Volumes/Data/homebrew/Cellar/rbenv/0.1.2/libexec/ (15...
Sep 29th
7 notes
3 tags
passingloop: rbenv と RVM との違い →
passingloop: 列挙してみる。 rbenv は RVM と違ってシェルにコマンドをロードしない → 代わりに $PATH を追加するだけで使える rbenv は RVM と違ってシェルコマンドを上書きしない(RVM は cd などを RVM 独自のものに置き換える) rbenv は RVM と違って設定ファイルが無い → どのバージョンを使うかの指定のみ rbenv は RVM と違って Ruby をインストールしない(rvm install 相当の機能が無い) … 代わりに自分で好きに Ruby をインストールできるし、rvm install 相当の ruby-build を使うこともできる
Sep 29th
41 notes
4 tags
Modern Ruby Development
aboutrails: A walkthrough of how to configure a Mac OS X machine for Ruby and Rails development by Andrew Carter - http://rh.gd/pe3DfB
Sep 29th
8 notes
4 tags
Modern Ruby Development
aboutrails: A walkthrough of how to configure a Mac OS X machine for Ruby and Rails development by Andrew Carter - http://rh.gd/pe3DfB
Sep 29th
8 notes
“1. 人生は公平では無いけれど、それでもいいものだ。 2. 疑わしいときは、次の一歩は小さく歩もう。 3. 誰かを嫌うには人生は短すぎる。 ...”
– らばQ:心にズドン…90歳の老人が語る45の人生の教訓 (via toraumaboxer) (via ssbt) (via tohya) (via imai78) (via korenikime0) (via biikame) (via omanchi) (via kimurayu) 2010-07-12 (via gkojay) (via petapeta) (via a2onaka) (via noriichi) (via namiory) (via plasticdreams) (via mteramoto) (via 80236) (via s-hsmt) (via...
Sep 29th
1,609 notes
5 tags
WatchWatch
melbugai: Mary Poppendieck is perhaps one of the greatest researchers in the software creation process.  This is her terrific keynote from the Agile And Beyond Conference in Detroit 10 years after the agile manifesto was signed.  I was delighted to be present to see this.  It strongly reinforced much of what I was seeing from groups like BalancedTeam.org (which I’m also grateful to contribute...
Sep 28th
16 notes
toagileandbeyond.org/Mary.Poppendieck.TheNextDecade... →
“Challenges for the Next Decade 〜 Agile and Beyond”
Sep 28th
3 tags
CouchDB and DDD →
nosql: Bradley Holt: I’ve found CouchDB to be a great fit for domain-driven design (DDD). Specifically, CouchDB fits very well with the building block patterns and practices found within DDD. Two of these building blocks include Entities and Value Objects. Entities are objects defined by a thread of continuity and identity. A Value Object is an object that describes some characteristic or...
Sep 28th
5 notes
4 tags
JavaScript最新動向 〜WebSocket編〜 →
Sep 28th
35 notes
4 tags
weekends are for leisure: node.js FTP server →
alanszlosek: Got to use node.js for a work project recently. We needed an FTP server with special user authentication that would run custom code after a file was uploaded. There was one node.js FTP server implementation on github, so I forked it and started rounding out the basic functionality. My fork is …
Sep 28th
18 notes
“非日常に参加する事で自分のセンスを呼び起こす”
– プログラマがコードを書き、公開する事の価値 : candycane development blog
Sep 28th
“人間の心は人間の身体の観念である”
– A・R・ダマシオ 「感じる脳 情動と感情の脳科学 よみがえるスピノザ」 - 日々平安録
Sep 28th
“ダマシオの主張は身心論にも大きなインパクトをもつものであることはいうまでもない。この本が強く示唆するところによれば、心というのは身体反応の自覚なのである”
– A・R・ダマシオ 「感じる脳 情動と感情の脳科学 よみがえるスピノザ」 - 日々平安録
Sep 28th
1 note
“すべての経験と記憶のストックは、私の身体にキープされている”
– A・R・ダマシオ 「感じる脳 情動と感情の脳科学 よみがえるスピノザ」 - 日々平安録
Sep 28th
“わたしの身体は頭がいい”
– A・R・ダマシオ 「感じる脳 情動と感情の脳科学 よみがえるスピノザ」 - 日々平安録
Sep 28th
“外界の変化、たとえばpHの変化や温度の変化に対して原始的な生物もさまざまな反応をおこす。ダマシオによればこれも(原始的な)情動なのである。しかしこれら原始的な生き...”
– A・R・ダマシオ 「感じる脳 情動と感情の脳科学 よみがえるスピノザ」 - 日々平安録
Sep 28th
“本書でダマシオは「興奮するようなできごとの知覚による身体の変化」を情動(emotion)と呼び、その身体の変化をわれわれが感じるとることにより感情(feeling...”
– A・R・ダマシオ 「感じる脳 情動と感情の脳科学 よみがえるスピノザ」 - 日々平安録
Sep 28th
1 note
“W・ジェームスは「興奮するようなできごとを知覚すると、ただちに身体に変化が生じる。そしてこの変化に対するわれわれの感じ方(feeling)が情動(emotion)...”
– A・R・ダマシオ 「感じる脳 情動と感情の脳科学 よみがえるスピノザ」 - 日々平安録
Sep 28th
2 notes
Sep 28th
Sep 28th
12 notes
5 tags
Sep 27th
252 notes
Sep 27th
Sep 27th
1 tag
Interactive Git Cheat Sheet →
ericbarnes: Visually learn and remember the git phases and commands. 
Sep 27th
1 note
“したがって、アジャイルにおけるビジネスアナリストは、例えばOOA/D(オブジェクト指向分析/設計)、特にDDD(Domain Driven...”
– InfoQ: アジャイルにおけるビジネスアナリスト像
Sep 27th
“それは、ビジネスアナリストがアジャイルで有効なリエゾンたり得るためには、動作するソフトウェアを生み出す開発チームへ継続的に寄り添い、貢献するだけの技能を持たねばな...”
– InfoQ: アジャイルにおけるビジネスアナリスト像
Sep 27th
“ビジネスアナリストとは、関係者間で異なる認識や文化を整合させる「リエゾン(橋渡し役)」であり、価値ある「ソリューション」の導出を推進する役割だとBABOKは定義し...”
– InfoQ: アジャイルにおけるビジネスアナリスト像
Sep 27th
“ぱらりらぴっぽっぴー♪ ぴっぽっぴー♪ ぱらりろぽっペー♪ ぴっぽー♪ ぱらりらぴっぽっぴー♪ (ぴ)っぽっぴー♪ ぱらりろぽっペー♪ ぴっぽー♪...”
– ぱらりらぴっぽっぴーとは (パラリラピッポッピーとは) [単語記事] - ニコニコ大百科
Sep 27th
Tumblrのページビューは驚異的―Wikipediaを抜いた →
wideangle: 今日(米国時間9/26)われわれはTumblrがSequoia Capitalやリチャード・ブランソンらから$85M(8500万ドル)の資金調達に成功したことを伝えた。Tumblrのページビューの数字を見ればこの巨額の出資も決して驚きではないと分かるだろう。 訪問者数に比べてもTumblrのページビューは桁外れだ。実際、Tumblrは訪問者数では10倍もあるWikipediaを月間PVでは抜いている(comScore調べ)。Tumblrはユーザー同士が頻繁にお互いのページを見るようデザインされているからだ。投資家のBijan Sabetは「TumblrではログインしたユーザーによるPVが大半を占める」とコメントしている。...
Sep 26th
37 notes
“#4 – Am I doing everything possible for my team? (alternatively, how can I...”
– 4 Questions Every Good Scrum Master Should Be Asking - PM Hut
Sep 26th
“#3 – Are my retrospectives driving change within the team and organization?”
– 4 Questions Every Good Scrum Master Should Be Asking - PM Hut
Sep 26th