2012.05.07

(親指シフト)キーボードコレクション:新着ASCII製ASKeyboard sono1

とある方が親指シフトキーボード(ASCII製ASKeyboard sono1)を処分するというので、譲っていただきました。ということで、現在わたくしの手元にある親指シフトキーボードは

Img_0249

  • リュウド製Rboard for Mac×1台(ASKeyboard付き)
  • リュウド製Rboard Pro for Mac×1台
  • DIGTALWAVE製Dboard SE×1台
  • 富士通製FMV-KB211×3台
  • 富士通製FMV-KB611×1台
  • 富士通製FMV-KB232×1台
  • 富士通製FMV-KB613×1台
  • 富士通コンポーネント製FKB8579-661×3台(2台は現役使用中。1台は保存版……)
  • 富士通製FKB7628-801(通称Thumb Touch)×1台
  • ASCII製ASKeyboard sono1×1台

| | コメント (0) | トラックバック (0)

2012.04.19

ありそうでなかなか見つからなかったので自分で書いてみた自炊用スクリプト

スキャナーで取り込んだ書籍、雑誌の画像を、マージンを切り取って左右ページに分割するためのスクリプト、というのが、ありそうでなかなか見当たらなかったので自分で書いてみました。スキャナ画像の縦横サイズと、切り出したい部分の右端の位置と折り目の位置を指定すると左右方向のマージンは計算してくれます。上下方向は単純に固定値で指定します。Cygwin + ImageMagickで作ってるとか、スキャン画像のファイル名はpageで始まるTIFF画像とか、こちらの超ローカルな都合に合わせて作ってありますが、似たようなことを考えている方の参考になるのではないかと。

W=8600; H=6082
C=4400
R=8000
mR=$[W-R] ; mL=$[R-(R-C)*2]
mT=120; mB=754

Body_W=$[W-mL-mR]
Body_W2=$[(W-mL-mR)/2]
Body_H=$[H-mT-mB]
R=270

for i in `ls page*`; do
convert -rotate $R -compress Group4 -crop ${Body_W}x${Body_H}+$mL+$mT $i - | convert +repage +adjoin -crop ${Body_W2}x${Body_H} - x.$i
done

個々のページのテキストの位置を判定してマージンを調整してくれるとなおグッドですが、そこまでの知識を持ち合わせていないので位置のずれのない/少ないスキャン画像を撮ることが前提です。図書館の複写サービスだと極めて正確なコピーを撮ってくれることに気づいたので、その画像をスキャンするときに重宝してます。

| | コメント (0) | トラックバック (0)

2012.01.21

アラブ首長国連邦の公衆電話

Img_0229最近は、新ネタがなかなか出てこない公衆電話ウォッチですが、久しぶりの新作です。アラブ首長国連邦はアブダビで撮影した公衆電話の写真。

連邦構成首長国の中でも最大のアブダビは世界有数の産油国なわけですが、何というか街全体がどことなく作り物っぽい(っていうか、作り物なわけですが)。ずーっとここに住んどけって言われたらやだろうなと思いました。

| | コメント (0) | トラックバック (0)

2011.10.06

iPhone取り扱い事業者のシェア(iPhone 3G発売の頃)

Iphone

iPhone 4Sが登場するとか、auもiPhoneの取り扱いをするとかって聞いて、そう言えば、iPhone 3Gが販売された時、各国のiPhone取り扱い通信事業者について調べたことがあったことを思い出しました。これを見ると、ソフトバンクはiPhone取り扱い通信事業者としては最小規模だったんですね。また、意外にも少なからぬ(というか大半の)国では、複数事業者がiPhoneを取り扱ってました(オーストラリアなんて、もう、主要3社で取り扱い)。

| | コメント (0) | トラックバック (0)

2011.09.25

アイルランドの公衆電話

1316937848522.jpg久しぶりの更新になる、公衆電話ウォッチ。今回はアイルランド。街中ではEirecomとSmart Groupの二つのタイプを見かけます。

1316937852313.jpg

| | コメント (1) | トラックバック (0)

2011.09.15

The privatization of domain name administration...

何年か前に不採択になったアブストラクトを発見。もったいないので、こちらに貼っておく。

The privatization of domain name administration initiated more-than-a-decade long discussion on who should operate the domain name system and the rest of the Internet and how, which now forms a critical component of what is known as Internet governance today. In this sense, domain name administration is what Internet governance is all about.

The country-code top-level domain, or ccTLD, among other concerns, presents a unique perspective on Internet governance, since it is operated as if each ccTLD is a sovereign entity and enjoys a considerable degree of independence and self-determination.

However, as the new Affirmation of Commitments states it, the Internet is 'a single and interoperable network', and what is good to some part of the Internet may not necessarily be that way to the rest. In principle, the managers of the ccTLD are requested to "perform a public service on behalf of the Internet community".

The author has conducted a comprehensive survey on how ccTLDs are operated across the Internet, and, in particular, how ccTLDs are structured, priced and utilized. The result of the survey brought about several findings. ccTLD registration fees in nominal terms tend to concentrate towards a specific price point (approximately US$50). But what they mean in real terms to local registrants vary depending on the income level. The registration fee and the number of domain names seem to be correlated even if the correlation coefficient is not strong.

When this correlation is examined more closely, one may find out that correlation between price and domain name usage is slightly higher in high-income ccTLDs than in low-income ccTLDs. One interpretation of this is that as domain name market develop, domain names are marketed to the local community while when domain name market is less developed, domain names tend to be marketed to external community with more purchasing power. In the longer term, however, those ccTLDs who are now serving more to international registrants will need to serve domestic registrants once the market has developed. For this concern, they will need to ensure there are open, i.e. unregistered, names available to domestic registrants.


| | コメント (0) | トラックバック (0)

2011.03.07

親指シフト、世界を行く:ハノイ編

Vnoyayubi気が向いた時にだけやっている「親指シフト、世界を行く」シリーズ。今回、ベトナムはハノイにやってまいりました。毎回ホテルの部屋から撮るだけじゃつまらないけど、さっき朝食に出た時、フォーの屋台で記念撮影でもしたらよかったか。

| | コメント (0) | トラックバック (0)

2010.12.28

オレンジのまろやかレアチーズ風味

Img_0073_2近所の仕入れがやんちゃなTESCO系スーパーで発見。どんな味がするのか。

| | コメント (0) | トラックバック (0)

2010.12.05

コロンビアの公衆電話

Img_0043_2ICANNという会議でコロンビアに来ています。コロンビアと言うと「麻薬戦争」なんて言葉が思い浮かんできて、ちょっと怖い感じがするという人も少なくないと思いますが、最近は随分治安もよくなったそうです。しかも、今回来ているのは世界遺産にも指定されているカルタヘナという町で、治安水準は平均的なコロンビアの都市よりも高いとのこと(というか、そこ以外はやっぱり危険という話も)。

この間このブログがご縁でお会いした方に、わたくしが世界中の公衆電話の写真を撮ってますということを話したら、その方曰く「うちの娘は消火栓の写真を集めてます」と。どこに行っても必ずあって、機能はほとんど同じなのに、形状やデザインが少しずつ(場合によっては大胆に)違う、というところは共通なのですが、なるほどねー、消火栓とは思いつきませんでした。

| | コメント (0) | トラックバック (0)

2010.11.16

親指シフト、世界を行く:シドニー編

Img_0009biPod touch、iPad、MacBookのうち、出張とかで持ち出すのは二つだけというマイルールを作っておきながら、書き仕事が多そうな時は親指シフトキーボードがないとちょっと不便。ということで、今回もFKB8579-661EVにオーストラリアはシドニーにまで同行してもらいました。

| | コメント (1) | トラックバック (1)

«ロシアの公衆電話