(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)
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-17 Thu
http://rgnuplot.sourceforge.net/
0.5 が出ていたので package を作る.
附属の demo では,
require 'Gnuplot'となっているが,document では
require 'gplot/Gnuplot'となっている.
Momonga では gplot/Gnuplot となっているので,それに従っておく.
(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)))
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-14 Mon
■ Thumbnail Managing Standard
- 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"
2003-04-13 Sun
■ Epiphany
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
http://www.yk.rim.or.jp/~shikap/security/use_nmap.html
[2008-07-17-1] nmap の Windows 用フロントエンド NMapWin を使う
2003-04-12 Sat
- 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
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
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
■ 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
■ Unix Programming Frequently Asked Questions 日本語訳 - Table of Contents
[programming]
■ Emacs Lisp
[Emacs][programming][Lisp]
2003-04-03 Thu
■ MSのC#、ISO認定取得へ
[programming]
■ 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
■ mozilla 1.4 Alpha Released
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
■ AMD, 世界最高性能のトランジスタを開発
http://www.zdnet.co.jp/news/0304/02/nebt_19.html>
現在最高性能の PMOS トランジスタより, 最大 30% 高速





