# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/xwwlyxq
使用 Go 和 Linux Kernel 技術探究容器化原理**
容器的優勢-----傳統模式的部署,直接將多個應用運行在物理服務器上,如果其中一個應用佔用了大部分資源,可能會導致其他應用的性能下降。虛擬化部署時代,可以在單個物理服務器的 CPU 上運行多個虛擬機(VM),每個 VM 是一臺完整的計算機,在虛擬化硬件之上運行所有組件(包括了操作系統)。因此,可以讓不同的應用在 VM 之間安全地隔離運行,更好地利用物理服務器上的資源。容器與 VM 類似,具有自己的 ⌘ Read more