https://github.com/ZachGoldberg/Startup-CTO-Handbook/blob/main/StartupCTOHandbook.md
https://github.com/ZachGoldberg/Startup-CTO-Handbook/blob/main/StartupCTOHandbook.md
This wasn't the case six, seven years ago, everybody had some "real" username. Even non-techies. It looks like some "common knowledge" is getting lost. Strange. Very weird. It trips me every time I see it.
Have you experienced something similar?
This wasn't the case six, seven years ago, everybody had some "real" username. Even non-techies. It looks like some "common knowledge" is getting lost. Strange. Very weird. It trips me every time I see it.
Have you experienced something similar?
Víspera de lunes. ⌘ Read more****
>
> In 2012, Prabhakar joined Google after severe funding cuts in Yahoo!'s research division.[19] In 2018, he was > put in charge of Ads and Commerce at Google and in 2020 his scope was expanded to include Search, Geo, and Assistant.[20] [21]
>
> In 2024, he transitioned to the role of Chief Technologist at Google.[2]
The "idiossINcrasias" series from the ANTI-DEMOS-CRACIA label starts in June!
It was an ill-kept secret: kokori had the honor of being invited to kickstart this series with the also Portuguese band "Floating Ashes".
Starting June, ADC will release a series of "idiossINcracies", a special, limited CD collection, where each volume will showcase two musical projects with five songs from each.
The first volume, to be released on the 16th of June, joins Floating Ashes and kokori, and from this moment on you can already get a sample of it with one track from each project, on the label's bandcamp:
https://anti-demos-cracia.bandcamp.com/album/idiossincrasia-vol-1
Being ½ #kokori I'm suspect, but I agree with the label when they state that "this series promises to be a valuable addition to collectors and followers of experimental and alternative music."
👉 reservations can be made by sending me a message.
#music #ADC #kokori #FloatingAshes #CD #ADC139JUN2025
idiossINcrasias - vol. 1 Floating Ashes Kokori ADC
The "idiossINcrasias" series from the ANTI-DEMOS-CRACIA label starts in June!
It was an ill-kept secret: kokori had the honor of being invited to kickstart this series with the also Portuguese band "Floating Ashes".
Starting June, ADC will release a series of "idiossINcracies", a special, limited CD collection, where each volume will showcase two musical projects with five songs from each.
The first volume, to be released on the 16th of June, joins Floating Ashes and kokori, and from this moment on you can already get a sample of it with one track from each project, on the label's bandcamp:
https://anti-demos-cracia.bandcamp.com/album/idiossincrasia-vol-1
Being ½ #kokori I'm suspect, but I agree with the label when they state that "this series promises to be a valuable addition to collectors and followers of experimental and alternative music."
👉 reservations can be made by sending me a message.
#music #ADC #kokori #FloatingAshes #CD #ADC139JUN2025
idiossINcrasias - vol. 1 Floating Ashes Kokori ADC
#documentfreedomday2025 #DocumentFreedomDay #ECTL *
#documentfreedomday2025 #DocumentFreedomDay #ECTL *
"Programa Eleitoral 2025 - Oportunidade para a Soberania Digital?"
https://ansol.org/noticias/2025-03-21-programa-eleitoral/
"Programa Eleitoral 2025 - Oportunidade para a Soberania Digital?"
https://ansol.org/noticias/2025-03-21-programa-eleitoral/
Yeah, I should revert that and try to figure out which programs misbehaved. But that's something for future Lyse. 8-) Right now, I just redefine
TERM in my Makefile when the USER happens to be me.
Yeah, I should revert that and try to figure out which programs misbehaved. But that's something for future Lyse. 8-) Right now, I just redefine
TERM in my Makefile when the USER happens to be me.
only needed 8 and miscalculated a bit so could not do the whole park. such a nice morning.
#running
only needed 8 and miscalculated a bit so could not do the whole park. such a nice morning.
#running
only needed 8 and miscalculated a bit so could not do the whole park. such a nice morning.
#running
No confundáis el amor con la pereza. ⌘ Read more****
> Video unavailable
🥲
- https://www.youtube.com/watch?v=8iwS3EflIck
- https://www.youtube.com/watch?v=GPfjDyItz9U
- https://www.youtube.com/watch?v=8iwS3EflIck
- https://www.youtube.com/watch?v=GPfjDyItz9U
$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. 🥴
Chapter 14:
Epilogue:
Chapter 14:
Epilogue:
Chapter 12:
Chapter 13:
Chapter 12:
Chapter 13:
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
#bookstodon
"Crime Perfeito" is the title of this Dorothy L. Sayers book in the Portuguese edition from "Colecção Vampiro"
#bookstodon
"Crime Perfeito" is the title of this Dorothy L. Sayers book in the Portuguese edition from "Colecção Vampiro"
URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D URxvt.keysym.Control-Right: \033[1;5C
Probably to behave more like XTerm and fix a few other issues I had with other programs. But, it turns out, tcell expects the original sequence: https://github.com/gdamore/tcell/blob/main/terminfo/r/rxvt/term.go#L487
Hmm.~
URxvt.keysym.Control-Up: \033[1;5A URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D URxvt.keysym.Control-Right: \033[1;5C
Probably to behave more like XTerm and fix a few other issues I had with other programs. But, it turns out, tcell expects the original sequence: https://github.com/gdamore/tcell/blob/main/terminfo/r/rxvt/term.go#L487
Hmm.~
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
I now notice that I should also show the original message(s) to which I reply. That was super useful in the original
tt. But one after the other. The mentions are now automatically filled in. \o/
I now notice that I should also show the original message(s) to which I reply. That was super useful in the original
tt. But one after the other. The mentions are now automatically filled in. \o/
It worked!I now also implemented basic replying by hitting
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!I now also implemented basic replying by hitting
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
What’s the end goal here? 😅
inoremap <CR> <Esc>:r!date +"\%F \%T"<CR>A
What’s the end goal here? 😅
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.
🗓 wayco de Cabanyal el 25 de marzo a las 18:30
https://www.meetup.com/es-ES/python-valencia-meetup/events/306769708/
@andros nos va a hablar sobre el desarrollo de una nueva red social llamada twtxt
🎇 ¡Espero que os queden energías después de fallas y veros por allí! 🎆
🗓 wayco de Cabanyal el 25 de marzo a las 18:30
https://www.meetup.com/es-ES/python-valencia-meetup/events/306769708/
@andros nos va a hablar sobre el desarrollo de una nueva red social llamada twtxt
🎇 ¡Espero que os queden energías después de fallas y veros por allí! 🎆
tt.) Now, this is the second attempt in tt2.Let's see!
tt.) Now, this is the second attempt in tt2.Let's see!
Composing a new message in tt2Somehow, my local feed cannot be opened to append to. I reckon, I have to resolve the tilde first:
Opening feed file failed: no such file or directory
Composing a new message in tt2Somehow, my local feed cannot be opened to append to. I reckon, I have to resolve the tilde first:
Opening feed file failed: no such file or directory