8/29/2008

学校では教えてくれない人生に役立つ11のルール

ビル・ゲイツのハイスクールでのスピーチ
「学校では教えてくれない人生に役立つ11のルール」
「Dumbing Down Our Kids」から引用

1 人生は公平ではない。それに慣れよ。
2 世界は君の自尊心を気にかけてはくれない。君の気分に関係なく世界は君が仕事を終わらせることを期待している。
3 高校を出てすぐ6万ドルの年収を稼ぎはしない。携帯電話(当時は高かった)を持った副社長にもならない。自分で両方を稼ぎ出すまでは。
4 先生が厳しすぎると思うなら、上司を持ってみろ。
5 ハンバーガーを引っくり返すということは沽券にかかわることではない。君たちの祖父母はハンバーガーを引っくり返すことを別の表現を使った。それはチャンスと呼ばれた。
6 君が失敗したらそれは両親のせいではない。文句を言わずに学べ。
7 君らが生まれる前は、君らの両親は今のように退屈な人たちではなかった。そんな風になったのは、君らのために支払いをし、服を洗い、君らがどんなにいけてるか、という自慢を聞いているうちにそうなったのだ。親の時代から生存する寄生虫から森を守る前に、自分の洋服ダンスのダニ駆除から始めよう。
8 学校は勝者・敗者を決めなくなったかもしれないが、人生は違う。学校によっては君が落ちこぼれないようにしてくれたり、正しい答えが導き出せるまで、何度でも機会をくれる。実際の人生とは全く似ても似つかない。
9 人生は学期ごとに分けられていない。夏休みは無いし、ほとんどの雇用主は君が自分を見出すことに興味を持たない。それは自分の時間にやれ。
10 テレビは本当の人生ではない。 現実では、人は喫茶店にいつまでもいられるわけはなく、仕事に行かなくてはいけないのだ。
11 オタクには親切にしよう。彼らの下で働く可能性が高い。

Rule 1: Life is not fair - get used to it!

Rule 2: The world won't care about your self-esteem. The world will expect
you to accomplish something BEFORE you feel good about yourself.

Rule 3: You will NOT make $60,000 a year right out of high school. You won't
be a vice-president with a car phone until you earn both.

Rule 4: If you think your teacher is tough, wait till you get a boss.

Rule 5: Flipping burgers is not beneath your dignity. Your Grandparents had
a different word for burger flipping: they called it opportunity.

Rule 6: If you mess up, it's not your parents' fault, so don't whine
about your mistakes, learn from them.

Rule 7: Before you were born, your parents weren't as boring as they are
now. They got that way from paying your bills, cleaning your clothes and
listening to you talk about how cool you thought you were. So before you
save the rain forest from the parasites of your parent's generation, try
delousing the closet in your own room.

Rule 8: Your school may have done away with winners and losers, but life HAS
NOT. In some schools, they have abolished failing grades and they'll give
you as MANY TIMES as you want to get the right answer. This doesn't bear
the slightest resemblance to ANYTHING in real life.

Rule 9: Life is not divided into semesters. You don't get summers off and
very few employers are interested in helping you FIND YOURSELF. Do that on
your own time.

Rule 10: Television is NOT real life. In real life people actually have to
leave the coffee shop and go to jobs.

Rule 11: Be nice to nerds. Chances are you'll end up working for one.

Dumbing Down Our Kids: Why America's Children Feel Good About Themselves but
Can't Read, Write, or Add

8/28/2008

ImageJで細胞数(核)を数える

ImageJでDAPIやHechstなどで蛍光染色した核の数を数える方法です。きれいに染まっていればTUNELなどでもいけると思います。

1. macro作成;下の6行を、メモ帳で書いて”CellCount”とか名前をつけて.txtで保存

--------------------------
run("8-bit");
run("MultiThresholder", "Maximum Entropy");
run("MultiThresholder", "maximum");
run("MultiThresholder", "Maximum Entropy apply");
run("Invert");
run("Analyze Particles...", "size=0-Infinity circularity=0.00-1.00 show=Nothing display summarize");
--------------------------

2. ImageJでMacroの読み込み;File-Openで保存した”CellCount”を開ける
3. File-Openで画像を選択
4. マクロの画面”CellCount.txt”でMacros-Run Macro (Ctrl+R)

同一フォルダ内の画像を次から次へと行くには
run("Open Next");
を初めの一行目に入れる
(変更した画像の保存はNoね)

複雑な画像はNG。DAPIならOK。
複雑なものは下のmanual countでね。
"Analyze Particles..."のparameterを調節したら、もっと正確に。
やってる事は、ImageJのメニューから、各々を選んで遊んでみてちょ。

参考;
ImageJ
http://rsbweb.nih.gov/ij/

Cell Counter (Manual count)
http://rsb.info.nih.gov/ij/plugins/cell-counter.html

ubuntu 8.04でBuffalo wli-cb-g54

多分。色々やったので、、、
sudo apt-get install bcm43xx-fwcutter
wget 'http://buffalo.jp/php/ldl.php?to=lan/wdrv_861.exe'
lha x wdrv_861.exe
cd wdrv_861/cbg54/win2000   
(cd出来てるか確認、wdrv_861.exeが落ちてきたdirectoryによる?)
bcm43xx-fwcutter cbg54.sys
sudo cp -i *.fw /lib/firmware/2.6.17-12-generic/
(ここの数字はちがうかも?*.fwの展開されたdirectoryにcd必要?)
reboot
外部ドライバの使用?しないとダメ?

参考;
http://d.hatena.ne.jp/higepon/20070908/1189242227
sudo apt-get install bcm43xx-fwcutter
wget 'http://buffalo.jp/php/ldl.php?to=lan/wdrv_830.exe'
lha x wdrv_830.exe
cd wdrv_830/cbg54/win2000
bcm43xx-fwcutter bcmwl5.sys
sudo cp -i *.fw /lib/firmware/2.6.17-12-generic/
reboot
http://forum.ubuntulinux.jp/viewtopic.php?pid=7979
sudo apt-get install bcm43xx-fwcutter
wget 'http://buffalo.jp/php/ldl.php?to=lan/wdrv_861.exe'
lha x wdrv_861.exe
cd wdrv_861/cbg54/win2000
bcm43xx-fwcutter bcmwl5.sys
sudo cp -i *.fw /lib/firmware/2.6.17-12-generic/
reboot

Ubuntu 8.04でWindowsとファイル共有 (samba)

8.04になったら「フォルダの共有」がない!と思ったら、

Ubuntu 8.04 LTSでWindowsとのファイル共有を行う方法。

1.Synapticから「samba」をインストール
2.共有フォルダ設定
 以前のUbuntuで利用されていた「フォルダの共有」もAlt-F2で「shares-admin」と
 指定することで利用可能
 または、
 sudo gedit /etc/aaaa/smb.conf
 以下を追加
 [user]
 path = /home/aaaa
3.リスタート
 sudo /etc/init.d/samba restart
4.sambaパスワードをユーザ毎に登録(ユーザパスワードとは別のもの)
 sudo smbpasswd -a user
5.Windowsからはエクスプローラのアドレス欄に
 「\\192.168.0.1\aaaa\」と入力し、4で設定したuser名とパスワードを入力
 ※Ubuntuのeth0が192.168.0.1の場合

http://tandyco.cocolog-nifty.com/blog/2008/06/linux_ubuntu_80_fd0d.html

自分の場合、Alt-F2で「shares-admin」でSamba導入成功

はじまり

健忘録用に、つくってみた
とりあえず、はじめてみよう