# 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/5yvkoeq
Technology Connections (on Youtube) posted a rather interesting old film from the 1970s called 'Critical Program Reading'. Shows how much, and how little, has changed since those days. https://youtu.be/7hdJQkn8rtA
@codebalion Very old and very interesting clip 👌 I find many of the points _actually_ quite relevant today, especially the "naming" things.
@codebalion Very old and very interesting clip 👌 I find many of the points _actually_ quite relevant today, especially the "naming" things.
@codebalion Very old and very interesting clip 👌 I find many of the points _actually_ quite relevant today, especially the "naming" things.
@codebalion Very old and very interesting clip 👌 I find many of the points _actually_ quite relevant today, especially the "naming" things.
@prologic Agreed. Same with indentation (just look at Python), as well as line spacing. It's the small things that make code much more manageable.