# 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/ltcbcuq
從 Go 語言角度淺談內存分配**
前言--相信各位小夥伴一定看過這樣的言論,某某 B 乎大佬 xxx,發了一堆文字,一定要學好底層,一定要學好C語言!!,然後下面各種擡槓。B 乎大佬:C語言是最牛掰的,一定要從C語言開始學起。槓精張三: 學C有啥用,啥都幹不成,直接學Java,然後上框架,直接開始開發。槓精李四:@槓精張三,你會懂C嗎,瞎胡扯,xxx 一堆理由,反正,C是一定要學的,基礎一定要打好。... 各路槓精大 V 正在趕來 ⌘ Read more