# 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/4dpcm3a
講一個故事說明使用匯編語言的必要性**
\\- 1 -有一天,有一個程序員叫做 Bob,他寫了一個用 Go 語言實現的階乘函數。但是,當數據規模變大時,運行速度非常慢。於是,他的老闆讓他改成用匯編語言實現。Bob 很不情願,但還是學習了彙編語言,並寫出了一個能跑得飛快的階乘函數。最後,Bob 成爲了一名出色的彙編程序員,並因爲他的階乘函數而獲得了巨大的成功。他明白,彙編語言可以讓他的程序更快、更簡潔。所以,如果你想寫出高效、簡潔的程序,就要 ⌘ Read more