- https://www.youtube.com/watch?v=8iwS3EflIck
- https://www.youtube.com/watch?v=GPfjDyItz9U
# 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 196218 # self = https://watcher.sour.is?offset=184837 # next = https://watcher.sour.is?offset=184937 # prev = https://watcher.sour.is?offset=184737
$TERM variables. Leave $TERM at whatever value the terminal itself sets and use an appropriate terminfo file for it. If there are programs misbehaving, they probably blindly assume XTerm and should be fixed (or have XTerm as a hard requirement). If you try to fix this on your end, it’ll likely just break other programs. 🥴
$TERM variables. Leave $TERM at whatever value the terminal itself sets and use an appropriate terminfo file for it. If there are programs misbehaving, they probably blindly assume XTerm and should be fixed (or have XTerm as a hard requirement). If you try to fix this on your end, it’ll likely just break other programs. 🥴
h
autocmd BufNewFile * call s:InsertTimestamp()
inoremap <CR> <Esc>:r!date +"\%F \%T"<CR>A
function! s:InsertTimestamp()
call setline(1, strftime('%Y-%m-%d %H:%M:%S '))
normal! G$
endfunction
"Crime Perfeito" is the title of this Dorothy L. Sayers book in the Portuguese edition from "Colecção Vampiro"
"Crime Perfeito" is the title of this Dorothy L. Sayers book in the Portuguese edition from "Colecção Vampiro"
Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.
Ctrl+Left to jump a word left, I get 1;5D in my tt2 message text. My TERM is set to rxvt-unicode-256color. In tt, it works just fine. When I change to TERM=xterm-256color, it also works in tt2. I have to read up on that. Maybe even try to capture these sequences and rewrite them.
Reply form in tt2 shows the messages to which a reply is composed
Reply form in tt2 shows the messages to which a reply is composed
tt. But one after the other. The mentions are now automatically filled in. \o/
tt. But one after the other. The mentions are now automatically filled in. \o/
It worked!a as in answering. What's missing is automatically adding mentions in the message text template. That's gonna be a bit more tricky, though.
It worked!a as in answering. What's missing is automatically adding mentions in the message text template. That's gonna be a bit more tricky, though.
inoremap <CR> <Esc>:r!date +"\%F \%T"<CR>A
inoremap <CR> <Esc>:r!date +"\%F \%T"<CR>A
vi or vim at the beginning of each line? Like, upon opening like so:
2025-03-20 15:04:03 Blah blah blah blah
2025-03-20 15:04:15 Bleh bleh bleh bleh
2025-03-20 15:04:22 ...
tt.) Well, it kinda worked. At least appending to the file. But my cache database got screwed up. I do not yet support replies, so the subject and and root hash columns have not been set at all, resulting in a message that is just not shown at all. I gotta do something about that next. The good thing is, though, after simply fixing the two columns the message appeared on screen.
tt.) Well, it kinda worked. At least appending to the file. But my cache database got screwed up. I do not yet support replies, so the subject and and root hash columns have not been set at all, resulting in a message that is just not shown at all. I gotta do something about that next. The good thing is, though, after simply fixing the two columns the message appeared on screen.
tt.) Now, this is the second attempt in tt2.tt.) Now, this is the second attempt in tt2.
Composing a new message in tt2
Opening feed file failed: no such file or directory
Composing a new message in tt2
Opening feed file failed: no such file or directory
yarnc. I neither used nor looked at it, though.
yarnc. I neither used nor looked at it, though.
read(). I’m not quite sure yet if displaying this as I/O wait (or “PSI some io”) is intentional or not – but it sure is confusing.
read(). I’m not quite sure yet if displaying this as I/O wait (or “PSI some io”) is intentional or not – but it sure is confusing.