# 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/xogdxnq
如何設計一個安全的系統架構?**
如何設計安全的系統?我們總結了 12 條原則供架構師們參考。設計安全的系統非常重要,原因有很多,從保護敏感信息到確保基礎設施的穩定性和可靠性,不一而足。作爲開發人員,我們應該設計和實施這些默認的安全準則。下圖是一份實用的小抄,包含使用場景和關鍵設計要點。01 身份驗證-------設計要點:實施多因素身份驗證 (MFA)、使用強密碼策略並考慮生物識別選項。 使用場景:網絡應用程序的用戶登錄、 ⌘ Read more