This is Part 2 of 3. Part 1 covers how the feed generator works and the initial strategy to collect possibly related posts.
The regex filter I built in Part 1 has a problem it can't solve itself: \bir...
Building a Custom Bluesky Feed, Part 1: Starting Simple
When I joined Bluesky, Jim suggested that I created a custom feed as part of the learning during the onboarding process. I was excited about it because custom feeds is one of the coolest things in the...
Trabalho na Bluesky, então tenho um viés óbvio aqui. O foco desse post não é a empresa — é o protocolo, que é aberto e vai além dela; mesmo assim, transparência é importante.
Desde que entrei na Blue...
It took me over two years to re-read the book I read in two weeks ten years ago
Originally published as a review for Judith Butler’s ‘Gender Trouble’ on my Bookwrym.
It was the second time I read this book. As an avid sociologist reader pursuing my Master’s degree, I devoured it ...
Fluxo linear de sucesso: escrevendo código limpo em Python
Post de autoria de Filipe Ximenes originalmente publicado em inglês no blog da Vinta. Tradução livre para o português por Eduardo Cuducos.
Para pythonistas isso também poderia ser “por que linear é ...
Originally posted in Brazilian Portuguese.
The other day, on a Python forum, someone asked:
Is there any difference between tuples and lists in terms of performance?
As some of you might already kno...
Python Generators: What They Are and What Problems They Solve
Originally published in Brazilian Portuguese.
The other day, a friend saw me writing a function in Python that used yield instead of return, and asked:
— What's the point of that? I’ve never really g...