# 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/kq2ultq
A scrappy fiddle
A screen recording of a teeny tiny browser window. The window starts by displaying a grey surface with a subtle white grid on top of it. A computer cursor moves around, occasionally it clicks to open a context menu that lists 3 choices, “circle, square, triangle.” When the cursor selects a shape that shape is inscribed within that grid cell.

I’ve had fun playing at implementing a very basic visual programming system over the last few days. I like the direction I’ve s ... ⌘ Read more