# 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 6
# self = https://watcher.sour.is/conv/cn24euq
Just updated yesterday my homebrew "Vector Pass", it's a PWA that works offline and don't store anything on any server, planning to make a cli version to use via rofi on my PC.

https://sunetraalex.gitlab.io/vector-pass/

Soon I'll get a better presentation and a proper Open Source repo.
@justamoment That's pretty cool! 👌 You wrote Vector Pass? 🤔 How does it work? 🤔
@justamoment That's pretty cool! 👌 You wrote Vector Pass? 🤔 How does it work? 🤔
@justamoment That's pretty cool! 👌 You wrote Vector Pass? 🤔 How does it work? 🤔
@justamoment That's pretty cool! 👌 You wrote Vector Pass? 🤔 How does it work? 🤔
@prologic It's a deterministic password manager that rely on hashes to generate the passwords, you put a user and password (you can use it freely, no data is sent to any servers) and it's used as a key to generate the passwords.

I also made it to be extensible with modules-like field types.

You can generate passwords, PINs and TOTPs.

And the coolest one is the ability to store arbitrary data using XOR operations on the content to keep them safe, not usually in these kind of tools.

It has the usual downsides of a deterministic password generator but I find it more secure than a cloud provider and simpler to use than fiddling with GPG.