トップ «前の日記(2011-10-12) 最新 次の日記(2011-10-14)» 編集

ヨタの日々

2001|08|09|10|11|12|
2002|01|02|03|04|05|06|07|08|09|10|11|12|
2003|01|02|03|04|05|06|07|08|09|10|11|12|
2004|01|02|03|04|05|06|07|08|09|10|11|12|
2005|01|02|03|04|05|06|07|08|09|10|11|12|
2006|01|02|03|04|05|06|07|08|09|10|11|12|
2007|01|02|03|04|05|06|07|08|09|10|11|12|
2008|01|02|03|04|05|06|07|08|09|10|11|12|
2009|01|02|03|04|05|06|07|08|09|10|11|12|
2010|01|02|03|04|05|06|07|08|09|10|11|12|
2011|01|02|03|04|05|06|07|08|09|10|11|12|
2012|01|02|03|04|05|06|07|08|09|10|11|12|
2013|01|02|03|04|05|06|07|08|09|10|11|12|
2014|01|02|03|04|05|06|07|08|09|10|11|12|
2015|01|02|03|04|05|06|07|08|09|10|11|12|
2016|01|02|03|04|05|06|07|08|09|10|11|12|
2017|01|02|03|04|05|06|07|08|09|10|11|12|
2018|01|02|03|04|05|06|07|08|09|10|11|12|
2019|01|02|03|04|05|06|07|08|09|10|11|12|
2020|01|02|03|04|05|06|07|08|09|10|11|12|
2021|01|02|03|04|05|06|07|08|09|10|11|12|
2022|01|02|03|04|05|06|07|08|09|10|11|12|
2023|01|02|03|04|05|06|07|08|12|
2024|01|02|03|04|

2011-10-13 :-(

_ 午前

0500 起床

0830 出勤

0900 テスト

_ 午後

1300 テスト

1700 退勤

_

1830 pkgsrc

2100 飯。メカジキのムニエル

_ [getipnodebyname][ruby]undefined symbol: getipnodebyname

DD-WRT Forum :: View topic - ruby 1.9.2 http stack problem: symbol 'getipnodebyname'

Looking at the ruby code: http://www.oschina.net/code/explore/ruby-1.9.2-p0/ext/socket/getaddrinfo.c , it looks like that method should never be called except when the build is ipv6.

getaddrinfo.c

ここか

#ifdef INET6
	if (af == AF_UNSPEC) {
		hp = getipnodebyname(hostname, AF_INET6,
				AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
	} else
		hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
#else
	hp = gethostbyname((char*)hostname);
	h_error = h_errno;
#endif

でも INET6 はデフォルトでは disable な気がするんだがー

hmmm..

_ [C][Dennis Ritchie][デニス・リッチー]神は死んだ

(2) Google

I just heard that, after a long illness, Dennis Ritchie (dmr) died at home this weekend. I have no more information.

I trust there are people here who will appreciate the reach of his contributions and mourn his passing appropriately.

He was a quiet and mostly private man, but he was also my friend, colleague, and collaborator, and the world has lost a truly great mind.

嘘だといってよバーニィ...

Dennis Ritchie (デニス・リッチー)は、知らない人はいないと思うが Unix を作ったひとであり、プログラミング言語 C を作ったひとである。K&R の R のほうである。あの Rob Pike が言っているのでデマというわけではなさそうだが。「未確認情報」と言ってるんだが。はてさて

本当だとすると、「プログラミング言語 C 」の翻訳者が亡くなり( 訃報:石田晴久氏逝去 - スラッシュドット・ジャパン )、そして著者が亡くなったわけか。

「プログラミング言語 C 」は引っ越しの際に処分しちまったのよね...

4320026926