Log
Mi único propósito hoy era sacar algo de tiempo para reflexionar y ser capaz de escribir unas palabras a mi padre.
Check.
You know what I did? Spent some time tweaking my #nvim config —again—and now I feel a bit better.
Live grep is smoother than ever now.
What do you guys do when you just want to throw the keyboard away and take a long break from screens?
Today I was invited to a dinner for an old video game podcast I collaborated with. I don’t really fit in because I’m—by a huge margin—the least knowledgeable and involved in the topic.
I just wanted to drop by and say that I had an absolute blast. Saying thanks for this kind of invitation doesn’t feel like enough.
Leo en mi cuaderno de bitácora que llevamos con la instancia de #BOFHers desde Abril del 22. Casi 3 años ya. ¡Mastodóntico!.
Instancia #BOFHers de #Mastodon actualizada a v4.3.4, con varios sustos debido a un conflicto de versionado en el `docker-compose.yml`. Si algo falla ya sabéis a quien hay que quejarse.
Yesterday I ‘finished’ Path of Exile 2. These games don’t have a defined ending, but you either set a limit or they become an endless thing. I wanted to complete an endgame ‘C citadel’ (tier XV with a +1 monsters mod, which should be equivalent to a T.XVI if I’m not wrong). Now, I’ll just wait for the next season.
When you’re truly lazy:
```
$ alias q=“mysql -u ${MYSQL_USER} -p${MYSQL_PASSWORD} -h ${MYSQL_HOST} -D ${MYSQL_DATABASE} –skip-ssl -e'$1'”
$ q “describe table”
```