# 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/r5mvnqa
一文讀懂 CPU 與 GPU 的區別**
GPU(圖形處理器)和 CPU(中央處理器)是計算機硬件中的兩大核心組件,它們在計算機系統中發揮着不同的作用,並具有顯著的區別。 設計目的與功能CPU:設計目的是爲了高效地處理各種不同的任務,是計算機系統的中樞。它擅長順序處理和分支預測,能夠與各種設備和內存進行交互,並負責操作系統、應用程序、網絡通信等的運行。CPU 的作用偏向於調度、協調和管理,同時也具備一定的計算能力。 GPU:設計目 ⌘ Read more