hns - 日記自動生成システム - Version 2.19.7

void GraphicWizardsLair( void ); //

otsune GWL
FreeBSD, AfterEffects, RETAS, animo, DigitalAnime, Linux, Mac OS, Win2k

[Who is otsune?] [title] [message] [Policy] [注目エントリー] [top]
Twitter Status :


Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい

検索式:

先月 2002年02月 来月
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28


2002年02月05日(火) [長年日記]

俺の流し目は一種の放射線。γの次あたり。

#1 ユーロ紙幣に地図「勝手に流用」と告訴 仏の会社_

ユーロの札に描かれている地図がパクリだと言う主張。
欧州中央銀行は「地図はオーストリアの企業から正規の手続きを経て手に入れた。指摘を受けて調べたが、デザインの著作権はわが方にあると確認した」と話している。
そういえばホイチョイの気まぐれコンセプトに、地図は完璧に作るとパクられた時に判別が出来ないから、わざと間違った道を書いておくと言うネタがあったなぁ。
国立の北口から立川に抜ける、住宅街を横切るとんでもない細い道を車で走ってたら、地図には有った道が無くて酷い目にあったことがあるよ。
もっとも天然で間違えていることもあるそうで。
地図メーカーに指摘するとお礼をもらえるそうだ。
Permalink: http://www.otsune.com/diary/2002/02/05/1.html#200202051
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#2 [unix][work] APCUPSD 3.8.5 RedHat RPM_

無停電電源のデーモン。私的メモ。
Permalink: http://www.otsune.com/diary/2002/02/05/2.html#200202052
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#3 [hanken] ロックマン版権。設定。合成作業。

Permalink: http://www.otsune.com/diary/2002/02/05/3.html#200202053
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#4 [anime] 雑誌「SIGHT」

いま書店に並んでいる雑誌「SIGHT」に、宮崎駿インタビューと押井監督の宮崎評が掲載されているそうだ。
Permalink: http://www.otsune.com/diary/2002/02/05/4.html#200202054
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#5 Mad in Japan (Author: AA Gill)_

イギリスのSun誌に載った日本についての記事。かなり玉石混合な情報があって笑える。
Permalink: http://www.otsune.com/diary/2002/02/05/5.html#200202055
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#6 [work][win] 羽原XP端末のメンテ

namazu for AL-Mail32のセットアップ。
ActivePerl32とkakasiとnamazu for win32をインストール。
プラグインはベータ版を使用。
しかしXPってzip書庫は標準で解凍できるのに、LZHはダメなのね。しかもMSの拡張子リストページだとエラーが出るし。
アメリカ人は、LHAなんてヘンテコな島国圧縮形式は知らないってか。
Permalink: http://www.otsune.com/diary/2002/02/05/6.html#200202056
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#7 [work][mac] 本社制作室のPowerMacメンテ

平木端末に怪しい「666」という機能拡張が有ったので、ウイルスチェック。
案の定、SevenDust Cに感染していた。
しかしこの端末はAntiVirus Protectが設定されていたはずなのだが、どこにも見当たらない。うーん、ウイルスに削除されたか、人間が間違って削除したか。
また、OS9.1にアップデート。そしてDAVE設定のエンコードを「DAVE2.0互換」に。
Permalink: http://www.otsune.com/diary/2002/02/05/7.html#200202057
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#8 [work][mac] Norton AntiVirus for Mac用の簡易cronスクリプト

とりあえずAppleScriptで簡単に作った。iDo Scripterなどで動作させるつもり。
idleハンドラで定期的に動かしても良いかも。
tell application "Finder"
	try
		make folder at startup disk with properties {name:"virus_found"}
		--起動ディスクに簡易ログ用フォルダを作る
	end try
	set the virus to 0
	set the alias_list to (every disk)
	repeat with obj in alias_list
		if local volume of obj = false then
			put away obj
			--ネットワークボリュームはイジェクトする
		else
			set the tmp to obj as alias
			tell application "Norton AntiVirus"
				activate
				try
					set the virus to (scan tmp)
				end try
			end tell
			if virus > 0 then
				set the fname to (time of (current date) as string) & (obj as string)
				make folder at folder "virus_found" of startup disk with properties {name:fname}
				--もしスキャンの結果、ウイルスが0以上有ったら、簡易ログのフォルダを作る
			end if
		end if
	end repeat
end tell
「スクリプト編集プログラム」にペーストして実行形式で保存すれば使えます。
Permalink: http://www.otsune.com/diary/2002/02/05/8.html#200202058
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune

#9 EasyRGB_

カラーコーディネート機能などが秀逸。
Permalink: http://www.otsune.com/diary/2002/02/05/9.html#200202059
trackback
このエントリーを含むはてなブックマーク del.icio.us livedoor Clip View blog reactions
Last Updated 2002-02-05 00:00:00 By otsune