総務省、超高速インターネット衛星(WINDS)を利用する実験の公募
総務省は、衛星通信技術の有用性の実証及び新たな衛星アプリケーション開発の推進を図ることを目的として、産学官の専門家から構成される「衛星アプリケーション実験推進会議」を平成9年度から設置しています。
同会議は、多様なアプリケーションの開発等に資するため、平成17年度に打上げ予定のWINDS(Wideband InterNetworking engineering test and Demonstration Satellite)を利用する実験参加者を国内外の大学、研究機関、行政機関、企業等より広く募集することとし、このたび、実験参加を求める募集要項を公表しました。
WINDSは、ギガビット級の通信を可能とする高性能の実験衛星で、衛星の広域性、同報性、耐災害性等を活かし、地上インター ネット通信網と相互に補完し得る衛星通信ネットワークの研究開発を行う衛星です。
なお、本件は総務省及び関係府省が本年3月に策定した「アジア・ブロードバンド計画」にも記述されている施策です。
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
*) fix the config parser to support
arguments in the opening tag) supported by httpd 1.3. Without
this change mod_perl 2.0's
["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
*) 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
*) Update the header token parsing code to allow LWS between the
token word and the ':' seperator. [PR 16520]
[Kris Verbeeck
*) Eliminate creation of a temporary table in ap_get_mime_headers_core()
[Joe Schaefer
*) Added FreeBSD directory layout. PR 21100.
[Sander Holthaus
*) Fix NULL-pointer issue in ab when parsing an incomplete or non-HTTP
response. PR 21085. [Glenn Nielsen
*) 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]
映画が進むにつれ、ストーリーは陳腐化していく。一番面白いのは、演習の画かな。だいたい、アメリカ軍というのはろくなもんじゃないと言うのを、いろんな映画で取り上げられているけど、軍は未だにそういう認識はないんだろうな。
日立と松下、IPv6家電の相互接続仕様を策定
日立製作所と松下電器産業は10月21日、IPv6に対応した家庭内ネットワーク機器を相互接続するための仕様を策定したと発表した。両社の製品に順次適用するほか、業界標準としての提案も行っていく。
同仕様に基づいた機器なら、異なるメーカーの製品であっても同じホームネットワーク内で相互に接続して利用できる。
またIPv6処理を高速化するアーキテクチャも開発した。CPUによるソフトウェア処理とコプロセッサによるハードウェア処理に分割することで、すべてをソフト処理した場合に比べ10倍以上の高速化が可能だとしている。低価格なCPUで高速通信が行えるため、機器の低価格化につながるとしている。
すごく悲しい話。「シュリ」よりも深い。
ソフィー・チャン(イ・ヨンエ)の推理の過程は面白かった。ベルリンの壁が崩壊して、ドイツが一つになった時、「ああ、次は韓国と北朝鮮だな」と思ったのを思い出した。それにしても、ソフィー・チャンの一言でイ・スヒョク(イ・ビョンホン)を死に追いやる必要があったのかどうかは疑問に思った。
無線LANを用いた時速330kmの高速移動通信に成功
NECは「高速IPハンドオーバ技術」により、時速330kmで高速走行中の車両とセンタ間において、国際標準の通信規格IEEE802.11bの無線LANを用いた通信を行うこと に成功した。
この実験では、高速周回路に無線LAN基地局を約500m間隔に4局設置し、各基地局間でのハンドオーバがシームレスに行われたことを確認した。
「高速IPハンドオーバ技術」は、通信・放送機構(TAO)から委託された研究テーマ「DSRCを用いた高速ハンドオーバ技術」の成果を、広帯域の無線LANに適用した。本技術は、高速移動する対象物に対して適した通信路を確保することができ、広域にわたる移動(数百km範囲での大規模ネットワーク構成)においても優れた性能を実現でき、今後の移動通信におけるデータの大容量化に対応できる有望な技術として注目されている。
ウェアラブル・アクセサリー製品シリーズ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分。
ピザ レストラン ヒッコリー
住所:大和市上和田1770-1
電話:046-279-3533
大和桜ヶ丘店以外にも、登戸店、東林間店、町田境川店、栗平店、たまプラーザ店がある。
光ファイバを利用した新サービス「KDDI光プラス」の提供について
KDDIは、光ファイバを用いた超高速アクセス回線と、CDN(Contents Deliverly Network)で実現するインフラによって、「光プラス電話」(電話)、「光プラスネット」(インターネット)、「光プラスTV (ティーヴィー)」(映像配信)、の3つのサービスを提供する。
「光プラス電話」は、IP電話の安価な料金で既存の電話とほぼ同等の機能を実現した電話サービス。
「光プラスネット」は、光ファイバの超高速インターネット接続サービス。
「光プラスTV」は、テレビに多チャンネル放送とVOD(ビデオオンデマンド)をDVDクラスの高画質で提供する映像配信サービス。
周波数の再編方針の公表
世界最先端のワイヤレスブロードバンド環境を構築するため、総務省では従来の考え方にとらわれない周波数割当ての抜本的な見直しに先立ち、周波数再編に関する基本的な考え方を示した周波数の再編方針を策定した。
前評判ほどでもないし、前作ほどでもない。最初の方に見せ場が多く、後半はだらだらって感じ。4はなさそうな終わり方。それにしても、ヘリコプターで核シェルターに逃げ込むのに、なんで何の妨害も受けずに辿り着けたんだろうか。ちょっと納得いかない感じ。シュワちゃんもやっぱりフケたよね、2と比べて。
面白かった。CGもすごい!こうなりゃ、ネロはなんでもありだな。スミスとの闘いは本当にゲームのCGのようだった。スムーズなところはすごくスムーズでCGかどうかの区別が付けられないんだけど、その中に、突然、不自然な動きがあって、CGと分かるところもある。次回を期待させる感じのロールバックの後の予告もよかった。
原作を読んでいると物足りない。「記憶の宮殿」とかを見たかったんだけど...
結末も原作と違っていてちょっと残念。納得いかない。あと、やっぱりジョディ・フォスターじゃないと。
全編を通して流れる非常に落ち着きのある音楽はすごいいい!レクター博士の高尚な趣味ともあっている。
近未来、予知能力によって、殺人を未然に食い止めることができるようになったため、殺人が起こる前に犯人を逮捕してしまう世界の話。
いくつか矛盾点がある。なぜ、アンダートンが息子を殺した犯人を見つけた時、Pre Crimeの人間たちがアンダートンを逮捕するためにやってこなかったのか?アガサはアンダートンと一緒だったが、Pre Crimeの人間たちは場所や時間の情報を持っていたので、来なければならない。
未来のコンピュータや自動車などもふんだんに登場し、とても楽しめる映画。
松下電器産業はIPv6による通信を行うためのソフトウェアとIPsecハードウェアからなるIPv6モジュールを開発。
業界初、100Mbpsネット家電向けIPv6モジュールを開発
松下、ネット家電制御を簡素化するモジュールと技術開発
松下電器産業は外出先から携帯電話などのモバイル機器を使って、宅内にあるネット家電を簡単かつリアルタイムに制御できる技術「KEBAB(ケバブ)」を開発。
強くなくては生きていけない。優しくなれなければ、生きていく資格がない。
長いお別れ / レイモンド・チャンドラー
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