Home


Hello! I'm Renato and this is my site. When I find the time and the inspiration, I tend to write some blog posts in here. There is a sample of the latest one below. You might also want to take a look at some of my open source projects. The project list is a bit outdated, though, and maybe a better source of information might be my bitbucket account.

Latest post

Please, don't use exit(-1)

In the past two weeks I saw a few cases where programmers were telling their programs to exit(), but without fully understanding what their exit codes meant and how they were represented. In this post I'll explain what I believe to be the right way of doing it. Read more