# 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/yhaukqq
關於 Golang 和 Rust 對比及語言的選擇思考**
作爲現在已經作爲互聯網企業高性能 API 標配的 Go 語言,以及在成長路上的 Rust 語言,都是互聯網後端工程師重要選擇的兩個語言,也是很多人拿來做對比的兩個語言,那麼實際場景裏應該如何選擇呢。     沒有萬能的語言(當然可以說 C 是萬能的),只有適用某個時代或某個場景的語言。比如你用 Python 做高性能服務就挺麻煩的,用 C 語言做 Web 開發寫 CGI 也是有點費勁的, ⌘ Read more