Entries from 2011-12-01 to 1 month

2011 振り返り

2011 年の生活の中心はやはり、ひげ太だった。2歳になり言葉も話すようになったがまだまだ目が離せない。親バカかもしれないが比較的良い子のように思える。友達と揉め事を起こすこともないし思いやりがある。子育てもそこそこがんばったので、ひげ太の中で…

今日の英語 - Car trouble 前半

131 / 142 = 0.92。道路の名前 the FDR が聞き取れないのはしょうがないとして、shouldn't have を should have としてしまったのは良くない。 車のトラブルで主人公がいらついて、早口になるのでかなりよい。こういう聞き取りがしたかったのだよ。

今日の英語 - Scene 1-4 の復習

Scene 1-4 を通して聞き問題を解く。自発的な復習ではなくテキスト上で復習を促されるのはとても良い。とくにリスニングは前回引っかかった所が聞き取れるようになったのかを確認するのが重要だと思うので。

今日の英語 - The Anti-Drug Bill 後半

115 / 117 = 0.98。plenty やら center などの t が消える話。

今日の英語 - The Anti-Drug Bill 前半

181/191=0.94。市長夫人に話を聞きに行く。Bill が法案を意味することは AFN で散々やったので OK 。Anti は アンタイ とも発音するんだね。勉強になった。

今日の英語 - Classical or Jazz 後半

101/104=0.97。オフィスで手がかりを捜索。 ラジオのcall-letters がわからなくて聞き取れず。間違って冠詞のaを補ってしまうなど。 このレッスンでは破裂音の子音が消失することを学ぶ。言われてみれば消えてるけど勝手に脳内補完されてた。どこで学んだの…

今日の英語 - Classical or Jazz 前半

昨日の分。152/168 = 0.90。Hunk の奥さん登場。 Why would anyone wanna kill him? の would が聞き取れず did にしてしまった。 It's on the second floor の on 聞き取れず police work was a subject he never discussed が丸ごと聞き取れなかった。読め…

36. Fixed image loading bug - WebKit porting to Mona OS

Fixed image loading bug. Our select function has a bug on the readfds paramter. Here are the latest screenshots. TOC 0. Table of Contents - WebKit porting to Mona OS

Scala のお勉強3

例の教材はやはり難しかったようだ。プログラミング Scala を買うかなあ。

今日の英語 - In the Parking Lot 後半

132/138=0.95。トランクからあるものがみつかる。助動詞、接続詞などが弱音で発音される例をいくつも学ぶ。結構聞き取れているようだが in here の短縮はしんどそう。

Scala のお勉強2

Collections Lists, Maps, functional combinators (map, foreach, filter, zip, folds) この辺りは Erlang や Scheme をやっているので OK。

今日の英語 - In the Parking Lot 前半

136 / 144 = 0.94。約束の時間になっても現れない同僚。ありがちな展開だがハリウッドぽくて面白い。

Scala のお勉強1

% sudo port install scala29 今日は Scala basics と basics continues まで。1日4章という目標は無謀だった。2章でお腹いっぱい。 Erlang と違い Scala には first class class があり class と function の関係が面白かった。1引数 function は Function1…

今日の英語 - The Call from Hank 後半

107 / 125 = 0.85。一文まるごと聞きとれず。Have we got any leads yet? 。 leads を想定してなかった。 これで Scene 1 は完了。PHONETIC Focus 1 へ弱音分での母音のあいまい母音化に関する解説。今回取り上げられたものは全部聞き取れたが、改めて説明さ…

iPhoneアプリケーション開発ガイド ―HTML+CSS+JavaScript

iPhoneアプリケーション開発ガイド ―HTML+CSS+JavaScript による開発手法を読んだ。 ロバ耳 - http://lovamimi.com/ja の iPhone 版を作ったときにある程度経験済みの内容。系統立てて勉強がしたことがなかったので読んだ。 この本の中では jQTouch が紹介さ…

今日の英語 - The Call from Hank 前半

153 / 171 = 0.89。今日から新しい教材。映画の会話が続くテキスト。会話ならではの音変化などをマスターできるらしい。今日はディクテーションのみ。明日後半をやってから教材でポイントが語られる。楽しみ。 刑事の John が朝起きて会話を始めるところから…

35. JavaScript/PNG images - WebKit porting to Mona OS

Enabled JavaScript Ported zlib and libpng Enabled PNG image load Enabled JavaScript Enabled libpng TOC 0. Table of Contents - WebKit porting to Mona OS

34. Crash on ICU library - WebKit porting to Mona OS

When we access more real website such as http://facebook.com and http://google.com, the browser crashes. The backtrace shows a crash on ICU library. I found two bugs. The one is easy to find, one fuction returns 1 which should be return co…

33. Hello font - WebKit porting to Mona OS

With a help of the previous TOFU font showing, we finally succeeded in showing system font. Font size and type are just ignore for now. TOC 0. Table of Contents - WebKit porting to Mona OS

32. Hello TOFU font - WebKit porting to Mona OS

Succeeded showing TOHU font, which is just a filled rectangle. The reason why no fonts was shown is FontMetrics::height() returned always zero. We should have set ascent and descent on SimpleFontData::platformInit as follows. void SimpleFo…

今日の英語

92 / 111 = 0.82。中間選挙の話 AFN 。オバマ大統領が責任を痛感という話。 swept from office とはきっと議席を失うことだなと思ったら当たってて嬉しい。 AFN/VOA 2011 をしばらくやってみたがそこそこ成績が良い。これはひょっとして難易度が自分に合って…

31. Can't debug OSX WebKit MiniBrowser with GDB - WebKit porting to Mona OS

Since Mona has a poor debug feature, we want a stable debuggable WebKit. I think the OSX WebKit MiniBrowser is suitable for this usage. Building % Tools/Scripts/set-webkit-configuration --debug % make -C Source/JavaScriptCore % make -C Sou…

今日の英語

145 / 160 = 0.90。中間選挙の話続き。 前回のディクテーションで (the) House of representatives と the が省略されているので今回も省略したらだめだった 内容理解は Tea Party movement の意味が分からないと辛いと思う。 of the 1994 cycle の the が …

入門 HTML5

入門 HTML5を読んだ。HTML5 で追加された機能・タグ、背景、ブラウザのサポート状況などが紹介されている。入門というと内容が不十分と思われるかもしれないがそんなことはない。何があり何が出来るのかが分かるので十分だ。個人的には以下の 2 つの謎が解け…

今日の英語

135 / 147 = 0.91。アメリカの中間選挙の結果とオバマの支持率の低下の話。 the latest NBC News/Wall Street Journal poll の poll は音としては聞き取れていたが調査という意味に結びつかなかった was at 50 percent approval rating の at 。何かがあるの…

30. Moved to github - WebKit porting to Mona OS

Our local WebKit repository was unintentionally removed. 6-day-commit was lost. So we moved to github. Here is our branch https://github.com/higepon/webkit/tree/monaos-port. Our branch is 6608 commits behind!. TOC 0. Table of Contents - We…