# 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/jsws5ya
VSCode 安裝 Go 環境(詳細教程)**
一、前言----最近算法本身工作第一階段目標也算接近完成了,接下來將模型進行部署的工作,算法模型工程化,服務化。這塊主要是用 GO。還是挺期待學一門新的語言的,經過這麼多年的算法毒打,導致現在基本上只會寫寫調包的 python。之前學嵌入式 PID 啥的寫寄存器 C 語言能力,寫 android 和服務器的 java 能力基本上在我身上都消失了。接下來準備學習下 GO 了。二、IDE 的下載--- ⌘ Read more