Tuesday, March 1, 2011

Collection of Digital Image Specialized Sites

pixiq is a site with news and technical reviews about digital images. Comparison resports between cameras of similar specification and by different manufactures are a good source for purchase reference.
dpreview.com has everything about digital cameras: digital photography review, news, reviews, forums and FAQ. Especially the reviews on almost all the famous models are fun and comprehensive to read. There are comprehensive comparisons between major camera models, with different parameters, such as ISO values, aperture and shutter speed. One will no doubt feel more comfortable in purchase of a camera after reading all related information.
Bob Atkins is a nice site with reviews, photo gallery of Canon products. Especially reviews on lens are very comprehensive and worth reading.
kurtmunger has plenty Sony alpha and NEX lens reviews
GANREF is a Japanese site with my interesting services. Review of lens (sharpness) are plotted with DxO Analyzer's「Blur」 format.
PhotoXP (the index page) has photos organized by Camera and lens. Although a site 100% Japanese and some of the photos without much "professional" composition, almost all of the photos have EXIF info., very good references for different parameters and their effects.
darwin wigget is a blog with amazingly beautiful pictures. One of it's post is a very interesting lens comparison with in-the-field test shots, between Sigma 120-400mm 4.5-5.6L APO HSM and Canon's 100-400 f4.5-5.6L, 70-200F4L and 300mm F4L.
popphoto.com also gives many reviews on lens, camera and accessories. Although the reviews are not very technical, they are compact and easy to understand. Its galleries is also a good place to look for beautiful pictures. Its blogs such as "state of the art" is a good place to look for creative photography.
digitalslrphoto.com specializes in SLR cameras and has many great reviews on DSLR/accessory reviews. No need to say, it also has a good collection of great photography works, nicely organized by categories. Its "Creative Eye" has many innovative photographies with lipstick, scissors, champagne, matchsticks, milk and balloons. The "Photo Challenge" offers a prize of over £10,000 for original digital SLR photography. It also has a free download for a free book "Making Money from Photography"
shashinlink has links to many photography specialized sites. It is well categorized and mostly are personal creations.
yuubi is another similar one. But this can submit one's own site information and ask to be registered to it.
photolink is another similar, but more focused on those by professionals. All of the 3 link sites are in Japanese.
The site of International Center of Photography has the information of current and past exhibitions, although not limited to digital ones at all. Even though only limited items displayed are present, it is still a rich gallery and text book (both history and technical) of master pieces of photography.

Tuesday, February 15, 2011

ちょっと面白いBlog発見

漢のコンピュータ道」というもので、個人作のわりに、内容がしっかりしていて、読み応えもあります。作者がギークと自称しているが、普通に正論としか言いようのない投稿ばかりです。読んでいて楽しいものです。

Low Atitude Panorama Posts

Found posts, on panoramio by imageabove, of low atitude panorama pictures. One of the most favorite posts is a perspective above Google headquater as linked below.

Wednesday, February 2, 2011

GCC precompiler - Token concatenation ##

According to wikipedia, "##" is used to combine two macro arguments together, by GCC precompiler.
Token concatenation, also called token pasting, is one of the most subtle — and easy to abuse — features of the C macro preprocessor. Two arguments can be 'glued' together using ## preprocessor operator; this allows two tokens to be concatenated in the preprocessed code. This can be used to construct elaborate macros which act like a crude version of C++ templates.
For instance:
#define MYCASE(item,id) \
case id: \
  item##_##id = id;\
break
 
switch(x) {
    MYCASE(widget,23);
}
The line MYCASE(widget,23); gets expanded here into
case 23:
  widget_23 = 23;
break;
(The semicolon following the invocation of MYCASE becomes the semicolon that completes the break statement.)

Thursday, January 20, 2011

Eclipse: New Makefile Project with Existing Code wizardが失敗する

makefileを使うgccのプロジェクトをEclipseで開発したいときに、既存のmakefileを使って、Eclipseのプロジェクトを作成する必要があります。Makefile project with Existing Code Wizardでプロジェクトを作成するときに、Finishボタンが押せても、静かに失敗する場合があります。Finishボタンを押しても、何も起こらないし、エラーメッセージ一つもありません。Cancelしか押せない状態になります。
これは、Eclipseのバグです。その原因は、プロジェクトファイル(makefileなど)とワークスペースが同じ場所にあるからです。
ワークスペースをプロジェクトファイルと別々の場所にすれば、問題なくできます。
英語の詳細な説明はここにあります。

Wednesday, January 19, 2011

Elicpseで対応する括弧へ移動する方法

以下のキー操作で、対応する括弧へ移動できます。但し、カーソルを対象括弧のすぐ後ろに移動しなければいけません。
Ctrl+Shift+P
Eclispseの他のショートカットキーはこのドキュメント(英語)にあります。
http://eclipse-tools.sourceforge.net/Keyboard_shortcuts_%283.0%29.pdf

Friday, January 14, 2011

Internet Explorerのショットカットキー



一般

全画面モードのオンとオフを切り替えるF11
アドレス バー、[更新] ボタン、検索ボックス、および Web ページ上の項目を順に切り替えるTab
ページ内の単語または語句を検索するCtrl + F
現在の Web ページを新しいウィンドウで開くCtrl + N
ページを印刷するCtrl + P
ページのすべての項目を選択するCtrl + A
拡大表示するCtrl + プラス記号
縮小表示するCtrl + マイナス記号
倍率を 100% にするCtrl + 0 (数字のゼロ)



ナビゲーションのショートカット キー

ホーム ページに移動する Alt + Home
前のページに移動するAlt + ← (左方向キー)
次のページに移動するAlt + → (右方向キー)
Web ページを更新するF5
Web ページとキャッシュを更新する Ctrl + F5
ページのダウンロードを中止するEsc



お気に入りセンターのショートカット キー

お気に入りを開く Ctrl + I
ピン モードでお気に入りを開く Ctrl + Shift + I
[お気に入りの整理] ダイアログ ボックスを表示する Ctrl + B
現在のページを [お気に入り] に追加する Ctrl + D
フィードを開く Ctrl + J
ピン モードでフィードを開く Ctrl + Shift + J
履歴を表示する Ctrl + H
ピン モードで履歴を開く Ctrl + Shift + H


タブのショートカット キー

新しいタブを後ろに作成してリンクを開くマウスの中央ボタンまたは Ctrl + マウスの左ボタン
新しいタブを前に作成してリンクを開くCtrl + Shift + マウスの左ボタンまたは Ctrl + Shift +
マウスの中央ボタン
タブを閉じる (タブが 1 つしか開いていない場合はウィンドウを閉じる)タブ上でマウスの中央ボタンを押す、または Ctrl + W
[クイック タブ] ビューを開くCtrl + Q
新しいタブを開くCtrl + T
開いているタブの一覧を表示するCtrl + Shift + Q
次のタブに切り替えるCtrl + Tab
前のタブに切り替えるCtrl + Shift + Tab

アドレス バーのショートカット キー

アドレス バーを選択するAlt + D
アドレス バーのテキストの先頭に "http://www." を、末尾に ".co.jp"
を追加する
Ctrl + Enter
アドレス バーのテキストの先頭に "http://www." を、末尾に指定した Web サイト
アドレスの接尾辞を追加する*
Ctrl + Shift + Enter
アドレス バーに入力したアドレスの Web サイトを新しいタブで開くAlt + Enter
これまでに入力したアドレスの一覧を表示するF4

クイック検索ボックス

クイック検索ボックスを選択するCtrl + E
検索プロバイダの一覧を表示するCtrl + ↓ (下方向キー)
検索結果を新しいタブに表示するAlt + Enter
from Microsoft's homepage.

Tuesday, January 11, 2011

ソニーのImage Data SuiteでRAW画像をバッチ処理

ソニーのアルファユーザは、Image Data Suiteを使わないと、RAW画像をうまく処理できない場合があるかと思います。例えば、同じ処理(群)をすべての画像に施すバッチ処理をしたい場合があります。ソニーの同ソフトでは、ぱっと見そのやり方はさっぱりわかりません。
実は、そのバッチ処理はできます。とりあえずマイバージョンは後にして、英語のサイトでは、詳しく紹介されています。

Tuesday, January 4, 2011

iPodライブラリのバックアップと移転

PCを替えたり、複数のiPodを管理したりすることは多分誰でも経験したことがあります。
そういう場合、CopyTrans TuneSwiftというソフトを使えばできます。
Gizmodoでは、3月15日までのコード(TUNESWIFT-GIZ-MODO-JPN)も取得してあります。アップデートをしなければ、無料で使い続けられます。

itune以外のソフトでipodを利用

songbirdというソフトの古いバージョンなら、iPod Device Support用のadd-onがあります。
songbirdの古いバージョンはここからダウンロードできます。
ちなみに、songbirdの新しいバージョンでは、iPodのサポートをはずしてあります。