# 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 15
# self = https://watcher.sour.is/conv/vt6nxha
I remembered cu is next to vi in the "impossible to quit software" list.
@adi Hmm, I never heard of that one before. The debian package description says:

> The cu command is used to call up another system and act as a dial-in
> terminal (mostly on a serial line). It can also do simple file transfers with
> no error checking.
>
> cu is part of the UUCP source but has been split into its own package because
> it can be useful even if you do not do uucp.

I'm wondering what are you using it for?
@lyse I personally used it to connect to embedded dev boards via serial connection (dev boards I noticed come with a lot of crap frameworks and tools. I just used cu and plain C). You can also use it for https://man.openbsd.org/vmctl.8#console.
@lyse I personally used it to connect to embedded dev boards via serial connection (dev boards I noticed come with a lot of crap framework and tools. I just used cu and plain C). You can also use it for https://man.openbsd.org/vmctl.8#console.
@lyse I personally used it to connect to embedded dev boards via serial connection (Dev boards I noticed come with a lot of crap framework and tools. I just used cu and plain C). You can also use it for https://man.openbsd.org/vmctl.8#console.
You quit cu by pressing ~.. If that doesn't work, "just hit Enter a couple of times before the combination" (read it on some forum).
You quit cu by pressing ~.. If that doesn't work, "just hint Enter a couple of times before the combination" (read it on some forum).
@adi Fun fact: That ~. thing with Enter also works for ssh. 😃
@adi Fun fact: That ~. thing with Enter also works for ssh. 😃
@adi Fun fact: That ~. thing with Enter also works for ssh. 😃
@lyse

> [...] It is now frequently used for tasks such as attaching to the serial console of another machine for administrative or debugging purposes.

https://man.openbsd.org/cu.1
@lyse

> \n It is now frequently used for tasks such as attaching to the serial console of another machine for administrative or debugging purposes.

https://man.openbsd.org/cu.1
@movq Heh! I think I just closed the window or just kill-ed the process whenever I got **that** laggy, if ever that I couldn't quit with just exit.
@movq Heh! I think I just closed the window or just kill-ed the process whenever I got **that** laggy, if ever, that I couldn't quit with just exit.
@adi Ah, I see, thanks!