AndrΓ© Freitas
andrefreitas@fosstodon.org
<p>From Portoβs specialty cafes to the BJJ mats. π Full Stack dev crafting Python solutions for the crypto world. πβοΈ Always down for a pour-over or a roll. βοΈπ₯</p>
Posts
-
Post #1821348
Hello world Mastodon!
-
Post #1821347
I don&#39;t know exactly what to share, but I can say I am a weird coffee person and this ritual helps me start the day in the right mood &quot;oh yeah, this coffee is really good, lets fix that bug in the backend&quot; For those that don&#39;t know, this is a Clever Dripper for brewing filter coffee for two.
-
Post #1821346
Blocking social media on work computer is simple as using /etc/hosts
-
Post #1821345
Here we go again #FOSDEM
-
Post #1821344
I already miss the waffles from #fosdem
-
Post #1821343
I&#39;ve used pyenv for many years, but it&#39;s time to say goodbye. I just moved to uv to manage Python installations and is much faster as I don&#39;t need to build versions locally, they are already built Good work Astral π π π https://docs.astral.sh/uv/guides/install-python/
-
Post #1821342
Okay Github π«‘
-
Post #1821341
β οΈ Problem: I want to pretty print JSON logs using kubectl π§ββοΈ Solution: alias joaquim=&quot;jq -R &#39;fromjson? | select(. != null)&#39;&quot; π Example: kubectl logs -f some-pod-id | joaquim