2011年8月26日 星期五

轉載: 智慧 財產 業績


論文刊載在 SCI/SSCI/TSCI/TSSCI 期刊上 vs 放在網路上, 到底何者的影響力 (impact) 比較大? 在這場 「封鎖知識 vs 釋放知識」 的戰爭當中, 轉而支持圖書館界、 支持 Open Access Journals (開放近用期刊) 不僅有利於社會, 更將有利於學者本身。 
學術發表是一個詭異的系統 -- 作者們並沒有拿到錢、 審論文的人並沒有拿到錢 (他們只是另一群付出免費勞力的學術人員)、 在某些領域, 甚至連期刊編輯也沒有拿到錢。 有些時候作者甚至還得付錢給出版社。 ... 但是科學論文卻又是價格貴得最嚇死人的文件。 -- Greg Maxwell
本校面臨期刊訂購經費嚴重不足窘境,不僅既有之訂購期刊難以持續,更遑論增訂各學科新出版期刊,抑制侷限了本校學術研究競爭力。 -- 每年花一億四千萬元訂閱期刊的臺灣大學
活躍於網路社會運動、 開放數位內容、 自由軟體界, 任職於哈佛大學的 24 歲程式設計師 Aaron Swartz 在 MIT 校園用程式大量下載學術期刊, 被美國總檢察長起訴, 並以一萬美元交保。 有趣的是, 這些期刊的著作權擁有者 JSTOR 表示只想確認 Aaron Swartz 並未散佈這些文件; 但美國聯邦政府卻還是執意繼續處理本案。 詳見 衛報報導、 Jason Kottke 的部落格報導 (有豐富的連結) 或搜尋 「Aaron Swartz JSTOR」。 根據 Jason Kottke 文章最後的 update 看來, 在此次事件當中, Aaron Swartz 的原意可能並不是要解放被封鎖的學術論文, 而是要大量分析這些學術論文背後的贊助單位。 (所以 JSTOR 才會說只要資料不外流就不追究)
原文: 學者的智慧, 期刊的財產, 圖書館的業績...或是負擔?

2011年8月12日 星期五

吉他名人

Eric Clapton 艾瑞克克萊普頓


Carlos Santana

Tommy Emmanuel


Richard Max 理查瑪爾克斯

Lauryn Hill 蘿倫希爾

Rob Thomas 羅伯湯瑪斯

Dido 蒂朵

Seal 席爾

Dave Matthews 大衛馬修

2011年7月29日 星期五

CentOS 6 Releases

July 10th 2011

The CentOS team is pleased to announce the immediate availability of CentOS-6.0 for i386 and x86_64 Architectures.

CentOS-6.0 is based on the upstream release EL 6.0 and includes
packages from all variants. All upstream repositories have been combined into one, to make it easier for end users to work with.

http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0

How to get the CPU core number

Use sched_getcpu to determine the CPU on which the calling thread is running. See man getcpu (the system call) and man sched_getcpu (a library wrapper).

example:

#include <stdio.h>
#include <utmpx.h>
int main()
{
int c, s;
int cpu;
cpu = sched_getcpu();
printf("id=%d\n", cpu);
return 0;
}

Ps. linux version > 2.6.19

references:
How can I get the CPU core number from within a user-space app (Linux, C)?
INTEL DOC

Intel Xeon serial info

Xeon 7000 multi procesor configuration on MB
Xeon 5000 dual processoer configutation on MB
Xeon 3000 single processor

Letter Prefix:
X = Performance
E = Mainstream (rack mount)
L = Power Optimized