# 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/dtom4ia
通過消息重排自動檢測 Go 程序中的併發缺陷**
大家好,我是 polarisxu。本文是網友「charlesxsh」投稿。 賓州州立大學系統安全實驗室 [1] 依靠模糊測試的思想設計了檢測工具 GFuzz,能自動檢測 Go 程序中的併發缺陷。GFuzz 在著名的開源軟件(如 Docker,Kubernetes)中發現了 184 個此前未知的併發缺陷。 工具:https://github.com/system-pclub/GFuzz[2]英文論文Read more