2003年10月31日

超高速インターネット衛星(WINDS)を利用する実験の公募

総務省、超高速インターネット衛星(WINDS)を利用する実験の公募

総務省は、衛星通信技術の有用性の実証及び新たな衛星アプリケーション開発の推進を図ることを目的として、産学官の専門家から構成される「衛星アプリケーション実験推進会議」を平成9年度から設置しています。
同会議は、多様なアプリケーションの開発等に資するため、平成17年度に打上げ予定のWINDS(Wideband InterNetworking engineering test and Demonstration Satellite)を利用する実験参加者を国内外の大学、研究機関、行政機関、企業等より広く募集することとし、このたび、実験参加を求める募集要項を公表しました。
WINDSは、ギガビット級の通信を可能とする高性能の実験衛星で、衛星の広域性、同報性、耐災害性等を活かし、地上インター ネット通信網と相互に補完し得る衛星通信ネットワークの研究開発を行う衛星です。
なお、本件は総務省及び関係府省が本年3月に策定した「アジア・ブロードバンド計画」にも記述されている施策です。

Posted by ykondou at 23:48 | コメント (0)

2003年10月30日

Apache 2.0.48

http://www.apache.org/dist/httpd/httpd-2.0.48.tar.gz

Changes with Apache 2.0.48

*) SECURITY [CAN-2003-0789]: mod_cgid: Resolve some mishandling of
the AF_UNIX socket used to communicate with the cgid daemon and
the CGI script. [Jeff Trawick]

*) SECURITY [CAN-2003-0542]: Fix buffer overflows in mod_alias and
mod_rewrite which occurred if one configured a regular expression
with more than 9 captures. [Andr? Malo]

*) mod_include: fix segfault which occured if the filename was not
set, for example, when processing some error conditions.
PR 23836. [Brian Akins , Andr? Malo]

*) fix the config parser to support .. containers (no
arguments in the opening tag) supported by httpd 1.3. Without
this change mod_perl 2.0's sections are broken.
["Philippe M. Chiasson" ]

*) mod_cgid: fix a hash table corruption problem which could
result in the wrong script being cleaned up at the end of a
request. [Jeff Trawick]

*) Update httpd-*.conf to be clearer in describing the connection
between AddType and AddEncoding for defining the meaning of
compressed file extensions. [Roy Fielding]

*) mod_rewrite: Don't die silently when failing to open RewriteLogs.
PR 23416. [Andr? Malo]

*) mod_rewrite: Fix mod_rewrite's support of the [P] option to send
rewritten request using "proxy:". The code was adding multiple "proxy:"
fields in the rewritten URI. PR: 13946.
[Eider Oliveira ]

*) cache_util: Fix ap_check_cache_freshness to check max_age, smax_age, and
expires as directed in RFC 2616. [Thomas Castelle tcastelle@generali.fr]

*) Ensure that ssl-std.conf is generated at configure time, and switch
to using the expanded config variables to work the same as
httpd-std.conf PR: 19611
[Thom May]

*) mod_ssl: Fix segfaults after renegotiation failure. PR 21370
[Hartmut Keil ]

*) mod_autoindex: If a directory contains a file listed in the
DirectoryIndex directive, the folder icon is no longer replaced
by the icon of that file. PR 9587.
[David Shane Holden ]

*) Fixed mod_usertrack to not get false positive matches on the
user-tracking cookie's name. PR 16661.
[Manni Wood ]

*) mod_cache: Fix the cache code so that responses can be cached
if they have an Expires header but no Etag or Last-Modified
headers. PR 23130.
[bjorn@exoweb.net]

*) mod_log_config: Fix %b log format to write really "-" when 0 bytes
were sent (e.g. with 304 or 204 response codes). [Astrid Ke?ler]

*) Modify ap_get_client_block() to note if it has seen EOS.
[Justin Erenkrantz]

*) Fix a bug, where mod_deflate sometimes unconditionally compressed the
content if the Accept-Encoding header contained only other tokens than
"gzip" (such as "deflate"). PR 21523. [Joe Orton, Andr? Malo]

*) Avoid an infinite recursion, which occured if the name of an included
config file or directory contained a wildcard character. PR 22194.
[Andr? Malo]

*) mod_ssl: Fix a problem setting variables that represent the
client certificate chain. PR 21371 [Jeff Trawick]

*) Unix: Handle permissions settings for flock-based mutexes in
unixd_set_global|proc_mutex_perms(). Allow the functions to be
called for any type of mutex. PR 20312 [Jeff Trawick]

*) ab: Work over non-loopback on Unix again. PR 21495. [Jeff Trawick]

*) Fix a misleading message from the some of the threaded MPMs when
MaxClients has to be lowered due to the setting of ServerLimit.
[Jeff Trawick]

*) Lower the severity of the "listener thread didn't exit" message
to debug, as it is of interest only to developers. PR 9011
[Jeff Trawick]

*) MPMs: The bucket brigades subsystem now honors the MaxMemFree setting.
[Cliff Woolley, Jean-Jacques Clar]

*) Install config.nice into the build/ directory to make
minor version upgrades easier. [Joshua Slive]

*) Fix mod_deflate so that it does not call deflate() without checking
first whether it has something to deflate. (Currently this causes
deflate to generate a fatal error according to the zlib spec.)
PR 22259. [Stas Bekman]

*) mod_ssl: Fix FakeBasicAuth for subrequest. Log an error when an
identity spoof is encountered.
[Sander Striker]

*) mod_rewrite: Ignore RewriteRules in .htaccess files if the directory
containing the .htaccess file is requested without a trailing slash.
PR 20195. [Andr? Malo]

*) ab: Overlong credentials given via command line no longer clobber
the buffer. [Andr? Malo]

*) mod_deflate: Don't attempt to hold all of the response until we're
done. [Justin Erenkrantz]

*) Assure that we block properly when reading input bodies with SSL.
PR 19242. [David Deaves , William Rowe]

*) Update mime.types to include latest IANA and W3C types. [Roy Fielding]

*) mod_ext_filter: Set additional environment variables for use by
the external filter. PR 20944. [Andrew Ho, Jeff Trawick]

*) Fix buildconf errors when libtool version changes. [Jeff Trawick]

*) Remember an authenticated user during internal redirects if the
redirection target is not access protected and pass it
to scripts using the REDIRECT_REMOTE_USER environment variable.
PR 10678, 11602. [Andr? Malo]

*) mod_include: Fix a trio of bugs that would cause various unusual
sequences of parsed bytes to omit portions of the output stream.
PR 21095. [Ron Park , Andr? Malo, Cliff Woolley]

*) Update the header token parsing code to allow LWS between the
token word and the ':' seperator. [PR 16520]
[Kris Verbeeck , Nicel KM ]

*) Eliminate creation of a temporary table in ap_get_mime_headers_core()
[Joe Schaefer ]

*) Added FreeBSD directory layout. PR 21100.
[Sander Holthaus , Andr? Malo]

*) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
response. PR 21085. [Glenn Nielsen , Andr? Malo]

*) mod_rewrite: Perform child initialization on the rewrite log lock.
This fixes a log corruption issue when flock-based serialization
is used (e.g., FreeBSD). [Jeff Trawick]

*) Don't respect the Server header field as set by modules and CGIs.
As with 1.3, for proxy requests any such field is from the origin
server; otherwise it will have our server info as controlled by
the ServerTokens directive. [Jeff Trawick]

Posted by ykondou at 23:02 | コメント (0)

将軍の娘

映画が進むにつれ、ストーリーは陳腐化していく。一番面白いのは、演習の画かな。だいたい、アメリカ軍というのはろくなもんじゃないと言うのを、いろんな映画で取り上げられているけど、軍は未だにそういう認識はないんだろうな。

Posted by ykondou at 00:11 | コメント (0)

2003年10月28日

ホワット・ライズ・ビニース

ストーリーは以外と普通に先が読める。でも、怖い。すげ?怖い。特に、最後のエンディング直前のフェードアウトの途中で人の顔が出てくるのが怖い。

Posted by ykondou at 00:06 | コメント (0)

2003年10月26日

リターナー

M:i-2とマトリックスと不夜城とあとなんかを足して5で割ったような作品。ストーリーにはオリジナリティは全くない、鈴木杏がかわいいだけの作品。儀体宇宙船?の変形はカッコいい!

Posted by ykondou at 21:34 | コメント (0)

2003年10月22日

日立と松下、IPv6家電の相互接続仕様を策定

日立と松下、IPv6家電の相互接続仕様を策定

株式会社日立製作所
松下電器産業株式会社

日立製作所と松下電器産業は10月21日、IPv6に対応した家庭内ネットワーク機器を相互接続するための仕様を策定したと発表した。両社の製品に順次適用するほか、業界標準としての提案も行っていく。

同仕様に基づいた機器なら、異なるメーカーの製品であっても同じホームネットワーク内で相互に接続して利用できる。

またIPv6処理を高速化するアーキテクチャも開発した。CPUによるソフトウェア処理とコプロセッサによるハードウェア処理に分割することで、すべてをソフト処理した場合に比べ10倍以上の高速化が可能だとしている。低価格なCPUで高速通信が行えるため、機器の低価格化につながるとしている。

Posted by ykondou at 22:10 | コメント (0)

2003年10月21日

JSA

すごく悲しい話。「シュリ」よりも深い。

ソフィー・チャン(イ・ヨンエ)の推理の過程は面白かった。ベルリンの壁が崩壊して、ドイツが一つになった時、「ああ、次は韓国と北朝鮮だな」と思ったのを思い出した。それにしても、ソフィー・チャンの一言でイ・スヒョク(イ・ビョンホン)を死に追いやる必要があったのかどうかは疑問に思った。

Posted by ykondou at 22:08 | コメント (0)

2003年10月20日

海湘丸

海湘丸
住所:海老名市門沢橋785
電話:046-237-3307

高い!と思いきや、ボリューム満点で大満足の料理

Posted by ykondou at 22:30 | コメント (0)

2003年10月17日

無線LANを用いた時速330kmの高速移動通信

無線LANを用いた時速330kmの高速移動通信に成功
NECは「高速IPハンドオーバ技術」により、時速330kmで高速走行中の車両とセンタ間において、国際標準の通信規格IEEE802.11bの無線LANを用いた通信を行うこと に成功した。

この実験では、高速周回路に無線LAN基地局を約500m間隔に4局設置し、各基地局間でのハンドオーバがシームレスに行われたことを確認した。

「高速IPハンドオーバ技術」は、通信・放送機構(TAO)から委託された研究テーマ「DSRCを用いた高速ハンドオーバ技術」の成果を、広帯域の無線LANに適用した。本技術は、高速移動する対象物に対して適した通信路を確保することができ、広域にわたる移動(数百km範囲での大規模ネットワーク構成)においても優れた性能を実現でき、今後の移動通信におけるデータの大容量化に対応できる有望な技術として注目されている。

Posted by ykondou at 23:35 | コメント (0)

2003年10月15日

四季旬彩 舞鮮

四季旬彩 舞鮮
住所:厚木市中町2-13-14 サンシャインビル102号
電話:046-221-2230

Posted by ykondou at 22:26 | コメント (0)

Nokia、ウェアラブル・アクセサリー製品を発表

ウェアラブル・アクセサリー製品シリーズNokia Imagewearを発表
ノキア・ジャパン株式会社は、「Nokia Imagewear (ノキア・イメージウェア)」を発表した。

1.Nokia Medallion I (ノキア・メダリオン・ワン)
デジタル画像と光沢のあるスチール・フレームが組み込まれたチョーカーで、ディスプレイは、16.7mm角で96×96ピクセル、4096色表示。画像は互換性のある携帯電話やPCから赤外線通信によってワイヤレスで転送できる。

2.Nokia Medallion 2 (ノキア・メダリオン・ツー)
クラシックな雰囲気のスチール・フレームにデジタル画像を収容し、デジタル画像をブレスレットやネックレスとして身につけることができる。ネック用とリスト用の2種類の革製ストラップが付属。「Nokia Medallion I」と同様、ディスプレイの使用や赤外線通信による転送が可能。

3.Nokia Kaleidoscope (ノキア・カレイドスコープ・ワン)
ポケットに入る長さ7cmのデジタル画像ビューアーで、万華鏡のようにのぞき込むことで画像を閲覧することができる。内蔵される仮想ディスプレイの解像度は270×228ピクセル、32,768色のフルカラー表示。画像は赤外線通信またはメモリーカード(MMC)で最大24枚まで転送可能。連続画像表示時間は約50分。

Posted by ykondou at 18:02 | コメント (0)

2003年10月13日

ピザ レストラン ヒッコリー

ピザ レストラン ヒッコリー
住所:大和市上和田1770-1
電話:046-279-3533
大和桜ヶ丘店以外にも、登戸店、東林間店、町田境川店、栗平店、たまプラーザ店がある。

Posted by ykondou at 23:50 | コメント (0)

光ファイバを利用した新サービス「KDDI光プラス」の提供について

光ファイバを利用した新サービス「KDDI光プラス」の提供について
KDDIは、光ファイバを用いた超高速アクセス回線と、CDN(Contents Deliverly Network)で実現するインフラによって、「光プラス電話」(電話)、「光プラスネット」(インターネット)、「光プラスTV (ティーヴィー)」(映像配信)、の3つのサービスを提供する。

「光プラス電話」は、IP電話の安価な料金で既存の電話とほぼ同等の機能を実現した電話サービス。
「光プラスネット」は、光ファイバの超高速インターネット接続サービス。
「光プラスTV」は、テレビに多チャンネル放送とVOD(ビデオオンデマンド)をDVDクラスの高画質で提供する映像配信サービス。

Posted by ykondou at 20:11 | コメント (0)

周波数の再編方針の公表

周波数の再編方針の公表
世界最先端のワイヤレスブロードバンド環境を構築するため、総務省では従来の考え方にとらわれない周波数割当ての抜本的な見直しに先立ち、周波数再編に関する基本的な考え方を示した周波数の再編方針を策定した。

Posted by ykondou at 20:02 | コメント (0)

2003年10月06日

高座豚と湘南野菜のお店 TONTON

高座豚と湘南野菜のお店 TONTON
住所:厚木市中町2-2-8センタービル2F
電話:046-295-7777

Posted by ykondou at 23:15 | コメント (0)

お酒茶屋花の木

お酒茶屋花の木
ぐるなび
住所:厚木市中町2-4-14
電話:046-223-0522

Posted by ykondou at 23:09 | コメント (0)

2003年10月04日

ターミネーター3

前評判ほどでもないし、前作ほどでもない。最初の方に見せ場が多く、後半はだらだらって感じ。4はなさそうな終わり方。それにしても、ヘリコプターで核シェルターに逃げ込むのに、なんで何の妨害も受けずに辿り着けたんだろうか。ちょっと納得いかない感じ。シュワちゃんもやっぱりフケたよね、2と比べて。

Posted by ykondou at 12:41 | コメント (0)

マトリックスリローデッド

面白かった。CGもすごい!こうなりゃ、ネロはなんでもありだな。スミスとの闘いは本当にゲームのCGのようだった。スムーズなところはすごくスムーズでCGかどうかの区別が付けられないんだけど、その中に、突然、不自然な動きがあって、CGと分かるところもある。次回を期待させる感じのロールバックの後の予告もよかった。

Posted by ykondou at 12:40 | コメント (0)

ハンニバル

原作を読んでいると物足りない。「記憶の宮殿」とかを見たかったんだけど...
結末も原作と違っていてちょっと残念。納得いかない。あと、やっぱりジョディ・フォスターじゃないと。

全編を通して流れる非常に落ち着きのある音楽はすごいいい!レクター博士の高尚な趣味ともあっている。

Posted by ykondou at 12:38 | コメント (0)

マイノリティ・レポート

近未来、予知能力によって、殺人を未然に食い止めることができるようになったため、殺人が起こる前に犯人を逮捕してしまう世界の話。

いくつか矛盾点がある。なぜ、アンダートンが息子を殺した犯人を見つけた時、Pre Crimeの人間たちがアンダートンを逮捕するためにやってこなかったのか?アガサはアンダートンと一緒だったが、Pre Crimeの人間たちは場所や時間の情報を持っていたので、来なければならない。

未来のコンピュータや自動車などもふんだんに登場し、とても楽しめる映画。

Posted by ykondou at 12:36 | コメント (0)

キャッチ ミー イフ ユー キャン

スピーディでとても面白い。トム・ハンクスは本当にいい男優ですね。エンディングもちゃんとハッピーエンドで終わっていて、後味もよいです。実話ベースなんですね。

Posted by ykondou at 12:35 | コメント (0)

鰻のひろ瀬

鰻のひろ瀬
やきとりおいしいらしい。
住所:厚木市旭町3-15-14
電話:046-229-7212

Posted by ykondou at 00:35 | コメント (0)

2003年10月03日

塗仏の宴 宴の支度

喧嘩は卑怯な方が勝つのだ。条文化した卑怯こそ武道だ!
塗仏の宴 宴の支度 / 京極夏彦

Posted by ykondou at 23:50 | コメント (0)

CLIE PEG-TJ25

CLIE PEG-TJ25


OS
日本語版Palm OS(R) 5(Ver.5.2.1)
CPU
ARM系200MHz(i.MXL Application Processor)
メモリ(RAM/ROM)
16MB(ユーザー領域11MB)/16MB
インターフェース
USB、赤外線ポート、「メモリースティック」スロット
ディスプレイ*1
バックライト搭載TFTカラー液晶ディスプレイ
表示解像度/表示色
320 × 320ドット/65,536色
画像サイズ
静止画:320×240ドット、160×120ドット
再生フォーマット(静止画)
JPEG(DCF)形式
その他
ジョグダイヤル、ブザー、LED:Power&Charge LED、「メモリースティック」アクセスLED
外形寸法
約幅75.3×高さ110.1×奥行き11.9mm
質量
約140g
主な付属品
USBケーブル、ACアダプター、ACコード、プラグアダプター、伸縮スタイラス、ハンドストラップ、ソフトカバー、インストールCD-ROM
バッテリー
内蔵型リチウムイオンポリマー充電池
使用可能時間*2
約10日間

Posted by ykondou at 20:32 | コメント (0)

家電向けIPv6モジュール

松下電器産業はIPv6による通信を行うためのソフトウェアとIPsecハードウェアからなるIPv6モジュールを開発。
業界初、100Mbpsネット家電向けIPv6モジュールを開発

Posted by ykondou at 00:58 | コメント (0)

OpenSSHに新たな脆弱性

セキュリティを強化する特権分離(privilege separation)機能をオフにしたOpenSSHのバージョンにのみ影響を及ぼす。
OpenSSH

Posted by ykondou at 00:02 | コメント (0)

2003年10月02日

ネット家電機器を制御

松下、ネット家電制御を簡素化するモジュールと技術開発
松下電器産業は外出先から携帯電話などのモバイル機器を使って、宅内にあるネット家電を簡単かつリアルタイムに制御できる技術「KEBAB(ケバブ)」を開発。

Posted by ykondou at 22:44 | コメント (0)

2003年10月01日

長いお別れ

強くなくては生きていけない。優しくなれなければ、生きていく資格がない。
長いお別れ / レイモンド・チャンドラー

If I wasn't hard, I couldn't be alive. If I couldn't ever be gentle, I wouldn't deserve to be alive.
The Long Good-Bye / Raymond Chandler

Posted by ykondou at 22:21 | コメント (0)

スペイサイド

レストランバー スペイサイド
住所:厚木市旭町1-33-5
電話:046-229-9849

Posted by ykondou at 22:02 | コメント (0)

OpenSSLに脆弱性

OpenSSLに複数の脆弱性が発見された。
OpenSSL
Security Advisory

Posted by ykondou at 21:47 | コメント (0)

横浜天下鳥伊勢原店

住所:伊勢原市伊勢原1-14-15
電話:0463-97-6310

Posted by ykondou at 21:41 | コメント (0)

まぐろや九平次

まぐろや九平次
住所:本厚木駅南口シャトレーゼ近く
電話:046-220-0515

Posted by ykondou at 21:39 | コメント (0)