# 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/ggy6qda
Show HN: I built a context-aware voice typist for any application
I built Vibevoice, a tool that lets you dictate text and run voice commands with screen context anywhere on your system. It works like this:

For regular dictation, hold the right Ctrl key while speaking, then release to have your words typed automatically wherever your cursor is - perfect for coding, emails, or chat apps.

The more interesting feature is the AI command mode: hold the Scroll Lock key, speak a prompt, and a local LLM responds based on both your word ... ⌘ Read more