# 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 18
# self = https://watcher.sour.is/conv/o3jldpq
@movq I especially love the doch and hiking videos! :-D
@movq I was visiting Germany once, and saw a guy try to load his bicycle onto the bike racks they have on the front of city buses. There were rules about when you could do that, which were posted on the bus stop sign, and I guess the guy thought this was a time when he could do that. But no, the bus driver disagreed. The bus driver got off the bus *with a rule book*, flipped it open to what I guess were the rules about bikes on the bus, and showed him the rules. The guy pointed at the sign, the bus driver said no and pointed at the book, and they went back and forth for I don't know how long. It felt a lot like these videos lol
@abucci lol 🤣 I’ve never witnessed anything like *that*, but yeah, we love rules. 🤣 (Except when we don’t because we know better. Of course we do.)
@abucci lol 🤣 I’ve never witnessed anything like *that*, but yeah, we love rules. 🤣 (Except when we don’t because we know better. Of course we do.)
@abucci lol 🤣 I’ve never witnessed anything like *that*, but yeah, we love rules. 🤣 (Except when we don’t because we know better. Of course we do.)
@lyse „Doch“ is such a weird word … but hey, we can do this (in Bash):
$ alias doch='sudo $(fc -nl 0)'
$ chown -v ftp: hi
chown: changing ownership of 'hi': Operation not permitted
failed to change ownership of 'hi' from nobody:nobody to ftp:ftp
$ doch
changed ownership of 'hi' from nobody:nobody to ftp:ftp=
@lyse „Doch“ is such a weird word … but hey, we can do this (in Bash):
$ alias doch='sudo $(fc -nl 0)'
$ chown -v ftp: hi
chown: changing ownership of 'hi': Operation not permitted
failed to change ownership of 'hi' from nobody:nobody to ftp:ftp
$ doch
changed ownership of 'hi' from nobody:nobody to ftp:ftp=
@lyse „Doch“ is such a weird word … but hey, we can do this (in Bash):
$ alias doch='sudo $(fc -nl 0)'
$ chown -v ftp: hi
chown: changing ownership of 'hi': Operation not permitted
failed to change ownership of 'hi' from nobody:nobody to ftp:ftp
$ doch
changed ownership of 'hi' from nobody:nobody to ftp:ftp=
@lyse @movq I'm going to add this to .bashrc on every single system! 😂👍🏻
@movq You can also do sudo !!
(or doas !!
) if you're using Bash.
@mckinley Yep, that’s what I usually do. 😅 !!
is not available in aliases or functions, though, so I had to resort to a little workaround …
@mckinley Yep, that’s what I usually do. 😅 !!
is not available in aliases or functions, though, so I had to resort to a little workaround …
@mckinley Yep, that’s what I usually do. 😅 !!
is not available in aliases or functions, though, so I had to resort to a little workaround …
@movq @mckinley Hahaha, very nice! :-D I did not know of fc
. @abucci Heck yeah, great story! :-D I never came across something similar. I know these buses exist, but I've never seen one in person.
@lyse I didn't know about fc
either. It will definitely come in handy.