Changes between Version 1 and Version 2 of jazz/09-09-23


Ignore:
Timestamp:
Sep 23, 2009, 4:45:19 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-09-23

    v1 v2  
    11= 2009-09-23 =
     2
     3== Cloud Computing ==
     4
     5 * [http://lmkbiz.blogspot.com/2009/09/cloud-computing.html 雲端運算改變資訊科技市場形勢] - 轉載自[http://www.hkej.com/template/dnews/jsp/detail.jsp?dnews_id=1030&title_id=131989 香港信報研究部]
     6
     7 * [http://minchuanwang.blogspot.com/2009/09/microsoft-sql-azure-cloud-computing.html Microsoft SQL Azure 初步介紹及申請(Cloud Computing, 雲端運算)]
    28
    39== Linux ==
     
    1521  * 先前有成功完成 PuTTYgen 的部分,有機會來試試看 Pageant 的做法。
    1622
     23== Cluster Computing ==
     24
     25 * 從 []
     26 * [http://cha.homeip.net/blog/archives/2006/11/psacct_checkins.html psacct & checkinstall 使用備忘]
     27
     28== NoSQL ==
     29
     30 * 從 [http://www.google.com.tw/trends?q=mongodb%2C+sqlite%2C+CouchDB%2C+google+gears&ctab=0&geo=all&date=all&sort=1 Google Trends] 的搜尋趨勢可以看到 SQLite > Google Gears > CouchDB 的趨勢,象徵著 distributed database 的影響力尚未普及。
     31
     32 * [http://www.metabrew.com/article/anti-rdbms-a-list-of-distributed-key-value-stores Anti-RDBMS: A list of distributed key-value stores] - 列舉出一些分散式 key-value 資料庫,不過漏了
     33  * 噗浪的[http://opensource.plurk.com/LightCloud/ lightcloud]。
     34  * [http://code.google.com/p/redis/ redis] - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems
     35
     36 * [http://wiki.apache.org/couchdb/ CouchDB] -
     37  * [http://packages.ubuntu.com/couchdb Ubuntu couchdb 套件]
     38  * [http://packages.debian.org/couchdb Debian couchdb 套件]
     39  * [http://wiki.apache.org/couchdb/EntityRelationship Modeling Entity Relationships in CouchDB]
     40  * [http://code.google.com/p/couchdb-fuse/  couchdb-fuse] - CouchDB FUSE File System
     41
     42 * [http://dotcloud.org/ dot.Cloud] - an open-source cloud federation platform. - 從 Feature 看起來頗 Powerful
     43  * Keep your servers under revision control
     44  * Stop worrying about maintaining state: just create and kill instances
     45  * Use tools you know: rsync, mercurial/git, ssh
     46  * Push a small upgrade to your images without moving gigabytes around
     47  * Replicate multi-server setups in just one command
     48  * Cleanly separate data (DB, logs, content) and code (OS, libraries, binaries, configuration)
     49  * Map data volumes to any available storage (NAS, EBS, S3)
     50  * Save bandwidth by delivering your app closer to the consumer
     51
     52 * [http://code.google.com/p/gears-dblib/ gears-dblib] - A simple abstraction on top of the Database object in Gears
     53
    1754== Programming Management : Continuous Integration (CI) ==
    1855
     
    2057  * [http://martinfowler.com/articles/continuousIntegration.html 原始概念出處]
    2158 * 類似的概念,其實這次 COSA 會員大會也有提到必須靠定期的測試才能避免軟體接近結案才進行大修改。
     59
     60== Web Service ==
     61
     62 * [http://browsers.garykeith.com/ 關於 browscap 專案]
     63  * 從 [http://josephj.com/entry.php?id=249 再會了,CSS Hack] 這篇文章看到的
     64{{{
     65browscap 是由 Microsoft 提出,藉由 Web Server 定期的自動更新一個叫 browscap.dll 的檔案,
     66讓程式可以從 Header 的 User Agent String 中對應出正確的 Browser 與 Operation System、以及其版本。
     67}}}
     68
     69 * [http://www.phpclasses.org/browse/package/3195.html MySQL to JSON] - 能直接把 mysql_fetch_object 的結果變成 JSON
     70  * [http://ajaxian.com/archives/php-based-mysql-to-json-converter PHP-Based MySQL-to-JSON Converter]
     71
     72 * [影片] [http://vimeo.com/6691519 Introduction to HTML 5] - Google 工程師簡介什麼是 HTML5