チェルノブイリ事故における、Confiscated/Closed Zone(立入禁止区域) は、40Ci/Km2 以上のセシウム137の地域とされている。
今の日本の報道とは単位が違うが、この数値について考えてみた。

wikipediaによると、1Ci(キュリー) = 3.7×10^10 Bq(ベクレル)とある。
つまり、1Ci/Km2 = 37000000000 Bq/Km2 の計算式から、
148×10^10 Bq/Km2 = 1,480,000,000,000 Bq/Km2 = 1,480,000 Bq/m2

チェルノブイリの強制的な移住区域は、セシウム137で、1,480,000 Bq/m2 ということになる。

一方、飯舘市で土壌からセシウム137が、163,000 Bq/kg とあった。
これを上記と付きあわせてみる。
この飯舘市で発見された汚染された土壌が仮に1cmの厚みで存在したとする。
比重をこれも仮に0.5とすると、1m2 あたりの土の質量は5Kgと仮定される。
この計算式でいくと、飯舘市では、815,000 Bq/m2 となり、チェルノブイリ基準の1,480,000 Bq/m2 に迫っている数値。

XX Km範囲内という指標ではなく、放射線物質の降下量に沿って避難区域を
特定し、避難勧告を出すべし。です。

エクセルにて。

「はこのマシンでは利用できないため、オブジェクトを読み込めませんでした」などという意味不明なエラーに遭遇。

VBEのツールー>参照 に参照できないコンポーネントが通常はあるらしいが見当たらない。

正常に動いているPCとあやしそうな箇所のDLLのバージョンを見比べていったら同じSP3をあててるのに、DLLに違うバージョンのものを発見。
同じOffice2003SP3ながら、セキュリティパッチによって、コンポーネントのマイナーバージョンが異なっており、オブジェクトの仕様がかわっってしまい、ロードできないということだった。
VBEのツールー>参照に見当たらなかったのは標準のコンポーネントだからっぽい。

しかしこんなエラーメッセージからよく原因がみつけられたものだ。不幸中の幸い。

Mac OS X で Eterm

Posted: 2010/10/06 カテゴリー: Uncategorized

coolなターミナルアプリ EtermをOS Xでも。

sudo port install eterm

でインストール可能。

X markサービス終了

Posted: 2010/09/30 カテゴリー: Uncategorized

X mark 知らない人も多いかもしれないけど、
全種類のブラウザのブックマークを全自動で同期してくれるサービスで、
大変重宝していました。

サービス終了が発表されて、
代替サービスがなく、かなり痛い。

PHP5.2 on BlueOnyx

Posted: 2010/09/16 カテゴリー: Server

This is PHP5.2 on BlueOnyx.

This method wasn’t fully checked.

Please run this method at your own risk.

- Add utterramblings repository to yum.
– Import RPM-KEY.
rpm --import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

– edit yum config.
vi /etc/yum.repos.d/utterramblings.repo
And add below code.
[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=0
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka

- Before yum update, copy php modules which nessesary for BlueOnyx’s administration console.
cp -a /usr/lib/php/modules /usr/lib/php/modules51
cp -a /usr/lib/httpd/modules/libphp5.so /usr/lib/httpd/modules/libphp5adm.so

- Check current and update php version.
yum –enablerepo=utterramblings list php

Result:
Installed Packages
php.i386                      5.1.6-27.el5                        installed     
Available Packages
php.i386                      5.2.14-jason.1                      utterramblings

The update version is 5.2.14 at 9/16 2010. 5.2.x is OK.

- Do yum update.
yum --enablerepo=utterramblings install php

Then check all update rpms and confirm.
Dependencies Resolved

================================================================================
Package            Arch      Version                 Repository           Size
================================================================================
Updating:
php                i386      5.2.14-jason.1          utterramblings      3.6 M
Installing for dependencies:
mysqlclient15      i386      5.0.91-1.jason.1        utterramblings      2.0 M
Updating for dependencies:
mysql              i386      5.1.50-jason.1          utterramblings      3.5 M
mysql-server       i386      5.1.50-jason.1          utterramblings       13 M
php-bcmath         i386      5.2.14-jason.1          utterramblings       67 k
php-cli            i386      5.2.14-jason.1          utterramblings      2.6 M
php-common         i386      5.2.14-jason.1          utterramblings      512 k
php-dba            i386      5.2.14-jason.1          utterramblings      127 k
php-devel          i386      5.2.14-jason.1          utterramblings      557 k
php-gd             i386      5.2.14-jason.1          utterramblings      331 k
php-imap           i386      5.2.14-jason.1          utterramblings      108 k
php-ldap           i386      5.2.14-jason.1          utterramblings       59 k
php-mbstring       i386      5.2.14-jason.1          utterramblings      1.3 M
php-mysql          i386      5.2.14-jason.1          utterramblings      267 k
php-odbc           i386      5.2.14-jason.1          utterramblings      116 k
php-pdo            i386      5.2.14-jason.1          utterramblings      164 k
php-pgsql          i386      5.2.14-jason.1          utterramblings      159 k
php-soap           i386      5.2.14-jason.1          utterramblings      352 k
php-xml            i386      5.2.14-jason.1          utterramblings      328 k

Transaction Summary
================================================================================
Install       1 Package(s)
Upgrade      18 Package(s)

Total download size: 29 M
Is this ok [y/N]: y

There are dependencies involved mysql.
Then press y and enter and continue installation.

- Run mysql table update script.
mysql_upgrade -u root -p

- Rewrite BlueOnyx’s administration console’s configuration.
vi /etc/admserv/conf.d/php.conf
#LoadModule php5_module modules/libphp5.so
LoadModule php5_module modules/libphp5adm.so
[root@localhost ~]# vi /etc/admserv/php.ini
#extension_dir = /usr/lib/php/modules
extension_dir = /usr/lib/php/modules51

That’s it. Access your administration console and check all functions work correctly.
Have a fun.

x61 installation

Posted: 2010/09/12 カテゴリー: osx86

Remind:

1. Remove HDD and connect to real MAC.
2. Initialize HDD with GPT, make partition tables as you like.
3. Install SL to partition or copy SL system drive to your new partition.
4. Install Chameleon to MBR and EFI partition.
5. Modified /Volumes/***/S/L/E/*.kext
6. Install Extra set to /Volumes/EFI/Extra
7. Install Extra set to /Volumes/***/Extra
8. Remove HDD and insert into x61, then boot.

Points:
checked /Extra/dsdt.aml is necesarry
/Volumes/EFI/Extra/com.apple.boot.plist will be loaded when bootup.
/S/L/E/fakesmc.kext will be messesary.


For Emagency bootup, disable cpu powermanagemen kext and anyother panicked kexts via disabler.kext, and connect USB KB/Mouse, don’t use DSDT.aml.






Originally uploaded by JetBee

実は、8・8にやります宣言したものの、すぐお盆休みになってしまったため、実際のスタートは、8/16からになってました。
それからは休みなく続けています。
2週間以上過ぎましたね。
変わった感じしないけど・・・。