dressed the sky in a lovely yellow gown, (#447 in explore) (via ashley rose,)
(c) 2009 ashley rose, under CC-BY-NC-ND license.
(1 note)
The field: thoughts from behind a desk (via Carlo Nicora)
(c) 2009 Carlo Nicora under CC-BY-NC-SA license.
(2 notes)
オフ会行く→泊まった部屋にメイド服置いてある→部屋がUstream中継されてる→着る→女性ユーザにFollowされる→(なんやかんやあって)→結婚する 【まとめ】オフ会に行くと結婚できる。— Twitter / あれっくす (via kuenishi)
最近は霞ヶ関方面でクラウドインフラを作る構想が進んでいますが、インフラ作りよりもサービス開発にフォーカスした方がよっぽどいいし、iPhoneのアプリのように海外にサービスを売る仕掛けを作った方がいいと思います。クラウドコンピューティングは規模の経済といいますが、規模の経済が一番効くのは、インフラの構築・管理コストの低減よりも、サービスの販売数の方ではないでしょうか。— 佐藤一郎: Web日記 (2009年) しかし実際には後発なのに基盤技術をやろうとするんですよね。調達の仕組み自体をサービス指向で考え直す必要があるだろうな。 (via masanork) (via kuenishi)
Reblogged from
kuenishi. First post by
masanork.
(4 notes)
ソフトバンクはNTT東西地域会社の光通信回線「フレッツ光」の販売地域を、7月1日から全国に拡大する。主力のADSL(電話線を使ったデジタル高速通信)事業は通信速度で上回る光回線への切り替えが進み、契約者が減少している。自社ブランドで提供してきた光回線は採算が合わないため、競争相手のNTTの商品を全国規模で代理販売する苦肉の策となる。—
ソフトバンク「NTT光」全国販売 ADSL低迷で苦肉の策 ビジネス-最新ニュース:IT-PLUS
語る言葉ももう無い。
(via swmemo) (via kuenishi)Reblogged from
kuenishi. First post by
swmemo.
(19 notes)
— プログラミング格言集 (via kuenishi)We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil
我々は、97%もの時間を占めているという、わずかな効果(を得るためだけ)の作業はやめるべきだ。尚早な最適化(作業)は諸悪の根源だ。
- C. A. R. HoareWalking on water and developing software from a specification are easy if both are frozen
水の上を歩くのと、仕様に基いたソフトウェアを開発するのは容易な事だ。どちらとも凍結しているのであれば。
- Edward V BerardIt always takes longer than you expect, even when you take into account Hofstadter’s Law.
作業にはいつでも予測以上の時間がかかるものである - ホフスタッターの法則を計算に入れても。
- Hofstadter’s LawSome people, when confronted with a problem, think “I know, I’ll use regular expressions.” Now they have two problems
ある人達が一つの問題に直面した時,彼らは「ああ、正規表現を使えばいいのか.」と考えた。今彼らは二つの問題を抱えている。
- Jamie ZawinskiDebugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.
デバッグは最初にコードを書くことの2倍困難だ。 できるだけ賢くコードを書くなら、あなたは定義上それをデバッグできるほど賢くない。
- Brian KernighanMeasuring programming progress by lines of code is like measuring aircraft building progress by weight.
行数でプログラムの進行状況を知る事は、重さで飛行機の出来上がり具合を知るようなものだ。
- Bill GatesPHP is a minor evil perpetrated and created by incompetent amateurs, whereas Perl is a great and insidious evil, perpetrated by skilled but perverted professionals.
PHPは小さな悪であり、それは無能なアマチュア達によって創られた。Perlはすばらしく油断のならない悪であり、それはスキルがある変態的なプロフェッショナルによって創られた。
- Jon RibbensAlways code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
常に、結局あなたのコードを保守することになる人があなたがどこに住んでいるか知っている狂暴なサイコパス(精神異常者)であると思って、コードを書きなさい。
- Rick OsborneProgramming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
今日のプログラミングは、より簡単に誰にでも扱えるプログラムを作ろうとするエンジニアと、より愚かな(操作)者を生み出そうとする大宇宙との競争だ。今のところ宇宙が勝っている。
- Rich CookI don’t care if it works on your machine! We are not shipping your machine!
それがあなたのマシンで動くかどうかは気にかけてない! 私たちはあなたのマシンを出荷していないのだ!
- Ovidiu PlatonI have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone.
電話と同じくらいコンピュータが簡単になることを常に望んでいる。私はもう電話の使い方が理解できないので、私の願望は達成した。
- Bjarne StroustrupA computer lets you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila.
コンピュータは、人類がいままで発明してきたものの中で最も速く多くの誤りを犯す事ができる。例外があるとすればピストルかテキーラくらいだろう。
- Mitch RatcliffeIf debugging is the process of removing software bugs, then programming must be the process of putting them in.
デバッグがソフトウェアのバグを取り除くプロセスなのであれば、プログラミングとはバグを入れ込むプロセスだ。
- E. W. DijkstraIn theory, theory and practice are the same. In practice, they’re not.
理論的には、理論と実際は同じなのだが、実際はそうではない。
- Yoggi BerraPerl - The only language that looks the same before and after RSA encryption.
Perl - RSA暗号化する前と後で同じに見える唯一の言語。
- Keith BosticSaying that Java is good because it works on all platforms is like saying anal sex is good because it works on all genders
すべてのプラットホームで動くからJavaが良いと言うのは、すべての性別で可能だからアナルセックスが良いと言っているようなものだ。
- UnknownXML is like violence - if it doesn’t solve your problems, you are not using enough of it.
XMLは暴力に似ている–それがあなたの問題を解決しないならば、あなたはXMLを十分に多用していない。
- UnknownEinstein argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
神は気まぐれではないので、アインシュタインは、自然に関する簡略化された説明があるに違いないと主張した。 そのような信条はソフトウェア技術者の慰めにならない。
- Fred Brooks
Reblogged from
kuenishi. First post by
kuenishi.
(1 note)