# 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/emy4iqa
build-zig-zon 中一個包的哈希值是怎麼算出來的**
引言作者 Michał Sieroń 最近在思考 build.zig.zon 中的依賴項哈希值的問題。這些哈希值都有相同的前綴,而這對加密哈希函數來說極其不同尋常。習慣性使用 Conda 和 Yocto 對下載的壓縮包運行 sha256sum,但生成的摘要與 build.zig.zon 中的哈希值完全不同。.dependencies = .{ .machfreetype = .{ ⌘ Read more