WRITELOOP

LAST WRITING ON THE LOOP (2026 April 27):

Easy way to distribute git hooks

I needed a way to run a script to sync my local repo to a machine that cannot have git installed, right after I made a git push. I didn't want to install `pre-commit` or any other tool for that (and I wanted the hooks versioned on the repo), so I searched for a way to do that the simplest way possible and I was able to came up with a solution. Here I describe how I was able to achieve that. Read...

Hello there!

Case you’re wondering, I am a Brazilian Senior Web Developer (specialized in Python/Backend) who since 1994 has been tinkering with computers, started using Linux on a daily basis at 1999, bootstrapped a career as a Software Engineer at 2000, pivoted to web development on 2009 and became a self-employed contractor for english-speaking companies at 2022. You can check my resume/curriculum for more details.

I share my dot_files and the open source code I write on github.

Since writing is one of my passions, much of what you’ll read on this site is part of what I learned and documented on that journey.

The content on this site is automatically generated on my writing workflow which leverages git and github, neovim and lua, some python and bash scripts and hugo as a static site generator.

Most of the content here is somewhat related to:

  • software development (lots of python, my primary language)
  • Linux and related software/tooling
  • automation

Thank you for visiting, I hope the content here can also help you!