2009年3月14日土曜日

Likaholix

Likaholixに関する記事を読んだので、記述的な背景をhttp://likaholix.com/aboutで確認してみた
引用:
To help users create likes, we built a database of various items across the web including books, movies, tv shows and products. For each of these items, we have a list of landing pages which describe the item, various significant topics about the item along with images and videos of the item. We built this database by crawling the web and using data from Freebase and Wikipedia. To supplement this database, we also use real time Google web, image and video search results when users create likes.

We use Python for our crawl, data analysis and some backend servers. Our recommendation system is built using Solr, and our website is developed using PHP and JQuery backed by a MySQL database. We use Facebook Thrift for communication between servers and serializing data. We run our crawl and data processing on Amazon EC2 and S3 and use Cloudfront for media serving. The website is hosted on dedicated Linux servers at M5 Hosting.

2009年2月24日火曜日

無線LANとPKIの応用について検討する

WEP(Wired Equivalent Privacy)はWLANの初期から利用されているフレームの暗号化方式です。WEPはスタティックPSK(Pre-Sheared Keys:事前共通鍵)を使用しています。共通鍵暗号化方式としては,RC4が利用されています。スタティックPSKとは,クライアント,AP双方に暗号化鍵を事前に設定する方式です。また,サイクリック符号化(Cyclic Redundancy Check:CRC)による改ざん防止機能を持っています。
keyword: RC4,IEEE802.1X,RADIUSサーバ,WiMAX,PKI
Wine is an application that enables users to run Windows applications on Unix like computers.

アマノについて研究してみよう

タイムスタンプについて調査する際、アマノにたどり着いた、 面白い会社!調べてみよう
調べた結果:
正式社名はアマノ株式会社で、1931年創業されて、連結年間売上げ(2007)が900億円近い会社です。
連結で従業員3300人ぐらいを持っています。
事業の3分の2を閉めているのは時間情報システム、その内訳としては下記の通り:
情報システム (17%)
時間管理機械 (7%)
パーキングシステム (42%)

駐車場の管理システムに強いみたいです。
それ以外は環境関連システム事業も展開しています。

感想:
特定な分野に強みを持っている会社

アマノについて研究してみよう

タイムスタンプについて調査する際、アマノにたどり着いた、 面白い会社!調べてみよう

2009年2月15日日曜日

Linuxに関するメモ_(二)

POSIX: スレッド生成やスレッド操作の API を定義している。
TCP Wrapperを今度Red hatにinstallしてみよう

Kerberosについて

恥ずかしいが、今日はじめてkerberosのことを知った。
http://web.mit.edu/kerberos/www/dialogue.html というサイトでやっとKerberosって何について
理解した。
ただ、KerberosとSSLに関する理解はまだまだ浅いため、実際の応用の中で、どういうふうに需要に応じて
方法を選ぶかについては不明。