ftnk.jp -> ~fumi -> ChangeLog -> 2003-04

前の月 / 次の月 /

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

kill ring の重複を防ぐ [Emacs] はてぶ

(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

Trusted Debian [Linux][Debian] はてぶ

http://www.trusteddebian.org/

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

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

2003-04-18 Fri

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

セキュリティ はじめの一歩 [security][Linux] はてぶ

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

2003-04-17 Thu

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

ruby-gnuplot [Ruby] はてぶ

http://rgnuplot.sourceforge.net/

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

附属の demo では,

  require 'Gnuplot'
となっているが,document では
require 'gplot/Gnuplot'
となっている.

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

skk - 句読点の切り替え [Emacs][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映像のリアルタイム暗号化通信に成功 [network] はてぶ

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

鳥はむの館 [food] はてぶ

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

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

2003-04-14 Mon

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

x86エミュレータ QEMU [Linux] はてぶ

http://slashdot.jp/articles/03/04/13/0220229.shtml?topic=70

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

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

Thumbnail Managing Standard はてぶ

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

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

- 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

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の使い方 [network] はてぶ

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

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

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

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

2003-04-12 Sat

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

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

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

rsync + ssh でファイル同期 [network][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 [Emacs][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

spamfilter.el [Emacs][spam] はてぶ

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 - どの辞書からの変換候補なのか表示させる [Emacs][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

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

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

ssp (stack-smashing protector) [programming] はてぶ

- 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-04 Fri

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

Unix Programming Frequently Asked Questions 日本語訳 - Table of Contents [programming] はてぶ

http://www.adl.nii.ac.jp/~moro/unix-programmer/faq-j_toc.html

Emacs Lisp [Emacs][programming][Lisp] はてぶ

- Programming in Emacs Lisp: Table of Contents
- お気楽ごくらくプログラミング入門 -- Lisper への道 --
- Lisp一夜漬け
- Emacs Lisp あれこれ
- 優しい Emacs-Lisp 講座

ソニー、PlayStation 3にLinux搭載か [Linux] はてぶ

http://japan.cnet.com/news/tech/story/0,2000047674,20053342,00.htm

2003-04-03 Thu

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

MSのC#、ISO認定取得へ [programming] はてぶ

http://www.zdnet.co.jp/news/0304/03/nebt_12.html

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

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

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

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

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

gimageview [Linux] はてぶ

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

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

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