If you want to be in the Fediverse without relying on big intances,
or if you just want to own your data and your identity on the network,
running your own instance is the way to go.
The problem is that most Fediverse software like Mastodon requires ...
read more →
AI é uma ótima ferramenta para aprender tecnologia. Funciona como um acelerador de consulta, um turbo para tirar dúvidas, e se fosse só isso, eu não teria nenhum problema.
O problema é que não é só isso.
Os problemas
1. Corretude
Não dá para confiar ...
read more →
Nunca hesite em sacrificar o pedantismo em favor da clareza
Quem me conhece sabe que eu demoro pelo menos 1 hora só para introduzir um tema. Eu já aceitei que sou prolixo, falo bastante, desenvolvo meu discurso durante a apresentação de algumas ideias e isso faz com que as conversas comigo levem tempo e minha ...
read more →
I don't know why exactly, but I really like the retro look of old desktop environments for Unix, Solaris and Linux. Maybe it's because I spent countless hours in the late 90s having fun with systems like OpenStep, CDE, Motif, XFCE, early KDE versions ...
read more →
I've been using Django for a while now, and I've seen a lot of people using the underscore as an alias for gettext.
from django.utils.translation import gettext as _
and also
from django.utils.translation import gettext_lazy as _
This is a bad prac ...
read more →