2002-09 / 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

2002-09-24 Tue

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

NPTL vs. NPGT vs. LinuxThreads はてぶ

http://kerneltrap.org/node.php?id=429

スレッドの生成のベンチマーク。

They suggest that while NGPT is twice as fast at thread creation
and destruction than LinuxThreads, the new NPTL is still four times
faster than that! Read on for Ulrich's full explanation...

- NPTL: Native POSIX Threading Library
- NGPT: Next Generation POSIX Threading

2.5.39+ VM to go "non blocking" はてぶ

http://kerneltrap.org/node.php?id=425

Linus has started integrating some of Andrew Morton's mm patches
into his BK repository as usual - what is interesting about this
round of merges is the inclusion of Andrew's most radical changes
- a non-blocking page writeback system. The changelogs are very
detailed and interesting so I won't explain further.

The goal of this system is mainly to improve multi threaded IO
performance and is very exciting as it looks like akpm & co will
push 2.6 (close) to the top of the VM heap!

ってことで、マルチスレッド時のI/Oが改善されるもよう。

Google News はてぶ

http://news.google.com/

2002-09-23 Mon

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

KNOPPIX Japanese edition はてぶ

http://unit.aist.go.jp/it/knoppix/

Native POSIX Threading Library (NPTL) はてぶ

http://kerneltrap.org/node.php?id=422

巫女 GNYO/Linux はてぶ

http://miko.gnyo.org/

- Debian ベースのディストリビューション。
- CDからの起動が可能。
- Score によるクラスタが構築できる。

2002-09-20 Fri

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

New Kernel Configuration System; v0.6 はてぶ

http://kerneltrap.org/node.php?id=419

2002-09-16 Mon

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

tc2 はてぶ

Tコード入力環境tc2
からsourceを取ってきて、

./configure --prefix=$HOME --with-lispdir=~/elisp/tc
make
make install
tc-inst ~/tcode


して、.emacsに

(setq tcode-use-isearch nil)
(require 'tc-setup)


を書く。C-u C-\ で、japanese-skk と japanese-T-Code を切り替えて使える。

- eelll
  T-Codeの練習用モード。

2002-09-15 Sun

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

blackbox for windows はてぶ

http://desktopian.org/bb/

普通のblackboxのthemeがそのまま使え、設定も少し直せば使えるみたい。

Winbindを利用して、Windows NTとUNIXのログオンを統合する はてぶ

http://www.samba.gr.jp/project/translation/2.2.2/projdoc/winbind.html

2002-09-09 Mon

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

最近買った本 はてぶ

- AWK を256倍使うための本 / 志村 拓・鷲北 賢・西村 克信
- コミュニケーションを科学する
  Communicaton Science Beyond the Turing Test /
  NTTコミュニケーション科学基礎研究所 監修
- 誰がどうやってコンピュータを創ったのか? / 星野 力

2002-09-02 Mon

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

memo はてぶ

rpm -q --qf '%{sourcerpm}\n' `rpm -q --whatrequires 'libasound.so.1' \
`|sed 's,-[^-]*-[^-]*rpm,,'|sort -u > ~/rebuild.list