I decided to write a daemon to execute certain task, and I ran through this tutorial.
Yet, I will use my daemon to register/listen to Darwin notifications (OSX). I don't feel like I should register my notifications inside a while(1) loop (seems insane); but of course I'd like to keep it running so it can listen to the notifications, after all.
How to proceed?