# 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/uuzvx5q
這操作太秀了!1 億行數據,從 71s 優化到 1-7s!**
朋友歪哥之前關注到了一個關於 Java 方面的比賽,很有意思。由於是開源的,我把項目拉下來試圖學(白)習(嫖)別人的做題思路,在這期間一度讓我產生了一個自我懷疑: 他們寫的 Java 和我會的 Java 是同一個 Java 嗎?不能讓我一個人懷疑,所以這篇文章我打算帶你盤一下這個比賽,並且試圖讓你也產生懷疑。賽題--在 2024 年 1 月 1 日,一個叫做 Gunnar Morling 的 ⌘ Read more