Elektrine lite

← Feed

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&amp;#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 &amp;quot;oh yeah, this coffee is really good, lets fix that bug in the backend&amp;quot; For those that don&amp;#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&amp;#39;ve used pyenv for many years, but it&amp;#39;s time to say goodbye. I just moved to uv to manage Python installations and is much faster as I don&amp;#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=&amp;quot;jq -R &amp;#39;fromjson? | select(. != null)&amp;#39;&amp;quot; 😎 Example: kubectl logs -f some-pod-id | joaquim