2003-04 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2003-04-27 Sun

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

kill ring の重複を防ぐ はてぶ

(require 'browse-kill-ring)
(setq browse-kill-ring-no-duplicates t)
(ad-enable-advice 'kill-new 'around 'browse-kill-ring-no-kill-new-duplicates)
(ad-activate 'kill-new)


2003-04-22 Tue

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

セキュアかつ匿名なP2Pトンネリングシステム はてぶ

http://slashdot.jp/articles/03/04/21/162221.shtml?topic=74

2003-04-18 Fri

[別の年の同じ日: 2006 2007 2008 2010 2011 2013

セキュリティ はじめの一歩 はてぶ

http://www.linux.or.jp/security/firststep.html

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 みたいになるってことか…:

2003-04-15 Tue

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

鳥はむの館 はてぶ

http://toriham.tripod.co.jp/

鳥胸肉での "はむ" の作り方。
結構簡単にできそう。

2003-04-14 Mon

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

本家インタビュー:リチャード・M・ストールマン はてぶ

http://slashdot.jp/articles/03/04/13/0919240.shtml?topic=34

Thumbnail Managing Standard はてぶ

http://triq.net/~jens/thumbnail-spec/

Bayesian Filtering - ベイジアンフィルタ はてぶ

- A Plan for Spam
  http://www.paulgraham.com/spam.html
- スパムへの対策 ---A Plan for Spam
  http://www.shiro.dreamhost.com/scheme/trans/spam-j.html
- Better Bayesian Filtering
  http://www.paulgraham.com/better.html
- ベイジアンフィルタの改善 --- Better Bayesian Filtering
  http://www.shiro.dreamhost.com/scheme/trans/better-j.html

デザインの「悪い方がよい」原則 - The Rise of "Worse is Better" はてぶ

http://cl.aist-nara.ac.jp/~daiti-m/text/worse-is-better-ja.html

2003-04-13 Sun

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

Epiphany はてぶ

http://epiphany.mozdev.org/

Epiphany is a GNOME web browser based on the mozilla rendering engine.
The name meaning: "An intuitive grasp of reality through something
(as an event) usually simple and striking

清く、正しい、nmapの使い方 はてぶ

http://www.yk.rim.or.jp/~shikap/security/use_nmap.html

Referrer (Inside):
[2008-07-17-1] nmap の Windows 用フロントエンド NMapWin を使う

Linuxで作るIPv6ネットワーク環境 はてぶ

http://www.atmarkit.co.jp/flinux/special/usagi/usagi01a.html>

2003-04-12 Sat

[別の年の同じ日: 2001 2004 2006 2007 2008 2009 2011 2012 2014

自宅で出来る Network 簡易実習 はてぶ

http://www.tomnetwork.net/jissyuu/

rsync + ssh でファイル同期 はてぶ

- rsync (+ ssh) で簡単バックアップ (手抜き編)
  http://www.double-h.com/linux/tipsmemo/others/general01.html
- sync+SSH で 2 つのディレクトリ間を同期させる
  http://www.zdnet.co.jp/help/tips/linux/l0328.html

howm はてぶ

http://www.me.ics.saitama-u.ac.jp/~hira/emacs/howm/

インストールしてみる。

- howm: Hitori Otegaru Wiki Modoki
  http://howm.sourceforge.jp/index-j.html

2003-04-11 Fri

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

spamfilter.el はてぶ

http://www.geocities.co.jp/SiliconValley-PaloAlto/7043/#spamfilter.el

via: やりなげ日記
     http://www.be.wakwak.com/cgi-bin/sbox/~miyoshi/hns/index.cgi
     の 4月8日、4月10日

skk - どの辞書からの変換候補なのか表示させる はてぶ

SKK専用スレッド Part4
http://pc.2ch.net/test/read.cgi/unix/1049225392/33-

(defsubst my-skk-henkan-key-okuriari-p (k)
  (let ((fc (aref k 0))
        (lc (aref k (1- (length k)))))
    (and (>= fc ?ぁ)
         (<= fc ?ん)
         (>= lc ?a)
         (<= lc ?z))))

(defun my-skk-show-candidates (key)
  (interactive
   (list (read-string "key: ")))
  (let* ((skk-henkan-key key)
         (skk-henkan-okurigana
          (when (my-skk-henkan-key-okuriari-p key) ""))
         (prog-list (delete '(skk-look) skk-search-prog-list))
         (s
          (mapcar #'(lambda (l)
                      (delete "" l))
                  (eval (cons 'list prog-list)))))
    (message "%s" s)
    (with-current-buffer (get-buffer-create "*skk-candidates*")
      (goto-char (point-max))
      (insert (format "%s: %s\n" key s)))))

(defalias 'show-candidates 'my-skk-show-candidates)


M-x show-candidates

2003-04-05 Sat

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

Windows Messengerに表示される広告を消す はてぶ

http://www.zdnet.co.jp/help/tips/windows/w0670.html

ssp (stack-smashing protector) はてぶ

- GCC extension for protecting applications from stack-smashing attacks
  http://www.trl.ibm.com/projects/security/ssp/
- StackProtection4FreeBSD Project
  http://ssp4fbsd.sourceforge.jp/

2003-04-03 Thu

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

AMD、世界最高性能のトランジスタを開発 はてぶ

http://www.zdnet.co.jp/news/0304/02/nebt_19.html

現在最高性能の PMOS トランジスタより、最大 30% 高速とのこと。

SARS の原因はコロナウイルスの新種 CDC 見解 はてぶ

http://www.cnn.co.jp/science/K2003040201303.html

コロナウイルスは、風邪の原因の 3 分の 1 を占めるらしい。

2003-04-02 Wed

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

mozilla 1.4 Alpha Released はてぶ

http://www.mozilla.org

smooth scrolling ができる模様。

Mozilla now has smooth scrolling. It is disabled by default.
To enable it, use about:config to add the boolean preference
general.smoothScroll with a value of true. To disable smooth
scrolling, set the value of the pref to false.

- Netscapeソース公開から5年、Mozilla 1.4 alphaリリース
  http://slashdot.jp/articles/03/04/02/0439229.shtml?topic=51

2003-04-01 Tue

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

AMD, 世界最高性能のトランジスタを開発 はてぶ

http://www.zdnet.co.jp/news/0304/02/nebt_19.html>

現在最高性能の PMOS トランジスタより, 最大 30% 高速

gimageview はてぶ

動画関連のパッチがでていた
http://www.homa.ne.jp/~ashie/diary/?200304a&to=200304011#200304011

簡単なRDF Site Summary (RSS)の説明 はてぶ

http://www.kanzaki.com/docs/sw/rss.html