My name is

Raphael Cruzeiro

and I'm a

Software developer

Viewing posts for the category Uncategorized

An improved website preview generation tool using webkit

Posted by: Raphael Cruzeiro in Utilities Web development Python Qt Cross-platform C++ Programming Uncategorized 11 months, 3 weeks ago comments

read more /

Writing a daemon for Unix and unix-like systems

Posted by: Raphael Cruzeiro in Uncategorized 1 year, 1 month ago comments

A daemon is a specific kind of process that has the following characteristics:


  • It's long lived. A daemon usually only stops when the system shuts down.

  • It runs on background. and has no controlling terminal whatsoever.


Services and servers are typically daemons, we have for example: sshd (the secure shell daemon), ftpd (ftp daemon), cron (a daemon that executes scheduled tasks). As you can see it's an informal convention that the daemon process's name ends with the letter d.

read more /

std::cout

Posted by: Raphael Cruzeiro in Uncategorized 2 years, 7 months ago comments

I'm starting a new technical blog, this time in English so I can share my thought, ideias and maybe even knowledge in a global language.

read more /