# 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 5
# self = https://watcher.sour.is/conv/cmjey7q
@prologic I believe projects like https://github.com/vuejs/petite-vue are the solution.
@adi vue.js? god no, I've seen pages using it with my own eyes. It's not pleasing at *all*
@novaburst I'm insiting on this piece:

> it is specifically optimized for "sprinkling" a small amount of interactions on an existing HTML page rendered by a server framework

But I disagree with the custom attributes and stuff, I'd rather do my binding manually.
@adi

> But I disagree with the custom attributes and stuff, I’d rather do my binding manually.

Same here šŸ˜… I tend to follow a principle of "least surprise". If it surprises a user or a developer, then you've probably done it wrong or it's poorly documented or doesn't fit with the general culture and metal models of most folks or all of the above.

It's called the principle of least surprise.
@adi

> But I disagree with the custom attributes and stuff, I’d rather do my binding manually.

Same here šŸ˜… I tend to follow a principle of "least surprise". If it surprises a user or a developer, then you've probably done it wrong or it's poorly documented or doesn't fit with the general culture and metal models of most folks or all of the above.

It's called the principle of least surprise.