# 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 12
# self = https://watcher.sour.is/conv/w4szh7a
Snow in April
@carsten Very nice! Looks rather great. Still rain at our place. But snow in April is nothing unheard of down here. So at least to me not surprising at all. Get your sleigh ready!
@carsten That is a *great* shot. 😳 Very balanced lighting. What camera is that?
@carsten That is a *great* shot. 😳 Very balanced lighting. What camera is that?
@carsten That is a *great* shot. 😳 Very balanced lighting. What camera is that?
But now it's April, @will. :-)
Frozen leaves
I got a bit wet today even with an umbrella. The wind changed its directions quite a lot, so the sleet came straight at us at a flat angle. Also we encountered a lot of smashed toads, even though that road doesn't see a ton of traffic. Saw like 20 bursted corpses in just a couple of meters. Sad. :-(
@movq iPhone 11, 12MP wide-lense f1.8 26 mm, ISO 1000, -0 ev, 1/8 s, no auto-wizard adjustments, iPhone 11 vivid cool filter. (Original / DirectLink MaxSize)
@lyse Nice. Self-written script that you use there to host your images?
@novaburst Ah, thanks. Always interesting who much you can achieve with just shell scripts.
@carsten @novaburst Yes, at first I just recalled the for
loop one liners from my shell history every time. But then it quickly got annoying. So I decided to cast it into a script. Over the years I wrote several shell scripts for image galleries. Maybe like 10-20 scripts if I had to guess. Each tasked to a different kind of use case. gal
is the most recent edition. It even works for other types of galleries. If it continues to grow with all the templating I probably will rewrite it in Python. Let's see what time will bring.