fun run... broke it up in 5km segments. around 14 miles in started to just take it a bit easier because the legs just got a bit tired. pretty good for crap sleep and/or rest.
#running
# 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 196262 # self = https://watcher.sour.is?offset=184905 # next = https://watcher.sour.is?offset=185005 # prev = https://watcher.sour.is?offset=184805
idiossINcrasias - vol. 1 Floating Ashes Kokori ADC
idiossINcrasias - vol. 1 Floating Ashes Kokori ADC
TERM in my Makefile when the USER happens to be me.
TERM in my Makefile when the USER happens to be me.
$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.