2003-04-17 Thu

[別の年の同じ日: 2002 2005 2006 2007 2008 2009 2010 2011

ruby-gnuplot はてぶ

http://rgnuplot.sourceforge.net/

0.5 が出ていたので package を作る.

附属の demo では,

  require 'Gnuplot'


となっているが,document では

require 'gplot/Gnuplot'


となっている.

Momonga では gplot/Gnuplot となっているので,それに従っておく.

skk - 句読点の切り替え はてぶ

(setq skk-kutouten-type 'en)
(setq skk-kuten-touten-alist
      '((jp . ("。" . "、"))
	(jp2 . ("." . "、"))
	(en . ("." . ","))))

(add-hook 'mime-edit-mode-hook
	  '(lambda ()
	     (make-local-variable skk-kutouten-type)
	     (setq skk-kutouten-type 'jp2)))
(add-hook 'mime-edit-exit-hook
	  '(lambda ()
	     (setq skk-kutouten-type 'en)))


CRL、カオス暗号でHDTV映像のリアルタイム暗号化通信に成功 はてぶ

http://www.zdnet.co.jp/news/0304/15/njbt_09.html

VSC (Vector Stream Cipher) というストリーム暗号.
チップ化することで毎秒 14.85G ビットの高速処理を実現.

Will Genetic Engineering Kill Us? はてぶ

http://www.wired.com/news/medtech/0,1286,58467,00.html

Bioethicists and scientists contemplating the future fear that
genetic engineering and other technologies are going to divide human
beings into classes that may one day try to destroy one another.

Seed みたいになるってことか…: