blogSetomits

Welcome to blogSetomits

tumbleweed

毎週水曜日の David レッスンを楽しんでいますが、昨日はアメリカの地図を見ながらどこがどうという話をしてもらいました。どこの話も面白かったのですが、「ワイオミング州については tubmbleweed くらいかな」と言ってました。 tumbleweed が何なのか知らなかったのですが、大きな枯れた草でうんぬんという説明を聞いてもよくわからず、とにかくそれが転がってきて当たってどうのという話を楽しそうにしていました。で、帰った後で Facebook で(基本的にいろんな連絡とかフォローは Facebook でやりとりしてる)、 YouTube の動画を紹介してくれました。こういうユーザが撮ったのを観てるとやっぱ YouTube って面白いなあと思うし、アメリカって広いんだろうなあと思います。

なかなかにクレイジーな感じですがオススメです。
Posted at 22:31 | Comments : 2

最近の iPod 状況

最近の iPod に関する状況は以下のような感じで落ち着いています。 iPod touch か iPhone で動画を観たり...というのも考えていたものの、なかなかそれを挟み込む時間がないです。
Posted at 20:27 | Comments : 2

ドリームガールズ

ドリームガールズ スペシャル・コレクターズ・エディション [DVD]ドリームガールズを観ました。エフィ役の女の子が自信があってかわいくて歌がうまくて、なんか見覚えがあるなと思ったのですが、映画の SEX AND THE CITY でキャリー・ブラッドショーの助手(セントルイス出身のルイーズ)の役をしていたジェニファー・ハドソンでした。また、ビヨンセが出ているということは知っていたものの、どれがビヨンセだかわからずにいたのですが、プロの歌手であるところの彼女としてはなかなかややこしい役をしているなとか、プロの歌手だからこそいろいろ表現を変えることができてうまく演じることができたのかなとか思いました。それにしても、みんな歌がうまくてすごく楽しめました。
Posted at 12:01 | Comments : 0

ビューティフルコード

ビューティフルコードなんとなくタイトルに惹かれて買ったビューティフルコードを読みました。きれいなコードを書くためのノウハウがぎっしり...というのを期待して買ったのですが、著者の方々の頭の良さについていけないからか、正直あまり楽しめませんでした。なので多くを読み飛ばしたけど、いくつかは面白かったのでまたいつか他のも読むかも。1kgと重いし大きくてかさばるので、普段持ち歩くカバンに入れておくのはつらいし、だからといって家でじっと本を読む時間はなかなか取れないし、どうしたもんだか。
Posted at 08:21 | Comments : 3

Greasemonkey userscript to hide Ads on Google Reader

I understand showing advertisements is one of the most important business model in Internet, especially for service providers who serve users for free. I also understand it is difficult to established the effective way to monetize feeds and it looks easy step to mix ad entry into entries.
But those ad entries are annoying me, so I made my mind to deal with them using Greasemonkey userscript. You can install it from Google Reader Remove Ads for Greasemonkey. If you install it, you can make ad entries and ad images not to be shown. I will describe how to configure it.
  1. Input "about:config" into the location bar of Firefox.
  2. Filter by "greasemonkey.scriptvals.http://matatabi.homeip.net/Google Reader Remove Ads"
  3. Change each value for your purpose.
    • "ad_title_prefixes" : You can set prefix strings for title of entries which you want to hide. Default values are "PR" and "AD".
    • "ad_href_prefixes" : You can set prefix strings for URL of entries which you want to hide. Default value is "http://match.seesaa.jp/".
    • "ad_img_prefixes" : You can set prefix strings for URL of images in entries which you want to hide. Default values are "http://rss.rssad.jp/" and "http://feedads.googleadservices.gom/".
      You can make images in specific domains not to be shown without this userscript. Firefox originally has such function with just right-clicking the image and choose the menu like "Not to load".
banned ads by greasemonkeyIf you want to check which entries are hidden, you can do it in messages in error console window.
Posted at 14:17 | Comments : 0