# 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 3
# self = https://watcher.sour.is/conv/uxin77a
@eapl.me it is not about being able to use longer passphrase or not. It is about the feasibility of it. Can a relatively complex string be converted to a mnemonic, and vice-versa, without collisions?
Gotcha! Indeed the BIP39 has an interesting proposal on how to do that:
Gotcha! Indeed the BIP39 has an interesting proposal on how to do that:
https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki#motivation

I've been thinking about (and haven't solved it) how to manage strings with a binary representation not being of exactly multiples of 32. Maybe filling the string with NUL chars (U+0000)? 🤔