Entries from 2012-01-01 to 1 year

iPhone アプリ #13

WebView よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #12

地図。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #11

よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #10

アニメーション各種。 パラパラマンガ。アニメーションをコミットするもの。タイマーで動かすもの。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #9

画像表示。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #8

アクションシート。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #7

アラート。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #6

スライダー。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #5

スイッチ。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #4

長いテキスト。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #3

TextField とキーボード よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #2

ボタンとラベル。 よくわかるiPhoneアプリ開発の教科書

iPhone アプリ #1

よくわかるiPhoneアプリ開発の教科書

The Language of Meetings

同僚のすすめで購入。やんわり断るとか自分は中立であることを言うとか。

最近読んだ本

村上春樹 雑文集posted with amazlet at 12.07.21村上 春樹 新潮社 売り上げランキング: 5261Amazon.co.jp で詳細を見る夢を見るために毎朝僕は目覚めるのですposted with amazlet at 12.07.21村上 春樹 文藝春秋 売り上げランキング: 7118Amazon.co.jp で詳…

村上春樹の「ねむり」を読んだ

村上春樹の「ねむり」を読んだ。長めの短編。ねむりやそれに関する描写よりも、夫や息子との日常生活が描かれている部分が好き。図書館。プール。家でのコーヒー。サンドイッチ。URL2012-07-06 21:49:05 via TweetDeck

奇跡なす者たちを読んだ

ジャック・ヴァンスの奇跡なす者たちを読んだ。短編集。そうそうこういうSFが読みたかった。押し付けがましくない教訓と綿密に作られた世界観と皮肉。 URL2012-06-29 19:39:02 via Twitter for iPhone

きつねのつき

@higepon: 「きつねのつき」を読んだ。文体と表紙のほのぼのさと内容のギャップが面白い。舞城王太郎がよつばと!小説書いたらこうなるんじゃないかな。あれ系弱い人は気を付けて。 URL2012-06-25 21:23:07 via TweetDeck

「ねじまき少女」を読んだ

54. Draw Optimization - WebKit porting to Mona OS

Improved our Window System. Added clipping support. Decreased frequency of repaint(). Also performed refactoring around WebView/WebPage. Now it becomes much faster. TOC 0. Table of Contents - WebKit porting to Mona OS

返事

返事があるというのはとても大きな事だ。返事は短くても良い。Like! / fav のようなものでもいい。極端な話、1文字でも十分。そして返事が自分が期待するよりも早く来ると「おっ」と思う。

53. HTTP GET is slow - WebKit porting to Mona OS

Using Twitter on our WebKit is not comfortable, because it's slow. So the next step is make it faster. At first I thought renderring was slow. Yes it was slow, but HTTP GET is much slower than it. As you know, to make Twitter work, WebKit …

リスニング難度A+

細々と続けていたのがようやく終わった。難易度 A+ はやはり難しい。少し考え方が変わったのだが A+ レベルは「ごめん。何言ってるの?」って聞き返せばいいんじゃないかな。ぼそぼそってしゃべったり、まるで酔っ払ってるかのような喋り方。日本語に例える…

52.Our First Tweet! - WebKit porting to Mona OS

The Tweet Hello, World2012-05-03 17:36:43 via web How we tweeted! TOC 0. Table of Contents - WebKit porting to Mona OS

51.iframe - WebKit porting to Mona OS

Found we were not able to tweet from our Webkit port. After investigating, we found iframe load failed. We probary missed setting up subframes, but we're not sure what was wrong. So I asked about it at #webkit IRC channel. One of developer…

かばんがこわれたら

ひげ太に「カバンが壊れた」と話したら「セロテープで直したら?」と言われた。 「セロテープでは直らないかな」と答えたら「じゃあ 100 円ショップでかばんかったら?」と答えた。

英語難易度 A+ 突入

難しい。

50.libjpeg - WebKit porting to Mona OS

Ported libjpeg. We can enjoy flickr. TOC 0. Table of Contents - WebKit porting to Mona OS

49.Cookie Jar - WebKit porting to Mona OS

I got tired of doing the same thing over and over, typing username and pasword :D So enabled cookie jar file. Now cookies are save to "/USER/COOKIE.TXT". Since our Webkit port is using curl, it's easy to support cookie jar. ResourceHandleM…

OSX Emacs flyspell-mode でスペルチェック

aspell と辞書のインストール % brew install aspell --lang=en .emacs (setq ispell-program-name "/usr/local/bin/aspell") ;; for anything.el (define-key flyspell-mode-map [(control ?\;)] nil) (add-hook 'change-log-mode-hook '(lambda() (flyspel…