Changes between Version 2 and Version 3 of jazz/09-08-17


Ignore:
Timestamp:
Aug 18, 2009, 3:12:15 AM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-08-17

    v2 v3  
    66看病看不好也是要付醫生錢,官司打輸也是要付律師費
    77}}}
     8
     9 * http://videolectures.net/ - 除了 Google YouTube 的 Google Tech Talks 錄影外,這個網站錄了一些近幾年的 Conference 演講,還不錯...
     10 * http://www.bestechvideos.com/ - 另一個技術演講的影片集散地
    811
    912== Hadoop ==
     
    1821 * [影片] [http://videolectures.net/cikm08_cutting_hisosfd/ Hadoop: Industrial-Strength Open Source for Data-Intensive Supercomputing]
    1922  * Doug Cutting (Yahoo! Research) 主講,[http://www.cikm2008.org/ CIKM'08 (Conference Information and Knowledge Management 2008)] - [http://videolectures.net/cikm08_sessions/ 議程影片]
     23  * 投影片介紹了兩個 Hadoop 延伸專案: [http://lucene.apache.org/mahout/ Mahout] 跟 [http://www.jaql.org/ Jaql]
     24  * 其中 Mahout 是為了打造具備擴充性(Scability)的 machine learning 函式庫,而 Jaql 則是類似 XML 資料庫 XQuery,只是它是針對 JSON 格式的網頁資料庫。
     25
     26== MapReduce / Machine Learning / Multi-Core ==
     27
     28 * 印象曾經找到關於類神經網路與雲端運算的結合,補紀錄一些連結:
     29  * [http://code.google.com/p/ml-mapreduce/  ml-mapreduce] - Machine Learning algorithms using Hadoop Map/Reduce
     30  * [http://lucene.apache.org/mahout/ Mahout] - build scalable, Apache licensed machine learning libraries.
     31 * [論文] [http://www.cs.stanford.edu/people/ang//papers/nips06-mapreducemulticore.pdf NIPS 2006 : Map-Reduce for Machine Learning on Multicore] - 史丹佛
     32 * [論文] [http://csl.stanford.edu/~christos/publications/2007.cmp_mapreduce.hpca.pdf Evaluating MapReduce for Multi-core and Multiprocessor Systems] - 史丹佛
     33 * [影片] [http://www.youtube.com/watch?v=UWUbRXO3T5I Evaluating MapReduce for Multi-core and Multiprocessor Systems] - Google Tech Talks 2007/02/27
     34 * [影片] [http://code.google.com/intl/en/edu/submissions/mapreduce-minilecture/listing.html Google: Cluster Computing and MapReduce]
     35
     36 * [觀念] [http://stackoverflow.com/questions/705302/what-type-of-problems-can-mapreduce-solve What type of problems can mapreduce solve?] - Map/Reduce 演算法合適解決哪些問題??有哪些限制或不適用的地方呢??這裡有一些討論
     37
     38== Fast Booting : Coreboot ==
     39
     40 * [影片] [http://www.youtube.com/watch?v=X72LgcMpM9k coreboot (aka LinuxBIOS): The Free/Open-Source x86 Firmware] - Google Tech Talks 2008/10/30
     41  * [http://www.hermann-uwe.de/blog/google-tech-talks-coreboot-aka-linuxbios-the-free-open-source-x86-firmware Google Tech Talks: coreboot (aka LinuxBIOS): The Free/Open-Source x86 Firmware] (講者簡介)
     42  * 這個演講真的講得蠻深入的,從 coreboot 的由來,coreboot 與 payload 的關係,BIOS 現在作哪些事情,怎麼達成,都有很粗淺的介紹。要慢慢聽過一遍才知道 LinuxBIOS 也不是那麼容易的事情,目前 coreboot v3 似乎還有一些瓶頸在移植 ACPI 支援上。配合前幾天看的 BIOS nvram 觀念,真是相得益彰啊!!
     43 * [http://www.coreboot.org/FILO FILO] - Coreboot 的 Payload,用來引導磁碟上的作業系統
     44 * [http://www.coreboot.org/SeaBIOS SeaBIOS] - Coreboot 的 Payload,類似 EFI 的 BIOS,可以用來引導 Mac OS X, Linux, BSD 的作業系統
     45 * [http://www.artecgroup.com/flexyice FlexyICE] - 以前在看 Coreboot 文件都是用 BIOS Bravor 來燒 BIOS,現在好像改用 artecgroup 的 FlexyICE 進行測試了。另外,關於 Coreboot Quality Assurance 的簡報,提到電源管理的做法,他們是利用 serial console 跟 SuperIO 來控制電源開關的。
     46 * [http://code.google.com/soc/2008/coresystems/appinfo.html?csaid=ED0729A9DB64B39B All Virtual All The Time (AVATT) - virtualization-aware BIOS] - 希望把 KVM 虛擬化核心支援整合進 coreboot
    2047
    2148== Green Computing ==